@atlaskit/radio
Advanced tools
Comparing version 5.3.4 to 5.3.5
# @atlaskit/radio | ||
## 5.3.5 | ||
### Patch Changes | ||
- Updated dependencies | ||
## 5.3.4 | ||
@@ -4,0 +10,0 @@ |
@@ -8,12 +8,12 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "RadioGroup", { | ||
Object.defineProperty(exports, "Radio", { | ||
enumerable: true, | ||
get: function get() { | ||
return _RadioGroup.default; | ||
return _Radio.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "Radio", { | ||
Object.defineProperty(exports, "RadioGroup", { | ||
enumerable: true, | ||
get: function get() { | ||
return _Radio.default; | ||
return _RadioGroup.default; | ||
} | ||
@@ -20,0 +20,0 @@ }); |
@@ -28,5 +28,5 @@ "use strict"; | ||
/** @jsx jsx */ | ||
var _excluded = ["ariaLabel", "isDisabled", "isRequired", "isInvalid", "isChecked", "label", "mode", "name", "onChange", "value", "testId", "analyticsContext"]; | ||
var packageName = "@atlaskit/radio"; | ||
var packageVersion = "5.3.4"; | ||
var packageVersion = "5.3.5"; | ||
var fontFamily = (0, _constants.fontFamily)(); | ||
@@ -167,3 +167,3 @@ | ||
analyticsContext = props.analyticsContext, | ||
rest = (0, _objectWithoutProperties2.default)(props, ["ariaLabel", "isDisabled", "isRequired", "isInvalid", "isChecked", "label", "mode", "name", "onChange", "value", "testId", "analyticsContext"]); | ||
rest = (0, _objectWithoutProperties2.default)(props, _excluded); | ||
var onChangeAnalytics = (0, _usePlatformLeafEventHandler.usePlatformLeafEventHandler)({ | ||
@@ -170,0 +170,0 @@ fn: onChange, |
{ | ||
"name": "@atlaskit/radio", | ||
"version": "5.3.4", | ||
"version": "5.3.5", | ||
"sideEffects": false | ||
} |
@@ -12,3 +12,3 @@ import _extends from "@babel/runtime/helpers/extends"; | ||
const packageName = "@atlaskit/radio"; | ||
const packageVersion = "5.3.4"; | ||
const packageVersion = "5.3.5"; | ||
const fontFamily = getFontFamily(); | ||
@@ -15,0 +15,0 @@ |
{ | ||
"name": "@atlaskit/radio", | ||
"version": "5.3.4", | ||
"version": "5.3.5", | ||
"sideEffects": false | ||
} |
import _extends from "@babel/runtime/helpers/extends"; | ||
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; | ||
var _excluded = ["ariaLabel", "isDisabled", "isRequired", "isInvalid", "isChecked", "label", "mode", "name", "onChange", "value", "testId", "analyticsContext"]; | ||
@@ -13,3 +14,3 @@ /** @jsx jsx */ | ||
var packageName = "@atlaskit/radio"; | ||
var packageVersion = "5.3.4"; | ||
var packageVersion = "5.3.5"; | ||
var fontFamily = getFontFamily(); | ||
@@ -150,3 +151,3 @@ | ||
analyticsContext = props.analyticsContext, | ||
rest = _objectWithoutProperties(props, ["ariaLabel", "isDisabled", "isRequired", "isInvalid", "isChecked", "label", "mode", "name", "onChange", "value", "testId", "analyticsContext"]); | ||
rest = _objectWithoutProperties(props, _excluded); | ||
@@ -153,0 +154,0 @@ var onChangeAnalytics = usePlatformLeafEventHandler({ |
{ | ||
"name": "@atlaskit/radio", | ||
"version": "5.3.4", | ||
"version": "5.3.5", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/radio", | ||
"version": "5.3.4", | ||
"version": "5.3.5", | ||
"description": "A radio input allows people to select only one option from a number of choices. Radio is generally displayed in a radio group.", | ||
@@ -19,3 +19,2 @@ "publishConfig": { | ||
"team": "Design System Team", | ||
"inPublicMirror": true, | ||
"releaseModel": "scheduled", | ||
@@ -34,4 +33,4 @@ "website": { | ||
"@atlaskit/analytics-next": "^8.0.0", | ||
"@atlaskit/theme": "^12.0.0", | ||
"@atlaskit/tokens": "^0.4.0", | ||
"@atlaskit/theme": "^12.1.0", | ||
"@atlaskit/tokens": "^0.5.0", | ||
"@babel/runtime": "^7.0.0", | ||
@@ -44,3 +43,2 @@ "@emotion/core": "^10.0.9" | ||
"devDependencies": { | ||
"@atlaskit/build-utils": "*", | ||
"@atlaskit/button": "^16.1.0", | ||
@@ -47,0 +45,0 @@ "@atlaskit/checkbox": "^12.3.0", |
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
87569
13
1202
+ Added@atlaskit/tokens@0.5.0(transitive)
- Removed@atlaskit/tokens@0.4.2(transitive)
Updated@atlaskit/theme@^12.1.0
Updated@atlaskit/tokens@^0.5.0