@almadar/ui 5.30.0 → 5.31.0

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": "@almadar/ui",
3
- "version": "5.30.0",
3
+ "version": "5.31.0",
4
4
  "description": "React UI components, hooks, and providers for Almadar",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -173,6 +173,20 @@
173
173
  "react-router-dom": "^7.0.0",
174
174
  "three": "^0.160.0"
175
175
  },
176
+ "peerDependenciesMeta": {
177
+ "@react-three/drei": {
178
+ "optional": true
179
+ },
180
+ "@react-three/fiber": {
181
+ "optional": true
182
+ },
183
+ "@react-three/postprocessing": {
184
+ "optional": true
185
+ },
186
+ "three": {
187
+ "optional": true
188
+ }
189
+ },
176
190
  "devDependencies": {
177
191
  "@almadar/eslint-plugin": "^2.8.2",
178
192
  "@react-three/drei": "^10.7.7",
@@ -241,4 +255,4 @@
241
255
  "overrides": {
242
256
  "@almadar/core": "$@almadar/core"
243
257
  }
244
- }
258
+ }