@react-spectrum/checkbox 3.0.0-nightly.2907 → 3.0.0-nightly.2911

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/dist/Checkbox.mjs CHANGED
@@ -113,4 +113,4 @@ function $25b6292d81af2844$var$Checkbox(props, ref) {
113
113
 
114
114
 
115
115
  export {$25b6292d81af2844$export$48513f6b9f8ce62d as Checkbox};
116
- //# sourceMappingURL=Checkbox.mjs.map
116
+ //# sourceMappingURL=Checkbox.module.js.map
@@ -63,4 +63,4 @@ function $73f43ce9d441cc69$var$CheckboxGroup(props, ref) {
63
63
 
64
64
 
65
65
  export {$73f43ce9d441cc69$export$4aa08d5625cb8ead as CheckboxGroup};
66
- //# sourceMappingURL=CheckboxGroup.mjs.map
66
+ //# sourceMappingURL=CheckboxGroup.module.js.map
@@ -58,4 +58,4 @@ $fe1a56c62936037c$export$2927016961429360 = `ISsn1a_spectrum-FocusRing--quiet`;
58
58
 
59
59
 
60
60
  export {$fe1a56c62936037c$exports as default};
61
- //# sourceMappingURL=checkbox_vars_css.mjs.map
61
+ //# sourceMappingURL=checkbox_vars_css.module.js.map
package/dist/context.mjs CHANGED
@@ -15,4 +15,4 @@ const $8c8ab388b155237e$export$baf37c4be89255b8 = (0, $5JsfZ$react).createContex
15
15
 
16
16
 
17
17
  export {$8c8ab388b155237e$export$baf37c4be89255b8 as CheckboxGroupContext};
18
- //# sourceMappingURL=context.mjs.map
18
+ //# sourceMappingURL=context.module.js.map
@@ -31,4 +31,4 @@ $4cb2b26710154c56$export$2927016961429360 = `hyn22G_spectrum-FocusRing--quiet`;
31
31
 
32
32
 
33
33
  export {$4cb2b26710154c56$exports as default};
34
- //# sourceMappingURL=fieldgroup_vars_css.mjs.map
34
+ //# sourceMappingURL=fieldgroup_vars_css.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/checkbox",
3
- "version": "3.0.0-nightly.2907+45a872803",
3
+ "version": "3.0.0-nightly.2911+b294de874",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -36,22 +36,22 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/checkbox": "3.0.0-nightly.2907+45a872803",
40
- "@react-aria/focus": "3.0.0-nightly.2907+45a872803",
41
- "@react-aria/interactions": "3.0.0-nightly.2907+45a872803",
42
- "@react-spectrum/form": "3.0.0-nightly.2907+45a872803",
43
- "@react-spectrum/label": "3.16.6-nightly.4619+45a872803",
44
- "@react-spectrum/utils": "3.0.0-nightly.2907+45a872803",
45
- "@react-stately/checkbox": "3.6.5-nightly.4619+45a872803",
46
- "@react-stately/toggle": "3.0.0-nightly.2907+45a872803",
47
- "@react-types/checkbox": "3.0.0-nightly.2907+45a872803",
48
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
49
- "@spectrum-icons/ui": "3.0.0-nightly.2907+45a872803",
39
+ "@react-aria/checkbox": "3.0.0-nightly.2911+b294de874",
40
+ "@react-aria/focus": "3.0.0-nightly.2911+b294de874",
41
+ "@react-aria/interactions": "3.0.0-nightly.2911+b294de874",
42
+ "@react-spectrum/form": "3.0.0-nightly.2911+b294de874",
43
+ "@react-spectrum/label": "3.16.6-nightly.4623+b294de874",
44
+ "@react-spectrum/utils": "3.0.0-nightly.2911+b294de874",
45
+ "@react-stately/checkbox": "3.6.5-nightly.4623+b294de874",
46
+ "@react-stately/toggle": "3.0.0-nightly.2911+b294de874",
47
+ "@react-types/checkbox": "3.0.0-nightly.2911+b294de874",
48
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
49
+ "@spectrum-icons/ui": "3.0.0-nightly.2911+b294de874",
50
50
  "@swc/helpers": "^0.5.0",
51
- "react-aria-components": "1.2.1-nightly.4619+45a872803"
51
+ "react-aria-components": "1.2.1-nightly.4623+b294de874"
52
52
  },
53
53
  "devDependencies": {
54
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2907+45a872803"
54
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2911+b294de874"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@react-spectrum/provider": "^3.0.0",
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "45a872803500086c1f589d5efb3e32b59a992b2c"
63
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
64
64
  }