Socket
Socket
Sign inDemoInstall

@atlaskit/select

Package Overview
Dependencies
Maintainers
1
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/select - npm Package Compare versions

Comparing version 16.5.13 to 16.5.14

3

dist/cjs/components/input-options.js

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

var _react2 = require("react");
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
var _radio = _interopRequireDefault(require("@atlaskit/icon/glyph/radio"));

@@ -189,3 +190,3 @@ var _checkbox = _interopRequireDefault(require("@atlaskit/icon/glyph/checkbox"));

'& svg rect, & svg circle:first-of-type': {
strokeWidth: "var(--ds-border-width-outline, 2px)",
strokeWidth: (0, _platformFeatureFlags.getBooleanFF)('platform.design-system-team.border-checkbox_nyoiu') ? "var(--ds-border-width, 1px)" : "var(--ds-border-width-outline, 2px)",
strokeLinejoin: 'round'

@@ -192,0 +193,0 @@ }

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

var packageName = "@atlaskit/select";
var packageVersion = "16.5.13";
var packageVersion = "16.5.14";
var SelectWithoutAnalytics = (0, _createSelect.default)(_reactSelect.default);

@@ -15,0 +15,0 @@ exports.SelectWithoutAnalytics = SelectWithoutAnalytics;

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

import { Component } from 'react';
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
import RadioIcon from '@atlaskit/icon/glyph/radio';

@@ -175,3 +176,3 @@ import CheckboxIcon from '@atlaskit/icon/glyph/checkbox';

'& svg rect, & svg circle:first-of-type': {
strokeWidth: "var(--ds-border-width-outline, 2px)",
strokeWidth: getBooleanFF('platform.design-system-team.border-checkbox_nyoiu') ? "var(--ds-border-width, 1px)" : "var(--ds-border-width-outline, 2px)",
strokeLinejoin: 'round'

@@ -178,0 +179,0 @@ }

@@ -5,3 +5,3 @@ import Select from 'react-select';

const packageName = "@atlaskit/select";
const packageVersion = "16.5.13";
const packageVersion = "16.5.14";
export const SelectWithoutAnalytics = createSelect(Select);

@@ -8,0 +8,0 @@ const createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');

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

import { Component } from 'react';
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
import RadioIcon from '@atlaskit/icon/glyph/radio';

@@ -183,3 +184,3 @@ import CheckboxIcon from '@atlaskit/icon/glyph/checkbox';

'& svg rect, & svg circle:first-of-type': {
strokeWidth: "var(--ds-border-width-outline, 2px)",
strokeWidth: getBooleanFF('platform.design-system-team.border-checkbox_nyoiu') ? "var(--ds-border-width, 1px)" : "var(--ds-border-width-outline, 2px)",
strokeLinejoin: 'round'

@@ -186,0 +187,0 @@ }

@@ -5,3 +5,3 @@ import Select from 'react-select';

var packageName = "@atlaskit/select";
var packageVersion = "16.5.13";
var packageVersion = "16.5.14";
export var SelectWithoutAnalytics = createSelect(Select);

@@ -8,0 +8,0 @@ var createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');

{
"name": "@atlaskit/select",
"version": "16.5.13",
"version": "16.5.14",
"description": "Select allows users to make a single selection or multiple selections from a list of options.",

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

"@atlaskit/theme": "^12.6.0",
"@atlaskit/tokens": "^1.21.0",
"@atlaskit/tokens": "^1.22.0",
"@atlaskit/visually-hidden": "^1.2.0",

@@ -49,0 +49,0 @@ "@babel/runtime": "^7.0.0",

Sorry, the diff of this file is too big to display

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