@atlaskit/radio
Advanced tools
Comparing version 5.2.0 to 5.2.1
# @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 @@ |
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79216
948
Updated@atlaskit/theme@^11.3.0