@y14e/accordion 1.2.4 → 1.2.5

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 CHANGED
@@ -51,7 +51,7 @@ interface AccordionOptions {
51
51
  Override the global default settings applied to all accordion instances.
52
52
 
53
53
  ```ts
54
- import Accordion from './accordion';
54
+ import Accordion from '@y14e/accordion';
55
55
 
56
56
  Accordion.defaults = {
57
57
  animation: {
@@ -99,4 +99,4 @@ accordion.destroy(force);
99
99
 
100
100
  ## Demo
101
101
 
102
- https://y14e.github.io/accordion-ts/
102
+ https://y14e.github.io/accordion/
package/dist/index.cjs CHANGED
@@ -299,7 +299,7 @@ function waitAnimationFinish(animation) {
299
299
  * Accordion
300
300
  * WAI-ARIA compliant accordion pattern implementation in TypeScript.
301
301
  *
302
- * @version 1.2.4
302
+ * @version 1.2.5
303
303
  * @author Yusuke Kamiyamane
304
304
  * @license MIT
305
305
  * @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.4
5
+ * @version 1.2.5
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.4
5
+ * @version 1.2.5
6
6
  * @author Yusuke Kamiyamane
7
7
  * @license MIT
8
8
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.js CHANGED
@@ -297,7 +297,7 @@ function waitAnimationFinish(animation) {
297
297
  * Accordion
298
298
  * WAI-ARIA compliant accordion pattern implementation in TypeScript.
299
299
  *
300
- * @version 1.2.4
300
+ * @version 1.2.5
301
301
  * @author Yusuke Kamiyamane
302
302
  * @license MIT
303
303
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@y14e/accordion",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "WAI-ARIA compliant accordion pattern implementation in TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",