@react-aria/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/useRadio.mjs CHANGED
@@ -85,4 +85,4 @@ function $0d5c49892c1215da$export$37b0961d2f4751e2(props, state, ref) {
85
85
 
86
86
 
87
87
  export {$0d5c49892c1215da$export$37b0961d2f4751e2 as useRadio};
88
- //# sourceMappingURL=useRadio.mjs.map
88
+ //# sourceMappingURL=useRadio.module.js.map
@@ -124,4 +124,4 @@ function $430f30ed08ec25fa$export$62b9571f283ff5c2(props, state) {
124
124
 
125
125
 
126
126
  export {$430f30ed08ec25fa$export$62b9571f283ff5c2 as useRadioGroup};
127
- //# sourceMappingURL=useRadioGroup.mjs.map
127
+ //# sourceMappingURL=useRadioGroup.module.js.map
package/dist/utils.mjs CHANGED
@@ -12,4 +12,4 @@
12
12
 
13
13
 
14
14
  export {$884aeceb3d67f00f$export$37b65e5b5444d35c as radioGroupData};
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/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",
@@ -22,15 +22,15 @@
22
22
  "url": "https://github.com/adobe/react-spectrum"
23
23
  },
24
24
  "dependencies": {
25
- "@react-aria/focus": "3.0.0-nightly.2907+45a872803",
26
- "@react-aria/form": "3.0.5-nightly.4619+45a872803",
27
- "@react-aria/i18n": "3.0.0-nightly.2907+45a872803",
28
- "@react-aria/interactions": "3.0.0-nightly.2907+45a872803",
29
- "@react-aria/label": "3.0.0-nightly.2907+45a872803",
30
- "@react-aria/utils": "3.0.0-nightly.2907+45a872803",
31
- "@react-stately/radio": "3.0.0-nightly.2907+45a872803",
32
- "@react-types/radio": "3.0.0-nightly.2907+45a872803",
33
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
25
+ "@react-aria/focus": "3.0.0-nightly.2911+b294de874",
26
+ "@react-aria/form": "3.0.5-nightly.4623+b294de874",
27
+ "@react-aria/i18n": "3.0.0-nightly.2911+b294de874",
28
+ "@react-aria/interactions": "3.0.0-nightly.2911+b294de874",
29
+ "@react-aria/label": "3.0.0-nightly.2911+b294de874",
30
+ "@react-aria/utils": "3.0.0-nightly.2911+b294de874",
31
+ "@react-stately/radio": "3.0.0-nightly.2911+b294de874",
32
+ "@react-types/radio": "3.0.0-nightly.2911+b294de874",
33
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
34
34
  "@swc/helpers": "^0.5.0"
35
35
  },
36
36
  "peerDependencies": {
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "45a872803500086c1f589d5efb3e32b59a992b2c"
42
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
43
43
  }