@vuetify/v0 0.0.20 → 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
@@ -6,6 +6,9 @@
6
6
  </div>
7
7
 
8
8
  <p align="center">
9
+ <a href="https://codecov.io/github/vuetifyjs/0">
10
+ <img src="https://img.shields.io/codecov/c/github/vuetifyjs/0" alt="Coverage">
11
+ </a>
9
12
  <a href="https://www.npmjs.com/package/@vuetify/v0">
10
13
  <img src="https://img.shields.io/npm/dt/@vuetify/v0.svg" alt="Downloads">
11
14
  </a>
@@ -130,8 +133,8 @@ Selection management composables built on `useRegistry`:
130
133
  #### Observers & Events
131
134
 
132
135
  - **`useEventListener`** - Lifecycle-managed event listeners
136
+ - **`useHotkey`** - Hotkey combinations and sequences
133
137
  - **`useIntersectionObserver`** - Intersection observer with auto-cleanup
134
- - **`useKeydown`** - Keyboard event handling
135
138
  - **`useMutationObserver`** - DOM mutation observation
136
139
  - **`useResizeObserver`** - Resize observer utilities
137
140