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 +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
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
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
399
|
+
* @version 4.1.1
|
|
400
400
|
* @author Yusuke Kamiyamane
|
|
401
401
|
* @license MIT
|
|
402
402
|
* @copyright Copyright (c) Yusuke Kamiyamane
|