@msobiecki/react-marauders-path 1.28.0 → 1.29.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 +0 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -590,17 +590,6 @@ npm run lint
590
590
 
591
591
  ## Project Status
592
592
 
593
- ### High-level Gesture Hook
594
-
595
- - ✅ **`useGesture`** – high-level API for gesture handling
596
- Supported gestures:
597
- - `tap` – single tap / click
598
- - `doubletap` – quick double tap
599
- - `press` – press and hold
600
- - `swipe` – directional swipe
601
- - `drag` – track movement of finger or mouse
602
- - `pinch` – two-finger pinch / zoom
603
-
604
593
  ### Pointer / Mouse Hooks (Unified)
605
594
 
606
595
  - 🚧 **`usePointer`** – unified hook for MouseEvent, PointerEvent, and TouchEvent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@msobiecki/react-marauders-path",
3
- "version": "1.28.0",
3
+ "version": "1.29.0",
4
4
  "private": false,
5
5
  "description": "A lightweight, type-safe React library for handling keyboard and pointer events in a unified way.",
6
6
  "keywords": [