@y14e/disclosure 1.3.19 → 1.3.20
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 +4 -4
- 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
|
@@ -10,14 +10,14 @@ npm i @y14e/disclosure
|
|
|
10
10
|
|
|
11
11
|
```ts
|
|
12
12
|
// npm
|
|
13
|
-
import Disclosure from '@y14e/disclosure
|
|
13
|
+
import Disclosure from '@y14e/disclosure';
|
|
14
14
|
|
|
15
15
|
// CDNs
|
|
16
|
-
import Disclosure from 'https://esm.sh/@y14e/disclosure@1.3.
|
|
16
|
+
import Disclosure from 'https://esm.sh/@y14e/disclosure@1.3.20';
|
|
17
17
|
// or
|
|
18
|
-
import Disclosure from 'https://cdn.jsdelivr.net/npm/@y14e/disclosure@1.3.
|
|
18
|
+
import Disclosure from 'https://cdn.jsdelivr.net/npm/@y14e/disclosure@1.3.20/+esm';
|
|
19
19
|
// or
|
|
20
|
-
import Disclosure from 'https://esm.unpkg.com/@y14e/disclosure@1.3.
|
|
20
|
+
import Disclosure from 'https://esm.unpkg.com/@y14e/disclosure@1.3.20';
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## Usage
|
package/dist/index.bundle.cjs
CHANGED
|
@@ -804,7 +804,7 @@ function waitAnimationFinish(animation) {
|
|
|
804
804
|
* WAI-ARIA compliant disclosure pattern implementation in TypeScript.
|
|
805
805
|
* Using the <details> and <summary> element.
|
|
806
806
|
*
|
|
807
|
-
* @version 1.3.
|
|
807
|
+
* @version 1.3.20
|
|
808
808
|
* @author Yusuke Kamiyamane
|
|
809
809
|
* @license MIT
|
|
810
810
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/dist/index.bundle.js
CHANGED
|
@@ -802,7 +802,7 @@ function waitAnimationFinish(animation) {
|
|
|
802
802
|
* WAI-ARIA compliant disclosure pattern implementation in TypeScript.
|
|
803
803
|
* Using the <details> and <summary> element.
|
|
804
804
|
*
|
|
805
|
-
* @version 1.3.
|
|
805
|
+
* @version 1.3.20
|
|
806
806
|
* @author Yusuke Kamiyamane
|
|
807
807
|
* @license MIT
|
|
808
808
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/dist/index.cjs
CHANGED
|
@@ -274,7 +274,7 @@ function waitAnimationFinish(animation) {
|
|
|
274
274
|
* WAI-ARIA compliant disclosure pattern implementation in TypeScript.
|
|
275
275
|
* Using the <details> and <summary> element.
|
|
276
276
|
*
|
|
277
|
-
* @version 1.3.
|
|
277
|
+
* @version 1.3.20
|
|
278
278
|
* @author Yusuke Kamiyamane
|
|
279
279
|
* @license MIT
|
|
280
280
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -272,7 +272,7 @@ function waitAnimationFinish(animation) {
|
|
|
272
272
|
* WAI-ARIA compliant disclosure pattern implementation in TypeScript.
|
|
273
273
|
* Using the <details> and <summary> element.
|
|
274
274
|
*
|
|
275
|
-
* @version 1.3.
|
|
275
|
+
* @version 1.3.20
|
|
276
276
|
* @author Yusuke Kamiyamane
|
|
277
277
|
* @license MIT
|
|
278
278
|
* @copyright Copyright (c) Yusuke Kamiyamane
|