power-focusable 2.1.1 → 2.1.2

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
@@ -49,7 +49,7 @@ Used by `getNextFocusable` and `getPreviousFocusable`.
49
49
 
50
50
  If `true`, traverses the composed tree (including shadow DOM; slower)
51
51
 
52
- Used by `getFocusables`, `getNextFocusable`, `getPreviousFocusable`, and `hasFocusables`.
52
+ Used by `getFocusables`, `getNextFocusable`, `getPreviousFocusable`, and `hasFocusable`.
53
53
 
54
54
  ### `wrap`
55
55
 
package/dist/index.cjs CHANGED
@@ -241,7 +241,7 @@ function sortByTabIndex(elements) {
241
241
  * High-precision focus management utility with shadow DOM support.
242
242
  * Handles complex focus rules including tabindex ordering, radio groups, etc.
243
243
  *
244
- * @version 2.1.1
244
+ * @version 2.1.2
245
245
  * @author Yusuke Kamiyamane
246
246
  * @license MIT
247
247
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.d.cts CHANGED
@@ -3,7 +3,7 @@
3
3
  * High-precision focus management utility with shadow DOM support.
4
4
  * Handles complex focus rules including tabindex ordering, radio groups, etc.
5
5
  *
6
- * @version 2.1.1
6
+ * @version 2.1.2
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 shadow DOM support.
4
4
  * Handles complex focus rules including tabindex ordering, radio groups, etc.
5
5
  *
6
- * @version 2.1.1
6
+ * @version 2.1.2
7
7
  * @author Yusuke Kamiyamane
8
8
  * @license MIT
9
9
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.js CHANGED
@@ -239,7 +239,7 @@ function sortByTabIndex(elements) {
239
239
  * High-precision focus management utility with shadow DOM support.
240
240
  * Handles complex focus rules including tabindex ordering, radio groups, etc.
241
241
  *
242
- * @version 2.1.1
242
+ * @version 2.1.2
243
243
  * @author Yusuke Kamiyamane
244
244
  * @license MIT
245
245
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "power-focusable",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "description": "High-precision focus management utility with shadow DOM support",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",