@y14e/roving-tabindex 3.1.21 → 3.1.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.
- package/README.md +3 -3
- package/dist/index.bundle.cjs +3 -3
- package/dist/index.bundle.js +3 -3
- 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 +3 -3
package/README.md
CHANGED
|
@@ -13,11 +13,11 @@ npm i @y14e/roving-tabindex
|
|
|
13
13
|
import { createRovingTabIndex } from '@y14e/roving-tabindex';
|
|
14
14
|
|
|
15
15
|
// CDNs
|
|
16
|
-
import { createRovingTabIndex } from 'https://esm.sh/@y14e/roving-tabindex@3.1.
|
|
16
|
+
import { createRovingTabIndex } from 'https://esm.sh/@y14e/roving-tabindex@3.1.22';
|
|
17
17
|
// or
|
|
18
|
-
import { createRovingTabIndex } from 'https://cdn.jsdelivr.net/npm/@y14e/roving-tabindex@3.1.
|
|
18
|
+
import { createRovingTabIndex } from 'https://cdn.jsdelivr.net/npm/@y14e/roving-tabindex@3.1.22/+esm';
|
|
19
19
|
// or
|
|
20
|
-
import { createRovingTabIndex } from 'https://esm.unpkg.com/@y14e/roving-tabindex@3.1.
|
|
20
|
+
import { createRovingTabIndex } from 'https://esm.unpkg.com/@y14e/roving-tabindex@3.1.22';
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## 📦 APIs
|
package/dist/index.bundle.cjs
CHANGED
|
@@ -591,7 +591,7 @@ var RovingTabIndex = class _RovingTabIndex {
|
|
|
591
591
|
* Lightweight roving tabindex utility with fully focus management.
|
|
592
592
|
* Designed for accessible menus, tabs, toolbars, and composite widgets.
|
|
593
593
|
*
|
|
594
|
-
* @version 3.1.
|
|
594
|
+
* @version 3.1.22
|
|
595
595
|
* @author Yusuke Kamiyamane
|
|
596
596
|
* @license MIT
|
|
597
597
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
|
@@ -603,7 +603,7 @@ var RovingTabIndex = class _RovingTabIndex {
|
|
|
603
603
|
(**
|
|
604
604
|
* Attribute Util
|
|
605
605
|
*
|
|
606
|
-
* @version 2.0.
|
|
606
|
+
* @version 2.0.1
|
|
607
607
|
* @author Yusuke Kamiyamane
|
|
608
608
|
* @license MIT
|
|
609
609
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
|
@@ -616,7 +616,7 @@ power-focusable/dist/index.js:
|
|
|
616
616
|
* High-precision focus management utility with full composed tree support.
|
|
617
617
|
* Handles complex focus rules including tabindex ordering, radio groups, inert.
|
|
618
618
|
*
|
|
619
|
-
* @version 4.3.
|
|
619
|
+
* @version 4.3.25
|
|
620
620
|
* @author Yusuke Kamiyamane
|
|
621
621
|
* @license MIT
|
|
622
622
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/dist/index.bundle.js
CHANGED
|
@@ -589,7 +589,7 @@ var RovingTabIndex = class _RovingTabIndex {
|
|
|
589
589
|
* Lightweight roving tabindex utility with fully focus management.
|
|
590
590
|
* Designed for accessible menus, tabs, toolbars, and composite widgets.
|
|
591
591
|
*
|
|
592
|
-
* @version 3.1.
|
|
592
|
+
* @version 3.1.22
|
|
593
593
|
* @author Yusuke Kamiyamane
|
|
594
594
|
* @license MIT
|
|
595
595
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
|
@@ -601,7 +601,7 @@ var RovingTabIndex = class _RovingTabIndex {
|
|
|
601
601
|
(**
|
|
602
602
|
* Attribute Util
|
|
603
603
|
*
|
|
604
|
-
* @version 2.0.
|
|
604
|
+
* @version 2.0.1
|
|
605
605
|
* @author Yusuke Kamiyamane
|
|
606
606
|
* @license MIT
|
|
607
607
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
|
@@ -614,7 +614,7 @@ power-focusable/dist/index.js:
|
|
|
614
614
|
* High-precision focus management utility with full composed tree support.
|
|
615
615
|
* Handles complex focus rules including tabindex ordering, radio groups, inert.
|
|
616
616
|
*
|
|
617
|
-
* @version 4.3.
|
|
617
|
+
* @version 4.3.25
|
|
618
618
|
* @author Yusuke Kamiyamane
|
|
619
619
|
* @license MIT
|
|
620
620
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/dist/index.cjs
CHANGED
|
@@ -296,7 +296,7 @@ var RovingTabIndex = class _RovingTabIndex {
|
|
|
296
296
|
* Lightweight roving tabindex utility with fully focus management.
|
|
297
297
|
* Designed for accessible menus, tabs, toolbars, and composite widgets.
|
|
298
298
|
*
|
|
299
|
-
* @version 3.1.
|
|
299
|
+
* @version 3.1.22
|
|
300
300
|
* @author Yusuke Kamiyamane
|
|
301
301
|
* @license MIT
|
|
302
302
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/dist/index.d.cts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Lightweight roving tabindex utility with fully focus management.
|
|
4
4
|
* Designed for accessible menus, tabs, toolbars, and composite widgets.
|
|
5
5
|
*
|
|
6
|
-
* @version 3.1.
|
|
6
|
+
* @version 3.1.22
|
|
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
|
* Lightweight roving tabindex utility with fully focus management.
|
|
4
4
|
* Designed for accessible menus, tabs, toolbars, and composite widgets.
|
|
5
5
|
*
|
|
6
|
-
* @version 3.1.
|
|
6
|
+
* @version 3.1.22
|
|
7
7
|
* @author Yusuke Kamiyamane
|
|
8
8
|
* @license MIT
|
|
9
9
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/dist/index.js
CHANGED
|
@@ -273,7 +273,7 @@ var RovingTabIndex = class _RovingTabIndex {
|
|
|
273
273
|
* Lightweight roving tabindex utility with fully focus management.
|
|
274
274
|
* Designed for accessible menus, tabs, toolbars, and composite widgets.
|
|
275
275
|
*
|
|
276
|
-
* @version 3.1.
|
|
276
|
+
* @version 3.1.22
|
|
277
277
|
* @author Yusuke Kamiyamane
|
|
278
278
|
* @license MIT
|
|
279
279
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@y14e/roving-tabindex",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.22",
|
|
4
4
|
"description": "Lightweight roving tabindex utility with fully focus management",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"node": ">=18"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@y14e/attribute-util": "^2.0.
|
|
60
|
-
"power-focusable": "^4.3.
|
|
59
|
+
"@y14e/attribute-util": "^2.0.1",
|
|
60
|
+
"power-focusable": "^4.3.25"
|
|
61
61
|
}
|
|
62
62
|
}
|