@arcadeai/design-system 2.0.0 → 2.1.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/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/components/index.js +224 -222
- package/dist/components/ui/atoms/icons/imgflip.d.ts +3 -0
- package/dist/components/ui/atoms/icons/imgflip.js +35 -0
- package/dist/components/ui/atoms/icons/index.d.ts +1 -0
- package/dist/components/ui/atoms/icons/index.js +116 -114
- package/dist/components/ui/atoms/index.js +211 -209
- package/dist/components/ui/atoms/resizable.js +1 -1
- package/dist/components/ui/atoms/switch.d.ts +5 -1
- package/dist/components/ui/atoms/switch.js +98 -73
- package/dist/components/ui/index.js +224 -222
- package/dist/components/ui/molecules/index.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +2 -2
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/toolkit-selection-summary.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/search-input.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/select-button.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/components/toolkit-card-with-selection.js +1 -1
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-filter.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-search.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/hooks/use-toolkit-picker-selection.test.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.js +2 -2
- package/dist/components/ui/organisms/toolkit-picker/toolkit-picker.test.js +2 -2
- package/dist/components/ui/utils/memo.test.js +1 -1
- package/dist/lib/arcade/arcade.test.js +1 -1
- package/dist/lib/utils.test.js +1 -1
- package/dist/{magic-string.es-QnVUNas7.js → magic-string.es-uPKorP4O.js} +7 -4
- package/dist/main.js +261 -259
- package/dist/metadata/toolkits.js +118 -102
- package/dist/{react-resizable-panels.browser-ZHjTH32c.js → react-resizable-panels.browser-DggUboAp.js} +2 -2
- package/dist/{react.esm-CAxz4dXo.js → react.esm-DUaR5u-J.js} +1 -1
- package/dist/{toolkit-card-fWmjBnBQ.js → toolkit-card-DgjPGtsJ.js} +1 -1
- package/dist/{vi.bdSIJ99Y-hyudrc3R.js → vi.bdSIJ99Y-Bs-viS39.js} +1 -1
- package/package.json +33 -33
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcadeai/design-system",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.1.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"types": "dist/main.d.ts",
|
|
@@ -41,15 +41,15 @@
|
|
|
41
41
|
"dev:vite": "vite",
|
|
42
42
|
"prebuild": "node ./scripts/generate-icon-components.js",
|
|
43
43
|
"build": "tsc -b ./tsconfig.lib.json && vite build",
|
|
44
|
-
"lint": "
|
|
45
|
-
"format": "
|
|
44
|
+
"lint": "pnpm dlx ultracite check",
|
|
45
|
+
"format": "pnpm dlx ultracite fix",
|
|
46
46
|
"preview": "vite preview",
|
|
47
47
|
"prepublishOnly": "pnpm run build",
|
|
48
48
|
"build-storybook": "storybook build",
|
|
49
49
|
"test:storybook": "vitest --project=storybook --coverage --run",
|
|
50
50
|
"test:unit": "vitest --project=unit --coverage --run",
|
|
51
51
|
"test": "vitest --coverage --run",
|
|
52
|
-
"generate-metadata-json": "
|
|
52
|
+
"generate-metadata-json": "pnpm dlx tsx ./scripts/generate-metadata-json.ts",
|
|
53
53
|
"generate-icons": "node ./scripts/generate-icon-components.js"
|
|
54
54
|
},
|
|
55
55
|
"release": {
|
|
@@ -83,58 +83,58 @@
|
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"@hookform/resolvers": "^5.2.1",
|
|
86
|
-
"lucide-react": "^0.
|
|
87
|
-
"react": "^19.1.
|
|
88
|
-
"react-dom": "^19.1.
|
|
86
|
+
"lucide-react": "^0.544.0",
|
|
87
|
+
"react": "^19.1.1",
|
|
88
|
+
"react-dom": "^19.1.1",
|
|
89
89
|
"react-hook-form": "^7.62.0",
|
|
90
|
-
"recharts": "^3.
|
|
91
|
-
"tailwindcss": "^4.1.
|
|
90
|
+
"recharts": "^3.2.0",
|
|
91
|
+
"tailwindcss": "^4.1.13"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@biomejs/biome": "2.2.
|
|
94
|
+
"@biomejs/biome": "2.2.4",
|
|
95
95
|
"@commitlint/cli": "19.8.1",
|
|
96
96
|
"@commitlint/config-conventional": "19.8.1",
|
|
97
97
|
"@hookform/resolvers": "5.2.1",
|
|
98
98
|
"@semantic-release/changelog": "6.0.3",
|
|
99
99
|
"@semantic-release/git": "10.0.1",
|
|
100
|
-
"@storybook/addon-a11y": "9.1.
|
|
101
|
-
"@storybook/addon-docs": "9.1.
|
|
102
|
-
"@storybook/addon-themes": "9.1.
|
|
103
|
-
"@storybook/addon-vitest": "9.1.
|
|
104
|
-
"@storybook/react-vite": "9.1.
|
|
100
|
+
"@storybook/addon-a11y": "9.1.5",
|
|
101
|
+
"@storybook/addon-docs": "9.1.5",
|
|
102
|
+
"@storybook/addon-themes": "9.1.5",
|
|
103
|
+
"@storybook/addon-vitest": "9.1.5",
|
|
104
|
+
"@storybook/react-vite": "9.1.5",
|
|
105
105
|
"@testing-library/dom": "^10.4.1",
|
|
106
106
|
"@testing-library/jest-dom": "6.8.0",
|
|
107
107
|
"@testing-library/react": "^16.3.0",
|
|
108
108
|
"@testing-library/user-event": "^14.6.1",
|
|
109
|
-
"@types/node": "24.3.
|
|
110
|
-
"@types/react": "19.1.
|
|
111
|
-
"@types/react-dom": "19.1.
|
|
109
|
+
"@types/node": "24.3.1",
|
|
110
|
+
"@types/react": "19.1.12",
|
|
111
|
+
"@types/react-dom": "19.1.9",
|
|
112
112
|
"@vitejs/plugin-react-swc": "4.0.1",
|
|
113
113
|
"@vitest/browser": "3.2.4",
|
|
114
114
|
"@vitest/coverage-v8": "3.2.4",
|
|
115
|
-
"chromatic": "13.1.
|
|
115
|
+
"chromatic": "13.1.4",
|
|
116
116
|
"glob": "11.0.3",
|
|
117
|
-
"globals": "16.
|
|
117
|
+
"globals": "16.4.0",
|
|
118
118
|
"happy-dom": "^18.0.1",
|
|
119
119
|
"husky": "9.1.7",
|
|
120
|
-
"lint-staged": "16.1.
|
|
121
|
-
"lucide-react": "0.
|
|
120
|
+
"lint-staged": "16.1.6",
|
|
121
|
+
"lucide-react": "0.544.0",
|
|
122
122
|
"playwright": "1.55.0",
|
|
123
123
|
"react": "19.1.1",
|
|
124
124
|
"react-dom": "19.1.1",
|
|
125
125
|
"react-hook-form": "7.62.0",
|
|
126
|
-
"recharts": "3.
|
|
127
|
-
"semantic-release": "24.2.
|
|
128
|
-
"storybook": "9.1.
|
|
126
|
+
"recharts": "3.2.0",
|
|
127
|
+
"semantic-release": "24.2.8",
|
|
128
|
+
"storybook": "9.1.5",
|
|
129
129
|
"storybook-addon-test-codegen": "2.0.1",
|
|
130
|
-
"tailwindcss": "4.1.
|
|
131
|
-
"tw-animate-css": "1.3.
|
|
130
|
+
"tailwindcss": "4.1.13",
|
|
131
|
+
"tw-animate-css": "1.3.8",
|
|
132
132
|
"typescript": "~5.9.2",
|
|
133
|
-
"ultracite": "5.
|
|
134
|
-
"vite": "7.1.
|
|
133
|
+
"ultracite": "5.3.4",
|
|
134
|
+
"vite": "7.1.5",
|
|
135
135
|
"vite-plugin-dts": "4.5.4",
|
|
136
136
|
"vitest": "3.2.4",
|
|
137
|
-
"zod": "4.
|
|
137
|
+
"zod": "4.1.7"
|
|
138
138
|
},
|
|
139
139
|
"dependencies": {
|
|
140
140
|
"@arcadeai/arcadejs": "^1.9.1",
|
|
@@ -159,11 +159,11 @@
|
|
|
159
159
|
"@radix-ui/react-tabs": "1.1.13",
|
|
160
160
|
"@radix-ui/react-toggle": "1.1.10",
|
|
161
161
|
"@radix-ui/react-tooltip": "1.2.8",
|
|
162
|
-
"@tailwindcss/vite": "4.1.
|
|
162
|
+
"@tailwindcss/vite": "4.1.13",
|
|
163
163
|
"class-variance-authority": "0.7.1",
|
|
164
164
|
"clsx": "2.1.1",
|
|
165
165
|
"cmdk": "1.1.1",
|
|
166
|
-
"react-resizable-panels": "3.0.
|
|
166
|
+
"react-resizable-panels": "3.0.5",
|
|
167
167
|
"tailwind-merge": "3.3.1"
|
|
168
168
|
},
|
|
169
169
|
"engines": {
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"packageManager": "pnpm@10.14.0",
|
|
173
173
|
"lint-staged": {
|
|
174
174
|
"*.{js,jsx,ts,tsx,json,jsonc,css,scss,md,mdx}": [
|
|
175
|
-
"
|
|
175
|
+
"pnpm dlx biome fix"
|
|
176
176
|
]
|
|
177
177
|
}
|
|
178
178
|
}
|