@pol-studios/ui 1.0.1 → 1.0.7
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 +635 -530
- package/package.json +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pol-studios/ui",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "UI components for POL applications",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -103,10 +103,10 @@
|
|
|
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/filters": ">=1.0.
|
|
108
|
-
"@pol-studios/hooks": ">=1.0.
|
|
109
|
-
"@pol-studios/utils": ">=1.0.
|
|
106
|
+
"@pol-studios/db": ">=1.0.7",
|
|
107
|
+
"@pol-studios/filters": ">=1.0.7",
|
|
108
|
+
"@pol-studios/hooks": ">=1.0.7",
|
|
109
|
+
"@pol-studios/utils": ">=1.0.7"
|
|
110
110
|
},
|
|
111
111
|
"peerDependenciesMeta": {
|
|
112
112
|
"react-day-picker": {
|
|
@@ -207,10 +207,10 @@
|
|
|
207
207
|
"tailwindcss-animate": "^1.0.7",
|
|
208
208
|
"tsup": "^8.0.0",
|
|
209
209
|
"typescript": "^5.7.2",
|
|
210
|
-
"@pol-studios/db": "1.0.
|
|
211
|
-
"@pol-studios/
|
|
212
|
-
"@pol-studios/
|
|
213
|
-
"@pol-studios/
|
|
210
|
+
"@pol-studios/db": "1.0.7",
|
|
211
|
+
"@pol-studios/filters": "1.0.7",
|
|
212
|
+
"@pol-studios/utils": "1.0.7",
|
|
213
|
+
"@pol-studios/hooks": "1.0.7"
|
|
214
214
|
},
|
|
215
215
|
"scripts": {
|
|
216
216
|
"build": "tsup",
|