@arcadeai/design-system 3.29.1 → 3.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/dist/assets/icons/yugabytedb.js +10 -0
  2. package/dist/{calendar-cxv-TTEh.js → calendar-CjLXktko.js} +1 -1
  3. package/dist/components/index.js +189 -187
  4. package/dist/components/ui/atoms/accordion.js +1 -1
  5. package/dist/components/ui/atoms/alert-dialog.js +1 -1
  6. package/dist/components/ui/atoms/alert.js +2 -2
  7. package/dist/components/ui/atoms/avatar.js +1 -1
  8. package/dist/components/ui/atoms/badge.js +2 -2
  9. package/dist/components/ui/atoms/breadcrumb.js +1 -1
  10. package/dist/components/ui/atoms/button.js +2 -2
  11. package/dist/components/ui/atoms/byoc-badge.d.ts +1 -1
  12. package/dist/components/ui/atoms/byoc-badge.d.ts.map +1 -1
  13. package/dist/components/ui/atoms/byoc-badge.js +2 -2
  14. package/dist/components/ui/atoms/calendar.js +2 -2
  15. package/dist/components/ui/atoms/card.js +1 -1
  16. package/dist/components/ui/atoms/chart.d.ts.map +1 -1
  17. package/dist/components/ui/atoms/chart.js +1 -1
  18. package/dist/components/ui/atoms/checkbox.js +1 -1
  19. package/dist/components/ui/atoms/command.js +364 -288
  20. package/dist/components/ui/atoms/dialog.js +1 -1
  21. package/dist/components/ui/atoms/dropdown-menu.js +1 -1
  22. package/dist/components/ui/atoms/form.js +1 -1
  23. package/dist/components/ui/atoms/hover-card.js +1 -1
  24. package/dist/components/ui/atoms/icons/adp.js +1 -1
  25. package/dist/components/ui/atoms/icons/index.d.ts +1 -0
  26. package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
  27. package/dist/components/ui/atoms/icons/index.js +32 -30
  28. package/dist/components/ui/atoms/icons/workday.js +1 -1
  29. package/dist/components/ui/atoms/icons/yugabytedb.d.ts +4 -0
  30. package/dist/components/ui/atoms/icons/yugabytedb.d.ts.map +1 -0
  31. package/dist/components/ui/atoms/icons/yugabytedb.js +20 -0
  32. package/dist/components/ui/atoms/index.js +179 -177
  33. package/dist/components/ui/atoms/input.js +1 -1
  34. package/dist/components/ui/atoms/label.js +1 -1
  35. package/dist/components/ui/atoms/popover.js +1 -1
  36. package/dist/components/ui/atoms/pro-badge.js +2 -2
  37. package/dist/components/ui/atoms/progress.js +1 -1
  38. package/dist/components/ui/atoms/radio-group.js +1 -1
  39. package/dist/components/ui/atoms/resizable.js +1 -1
  40. package/dist/components/ui/atoms/scroll-area.js +1 -1
  41. package/dist/components/ui/atoms/select.js +1 -1
  42. package/dist/components/ui/atoms/separator.js +1 -1
  43. package/dist/components/ui/atoms/sheet.js +1 -1
  44. package/dist/components/ui/atoms/sidebar.js +2 -2
  45. package/dist/components/ui/atoms/skeleton.js +1 -1
  46. package/dist/components/ui/atoms/slider.js +1 -1
  47. package/dist/components/ui/atoms/switch.js +1 -1
  48. package/dist/components/ui/atoms/table.js +1 -1
  49. package/dist/components/ui/atoms/tabs.js +1 -1
  50. package/dist/components/ui/atoms/textarea.js +1 -1
  51. package/dist/components/ui/atoms/toggle.js +2 -2
  52. package/dist/components/ui/atoms/tooltip.js +1 -1
  53. package/dist/components/ui/atoms/view-tools-control.js +1 -1
  54. package/dist/components/ui/atoms/virtualized-grid.js +7 -6
  55. package/dist/components/ui/index.js +189 -187
  56. package/dist/components/ui/molecules/date-time-picker.js +1 -1
  57. package/dist/components/ui/molecules/index.js +1 -1
  58. package/dist/components/ui/molecules/requirement-badges.js +2 -2
  59. package/dist/components/ui/molecules/tool-card.js +1 -1
  60. package/dist/components/ui/molecules/toolkit-card.js +3 -3
  61. package/dist/{index-r7CUvu2m.js → index-DBUvnhgM.js} +1 -1
  62. package/dist/lib/utils.js +1 -1
  63. package/dist/main.js +203 -201
  64. package/dist/metadata/toolkit-icons.d.ts.map +1 -1
  65. package/dist/metadata/toolkit-icons.js +48 -46
  66. package/dist/metadata/toolkits.d.ts.map +1 -1
  67. package/dist/metadata/toolkits.js +13 -0
  68. package/dist/{toolkit-card-DE-5B2dS.js → toolkit-card-B23qLCqG.js} +2 -2
  69. package/dist/{utils-6KgZuQUR.js → utils-CVF2pBPP.js} +555 -396
  70. package/package.json +32 -33
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@arcadeai/design-system",
3
3
  "private": false,
4
- "version": "3.29.1",
4
+ "version": "3.30.0",
5
5
  "type": "module",
