Socket
Socket
Sign inDemoInstall

@react-aria/radio

Package Overview
Dependencies
Maintainers
1
Versions
742
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/radio - npm Package Compare versions

Comparing version 3.0.0-rc.3 to 3.0.0-rc.4

src/index.ts

2

dist/main.js

@@ -214,3 +214,3 @@ var {

'aria-orientation': orientation
}, fieldProps, {}, focusWithinProps)),
}, fieldProps, focusWithinProps)),
labelProps

@@ -217,0 +217,0 @@ };

@@ -190,3 +190,3 @@ import { useLocale } from "@react-aria/i18n";

'aria-orientation': orientation
}, fieldProps, {}, focusWithinProps)),
}, fieldProps, focusWithinProps)),
labelProps

@@ -193,0 +193,0 @@ };

@@ -5,3 +5,9 @@ import { AriaRadioProps, AriaRadioGroupProps } from "@react-types/radio";

interface RadioAriaProps extends AriaRadioProps {
/**
* Whether the Radio control is required. See [MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/required).
*/
isRequired?: boolean;
/**
* Whether the Radio can be interacted with but cannot have its selection state changed.
*/
isReadOnly?: boolean;

@@ -8,0 +14,0 @@ }

{
"name": "@react-aria/radio",
"version": "3.0.0-rc.3",
"version": "3.0.0-rc.4",
"description": "Spectrum UI components in React",

@@ -11,3 +11,4 @@ "license": "Apache-2.0",

"files": [
"dist"
"dist",
"src"
],

@@ -21,9 +22,9 @@ "sideEffects": false,

"@babel/runtime": "^7.6.2",
"@react-aria/focus": "3.0.0-rc.3",
"@react-aria/i18n": "3.0.0-rc.3",
"@react-aria/interactions": "3.0.0-rc.3",
"@react-aria/label": "3.0.0-rc.3",
"@react-aria/utils": "3.0.0-rc.3",
"@react-stately/radio": "3.0.0-rc.3",
"@react-types/radio": "3.0.0-rc.3"
"@react-aria/focus": "3.0.0-rc.4",
"@react-aria/i18n": "3.0.0-rc.4",
"@react-aria/interactions": "3.0.0-rc.4",
"@react-aria/label": "3.0.0-rc.4",
"@react-aria/utils": "3.0.0-rc.4",
"@react-stately/radio": "3.0.0-rc.4",
"@react-types/radio": "3.0.0-rc.4"
},

@@ -36,3 +37,3 @@ "peerDependencies": {

},
"gitHead": "461d6321126ae9b4f1508aa912f7b36bf8a603f8"
"gitHead": "ee5ad1544ed65366c0fadabc2c63d39573ba3ffd"
}

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