@nikala-ui/hooks 0.9.10 → 0.9.11
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/package.json +2 -2
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ Reactive SolidJS state primitives and custom hooks for **Nikala UI**.
|
|
|
4
4
|
|
|
5
5
|
Honoring the iconic Georgian painter **Niko Pirosmani (Nikala)**.
|
|
6
6
|
|
|
7
|
-
Official Documentation & Interactive Demos: [nikala.
|
|
7
|
+
Official Documentation & Interactive Demos: [nikala.dev](https://nikala.dev)
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -85,7 +85,7 @@ const [value, setValue] = createControllableSignal({
|
|
|
85
85
|
## Documentation & Links
|
|
86
86
|
|
|
87
87
|
- Repository: [github.com/nikala-ui/ui](https://github.com/nikala-ui/ui)
|
|
88
|
-
- Hooks Documentation: [nikala.
|
|
88
|
+
- Hooks Documentation: [nikala.dev/docs/hooks](https://nikala.dev/docs/hooks)
|
|
89
89
|
|
|
90
90
|
## License
|
|
91
91
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nikala-ui/hooks",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.11",
|
|
4
4
|
"description": "Reactive SolidJS primitives and primitives for Nikala UI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.ts",
|
|
@@ -24,4 +24,4 @@
|
|
|
24
24
|
"peerDependencies": {
|
|
25
25
|
"solid-js": "^1.9.0"
|
|
26
26
|
}
|
|
27
|
-
}
|
|
27
|
+
}
|