@y14e/parent-checkbox 1.0.8 → 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 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/dist/index.js';
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.8
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
@@ -2,7 +2,7 @@
2
2
  * Parent Checkbox
3
3
  * WAI-ARIA compliant checkbox (mixed) pattern implementation in TypeScript.
4
4
  *
5
- * @version 1.0.8
5
+ * @version 1.0.10
6
6
  * @author Yusuke Kamiyamane
7
7
  * @license MIT
8
8
  * @copyright Copyright (c) Yusuke Kamiyamane
package/dist/index.d.ts CHANGED
@@ -2,7 +2,7 @@
2
2
  * Parent Checkbox
3
3
  * WAI-ARIA compliant checkbox (mixed) pattern implementation in TypeScript.
4
4
  *
5
- * @version 1.0.8
5
+ * @version 1.0.10
6
6
  * @author Yusuke Kamiyamane
7
7
  * @license MIT
8
8
  * @copyright Copyright (c) Yusuke Kamiyamane
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.8
64
+ * @version 1.0.10
65
65
  * @author Yusuke Kamiyamane
66
66
  * @license MIT
67
67
  * @copyright Copyright (c) Yusuke Kamiyamane
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@y14e/parent-checkbox",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "WAI-ARIA compliant checkbox (mixed) pattern implementation in TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",