@moises.ai/design-system 2.0.0 → 2.0.2
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/icons.js +6893 -428
- package/dist/index.js +715 -731
- package/package.json +5 -3
- package/dist/react-icons.esm-DrgObs82.js +0 -6780
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moises.ai/design-system",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Design System package based on @radix-ui/themes with custom defaults",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -27,8 +27,9 @@
|
|
|
27
27
|
"scripts": {
|
|
28
28
|
"build": "vite build",
|
|
29
29
|
"build:watch": "vite build --watch",
|
|
30
|
-
"dev": "storybook dev -p 6006",
|
|
31
|
-
"
|
|
30
|
+
"dev:storybook": "storybook dev -p 6006",
|
|
31
|
+
"dev": "concurrently \"npm run build:watch\" \"npm run dev:storybook\"",
|
|
32
|
+
"build:storybook": "storybook build"
|
|
32
33
|
},
|
|
33
34
|
"dependencies": {
|
|
34
35
|
"@radix-ui/react-icons": "1.3.2",
|
|
@@ -56,6 +57,7 @@
|
|
|
56
57
|
"@storybook/react-vite": "^8.6.14",
|
|
57
58
|
"@storybook/test": "^8.6.14",
|
|
58
59
|
"@vitejs/plugin-react": "^4.2.1",
|
|
60
|
+
"concurrently": "^9.1.2",
|
|
59
61
|
"postcss": "^8.5.3",
|
|
60
62
|
"postcss-import": "^16.1.0",
|
|
61
63
|
"prop-types": "^15.8.1",
|