@msobiecki/react-marauders-path 1.7.0 → 1.9.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.
Files changed (2) hide show
  1. package/README.md +9 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -180,7 +180,7 @@ npm run dev
180
180
 
181
181
  This example demonstrates:
182
182
 
183
- - Real-time keyboard input handling
183
+ - Combined mouse, touch, and keyboard input
184
184
 
185
185
  ## Development
186
186
 
@@ -204,10 +204,14 @@ npm lint
204
204
 
205
205
  ## Project Status
206
206
 
207
- - 🚧 Core `useKey` combination sequence pattern
208
- - 🚧 Core `useMouse` hook
209
- - 🚧 Core `useMouse` hook unit test coverage
210
- - 🚧 Example of usage
207
+ Hooks
208
+
209
+ - 🚧 `useMouse` Mouse interaction handling
210
+ - 🚧 `useMouse` Unit test coverage
211
+ - 🚧 `useTouch` – Touch interaction handling
212
+ - 🚧 `useTouch` – Unit test coverage
213
+ - 🚧 `useInteraction` – Unified mouse, touch, and keyboard interaction handling
214
+ - 🚧 `useInteraction` – Unit test coverage
211
215
 
212
216
  ## License
213
217
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@msobiecki/react-marauders-path",
3
- "version": "1.7.0",
3
+ "version": "1.9.0",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=22.17.1"