@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.
- package/dist/assets/icons/yugabytedb.js +10 -0
- package/dist/{calendar-cxv-TTEh.js → calendar-CjLXktko.js} +1 -1
- package/dist/components/index.js +189 -187
- package/dist/components/ui/atoms/accordion.js +1 -1
- package/dist/components/ui/atoms/alert-dialog.js +1 -1
- package/dist/components/ui/atoms/alert.js +2 -2
- package/dist/components/ui/atoms/avatar.js +1 -1
- package/dist/components/ui/atoms/badge.js +2 -2
- package/dist/components/ui/atoms/breadcrumb.js +1 -1
- package/dist/components/ui/atoms/button.js +2 -2
- package/dist/components/ui/atoms/byoc-badge.d.ts +1 -1
- package/dist/components/ui/atoms/byoc-badge.d.ts.map +1 -1
- package/dist/components/ui/atoms/byoc-badge.js +2 -2
- package/dist/components/ui/atoms/calendar.js +2 -2
- package/dist/components/ui/atoms/card.js +1 -1
- package/dist/components/ui/atoms/chart.d.ts.map +1 -1
- package/dist/components/ui/atoms/chart.js +1 -1
- package/dist/components/ui/atoms/checkbox.js +1 -1
- package/dist/components/ui/atoms/command.js +364 -288
- package/dist/components/ui/atoms/dialog.js +1 -1
- package/dist/components/ui/atoms/dropdown-menu.js +1 -1
- package/dist/components/ui/atoms/form.js +1 -1
- package/dist/components/ui/atoms/hover-card.js +1 -1
- package/dist/components/ui/atoms/icons/adp.js +1 -1
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/icons/index.js +32 -30
- package/dist/components/ui/atoms/icons/workday.js +1 -1
- package/dist/components/ui/atoms/icons/yugabytedb.d.ts +4 -0
- package/dist/components/ui/atoms/icons/yugabytedb.d.ts.map +1 -0
- package/dist/components/ui/atoms/icons/yugabytedb.js +20 -0
- package/dist/components/ui/atoms/index.js +179 -177
- package/dist/components/ui/atoms/input.js +1 -1
- package/dist/components/ui/atoms/label.js +1 -1
- package/dist/components/ui/atoms/popover.js +1 -1
- package/dist/components/ui/atoms/pro-badge.js +2 -2
- package/dist/components/ui/atoms/progress.js +1 -1
- package/dist/components/ui/atoms/radio-group.js +1 -1
- package/dist/components/ui/atoms/resizable.js +1 -1
- package/dist/components/ui/atoms/scroll-area.js +1 -1
- package/dist/components/ui/atoms/select.js +1 -1
- package/dist/components/ui/atoms/separator.js +1 -1
- package/dist/components/ui/atoms/sheet.js +1 -1
- package/dist/components/ui/atoms/sidebar.js +2 -2
- package/dist/components/ui/atoms/skeleton.js +1 -1
- package/dist/components/ui/atoms/slider.js +1 -1
- package/dist/components/ui/atoms/switch.js +1 -1
- package/dist/components/ui/atoms/table.js +1 -1
- package/dist/components/ui/atoms/tabs.js +1 -1
- package/dist/components/ui/atoms/textarea.js +1 -1
- package/dist/components/ui/atoms/toggle.js +2 -2
- package/dist/components/ui/atoms/tooltip.js +1 -1
- package/dist/components/ui/atoms/view-tools-control.js +1 -1
- package/dist/components/ui/atoms/virtualized-grid.js +7 -6
- package/dist/components/ui/index.js +189 -187
- package/dist/components/ui/molecules/date-time-picker.js +1 -1
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +2 -2
- package/dist/components/ui/molecules/tool-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-card.js +3 -3
- package/dist/{index-r7CUvu2m.js → index-DBUvnhgM.js} +1 -1
- package/dist/lib/utils.js +1 -1
- package/dist/main.js +203 -201
- package/dist/metadata/toolkit-icons.d.ts.map +1 -1
- package/dist/metadata/toolkit-icons.js +48 -46
- package/dist/metadata/toolkits.d.ts.map +1 -1
- package/dist/metadata/toolkits.js +13 -0
- package/dist/{toolkit-card-DE-5B2dS.js → toolkit-card-B23qLCqG.js} +2 -2
- package/dist/{utils-6KgZuQUR.js → utils-CVF2pBPP.js} +555 -396
- 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.
|
|
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
|
|
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.
|
|
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.
|
|
74
|
-
"@storybook/addon-docs": "10.2.
|
|
75
|
-
"@storybook/addon-themes": "10.2.
|
|
76
|
-
"@storybook/addon-vitest": "10.2.
|
|
77
|
-
"@storybook/react-vite": "10.2.
|
|
78
|
-
"@tailwindcss/vite": "4.1
|
|
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.
|
|
80
|
+
"@testing-library/react": "16.3.2",
|
|
82
81
|
"@testing-library/user-event": "14.6.1",
|
|
83
|
-
"@types/node": "24.10.
|
|
84
|
-
"@types/react": "19.2.
|
|
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.
|
|
87
|
-
"@vitest/browser-playwright": "4.0.
|
|
88
|
-
"@vitest/coverage-istanbul": "4.0.
|
|
89
|
-
"chromatic": "15.
|
|
90
|
-
"glob": "
|
|
91
|
-
"globals": "
|
|
92
|
-
"happy-dom": "20.0
|
|
93
|
-
"lucide-react": "0.
|
|
94
|
-
"playwright": "1.
|
|
95
|
-
"react": "19.2.
|
|
96
|
-
"react-dom": "19.2.
|
|
97
|
-
"react-hook-form": "7.
|
|
98
|
-
"recharts": "3.
|
|
99
|
-
"storybook": "10.2.
|
|
100
|
-
"tailwindcss": "4.1
|
|
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.
|
|
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.
|
|
107
|
-
"vitest": "4.0.
|
|
108
|
-
"zod": "4.3.
|
|
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.
|
|
117
|
+
"tailwind-merge": "3.5.0"
|
|
119
118
|
},
|
|
120
119
|
"overrides": {
|
|
121
120
|
"lodash": "4.17.23",
|