@y14e/accordion 2.1.1 → 2.1.2
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/README.md +3 -3
- package/dist/index.bundle.cjs +1 -1
- package/dist/index.bundle.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,11 +13,11 @@ npm i @y14e/accordion
|
|
|
13
13
|
import { Accordion } from '@y14e/accordion';
|
|
14
14
|
|
|
15
15
|
// CDNs
|
|
16
|
-
import { Accordion } from 'https://esm.sh/@y14e/accordion@2.1.
|
|
16
|
+
import { Accordion } from 'https://esm.sh/@y14e/accordion@2.1.2';
|
|
17
17
|
// or
|
|
18
|
-
import { Accordion } from 'https://cdn.jsdelivr.net/npm/@y14e/accordion@2.1.
|
|
18
|
+
import { Accordion } from 'https://cdn.jsdelivr.net/npm/@y14e/accordion@2.1.2/+esm';
|
|
19
19
|
// or
|
|
20
|
-
import { Accordion } from 'https://esm.unpkg.com/@y14e/accordion@2.1.
|
|
20
|
+
import { Accordion } from 'https://esm.unpkg.com/@y14e/accordion@2.1.2';
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## Usage
|
package/dist/index.bundle.cjs
CHANGED
|
@@ -979,7 +979,7 @@ function waitAnimationFinish(animation) {
|
|
|
979
979
|
* Accordion
|
|
980
980
|
* WAI-ARIA compliant accordion pattern implementation in TypeScript.
|
|
981
981
|
*
|
|
982
|
-
* @version 2.1.
|
|
982
|
+
* @version 2.1.2
|
|
983
983
|
* @author Yusuke Kamiyamane
|
|
984
984
|
* @license MIT
|
|
985
985
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/dist/index.bundle.js
CHANGED
|
@@ -977,7 +977,7 @@ function waitAnimationFinish(animation) {
|
|
|
977
977
|
* Accordion
|
|
978
978
|
* WAI-ARIA compliant accordion pattern implementation in TypeScript.
|
|
979
979
|
*
|
|
980
|
-
* @version 2.1.
|
|
980
|
+
* @version 2.1.2
|
|
981
981
|
* @author Yusuke Kamiyamane
|
|
982
982
|
* @license MIT
|
|
983
983
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/dist/index.cjs
CHANGED
|
@@ -321,7 +321,7 @@ function waitAnimationFinish(animation) {
|
|
|
321
321
|
* Accordion
|
|
322
322
|
* WAI-ARIA compliant accordion pattern implementation in TypeScript.
|
|
323
323
|
*
|
|
324
|
-
* @version 2.1.
|
|
324
|
+
* @version 2.1.2
|
|
325
325
|
* @author Yusuke Kamiyamane
|
|
326
326
|
* @license MIT
|
|
327
327
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -319,7 +319,7 @@ function waitAnimationFinish(animation) {
|
|
|
319
319
|
* Accordion
|
|
320
320
|
* WAI-ARIA compliant accordion pattern implementation in TypeScript.
|
|
321
321
|
*
|
|
322
|
-
* @version 2.1.
|
|
322
|
+
* @version 2.1.2
|
|
323
323
|
* @author Yusuke Kamiyamane
|
|
324
324
|
* @license MIT
|
|
325
325
|
* @copyright Copyright (c) Yusuke Kamiyamane
|