@sustaina/shared-ui 1.12.0 → 1.13.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/dist/index.d.mts +70 -7
- package/dist/index.d.ts +70 -7
- package/dist/index.js +534 -48
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +530 -49
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sustaina/shared-ui",
|
|
3
3
|
"author": "Sustaina Team",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.13.1",
|
|
5
5
|
"description": "Laboratory for Sustaina micro-frontend modules.",
|
|
6
6
|
"license": "UNLICENSED",
|
|
7
7
|
"scripts": {
|
|
@@ -94,8 +94,11 @@
|
|
|
94
94
|
"react": "^18.0.0 || ^19.0.0",
|
|
95
95
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
96
96
|
"react-hook-form": "^7.0.0",
|
|
97
|
+
"zod": "^3.25.76",
|
|
98
|
+
"zustand": "^5.0.8",
|
|
97
99
|
"react-easy-crop": "^5.5.3",
|
|
98
|
-
"
|
|
100
|
+
"i18next": "^25.6.0",
|
|
101
|
+
"react-i18next": "^15.6.1"
|
|
99
102
|
},
|
|
100
103
|
"dependencies": {
|
|
101
104
|
"@dnd-kit/core": "^6.3.1",
|
|
@@ -128,7 +131,6 @@
|
|
|
128
131
|
"react-day-picker": "^9.9.0",
|
|
129
132
|
"react-number-format": "^5.4.4",
|
|
130
133
|
"tailwind-merge": "^3.3.1",
|
|
131
|
-
"tw-animate-css": "^1.3.6"
|
|
132
|
-
"zustand": "^5.0.6"
|
|
134
|
+
"tw-animate-css": "^1.3.6"
|
|
133
135
|
}
|
|
134
136
|
}
|