@ai-matrx/design-system 0.4.0 → 0.4.1
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ai-matrx/design-system",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"description": "AI Matrx semantic React primitives shared across Vite, Next.js, desktop, and customer-built applications.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,7 +36,6 @@
|
|
|
36
36
|
"./package.json": "./package.json"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@ai-matrx/kit": "^0.7.3",
|
|
40
39
|
"@radix-ui/react-dialog": "^1.1.17",
|
|
41
40
|
"@radix-ui/react-label": "^2.1.8",
|
|
42
41
|
"@radix-ui/react-popover": "^1.1.17",
|
|
@@ -48,7 +47,8 @@
|
|
|
48
47
|
"clsx": "^2.1.1",
|
|
49
48
|
"cmdk": "^1.1.1",
|
|
50
49
|
"tailwind-merge": "^3.0.0",
|
|
51
|
-
"vaul": "^1.1.2"
|
|
50
|
+
"vaul": "^1.1.2",
|
|
51
|
+
"@ai-matrx/kit": "0.7.4"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
54
|
"react": ">=18.0.0",
|