@pol-studios/ui 1.0.7 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pol-studios/ui",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "description": "UI components for POL applications",
5
5
  "license": "UNLICENSED",
6
6
  "type": "module",
@@ -102,11 +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.7",
107
- "@pol-studios/filters": ">=1.0.7",
108
- "@pol-studios/hooks": ">=1.0.7",
109
- "@pol-studios/utils": ">=1.0.7"
105
+ "react-dom": "^18.0.0 || ^19.0.0"
110
106
  },
111
107
  "peerDependenciesMeta": {
112
108
  "react-day-picker": {
@@ -129,21 +125,12 @@
129
125
  },
130
126
  "next-themes": {
131
127
  "optional": true
132
- },
133
- "@pol-studios/db": {
134
- "optional": true
135
- },
136
- "@pol-studios/filters": {
137
- "optional": true
138
- },
139
- "@pol-studios/hooks": {
140
- "optional": true
141
- },
142
- "@pol-studios/utils": {
143
- "optional": true
144
128
  }
145
129
  },
146
130
  "dependencies": {
131
+ "@pol-studios/db": ">=1.0.0",
132
+ "@pol-studios/hooks": ">=1.0.0",
133
+ "@pol-studios/utils": ">=1.0.0",
147
134
  "@emotion/react": "^11.11.0",
148
135
  "@emotion/styled": "^11.11.0",
149
136
  "@hookform/resolvers": "^3.10.0",
@@ -197,7 +184,8 @@
197
184
  "react-syntax-highlighter": "^16.1.0",
198
185
  "react-use-measure": "^2.1.1",
199
186
  "sonner": "^2.0.7",
200
- "zod": "^3.24.4"
187
+ "zod": "^3.24.4",
188
+ "@iconify/react": "^5.0.0"
201
189
  },
202
190
  "devDependencies": {
203
191
  "@types/react": "^19.0.0",
@@ -207,10 +195,9 @@
207
195
  "tailwindcss-animate": "^1.0.7",
208
196
  "tsup": "^8.0.0",
209
197
  "typescript": "^5.7.2",
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"
198
+ "@pol-studios/hooks": "1.0.8",
199
+ "@pol-studios/utils": "1.0.8",
200
+ "@pol-studios/db": "1.0.8"
214
201
  },
215
202
  "scripts": {
216
203
  "build": "tsup",