@y14e/parent-checkbox 1.0.9 → 1.0.10
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.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/parent-checkbox
|
|
|
13
13
|
import ParentCheckbox from '@y14e/parent-checkbox';
|
|
14
14
|
|
|
15
15
|
// CDNs
|
|
16
|
-
import ParentCheckbox from 'https://esm.sh/@y14e/parent-checkbox'
|
|
16
|
+
import ParentCheckbox from 'https://esm.sh/@y14e/parent-checkbox@1.0.10';
|
|
17
17
|
// or
|
|
18
|
-
import ParentCheckbox from 'https://cdn.jsdelivr.net/npm/@y14e/parent-checkbox/+esm';
|
|
18
|
+
import ParentCheckbox from 'https://cdn.jsdelivr.net/npm/@y14e/parent-checkbox@1.0.10/+esm';
|
|
19
19
|
// or
|
|
20
|
-
import ParentCheckbox from 'https://unpkg.com/@y14e/parent-checkbox
|
|
20
|
+
import ParentCheckbox from 'https://esm.unpkg.com/@y14e/parent-checkbox@1.0.10';
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## Usage
|
package/dist/index.cjs
CHANGED
|
@@ -63,7 +63,7 @@ var ParentCheckbox = class {
|
|
|
63
63
|
* Parent Checkbox
|
|
64
64
|
* WAI-ARIA compliant checkbox (mixed) pattern implementation in TypeScript.
|
|
65
65
|
*
|
|
66
|
-
* @version 1.0.
|
|
66
|
+
* @version 1.0.10
|
|
67
67
|
* @author Yusuke Kamiyamane
|
|
68
68
|
* @license MIT
|
|
69
69
|
* @copyright Copyright (c) Yusuke Kamiyamane
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -61,7 +61,7 @@ var ParentCheckbox = class {
|
|
|
61
61
|
* Parent Checkbox
|
|
62
62
|
* WAI-ARIA compliant checkbox (mixed) pattern implementation in TypeScript.
|
|
63
63
|
*
|
|
64
|
-
* @version 1.0.
|
|
64
|
+
* @version 1.0.10
|
|
65
65
|
* @author Yusuke Kamiyamane
|
|
66
66
|
* @license MIT
|
|
67
67
|
* @copyright Copyright (c) Yusuke Kamiyamane
|