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