@usefy/use-click-any-where 0.0.17 → 0.0.19

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 -20
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -357,12 +357,12 @@ This package maintains comprehensive test coverage to ensure reliability and sta
357
357
 
358
358
  ### Test Coverage
359
359
 
360
- | Category | Coverage |
361
- |----------|----------|
360
+ | Category | Coverage |
361
+ | ---------- | ------------- |
362
362
  | Statements | 92.3% (12/13) |
363
- | Branches | 87.5% (7/8) |
364
- | Functions | 100% (4/4) |
365
- | Lines | 92.3% (12/13) |
363
+ | Branches | 87.5% (7/8) |
364
+ | Functions | 100% (4/4) |
365
+ | Lines | 92.3% (12/13) |
366
366
 
367
367
  ### Test Categories
368
368
 
@@ -409,21 +409,6 @@ pnpm test --coverage
409
409
 
410
410
  ---
411
411
 
412
- ## Related Packages
413
-
414
- Explore other hooks in the **@usefy** collection:
415
-
416
- | Package | Description |
417
- | ------------------------------------------------------------------------------------------ | ------------------------ |
418
- | [@usefy/use-toggle](https://www.npmjs.com/package/@usefy/use-toggle) | Boolean state management |
419
- | [@usefy/use-counter](https://www.npmjs.com/package/@usefy/use-counter) | Counter state management |
420
- | [@usefy/use-debounce](https://www.npmjs.com/package/@usefy/use-debounce) | Value debouncing |
421
- | [@usefy/use-debounce-callback](https://www.npmjs.com/package/@usefy/use-debounce-callback) | Debounced callbacks |
422
- | [@usefy/use-throttle](https://www.npmjs.com/package/@usefy/use-throttle) | Value throttling |
423
- | [@usefy/use-throttle-callback](https://www.npmjs.com/package/@usefy/use-throttle-callback) | Throttled callbacks |
424
-
425
- ---
426
-
427
412
  ## License
428
413
 
429
414
  MIT © [mirunamu](https://github.com/geon0529)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-click-any-where",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "description": "A React hook for detecting document-wide click events",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",