@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 +3 -3
- 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
|
@@ -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.
|
|
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.
|
|
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.
|
|
20
|
+
import { Disclosure } from "https://esm.unpkg.com/@y14e/disclosure@2.0.9";
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## Usage
|
package/dist/index.bundle.cjs
CHANGED
|
@@ -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.
|
|
870
|
+
* @version 2.0.9
|
|
871
871
|
* @author Yusuke Kamiyamane
|
|
872
872
|
* @license MIT
|
|
873
873
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/dist/index.bundle.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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
package/dist/index.d.ts
CHANGED
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.
|
|
284
|
+
* @version 2.0.9
|
|
285
285
|
* @author Yusuke Kamiyamane
|
|
286
286
|
* @license MIT
|
|
287
287
|
* @copyright Copyright (c) Yusuke Kamiyamane
|