@y14e/disclosure 1.3.4 → 1.3.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
@@ -10,14 +10,14 @@ npm i @y14e/disclosure
10
10
 
11
11
  ```ts
12
12
  // npm
13
- import Disclosure from '@y14e/disclosure@1.3.3';
13
+ import Disclosure from '@y14e/disclosure@1.3.5';
14
14
 
15
15
  // CDNs
16
- import Disclosure from 'https://esm.sh/@y14e/disclosure@1.3.3';
16
+ import Disclosure from 'https://esm.sh/@y14e/disclosure@1.3.5';
17
17
  // or
18
- import Disclosure from 'https://cdn.jsdelivr.net/npm/@y14e/disclosure@1.3.3/+esm';
18
+ import Disclosure from 'https://cdn.jsdelivr.net/npm/@y14e/disclosure@1.3.5/+esm';
19
19
  // or
20
- import Disclosure from 'https://esm.unpkg.com/@y14e/disclosure@1.3.3';
20
+ import Disclosure from 'https://esm.unpkg.com/@y14e/disclosure@1.3.5';
21
21
  ```
22
22
 
23
23
  ## Usage
package/dist/index.cjs CHANGED
@@ -814,7 +814,7 @@ function waitAnimationFinish(animation) {
814
814
  * WAI-ARIA compliant disclosure pattern implementation in TypeScript.
815
815
  * Using the <details> and <summary> element.
816
816
  *
817
- * @version 1.3.4
817
+ * @version 1.3.5
818
818
  * @author Yusuke Kamiyamane
819
819
  * @license MIT
820
820
  * @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.4
6
+ * @version 1.3.5
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.4
6
+ * @version 1.3.5
7
7
  * @author Yusuke Kamiyamane
8
8
  * @license MIT
9
9
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.js CHANGED
@@ -812,7 +812,7 @@ function waitAnimationFinish(animation) {
812
812
  * WAI-ARIA compliant disclosure pattern implementation in TypeScript.
813
813
  * Using the <details> and <summary> element.
814
814
  *
815
- * @version 1.3.4
815
+ * @version 1.3.5
816
816
  * @author Yusuke Kamiyamane
817
817
  * @license MIT
818
818
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@y14e/disclosure",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "WAI-ARIA compliant disclosure pattern implementation in TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",