@y14e/disclosure 2.0.8 → 2.0.9

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
@@ -13,11 +13,11 @@ npm i @y14e/disclosure
13
13
  import { Disclosure } from "@y14e/disclosure";
14
14
 
15
15
  // CDNs
16
- import { Disclosure } from "https://esm.sh/@y14e/disclosure@2.0.7";
16
+ import { Disclosure } from "https://esm.sh/@y14e/disclosure@2.0.9";
17
17
  // or
18
- import { Disclosure } from "https://cdn.jsdelivr.net/npm/@y14e/disclosure@2.0.7/+esm";
18
+ import { Disclosure } from "https://cdn.jsdelivr.net/npm/@y14e/disclosure@2.0.9/+esm";
19
19
  // or
20
- import { Disclosure } from "https://esm.unpkg.com/@y14e/disclosure@2.0.7";
20
+ import { Disclosure } from "https://esm.unpkg.com/@y14e/disclosure@2.0.9";
21
21
  ```
22
22
 
23
23
  ## Usage
@@ -867,7 +867,7 @@ function waitAnimationFinish(animation) {
867
867
  * WAI-ARIA compliant disclosure pattern implementation in TypeScript.
868
868
  * Using the <details> and <summary> element.
869
869
  *
870
- * @version 2.0.8
870
+ * @version 2.0.9
871
871
  * @author Yusuke Kamiyamane
872
872
  * @license MIT
873
873
  * @copyright Copyright (c) Yusuke Kamiyamane
@@ -865,7 +865,7 @@ function waitAnimationFinish(animation) {
865
865
  * WAI-ARIA compliant disclosure pattern implementation in TypeScript.
866
866
  * Using the <details> and <summary> element.
867
867
  *
868
- * @version 2.0.8
868
+ * @version 2.0.9
869
869
  * @author Yusuke Kamiyamane
870
870
  * @license MIT
871
871
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.cjs CHANGED
@@ -303,7 +303,7 @@ function waitAnimationFinish(animation) {
303
303
  * WAI-ARIA compliant disclosure pattern implementation in TypeScript.
304
304
  * Using the <details> and <summary> element.
305
305
  *
306
- * @version 2.0.8
306
+ * @version 2.0.9
307
307
  * @author Yusuke Kamiyamane
308
308
  * @license MIT
309
309
  * @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 2.0.8
6
+ * @version 2.0.9
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 2.0.8
6
+ * @version 2.0.9
7
7
  * @author Yusuke Kamiyamane
8
8
  * @license MIT
9
9
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.js CHANGED
@@ -281,7 +281,7 @@ function waitAnimationFinish(animation) {
281
281
  * WAI-ARIA compliant disclosure pattern implementation in TypeScript.
282
282
  * Using the <details> and <summary> element.
283
283
  *
284
- * @version 2.0.8
284
+ * @version 2.0.9
285
285
  * @author Yusuke Kamiyamane
286
286
  * @license MIT
287
287
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@y14e/disclosure",
3
- "version": "2.0.8",
3
+ "version": "2.0.9",
4
4
  "description": "WAI-ARIA compliant disclosure pattern implementation in TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",