@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/README.md
CHANGED
|
@@ -13,7 +13,7 @@ pnpm add @pol-studios/ui
|
|
|
13
13
|
## Peer Dependencies
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
pnpm add react react-dom @pol-studios/db/auth @pol-studios/db @pol-studios/filters @pol-studios/hooks @pol-studios/utils
|
|
16
|
+
pnpm add react react-dom @pol-studios/db/auth @pol-studios/db @pol-studios/ui/filters @pol-studios/hooks @pol-studios/utils
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
### Optional Dependencies
|
|
@@ -342,7 +342,7 @@ import type {
|
|
|
342
342
|
|
|
343
343
|
- [@pol-studios/hooks](../hooks) - Custom React hooks
|
|
344
344
|
- [@pol-studios/utils](../utils) - Utility functions
|
|
345
|
-
- [@pol-studios/filters](../filters) - Filter components
|
|
345
|
+
- [@pol-studios/ui/filters](../filters) - Filter components
|
|
346
346
|
- [@pol-studios/db](../db) - Database utilities
|
|
347
347
|
- [@pol-studios/db/auth](../auth) - Authentication
|
|
348
348
|
|