@pol-studios/ui 1.0.7 → 1.0.8
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/README.md +2 -2
- package/dist/components/index.js +271 -2008
- package/package.json +9 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pol-studios/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "UI components for POL applications",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -103,10 +103,9 @@
|
|
|
103
103
|
"peerDependencies": {
|
|
104
104
|
"react": "^18.0.0 || ^19.0.0",
|
|
105
105
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
106
|
-
"@pol-studios/db": ">=1.0.
|
|
107
|
-
"@pol-studios/
|
|
108
|
-
"@pol-studios/
|
|
109
|
-
"@pol-studios/utils": ">=1.0.7"
|
|
106
|
+
"@pol-studios/db": ">=1.0.0",
|
|
107
|
+
"@pol-studios/hooks": ">=1.0.0",
|
|
108
|
+
"@pol-studios/utils": ">=1.0.0"
|
|
110
109
|
},
|
|
111
110
|
"peerDependenciesMeta": {
|
|
112
111
|
"react-day-picker": {
|
|
@@ -133,9 +132,6 @@
|
|
|
133
132
|
"@pol-studios/db": {
|
|
134
133
|
"optional": true
|
|
135
134
|
},
|
|
136
|
-
"@pol-studios/filters": {
|
|
137
|
-
"optional": true
|
|
138
|
-
},
|
|
139
135
|
"@pol-studios/hooks": {
|
|
140
136
|
"optional": true
|
|
141
137
|
},
|
|
@@ -197,7 +193,8 @@
|
|
|
197
193
|
"react-syntax-highlighter": "^16.1.0",
|
|
198
194
|
"react-use-measure": "^2.1.1",
|
|
199
195
|
"sonner": "^2.0.7",
|
|
200
|
-
"zod": "^3.24.4"
|
|
196
|
+
"zod": "^3.24.4",
|
|
197
|
+
"@iconify/react": "^5.0.0"
|
|
201
198
|
},
|
|
202
199
|
"devDependencies": {
|
|
203
200
|
"@types/react": "^19.0.0",
|
|
@@ -207,10 +204,9 @@
|
|
|
207
204
|
"tailwindcss-animate": "^1.0.7",
|
|
208
205
|
"tsup": "^8.0.0",
|
|
209
206
|
"typescript": "^5.7.2",
|
|
210
|
-
"@pol-studios/db": "1.0.
|
|
211
|
-
"@pol-studios/
|
|
212
|
-
"@pol-studios/utils": "1.0.
|
|
213
|
-
"@pol-studios/hooks": "1.0.7"
|
|
207
|
+
"@pol-studios/db": "1.0.8",
|
|
208
|
+
"@pol-studios/hooks": "1.0.8",
|
|
209
|
+
"@pol-studios/utils": "1.0.8"
|
|
214
210
|
},
|
|
215
211
|
"scripts": {
|
|
216
212
|
"build": "tsup",
|