Socket
Socket
Sign inDemoInstall

@atlaskit/radio

Package Overview
Dependencies
91
Maintainers
1
Versions
125
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.4.9 to 5.5.0

10

CHANGELOG.md
# @atlaskit/radio
## 5.5.0
### Minor Changes
- [`56507598609`](https://bitbucket.org/atlassian/atlassian-frontend/commits/56507598609) - Skip minor dependency bump
### Patch Changes
- Updated dependencies
## 5.4.9

@@ -4,0 +14,0 @@

3

dist/cjs/radio-group.js

@@ -9,2 +9,3 @@ "use strict";

exports.default = RadioGroup;
var _objectDestructuringEmpty2 = _interopRequireDefault(require("@babel/runtime/helpers/objectDestructuringEmpty"));
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));

@@ -50,3 +51,3 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));

}, options.map(function (_ref, index) {
var optionProps = (0, _extends2.default)({}, _ref);
var optionProps = (0, _extends2.default)({}, ((0, _objectDestructuringEmpty2.default)(_ref), _ref));
if (typeof isDisabled !== 'undefined') {

@@ -53,0 +54,0 @@ optionProps.isDisabled = isDisabled;

@@ -19,4 +19,5 @@ "use strict";

var _excluded = ["ariaLabel", "isDisabled", "isRequired", "isInvalid", "isChecked", "label", "mode", "name", "onChange", "value", "testId", "analyticsContext"];
/** @jsx jsx */
var packageName = "@atlaskit/radio";
var packageVersion = "5.4.9";
var packageVersion = "5.5.0";
var fontFamily = (0, _constants.fontFamily)();

@@ -23,0 +24,0 @@ var noop = _noop.default;

{
"name": "@atlaskit/radio",
"version": "5.4.9",
"version": "5.5.0",
"sideEffects": false
}

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

const packageName = "@atlaskit/radio";
const packageVersion = "5.4.9";
const packageVersion = "5.5.0";
const fontFamily = getFontFamily();

@@ -15,0 +15,0 @@ const noop = __noop;

{
"name": "@atlaskit/radio",
"version": "5.4.9",
"version": "5.5.0",
"sideEffects": false
}

@@ -0,1 +1,2 @@

import _objectDestructuringEmpty from "@babel/runtime/helpers/objectDestructuringEmpty";
import _extends from "@babel/runtime/helpers/extends";

@@ -39,3 +40,3 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray";

}, options.map(function (_ref, index) {
var optionProps = _extends({}, _ref);
var optionProps = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
if (typeof isDisabled !== 'undefined') {

@@ -42,0 +43,0 @@ optionProps.isDisabled = isDisabled;

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

var packageName = "@atlaskit/radio";
var packageVersion = "5.4.9";
var packageVersion = "5.5.0";
var fontFamily = getFontFamily();

@@ -17,0 +17,0 @@ var noop = __noop;

{
"name": "@atlaskit/radio",
"version": "5.4.9",
"version": "5.5.0",
"sideEffects": false
}
{
"name": "@atlaskit/radio",
"version": "5.4.9",
"version": "5.5.0",
"description": "A radio input allows users to select only one option from a number of choices. Radio is generally displayed in a radio group.",

@@ -18,3 +18,2 @@ "publishConfig": {

"atlassian": {
"disableProductCI": true,
"team": "Design System Team",

@@ -34,6 +33,6 @@ "releaseModel": "scheduled",

"dependencies": {
"@atlaskit/analytics-next": "^9.0.0",
"@atlaskit/ds-lib": "^2.1.0",
"@atlaskit/theme": "^12.2.0",
"@atlaskit/tokens": "^1.2.0",
"@atlaskit/analytics-next": "^9.1.0",
"@atlaskit/ds-lib": "^2.2.0",
"@atlaskit/theme": "^12.5.0",
"@atlaskit/tokens": "^1.3.0",
"@babel/runtime": "^7.0.0",

@@ -46,7 +45,7 @@ "@emotion/react": "^11.7.1"

"devDependencies": {
"@atlaskit/button": "^16.5.0",
"@atlaskit/checkbox": "^12.4.0",
"@atlaskit/docs": "^9.0.0",
"@atlaskit/form": "^8.8.0",
"@atlaskit/section-message": "^6.3.0",
"@atlaskit/button": "^16.7.0",
"@atlaskit/checkbox": "^12.5.0",
"@atlaskit/docs": "^9.1.0",
"@atlaskit/form": "^8.11.0",
"@atlaskit/section-message": "^6.4.0",
"@atlaskit/ssr": "*",

@@ -53,0 +52,0 @@ "@atlaskit/visual-regression": "*",

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc