@react-spectrum/radio
Advanced tools
Comparing version 3.0.0-nightly-ab9fd5c68-241126 to 3.0.0-nightly-adae13c78-241218
@@ -1,2 +0,2 @@ | ||
require("./vars.1014f586.css"); | ||
require("./vars.f6adca10.css"); | ||
var $a8fbff4889c18df2$exports = require("./radio_vars_css.main.js"); | ||
@@ -37,3 +37,3 @@ var $f5a8721b9af05d97$exports = require("./context.main.js"); | ||
function $e8d5518f9c1aca76$var$Radio(props, ref) { | ||
const $e8d5518f9c1aca76$export$d7b12c4107be0d61 = /*#__PURE__*/ (0, $8lI9m$react.forwardRef)(function Radio(props, ref) { | ||
let { isDisabled: isDisabled, children: children, autoFocus: autoFocus, ...otherProps } = props; | ||
@@ -77,9 +77,5 @@ let { styleProps: styleProps } = (0, $8lI9m$reactspectrumutils.useStyleProps)(otherProps); | ||
}, children)); | ||
} | ||
/** | ||
* Radio buttons allow users to select a single option from a list of mutually exclusive options. | ||
* All possible options are exposed up front for users to compare. | ||
*/ const $e8d5518f9c1aca76$export$d7b12c4107be0d61 = /*#__PURE__*/ (0, $8lI9m$react.forwardRef)($e8d5518f9c1aca76$var$Radio); | ||
}); | ||
//# sourceMappingURL=Radio.main.js.map |
@@ -1,2 +0,2 @@ | ||
import "./vars.1014f586.css"; | ||
import "./vars.f6adca10.css"; | ||
import $1v8IR$radio_vars_cssmodulejs from "./radio_vars_css.module.js"; | ||
@@ -6,3 +6,3 @@ import {useRadioProvider as $f394bff9e10389a0$export$b054eba74077a826} from "./context.module.js"; | ||
import {FocusRing as $1v8IR$FocusRing} from "@react-aria/focus"; | ||
import $1v8IR$react, {useRef as $1v8IR$useRef, forwardRef as $1v8IR$forwardRef} from "react"; | ||
import $1v8IR$react, {forwardRef as $1v8IR$forwardRef, useRef as $1v8IR$useRef} from "react"; | ||
import {useHover as $1v8IR$useHover} from "@react-aria/interactions"; | ||
@@ -32,3 +32,3 @@ import {useRadio as $1v8IR$useRadio} from "@react-aria/radio"; | ||
function $337c5cb580c4e6ba$var$Radio(props, ref) { | ||
const $337c5cb580c4e6ba$export$d7b12c4107be0d61 = /*#__PURE__*/ (0, $1v8IR$forwardRef)(function Radio(props, ref) { | ||
let { isDisabled: isDisabled, children: children, autoFocus: autoFocus, ...otherProps } = props; | ||
@@ -72,7 +72,3 @@ let { styleProps: styleProps } = (0, $1v8IR$useStyleProps)(otherProps); | ||
}, children)); | ||
} | ||
/** | ||
* Radio buttons allow users to select a single option from a list of mutually exclusive options. | ||
* All possible options are exposed up front for users to compare. | ||
*/ const $337c5cb580c4e6ba$export$d7b12c4107be0d61 = /*#__PURE__*/ (0, $1v8IR$forwardRef)($337c5cb580c4e6ba$var$Radio); | ||
}); | ||
@@ -79,0 +75,0 @@ |
@@ -41,3 +41,3 @@ var $f5a8721b9af05d97$exports = require("./context.main.js"); | ||
function $aa5529d97b69d048$var$RadioGroup(props, ref) { | ||
const $aa5529d97b69d048$export$a98f0dcb43a68a25 = /*#__PURE__*/ (0, ($parcel$interopDefault($bzUrP$react))).forwardRef(function RadioGroup(props, ref) { | ||
props = (0, $bzUrP$reactspectrumprovider.useProviderProps)(props); | ||
@@ -66,9 +66,5 @@ props = (0, $bzUrP$reactspectrumform.useFormProps)(props); | ||
}, children))); | ||
} | ||
/** | ||
* Radio groups allow users to select a single option from a list of mutually exclusive options. | ||
* All possible options are exposed up front for users to compare. | ||
*/ const $aa5529d97b69d048$export$a98f0dcb43a68a25 = /*#__PURE__*/ (0, ($parcel$interopDefault($bzUrP$react))).forwardRef($aa5529d97b69d048$var$RadioGroup); | ||
}); | ||
//# sourceMappingURL=RadioGroup.main.js.map |
@@ -35,3 +35,3 @@ import {RadioContext as $f394bff9e10389a0$export$b118023277d4a5c3} from "./context.module.js"; | ||
function $ac9b96486fc4badf$var$RadioGroup(props, ref) { | ||
const $ac9b96486fc4badf$export$a98f0dcb43a68a25 = /*#__PURE__*/ (0, $ah3ae$react).forwardRef(function RadioGroup(props, ref) { | ||
props = (0, $ah3ae$useProviderProps)(props); | ||
@@ -60,7 +60,3 @@ props = (0, $ah3ae$useFormProps)(props); | ||
}, children))); | ||
} | ||
/** | ||
* Radio groups allow users to select a single option from a list of mutually exclusive options. | ||
* All possible options are exposed up front for users to compare. | ||
*/ const $ac9b96486fc4badf$export$a98f0dcb43a68a25 = /*#__PURE__*/ (0, $ah3ae$react).forwardRef($ac9b96486fc4badf$var$RadioGroup); | ||
}); | ||
@@ -67,0 +63,0 @@ |
{ | ||
"name": "@react-spectrum/radio", | ||
"version": "3.0.0-nightly-ab9fd5c68-241126", | ||
"version": "3.0.0-nightly-adae13c78-241218", | ||
"description": "Spectrum UI components in React", | ||
@@ -39,11 +39,11 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/focus": "^3.0.0-nightly-ab9fd5c68-241126", | ||
"@react-aria/interactions": "^3.0.0-nightly-ab9fd5c68-241126", | ||
"@react-aria/radio": "^3.0.0-nightly-ab9fd5c68-241126", | ||
"@react-spectrum/form": "^3.0.0-nightly-ab9fd5c68-241126", | ||
"@react-spectrum/label": "^3.0.0-nightly-ab9fd5c68-241126", | ||
"@react-spectrum/utils": "^3.0.0-nightly-ab9fd5c68-241126", | ||
"@react-stately/radio": "^3.0.0-nightly-ab9fd5c68-241126", | ||
"@react-types/radio": "^3.0.0-nightly-ab9fd5c68-241126", | ||
"@react-types/shared": "^3.0.0-nightly-ab9fd5c68-241126", | ||
"@react-aria/focus": "3.0.0-nightly-adae13c78-241218", | ||
"@react-aria/interactions": "3.0.0-nightly-adae13c78-241218", | ||
"@react-aria/radio": "3.0.0-nightly-adae13c78-241218", | ||
"@react-spectrum/form": "3.0.0-nightly-adae13c78-241218", | ||
"@react-spectrum/label": "3.0.0-nightly-adae13c78-241218", | ||
"@react-spectrum/utils": "3.0.0-nightly-adae13c78-241218", | ||
"@react-stately/radio": "3.0.0-nightly-adae13c78-241218", | ||
"@react-types/radio": "3.0.0-nightly-adae13c78-241218", | ||
"@react-types/shared": "3.0.0-nightly-adae13c78-241218", | ||
"@swc/helpers": "^0.5.0" | ||
@@ -55,3 +55,3 @@ }, | ||
"peerDependencies": { | ||
"@react-spectrum/provider": "^3.0.0-nightly-ab9fd5c68-241126", | ||
"@react-spectrum/provider": "3.0.0-nightly-adae13c78-241218", | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" | ||
@@ -61,4 +61,3 @@ }, | ||
"access": "public" | ||
}, | ||
"stableVersion": "3.7.11" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
110344
1267
+ Added@internationalized/date@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@internationalized/message@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@internationalized/number@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@internationalized/string@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-aria/focus@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-aria/form@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-aria/i18n@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-aria/interactions@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-aria/label@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-aria/overlays@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-aria/radio@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-aria/ssr@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-aria/utils@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-aria/visually-hidden@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-spectrum/form@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-spectrum/icon@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-spectrum/label@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-spectrum/layout@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-spectrum/provider@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-spectrum/utils@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-stately/form@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-stately/overlays@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-stately/radio@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-stately/utils@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-types/button@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-types/form@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-types/label@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-types/layout@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-types/overlays@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-types/provider@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-types/radio@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@react-types/shared@3.0.0-nightly-adae13c78-241218(transitive)
+ Added@spectrum-icons/ui@3.0.0-nightly-adae13c78-241218(transitive)
- Removed@internationalized/date@3.7.0(transitive)
- Removed@internationalized/message@3.1.6(transitive)
- Removed@internationalized/number@3.6.0(transitive)
- Removed@internationalized/string@3.2.5(transitive)
- Removed@react-aria/focus@3.19.1(transitive)
- Removed@react-aria/form@3.0.12(transitive)
- Removed@react-aria/i18n@3.12.5(transitive)
- Removed@react-aria/interactions@3.23.0(transitive)
- Removed@react-aria/label@3.7.14(transitive)
- Removed@react-aria/overlays@3.25.0(transitive)
- Removed@react-aria/radio@3.10.11(transitive)
- Removed@react-aria/ssr@3.9.7(transitive)
- Removed@react-aria/utils@3.27.0(transitive)
- Removed@react-aria/visually-hidden@3.8.19(transitive)
- Removed@react-spectrum/form@3.7.11(transitive)
- Removed@react-spectrum/icon@3.8.1(transitive)
- Removed@react-spectrum/label@3.16.11(transitive)
- Removed@react-spectrum/layout@3.6.11(transitive)
- Removed@react-spectrum/provider@3.10.1(transitive)
- Removed@react-spectrum/utils@3.12.1(transitive)
- Removed@react-stately/form@3.1.1(transitive)
- Removed@react-stately/overlays@3.6.13(transitive)
- Removed@react-stately/radio@3.10.10(transitive)
- Removed@react-stately/utils@3.10.5(transitive)
- Removed@react-types/button@3.10.2(transitive)
- Removed@react-types/form@3.7.9(transitive)
- Removed@react-types/label@3.9.8(transitive)
- Removed@react-types/layout@3.3.20(transitive)
- Removed@react-types/overlays@3.8.12(transitive)
- Removed@react-types/provider@3.8.6(transitive)
- Removed@react-types/radio@3.8.6(transitive)
- Removed@react-types/shared@3.27.0(transitive)
- Removed@spectrum-icons/ui@3.6.12(transitive)
Updated@react-aria/interactions@3.0.0-nightly-adae13c78-241218