@y14e/roving-tabindex 1.1.3 → 1.1.4
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 +4 -0
- 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
package/dist/index.cjs
CHANGED
|
@@ -463,7 +463,7 @@ function getActiveElement() {
|
|
|
463
463
|
* Lightweight roving tabindex utility with fully focus management.
|
|
464
464
|
* Designed for accessible menus, tabs, toolbars, and composite widgets.
|
|
465
465
|
*
|
|
466
|
-
* @version 1.1.
|
|
466
|
+
* @version 1.1.4
|
|
467
467
|
* @author Yusuke Kamiyamane
|
|
468
468
|
* @license MIT
|
|
469
469
|
* @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 1.1.
|
|
6
|
+
* @version 1.1.4
|
|
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 1.1.
|
|
6
|
+
* @version 1.1.4
|
|
7
7
|
* @author Yusuke Kamiyamane
|
|
8
8
|
* @license MIT
|
|
9
9
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/dist/index.js
CHANGED
|
@@ -461,7 +461,7 @@ function getActiveElement() {
|
|
|
461
461
|
* Lightweight roving tabindex utility with fully focus management.
|
|
462
462
|
* Designed for accessible menus, tabs, toolbars, and composite widgets.
|
|
463
463
|
*
|
|
464
|
-
* @version 1.1.
|
|
464
|
+
* @version 1.1.4
|
|
465
465
|
* @author Yusuke Kamiyamane
|
|
466
466
|
* @license MIT
|
|
467
467
|
* @copyright Copyright (c) Yusuke Kamiyamane
|