@y14e/tabs 1.3.10 → 1.3.11
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/dist/index.cjs +1 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -356,7 +356,6 @@ var Tabs = class _Tabs {
|
|
|
356
356
|
});
|
|
357
357
|
saveAttributes(this.#tabElements, [
|
|
358
358
|
"aria-controls",
|
|
359
|
-
"aria-selected",
|
|
360
359
|
"id",
|
|
361
360
|
"role",
|
|
362
361
|
"style",
|
|
@@ -643,7 +642,7 @@ function isFocusable(element) {
|
|
|
643
642
|
* Tabs
|
|
644
643
|
* WAI-ARIA compliant tabs pattern implementation in TypeScript.
|
|
645
644
|
*
|
|
646
|
-
* @version 1.3.
|
|
645
|
+
* @version 1.3.11
|
|
647
646
|
* @author Yusuke Kamiyamane
|
|
648
647
|
* @license MIT
|
|
649
648
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -354,7 +354,6 @@ var Tabs = class _Tabs {
|
|
|
354
354
|
});
|
|
355
355
|
saveAttributes(this.#tabElements, [
|
|
356
356
|
"aria-controls",
|
|
357
|
-
"aria-selected",
|
|
358
357
|
"id",
|
|
359
358
|
"role",
|
|
360
359
|
"style",
|
|
@@ -641,7 +640,7 @@ function isFocusable(element) {
|
|
|
641
640
|
* Tabs
|
|
642
641
|
* WAI-ARIA compliant tabs pattern implementation in TypeScript.
|
|
643
642
|
*
|
|
644
|
-
* @version 1.3.
|
|
643
|
+
* @version 1.3.11
|
|
645
644
|
* @author Yusuke Kamiyamane
|
|
646
645
|
* @license MIT
|
|
647
646
|
* @copyright Copyright (c) Yusuke Kamiyamane
|