kitzo 2.3.7 → 2.3.8

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 +5 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,14 +16,14 @@ npm install kitzo
16
16
 
17
17
  #### Components
18
18
 
19
- 🍞 **Toast** — Accessible, animated notifications.
20
- 💡 **Tooltip** — Smart-positioned contextual labels.
19
+ - 🍞 **Toast** — Accessible, animated notifications.
20
+ - 💡 **Tooltip** — Smart-positioned contextual labels.
21
21
 
22
22
  #### Hooks
23
23
 
24
- ⏱️ **useDebounce** — Optimize performance by delaying execution.
25
- 📏 **useWindowSize** — Real-time viewport dimensions.
26
- 📋 **useCopy** — Simple "copy to clipboard" functionality.
24
+ - ⏱️ **useDebounce** — Optimize performance by delaying execution.
25
+ - 📏 **useWindowSize** — Real-time viewport dimensions.
26
+ - 📋 **useCopy** — Simple "copy to clipboard" functionality.
27
27
 
28
28
  ---
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitzo",
3
- "version": "2.3.7",
3
+ "version": "2.3.8",
4
4
  "description": "A lightweight React micro-utility.",
5
5
  "type": "module",
6
6
  "files": [