Skip to content

Commit a35248a

Browse files
DuncidJulesBelveze
andauthored
DataTable - Sparkle update (#9922)
* removing flex in tables * Fine tuning spacing and styles * Fine tuning Pagination * rebasing * Adding Tooltip support on header * Fixing Function * Trying to fix linting * Patching a tooltip for header * [sparkle] - refactor: clean up DataTable component class handling - Remove redundant nullish checks before applying class names in various components - Adopt more concise syntax for combining class names using the `cn` function - Switch from passing empty string as a fallback for className to just passing the variable as is - Enable passing child as tooltip trigger directly without specifying class name in the `Tooltip` component * [sparkle] - fix: adjust DataTable MoreButton props and behavior - Exclude "modal" property from the DropdownMenuProps type definition for MoreButton component - Ensure DropdownMenu within DataTable.MoreButton has modal set to false explicitly * [sparkle] - feature: bump package version to 0.2.371 - Increment the package version for a new release - Update both package.json and package-lock.json to ensure consistency --------- Co-authored-by: JulesBelveze <jules.belveze@hotmail.fr>
1 parent 047b95e commit a35248a

File tree

6 files changed

+227
-140
lines changed

6 files changed

+227
-140
lines changed

sparkle/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sparkle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dust-tt/sparkle",
3-
"version": "0.2.370",
3+
"version": "0.2.371",
44
"scripts": {
55
"build": "rm -rf dist && npm run tailwind && npm run build:esm && npm run build:cjs",
66
"tailwind": "tailwindcss -i ./src/styles/tailwind.css -o dist/sparkle.css",

0 commit comments

Comments
 (0)