@arqel-dev/hooks 0.14.0 → 0.15.1
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 +1 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -31,6 +31,7 @@ pnpm add @inertiajs/react react react-dom
|
|
|
31
31
|
| `useNavigation()` | Lê `panel.navigation` dos shared props |
|
|
32
32
|
| `useBreakpoint()` | Tailwind v4 breakpoint atual via `matchMedia` |
|
|
33
33
|
| `useArqelOptimistic()` | Wrap de `useOptimistic` React 19 |
|
|
34
|
+
| `useResourceUpdates()` | Subscribe to Inertia partial-reload updates per resource |
|
|
34
35
|
|
|
35
36
|
## Subpath imports
|
|
36
37
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arqel-dev/hooks",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.1",
|
|
4
4
|
"description": "Reusable React hooks for Arqel admin panels.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://arqel.dev",
|
|
@@ -74,13 +74,13 @@
|
|
|
74
74
|
"SKILL.md"
|
|
75
75
|
],
|
|
76
76
|
"dependencies": {
|
|
77
|
-
"@arqel-dev/types": "0.
|
|
77
|
+
"@arqel-dev/types": "0.15.1"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
80
|
"@inertiajs/react": "^3.0.0",
|
|
81
81
|
"react": "^19.2.0",
|
|
82
82
|
"react-dom": "^19.2.0",
|
|
83
|
-
"@arqel-dev/react": "0.
|
|
83
|
+
"@arqel-dev/react": "0.15.1"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@inertiajs/core": "^3.0.0",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"tsup": "^8.5.0",
|
|
97
97
|
"typescript": "^5.6.3",
|
|
98
98
|
"vitest": "^4.1.0",
|
|
99
|
-
"@arqel-dev/react": "0.
|
|
99
|
+
"@arqel-dev/react": "0.15.1"
|
|
100
100
|
},
|
|
101
101
|
"publishConfig": {
|
|
102
102
|
"access": "public"
|