siesa-ui-kit 1.0.291 → 1.0.292
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 +6 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "siesa-ui-kit",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.292",
|
|
5
5
|
"description": "SIESA UI Kit - Biblioteca de componentes React con Tailwind CSS, Storybook y agentes Claude AI",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/siesa-ui-kit.cjs",
|
|
@@ -20,8 +20,9 @@
|
|
|
20
20
|
],
|
|
21
21
|
"scripts": {
|
|
22
22
|
"dev": "vite",
|
|
23
|
-
"
|
|
24
|
-
"build
|
|
23
|
+
"check:deps": "node scripts/check-external-deps.mjs",
|
|
24
|
+
"build": "vite build && tsc -p tsconfig.build.json && npm run check:deps",
|
|
25
|
+
"build:lib": "vite build && tsc -p tsconfig.build.json && npm run check:deps",
|
|
25
26
|
"lint": "eslint .",
|
|
26
27
|
"test": "vitest run --project dynamic-entities --project master-document --project withholdings-panel --project installments-panel --project advance-applications-panel --project financial-instrument-panel --project language-management --project dashboard",
|
|
27
28
|
"test:all": "vitest run --project dynamic-entities --project master-document --project withholdings-panel --project installments-panel --project advance-applications-panel --project financial-instrument-panel --project language-management --project contact-manager --project form-cache-selector --project lookup-field --project tree-component --project tree-component-ui --project button --project dashboard",
|
|
@@ -52,6 +53,7 @@
|
|
|
52
53
|
"node": ">=20.0.0"
|
|
53
54
|
},
|
|
54
55
|
"peerDependencies": {
|
|
56
|
+
"@hookform/resolvers": "^5.0.0",
|
|
55
57
|
"@tanstack/react-query": "^5.0.0",
|
|
56
58
|
"framer-motion": "^12.35.2",
|
|
57
59
|
"react": "^18.0.0 || ^19.0.0",
|
|
@@ -68,15 +70,6 @@
|
|
|
68
70
|
"react-dom": {
|
|
69
71
|
"optional": false
|
|
70
72
|
},
|
|
71
|
-
"react-hook-form": {
|
|
72
|
-
"optional": true
|
|
73
|
-
},
|
|
74
|
-
"zod": {
|
|
75
|
-
"optional": true
|
|
76
|
-
},
|
|
77
|
-
"zustand": {
|
|
78
|
-
"optional": true
|
|
79
|
-
},
|
|
80
73
|
"sonner": {
|
|
81
74
|
"optional": true
|
|
82
75
|
}
|
|
@@ -150,6 +143,7 @@
|
|
|
150
143
|
"react-dom": "^19.1.1",
|
|
151
144
|
"react-grid-layout": "^2.2.3",
|
|
152
145
|
"react-hook-form": "^7.71.1",
|
|
146
|
+
"react-resizable": "^3.0.5",
|
|
153
147
|
"sonner": "^2.0.7",
|
|
154
148
|
"storybook": "^10.3.3",
|
|
155
149
|
"tailwindcss": "^4.1.18",
|