6
6
  "main": "./dist/main.js",
7
7
  "types": "./dist/main.d.ts",
@@ -24,7 +24,6 @@
24
24
  "default": "./dist/metadata/toolkit-icons.js"
25
25
  },
26
26
  "./assets/*.css": "./dist/assets/*.css",
27
- "./assets/*": "./dist/assets/*",
28
27
  "./*": {
29
28
  "types": "./dist/*.d.ts",
30
29
  "default": "./dist/*.js"
@@ -52,7 +51,7 @@
52
51
  "storybook": "storybook dev -p 6006",
53
52
  "build-storybook": "storybook build",
54
53
  "generate-metadata-json": "bunx tsx ./scripts/generate-metadata-json.ts",
55
- "generate-icons": "bun ./scripts/generate-icon-components.js && bun x ultracite fix ./lib/components/ui/atoms/icons",
54
+ "generate-icons": "bun ./scripts/generate-icon-components.js",
56
55
  "build:registry": "bun ./scripts/generate-registry.ts && bun x shadcn build"
57
56
  },
58
57
  "peerDependencies": {
@@ -66,46 +65,46 @@
66
65
  },
67
66
  "devDependencies": {
68
67
  "@chromatic-com/storybook": "5.0.1",
69
- "@tanstack/react-virtual": "3.13.18",
68
+ "@tanstack/react-virtual": "3.13.19",
70
69
  "@hookform/resolvers": "5.2.2",
71
70
  "@monorepo/config": "0.0.0",
72
71
  "@monorepo/storybook-config": "0.0.0",
73
- "@storybook/addon-a11y": "10.2.10",
74
- "@storybook/addon-docs": "10.2.10",
75
- "@storybook/addon-themes": "10.2.10",
76
- "@storybook/addon-vitest": "10.2.10",
77
- "@storybook/react-vite": "10.2.10",
78
- "@tailwindcss/vite": "4.1.18",
72
+ "@storybook/addon-a11y": "10.2.12",
73
+ "@storybook/addon-docs": "10.2.12",
74
+ "@storybook/addon-themes": "10.2.12",
75
+ "@storybook/addon-vitest": "10.2.12",
76
+ "@storybook/react-vite": "10.2.12",
77
+ "@tailwindcss/vite": "4.2.1",
79
78
  "@testing-library/dom": "10.4.1",
80
79
  "@testing-library/jest-dom": "6.9.1",
81
- "@testing-library/react": "16.3.1",
80
+ "@testing-library/react": "16.3.2",
82
81
  "@testing-library/user-event": "14.6.1",
83
- "@types/node": "24.10.0",
84
- "@types/react": "19.2.7",
82
+ "@types/node": "24.10.13",
83
+ "@types/react": "19.2.14",
85
84
  "@types/react-dom": "19.2.3",
86
- "@vitejs/plugin-react-swc": "4.2.2",
87
- "@vitest/browser-playwright": "4.0.16",
88
- "@vitest/coverage-istanbul": "4.0.16",
89
- "chromatic": "15.1.1",
90
- "glob": "11.1.0",
91
- "globals": "16.5.0",
92
- "happy-dom": "20.0.5",
93
- "lucide-react": "0.553.0",
94
- "playwright": "1.57.0",
95
- "react": "19.2.3",
96
- "react-dom": "19.2.3",
97
- "react-hook-form": "7.66.0",
98
- "recharts": "3.4.1",
99
- "storybook": "10.2.10",
100
- "tailwindcss": "4.1.18",
85
+ "@vitejs/plugin-react-swc": "4.2.3",
86
+ "@vitest/browser-playwright": "4.0.18",
87
+ "@vitest/coverage-istanbul": "4.0.18",
88
+ "chromatic": "15.2.0",
89
+ "glob": "13.0.6",
90
+ "globals": "17.3.0",
91
+ "happy-dom": "20.7.0",
92
+ "lucide-react": "0.575.0",
93
+ "playwright": "1.58.2",
94
+ "react": "19.2.4",
95
+ "react-dom": "19.2.4",
96
+ "react-hook-form": "7.71.2",
97
+ "recharts": "3.7.0",
98
+ "storybook": "10.2.12",
99
+ "tailwindcss": "4.2.1",
101
100
  "tw-animate-css": "1.4.0",
102
101
  "typescript": "5.9.3",
103
- "vite": "7.3.0",
102
+ "vite": "7.3.1",
104
103
  "vite-plugin-dts": "4.5.4",
105
104
  "vite-plugin-svgr": "4.5.0",
106
- "vite-tsconfig-paths": "6.0.3",
107
- "vitest": "4.0.16",
108
- "zod": "4.3.4"
105
+ "vite-tsconfig-paths": "6.1.1",
106
+ "vitest": "4.0.18",
107
+ "zod": "4.3.6"
109
108
  },
110
109
  "dependencies": {
111
110
  "class-variance-authority": "0.7.1",
@@ -115,7 +114,7 @@
115
114
  "radix-ui": "^1.4.3",
116
115
  "react-day-picker": "^9.13.0",
117
116
  "react-resizable-panels": "3.0.6",
118
- "tailwind-merge": "3.4.0"
117
+ "tailwind-merge": "3.5.0"
119
118
  },
120
119
  "overrides": {
121
120
  "lodash": "4.17.23",