@kroo-web/design-system 1.1.85 → 1.1.87
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kroo-web/design-system",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.87",
|
|
4
4
|
"description": "Web design system for Kroo including the components for the marketing site and the product side.",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -101,13 +101,13 @@
|
|
|
101
101
|
"framer-motion": "^11.0.8",
|
|
102
102
|
"postcss": "^8.4.35",
|
|
103
103
|
"react-material-symbols": "^4.4.0",
|
|
104
|
-
"zustand": "^4.5.2"
|
|
104
|
+
"zustand": "^4.5.2",
|
|
105
|
+
"react-hook-form": "^7.51.0",
|
|
106
|
+
"@hookform/resolvers": "^3.3.4"
|
|
105
107
|
},
|
|
106
108
|
"peerDependencies": {
|
|
107
|
-
"@hookform/resolvers": "^3.3.4",
|
|
108
109
|
"react": "^18.0.0",
|
|
109
110
|
"react-dom": "^18.0.0",
|
|
110
|
-
"react-hook-form": "^7.51.0",
|
|
111
111
|
"react-toastify": "^10.0.5"
|
|
112
112
|
},
|
|
113
113
|
"config": {
|