@vuetify/v0 0.0.21 → 0.0.22

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 CHANGED
@@ -133,8 +133,8 @@ Selection management composables built on `useRegistry`:
133
133
  #### Observers & Events
134
134
 
135
135
  - **`useEventListener`** - Lifecycle-managed event listeners
136
+ - **`useHotkey`** - Hotkey combinations and sequences
136
137
  - **`useIntersectionObserver`** - Intersection observer with auto-cleanup
137
- - **`useKeydown`** - Keyboard event handling
138
138
  - **`useMutationObserver`** - DOM mutation observation
139
139
  - **`useResizeObserver`** - Resize observer utilities
140
140