power-focusable 4.3.5 → 4.3.6

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
@@ -21,14 +21,14 @@ import {
21
21
  hasFocusable,
22
22
  inertOutside,
23
23
  isFocusable,
24
- } from 'power-focusable@4.3.5';
24
+ } from 'power-focusable';
25
25
 
26
26
  // CDNs
27
- import { ... } 'https://esm.sh/power-focusable@4.3.5';
27
+ import { ... } 'https://esm.sh/power-focusable@4.3.6';
28
28
  // or
29
- import { ... } 'https://cdn.jsdelivr.net/npm/power-focusable@4.3.5/+esm';
29
+ import { ... } 'https://cdn.jsdelivr.net/npm/power-focusable@4.3.6/+esm';
30
30
  // or
31
- import { ... } 'https://esm.unpkg.com/power-focusable@4.3.5';
31
+ import { ... } 'https://esm.unpkg.com/power-focusable@4.3.6';
32
32
  ```
33
33
 
34
34
  ## 🪄 Options
package/dist/index.cjs CHANGED
@@ -457,7 +457,7 @@ function isUngroupedRadio(element) {
457
457
  * High-precision focus management utility with full composed tree support.
458
458
  * Handles complex focus rules including tabindex ordering, radio groups, inert.
459
459
  *
460
- * @version 4.3.5
460
+ * @version 4.3.6
461
461
  * @author Yusuke Kamiyamane
462
462
  * @license MIT
463
463
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.d.cts CHANGED
@@ -3,7 +3,7 @@
3
3
  * High-precision focus management utility with full composed tree support.
4
4
  * Handles complex focus rules including tabindex ordering, radio groups, inert.
5
5
  *
6
- * @version 4.3.5
6
+ * @version 4.3.6
7
7
  * @author Yusuke Kamiyamane
8
8
  * @license MIT
9
9
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * High-precision focus management utility with full composed tree support.
4
4
  * Handles complex focus rules including tabindex ordering, radio groups, inert.
5
5
  *
6
- * @version 4.3.5
6
+ * @version 4.3.6
7
7
  * @author Yusuke Kamiyamane
8
8
  * @license MIT
9
9
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.js CHANGED
@@ -455,7 +455,7 @@ function isUngroupedRadio(element) {
455
455
  * High-precision focus management utility with full composed tree support.
456
456
  * Handles complex focus rules including tabindex ordering, radio groups, inert.
457
457
  *
458
- * @version 4.3.5
458
+ * @version 4.3.6
459
459
  * @author Yusuke Kamiyamane
460
460
  * @license MIT
461
461
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "power-focusable",
3
- "version": "4.3.5",
3
+ "version": "4.3.6",
4
4
  "description": "High-precision focus management utility with full composed tree support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",