@y14e/accordion 1.2.10 → 1.2.12

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
@@ -156,7 +156,6 @@ var Accordion = class _Accordion {
156
156
  saveAttributes(this.#triggerElements, [
157
157
  "aria-controls",
158
158
  "aria-disabled",
159
- "aria-label",
160
159
  "id",
161
160
  "style",
162
161
  "tabindex"
@@ -353,7 +352,7 @@ function waitAnimationFinish(animation) {
353
352
  * Accordion
354
353
  * WAI-ARIA compliant accordion pattern implementation in TypeScript.
355
354
  *
356
- * @version 1.2.10
355
+ * @version 1.2.12
357
356
  * @author Yusuke Kamiyamane
358
357
  * @license MIT
359
358
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.d.cts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Accordion
3
3
  * WAI-ARIA compliant accordion pattern implementation in TypeScript.
4
4
  *
5
- * @version 1.2.10
5
+ * @version 1.2.12
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
  * Accordion
3
3
  * WAI-ARIA compliant accordion pattern implementation in TypeScript.
4
4
  *
5
- * @version 1.2.10
5
+ * @version 1.2.12
6
6
  * @author Yusuke Kamiyamane
7
7
  * @license MIT
8
8
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.js CHANGED
@@ -154,7 +154,6 @@ var Accordion = class _Accordion {
154
154
  saveAttributes(this.#triggerElements, [
155
155
  "aria-controls",
156
156
  "aria-disabled",
157
- "aria-label",
158
157
  "id",
159
158
  "style",
160
159
  "tabindex"
@@ -351,7 +350,7 @@ function waitAnimationFinish(animation) {
351
350
  * Accordion
352
351
  * WAI-ARIA compliant accordion pattern implementation in TypeScript.
353
352
  *
354
- * @version 1.2.10
353
+ * @version 1.2.12
355
354
  * @author Yusuke Kamiyamane
356
355
  * @license MIT
357
356
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@y14e/accordion",
3
- "version": "1.2.10",
3
+ "version": "1.2.12",
4
4
  "description": "WAI-ARIA compliant accordion pattern implementation in TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",