power-focusable 4.3.19 → 4.3.21

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
@@ -24,11 +24,11 @@ import {
24
24
  } from 'power-focusable';
25
25
 
26
26
  // CDNs
27
- import { ... } 'https://esm.sh/power-focusable@4.3.19';
27
+ import { ... } 'https://esm.sh/power-focusable@4.3.21';
28
28
  // or
29
- import { ... } 'https://cdn.jsdelivr.net/npm/power-focusable@4.3.19/+esm';
29
+ import { ... } 'https://cdn.jsdelivr.net/npm/power-focusable@4.3.21/+esm';
30
30
  // or
31
- import { ... } 'https://esm.unpkg.com/power-focusable@4.3.19';
31
+ import { ... } 'https://esm.unpkg.com/power-focusable@4.3.21';
32
32
  ```
33
33
 
34
34
  ## 🪄 Options
package/dist/index.cjs CHANGED
@@ -494,7 +494,7 @@ function isUngroupedRadio(element) {
494
494
  * High-precision focus management utility with full composed tree support.
495
495
  * Handles complex focus rules including tabindex ordering, radio groups, inert.
496
496
  *
497
- * @version 4.3.19
497
+ * @version 4.3.21
498
498
  * @author Yusuke Kamiyamane
499
499
  * @license MIT
500
500
  * @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.19
6
+ * @version 4.3.21
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.19
6
+ * @version 4.3.21
7
7
  * @author Yusuke Kamiyamane
8
8
  * @license MIT
9
9
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.js CHANGED
@@ -492,7 +492,7 @@ function isUngroupedRadio(element) {
492
492
  * High-precision focus management utility with full composed tree support.
493
493
  * Handles complex focus rules including tabindex ordering, radio groups, inert.
494
494
  *
495
- * @version 4.3.19
495
+ * @version 4.3.21
496
496
  * @author Yusuke Kamiyamane
497
497
  * @license MIT
498
498
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "power-focusable",
3
- "version": "4.3.19",
3
+ "version": "4.3.21",
4
4
  "description": "High-precision focus management utility with full composed tree support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",