@pol-studios/ui 1.0.8 → 1.0.9
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 +7 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pol-studios/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "UI components for POL applications",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -102,10 +102,7 @@
|
|
|
102
102
|
},
|
|
103
103
|
"peerDependencies": {
|
|
104
104
|
"react": "^18.0.0 || ^19.0.0",
|
|
105
|
-
"react-dom": "^18.0.0 || ^19.0.0"
|
|
106
|
-
"@pol-studios/db": ">=1.0.0",
|
|
107
|
-
"@pol-studios/hooks": ">=1.0.0",
|
|
108
|
-
"@pol-studios/utils": ">=1.0.0"
|
|
105
|
+
"react-dom": "^18.0.0 || ^19.0.0"
|
|
109
106
|
},
|
|
110
107
|
"peerDependenciesMeta": {
|
|
111
108
|
"react-day-picker": {
|
|
@@ -128,18 +125,12 @@
|
|
|
128
125
|
},
|
|
129
126
|
"next-themes": {
|
|
130
127
|
"optional": true
|
|
131
|
-
},
|
|
132
|
-
"@pol-studios/db": {
|
|
133
|
-
"optional": true
|
|
134
|
-
},
|
|
135
|
-
"@pol-studios/hooks": {
|
|
136
|
-
"optional": true
|
|
137
|
-
},
|
|
138
|
-
"@pol-studios/utils": {
|
|
139
|
-
"optional": true
|
|
140
128
|
}
|
|
141
129
|
},
|
|
142
130
|
"dependencies": {
|
|
131
|
+
"@pol-studios/db": ">=1.0.0",
|
|
132
|
+
"@pol-studios/hooks": ">=1.0.0",
|
|
133
|
+
"@pol-studios/utils": ">=1.0.0",
|
|
143
134
|
"@emotion/react": "^11.11.0",
|
|
144
135
|
"@emotion/styled": "^11.11.0",
|
|
145
136
|
"@hookform/resolvers": "^3.10.0",
|
|
@@ -204,9 +195,9 @@
|
|
|
204
195
|
"tailwindcss-animate": "^1.0.7",
|
|
205
196
|
"tsup": "^8.0.0",
|
|
206
197
|
"typescript": "^5.7.2",
|
|
207
|
-
"@pol-studios/db": "1.0.8",
|
|
208
198
|
"@pol-studios/hooks": "1.0.8",
|
|
209
|
-
"@pol-studios/utils": "1.0.8"
|
|
199
|
+
"@pol-studios/utils": "1.0.8",
|
|
200
|
+
"@pol-studios/db": "1.0.8"
|
|
210
201
|
},
|
|
211
202
|
"scripts": {
|
|
212
203
|
"build": "tsup",
|