New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-spectrum/radio

Package Overview
Dependencies
Maintainers
0
Versions
879
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-spectrum/radio - npm Package Compare versions

Comparing version 3.0.0-nightly-ab9fd5c68-241126 to 3.0.0-nightly-adae13c78-241218

dist/vars.f6adca10.css

10

dist/Radio.main.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc