@react-aria/checkbox 3.0.0-nightly.2908 → 3.0.0-nightly.2912

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.
@@ -55,4 +55,4 @@ function $406796ff087fe49b$export$e375f10ce42261c5(props, state, inputRef) {
55
55
 
56
56
 
57
57
  export {$406796ff087fe49b$export$e375f10ce42261c5 as useCheckbox};
58
- //# sourceMappingURL=useCheckbox.mjs.map
58
+ //# sourceMappingURL=useCheckbox.module.js.map
@@ -60,4 +60,4 @@ function $1e9fce0cfacc738b$export$49ff6f28c54f1cbe(props, state) {
60
60
 
61
61
 
62
62
  export {$1e9fce0cfacc738b$export$49ff6f28c54f1cbe as useCheckboxGroup};
63
- //# sourceMappingURL=useCheckboxGroup.mjs.map
63
+ //# sourceMappingURL=useCheckboxGroup.module.js.map
@@ -83,4 +83,4 @@ function $fba3e38d5ca8983f$export$353b32fc6898d37d(props, state, inputRef) {
83
83
 
84
84
 
85
85
  export {$fba3e38d5ca8983f$export$353b32fc6898d37d as useCheckboxGroupItem};
86
- //# sourceMappingURL=useCheckboxGroupItem.mjs.map
86
+ //# sourceMappingURL=useCheckboxGroupItem.module.js.map
package/dist/utils.mjs CHANGED
@@ -12,4 +12,4 @@
12
12
 
13
13
 
14
14
  export {$1ae600c947479353$export$ec98120685d4f57d as checkboxGroupData};
15
- //# sourceMappingURL=utils.mjs.map
15
+ //# sourceMappingURL=utils.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-aria/checkbox",
3
- "version": "3.0.0-nightly.2908+5cacbdbf8",
3
+ "version": "3.0.0-nightly.2912+d80999e89",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -22,16 +22,16 @@
22
22
  "url": "https://github.com/adobe/react-spectrum"
23
23
  },
24
24
  "dependencies": {
25
- "@react-aria/form": "3.0.5-nightly.4620+5cacbdbf8",
26
- "@react-aria/interactions": "3.0.0-nightly.2908+5cacbdbf8",
27
- "@react-aria/label": "3.0.0-nightly.2908+5cacbdbf8",
28
- "@react-aria/toggle": "3.0.0-nightly.2908+5cacbdbf8",
29
- "@react-aria/utils": "3.0.0-nightly.2908+5cacbdbf8",
30
- "@react-stately/checkbox": "3.6.5-nightly.4620+5cacbdbf8",
31
- "@react-stately/form": "3.0.3-nightly.4620+5cacbdbf8",
32
- "@react-stately/toggle": "3.0.0-nightly.2908+5cacbdbf8",
33
- "@react-types/checkbox": "3.0.0-nightly.2908+5cacbdbf8",
34
- "@react-types/shared": "3.0.0-nightly.2908+5cacbdbf8",
25
+ "@react-aria/form": "3.0.5-nightly.4624+d80999e89",
26
+ "@react-aria/interactions": "3.0.0-nightly.2912+d80999e89",
27
+ "@react-aria/label": "3.0.0-nightly.2912+d80999e89",
28
+ "@react-aria/toggle": "3.0.0-nightly.2912+d80999e89",
29
+ "@react-aria/utils": "3.0.0-nightly.2912+d80999e89",
30
+ "@react-stately/checkbox": "3.6.5-nightly.4624+d80999e89",
31
+ "@react-stately/form": "3.0.3-nightly.4624+d80999e89",
32
+ "@react-stately/toggle": "3.0.0-nightly.2912+d80999e89",
33
+ "@react-types/checkbox": "3.0.0-nightly.2912+d80999e89",
34
+ "@react-types/shared": "3.0.0-nightly.2912+d80999e89",
35
35
  "@swc/helpers": "^0.5.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -40,5 +40,5 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "gitHead": "5cacbdbf88b8c6d7f5d3fb741c2b7ccddf8def7f"
43
+ "gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
44
44
  }