@react-spectrum/radio 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.
- package/dist/Radio.mjs +1 -1
- package/dist/RadioGroup.mjs +1 -1
- package/dist/context.mjs +1 -1
- package/dist/fieldgroup_vars_css.mjs +1 -1
- package/dist/radio_vars_css.mjs +1 -1
- package/package.json +12 -12
package/dist/Radio.mjs
CHANGED
package/dist/RadioGroup.mjs
CHANGED
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.
|
21
|
+
//# sourceMappingURL=context.module.js.map
|
package/dist/radio_vars_css.mjs
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@react-spectrum/radio",
|
3
|
-
"version": "3.0.0-nightly.
|
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",
|
@@ -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.
|
40
|
-
"@react-aria/interactions": "3.0.0-nightly.
|
41
|
-
"@react-aria/radio": "3.0.0-nightly.
|
42
|
-
"@react-spectrum/form": "3.0.0-nightly.
|
43
|
-
"@react-spectrum/label": "3.16.6-nightly.
|
44
|
-
"@react-spectrum/utils": "3.0.0-nightly.
|
45
|
-
"@react-stately/radio": "3.0.0-nightly.
|
46
|
-
"@react-types/radio": "3.0.0-nightly.
|
47
|
-
"@react-types/shared": "3.0.0-nightly.
|
39
|
+
"@react-aria/focus": "3.0.0-nightly.2912+d80999e89",
|
40
|
+
"@react-aria/interactions": "3.0.0-nightly.2912+d80999e89",
|
41
|
+
"@react-aria/radio": "3.0.0-nightly.2912+d80999e89",
|
42
|
+
"@react-spectrum/form": "3.0.0-nightly.2912+d80999e89",
|
43
|
+
"@react-spectrum/label": "3.16.6-nightly.4624+d80999e89",
|
44
|
+
"@react-spectrum/utils": "3.0.0-nightly.2912+d80999e89",
|
45
|
+
"@react-stately/radio": "3.0.0-nightly.2912+d80999e89",
|
46
|
+
"@react-types/radio": "3.0.0-nightly.2912+d80999e89",
|
47
|
+
"@react-types/shared": "3.0.0-nightly.2912+d80999e89",
|
48
48
|
"@swc/helpers": "^0.5.0"
|
49
49
|
},
|
50
50
|
"devDependencies": {
|
51
|
-
"@adobe/spectrum-css-temp": "3.0.0-nightly.
|
51
|
+
"@adobe/spectrum-css-temp": "3.0.0-nightly.2912+d80999e89"
|
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": "
|
60
|
+
"gitHead": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
|
61
61
|
}
|