@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 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.10
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
@@ -2,7 +2,7 @@
2
2
  * Tabs
3
3
  * WAI-ARIA compliant tabs pattern implementation in TypeScript.
4
4
  *
5
- * @version 1.3.10
5
+ * @version 1.3.11
6
6
  * @author Yusuke Kamiyamane
7
7
  * @license MIT
8
8
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Tabs
3
3
  * WAI-ARIA compliant tabs pattern implementation in TypeScript.
4
4
  *
5
- * @version 1.3.10
5
+ * @version 1.3.11
6
6
  * @author Yusuke Kamiyamane
7
7
  * @license MIT
8
8
  * @copyright Copyright (c) Yusuke Kamiyamane
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.10
643
+ * @version 1.3.11
645
644
  * @author Yusuke Kamiyamane
646
645
  * @license MIT
647
646
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@y14e/tabs",
3
- "version": "1.3.10",
3
+ "version": "1.3.11",
4
4
  "description": "WAI-ARIA compliant tabs pattern implementation in TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",