@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 +4 -4
- 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@1.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.
|
|
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.
|
|
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.
|
|
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.
|
|
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
package/dist/index.d.ts
CHANGED
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.
|
|
815
|
+
* @version 1.3.5
|
|
816
816
|
* @author Yusuke Kamiyamane
|
|
817
817
|
* @license MIT
|
|
818
818
|
* @copyright Copyright (c) Yusuke Kamiyamane
|