@usefy/use-on-click-outside 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.
Files changed (2) hide show
  1. package/README.md +1 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -413,12 +413,7 @@ This package maintains comprehensive test coverage to ensure reliability and sta
413
413
 
414
414
  ### Test Coverage
415
415
 
416
- | Category | Coverage |
417
- | ---------- | -------------- |
418
- | Statements | 97.61% (41/42) |
419
- | Branches | 93.93% (31/33) |
420
- | Functions | 100% (7/7) |
421
- | Lines | 97.61% (41/42) |
416
+ 📊 <a href="https://geon0529.github.io/usefy/coverage/use-on-click-outside/src/index.html" target="_blank" rel="noopener noreferrer"><strong>View Detailed Coverage Report</strong></a> (GitHub Pages)
422
417
 
423
418
  ### Test Categories
424
419
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usefy/use-on-click-outside",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
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",