Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/radio

Package Overview
Dependencies
Maintainers
1
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/radio - npm Package Compare versions

Comparing version 5.2.0 to 5.2.1

6

CHANGELOG.md
# @atlaskit/radio
## 5.2.1
### Patch Changes
- [`378d1cef00f`](https://bitbucket.org/atlassian/atlassian-frontend/commits/378d1cef00f) - Bump `@atlaskit/theme` to version `^11.3.0`.
## 5.2.0

@@ -4,0 +10,0 @@

2

dist/cjs/Radio.js

@@ -33,3 +33,3 @@ "use strict";

var packageName = "@atlaskit/radio";
var packageVersion = "5.2.0";
var packageVersion = "5.2.1";
var fontFamily = (0, _constants.fontFamily)();

@@ -36,0 +36,0 @@

@@ -1,1 +0,5 @@

"use strict";
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
{
"name": "@atlaskit/radio",
"version": "5.2.0",
"version": "5.2.1",
"sideEffects": false
}

@@ -12,3 +12,3 @@ import _extends from "@babel/runtime/helpers/extends";

const packageName = "@atlaskit/radio";
const packageVersion = "5.2.0";
const packageVersion = "5.2.1";
const fontFamily = getFontFamily();

@@ -15,0 +15,0 @@

{
"name": "@atlaskit/radio",
"version": "5.2.0",
"version": "5.2.1",
"sideEffects": false
}

@@ -16,3 +16,3 @@ import _extends from "@babel/runtime/helpers/extends";

var packageName = "@atlaskit/radio";
var packageVersion = "5.2.0";
var packageVersion = "5.2.1";
var fontFamily = getFontFamily();

@@ -19,0 +19,0 @@

{
"name": "@atlaskit/radio",
"version": "5.2.0",
"version": "5.2.1",
"sideEffects": false
}

@@ -9,3 +9,3 @@ import React, { SyntheticEvent } from 'react';

defaultValue?: RadioValue | null;
/** Sets the disabled state of all `Radio` elements in the group */
/** Sets the disabled state of all `Radio` elements in the group. Overrides the `isDisabled` setting of all child `Radio` items. */
isDisabled?: boolean;

@@ -12,0 +12,0 @@ /** Sets the required state of all `Radio` elements in the group */

@@ -15,3 +15,3 @@ import { ReactNode, SyntheticEvent } from 'react';

ariaLabel?: string;
/** Field disabled */
/** Makes a `Radio` field unselectable when true. Overridden by `isDisabled` prop of `RadioGroup`. */
isDisabled?: boolean;

@@ -18,0 +18,0 @@ /** Marks this as a required field */

{
"name": "@atlaskit/radio",
"version": "5.2.0",
"version": "5.2.1",
"description": "A radio input allows people to select only one option from a number of choices. Radio is generally displayed in a radio group.",

@@ -33,3 +33,3 @@ "publishConfig": {

"@atlaskit/analytics-next": "^8.0.0",
"@atlaskit/theme": "^11.0.0",
"@atlaskit/theme": "^11.3.0",
"@babel/runtime": "^7.0.0",

@@ -36,0 +36,0 @@ "@emotion/core": "^10.0.9"

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