@msobiecki/react-marauders-path 1.7.0 → 1.8.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/README.md +9 -5
- 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
|
-
-
|
|
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
|
-
|
|
208
|
-
|
|
209
|
-
- 🚧
|
|
210
|
-
- 🚧
|
|
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
|
|