@react-spectrum/radio 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/Radio.mjs CHANGED
@@ -75,4 +75,4 @@ function $337c5cb580c4e6ba$var$Radio(props, ref) {
75
75
 
76
76
 
77
77
  export {$337c5cb580c4e6ba$export$d7b12c4107be0d61 as Radio};
78
- //# sourceMappingURL=Radio.mjs.map
78
+ //# sourceMappingURL=Radio.module.js.map
@@ -64,4 +64,4 @@ function $ac9b96486fc4badf$var$RadioGroup(props, ref) {
64
64
 
65
65
 
66
66
  export {$ac9b96486fc4badf$export$a98f0dcb43a68a25 as RadioGroup};
67
- //# sourceMappingURL=RadioGroup.mjs.map
67
+ //# sourceMappingURL=RadioGroup.module.js.map
package/dist/context.mjs CHANGED
@@ -18,4 +18,4 @@ function $f394bff9e10389a0$export$b054eba74077a826() {
18
18
 
19
19
 
20
20
  export {$f394bff9e10389a0$export$b118023277d4a5c3 as RadioContext, $f394bff9e10389a0$export$b054eba74077a826 as useRadioProvider};
21
- //# sourceMappingURL=context.mjs.map
21
+ //# 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
@@ -46,4 +46,4 @@ $d1246d70e6c52742$export$b0f8395a9667922d = `V2HKpq_spectrum-Radio-label`;
46
46
 
47
47
 
48
48
  export {$d1246d70e6c52742$exports as default};
49
- //# sourceMappingURL=radio_vars_css.mjs.map
49
+ //# sourceMappingURL=radio_vars_css.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-spectrum/radio",
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,19 +36,19 @@
36
36
  "url": "https://github.com/adobe/react-spectrum"
37
37
  },
38
38
  "dependencies": {
39
- "@react-aria/focus": "3.0.0-nightly.2907+45a872803",
40
- "@react-aria/interactions": "3.0.0-nightly.2907+45a872803",
41
- "@react-aria/radio": "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/radio": "3.0.0-nightly.2907+45a872803",
46
- "@react-types/radio": "3.0.0-nightly.2907+45a872803",
47
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
39
+ "@react-aria/focus": "3.0.0-nightly.2911+b294de874",
40
+ "@react-aria/interactions": "3.0.0-nightly.2911+b294de874",
41
+ "@react-aria/radio": "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/radio": "3.0.0-nightly.2911+b294de874",
46
+ "@react-types/radio": "3.0.0-nightly.2911+b294de874",
47
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
48
48
  "@swc/helpers": "^0.5.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@adobe/spectrum-css-temp": "3.0.0-nightly.2907+45a872803"
51
+ "@adobe/spectrum-css-temp": "3.0.0-nightly.2911+b294de874"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@react-spectrum/provider": "^3.0.0",
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "45a872803500086c1f589d5efb3e32b59a992b2c"
60
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
61
61
  }