@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 +2 -2
- 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
|
@@ -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 '
|
|
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
|
|
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.
|
|
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
package/dist/index.d.ts
CHANGED
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.
|
|
300
|
+
* @version 1.2.5
|
|
301
301
|
* @author Yusuke Kamiyamane
|
|
302
302
|
* @license MIT
|
|
303
303
|
* @copyright Copyright (c) Yusuke Kamiyamane
|