power-focusable 4.1.0 → 4.1.1

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
@@ -26,7 +26,7 @@ import {
26
26
  // CDNs
27
27
  import { ... } 'https://esm.sh/power-focusable'
28
28
  // or
29
- import { ... } 'https://cdn.jsdelivr.net/npm/power-focusable/dist/index.js';
29
+ import { ... } 'https://cdn.jsdelivr.net/npm/power-focusable/+esm';
30
30
  // or
31
31
  import { ... } 'https://unpkg.com/power-focusable/dist/index.js';
32
32
  ```
package/dist/index.cjs CHANGED
@@ -398,7 +398,7 @@ function isUngroupedRadio(element) {
398
398
  * High-precision focus management utility with full composed tree support.
399
399
  * Handles complex focus rules including tabindex ordering, radio groups, inert.
400
400
  *
401
- * @version 4.1.0
401
+ * @version 4.1.1
402
402
  * @author Yusuke Kamiyamane
403
403
  * @license MIT
404
404
  * @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.1.0
6
+ * @version 4.1.1
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.1.0
6
+ * @version 4.1.1
7
7
  * @author Yusuke Kamiyamane
8
8
  * @license MIT
9
9
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.js CHANGED
@@ -396,7 +396,7 @@ function isUngroupedRadio(element) {
396
396
  * High-precision focus management utility with full composed tree support.
397
397
  * Handles complex focus rules including tabindex ordering, radio groups, inert.
398
398
  *
399
- * @version 4.1.0
399
+ * @version 4.1.1
400
400
  * @author Yusuke Kamiyamane
401
401
  * @license MIT
402
402
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "power-focusable",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "description": "High-precision focus management utility with full composed tree support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",