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