@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 CHANGED
@@ -10,14 +10,14 @@ npm i @y14e/disclosure
10
10
 
11
11
  ```ts
12
12
  // npm
13
- import Disclosure from '@y14e/disclosure@1.3.19';
13
+ import Disclosure from '@y14e/disclosure';
14
14
 
15
15
  // CDNs
16
- import Disclosure from 'https://esm.sh/@y14e/disclosure@1.3.19';
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.19/+esm';
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.19';
20
+ import Disclosure from 'https://esm.unpkg.com/@y14e/disclosure@1.3.20';
21
21
  ```
22
22
 
23
23
  ## Usage
@@ -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.19
807
+ * @version 1.3.20
808
808
  * @author Yusuke Kamiyamane
809
809
  * @license MIT
810
810
  * @copyright Copyright (c) Yusuke Kamiyamane
@@ -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.19
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.19
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
@@ -3,7 +3,7 @@
3
3
  * WAI-ARIA compliant disclosure pattern implementation in TypeScript.
4
4
  * Using the <details> and <summary> element.
5
5
  *
6
- * @version 1.3.19
6
+ * @version 1.3.20
7
7
  * @author Yusuke Kamiyamane
8
8
  * @license MIT
9
9
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.d.ts CHANGED
@@ -3,7 +3,7 @@
3
3
  * WAI-ARIA compliant disclosure pattern implementation in TypeScript.
4
4
  * Using the <details> and <summary> element.
5
5
  *
6
- * @version 1.3.19
6
+ * @version 1.3.20
7
7
  * @author Yusuke Kamiyamane
8
8
  * @license MIT
9
9
  * @copyright Copyright (c) Yusuke Kamiyamane
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.19
275
+ * @version 1.3.20
276
276
  * @author Yusuke Kamiyamane
277
277
  * @license MIT
278
278
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@y14e/disclosure",
3
- "version": "1.3.19",
3
+ "version": "1.3.20",
4
4
  "description": "WAI-ARIA compliant disclosure pattern implementation in TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",