@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 CHANGED
@@ -55,3 +55,7 @@ If `true`, enables character-based focus navigation. Typing a character moves fo
55
55
  ### `wrap`
56
56
 
57
57
  If `true`, wraps around to the first or last element when reaching the end.
58
+
59
+ ## Demo
60
+
61
+ https://y14e.github.io/roving-tabindex/
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.3
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.3
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.3
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.3
464
+ * @version 1.1.4
465
465
  * @author Yusuke Kamiyamane
466
466
  * @license MIT
467
467
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@y14e/roving-tabindex",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "description": "Lightweight roving tabindex utility with fully focus management",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",