@usefy/use-on-click-outside 0.0.18 → 0.0.20

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 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -507,25 +507,6 @@ pnpm test --coverage
507
507
 
508
508
  ---
509
509
 
510
- ## Related Packages
511
-
512
- Explore other hooks in the **@usefy** collection:
513
-
514
- | Package | Description |
515
- | ------------------------------------------------------------------------------------------ | ------------------------------------ |
516
- | [@usefy/use-click-any-where](https://www.npmjs.com/package/@usefy/use-click-any-where) | Document-wide click detection |
517
- | [@usefy/use-toggle](https://www.npmjs.com/package/@usefy/use-toggle) | Boolean state management |
518
- | [@usefy/use-counter](https://www.npmjs.com/package/@usefy/use-counter) | Counter state management |
519
- | [@usefy/use-debounce](https://www.npmjs.com/package/@usefy/use-debounce) | Value debouncing |
520
- | [@usefy/use-debounce-callback](https://www.npmjs.com/package/@usefy/use-debounce-callback) | Debounced callbacks |
521
- | [@usefy/use-throttle](https://www.npmjs.com/package/@usefy/use-throttle) | Value throttling |
522
- | [@usefy/use-throttle-callback](https://www.npmjs.com/package/@usefy/use-throttle-callback) | Throttled callbacks |
523
- | [@usefy/use-local-storage](https://www.npmjs.com/package/@usefy/use-local-storage) | localStorage state synchronization |
524
- | [@usefy/use-session-storage](https://www.npmjs.com/package/@usefy/use-session-storage) | sessionStorage state synchronization |
525
- | [@usefy/use-copy-to-clipboard](https://www.npmjs.com/package/@usefy/use-copy-to-clipboard) | Clipboard operations |
526
-
527
- ---
528
-
529
510
  ## License
530
511
 
531
512
  MIT © [mirunamu](https://github.com/geon0529)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-on-click-outside",
3
- "version": "0.0.18",
3
+ "version": "0.0.20",
4
4
  "description": "A React hook for detecting clicks outside of specified elements",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",