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.2 to 16.5.3

2

dist/cjs/components/input-options.js

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

flexShrink: 0,
paddingRight: '4px',
paddingRight: "var(--ds-space-050, 4px)",
// Here we are adding a border to the Checkbox and Radio SVG icons

@@ -247,0 +247,0 @@ // This is an a11y fix for Select only for now but it may be rolled

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

css: {
marginRight: 2,
marginRight: "var(--ds-space-025, 2px)",
textAlign: 'center',

@@ -66,3 +66,3 @@ width: 32

css: {
padding: '8px 8px 4px'
padding: "var(--ds-space-100, 8px)".concat(" ", "var(--ds-space-100, 8px)", " ", "var(--ds-space-050, 4px)")
}

@@ -69,0 +69,0 @@ }, (0, _react.jsx)(_reactSelect.components.Control, (0, _extends2.default)({}, props, {

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

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

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

{
"name": "@atlaskit/select",
"version": "16.5.2",
"version": "16.5.3",
"sideEffects": false
}

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

flexShrink: 0,
paddingRight: '4px',
paddingRight: "var(--ds-space-050, 4px)",
// Here we are adding a border to the Checkbox and Radio SVG icons

@@ -217,0 +217,0 @@ // This is an a11y fix for Select only for now but it may be rolled

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

css: {
marginRight: 2,
marginRight: "var(--ds-space-025, 2px)",
textAlign: 'center',

@@ -54,3 +54,3 @@ width: 32

css: {
padding: '8px 8px 4px'
padding: `${"var(--ds-space-100, 8px)"} ${"var(--ds-space-100, 8px)"} ${"var(--ds-space-050, 4px)"}`
}

@@ -57,0 +57,0 @@ }, jsx(components.Control, _extends({}, props, {

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

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

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

{
"name": "@atlaskit/select",
"version": "16.5.2",
"version": "16.5.3",
"sideEffects": false
}

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

flexShrink: 0,
paddingRight: '4px',
paddingRight: "var(--ds-space-050, 4px)",
// Here we are adding a border to the Checkbox and Radio SVG icons

@@ -241,0 +241,0 @@ // This is an a11y fix for Select only for now but it may be rolled

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

css: {
marginRight: 2,
marginRight: "var(--ds-space-025, 2px)",
textAlign: 'center',

@@ -60,3 +60,3 @@ width: 32

css: {
padding: '8px 8px 4px'
padding: "var(--ds-space-100, 8px)".concat(" ", "var(--ds-space-100, 8px)", " ", "var(--ds-space-050, 4px)")
}

@@ -63,0 +63,0 @@ }, jsx(components.Control, _extends({}, props, {

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

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

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

{
"name": "@atlaskit/select",
"version": "16.5.2",
"version": "16.5.3",
"sideEffects": false
}

@@ -103,3 +103,9 @@ import React, { PureComponent, ReactNode } from 'react';

DropdownIndicator: () => import("@emotion/react").jsx.JSX.Element;
Menu: ({ children, innerProps, ...props }: import("../types").MenuProps<OptionType, boolean>) => import("@emotion/react").jsx.JSX.Element;
Menu: ({ children, innerProps, ...props }: import("../types").MenuProps<OptionType, boolean>) => import("@emotion/react").jsx.JSX.Element; /**
The props passed down to React Popper.
Use these to override the default positioning strategy, behaviour and placement used by this library.
For more information, see the Popper Props section below, or [React Popper documentation](https://popper.js.org/react-popper/v2/render-props).
*/
};

@@ -114,3 +120,9 @@ mergedPopperProps: PopperPropsNoChildren<string>;

DropdownIndicator: () => import("@emotion/react").jsx.JSX.Element;
Menu: ({ children, innerProps, ...props }: import("../types").MenuProps<OptionType, boolean>) => import("@emotion/react").jsx.JSX.Element;
Menu: ({ children, innerProps, ...props }: import("../types").MenuProps<OptionType, boolean>) => import("@emotion/react").jsx.JSX.Element; /**
The props passed down to React Popper.
Use these to override the default positioning strategy, behaviour and placement used by this library.
For more information, see the Popper Props section below, or [React Popper documentation](https://popper.js.org/react-popper/v2/render-props).
*/
};

@@ -117,0 +129,0 @@ mergedPopperProps: PopperPropsNoChildren<string>;

@@ -103,3 +103,9 @@ import React, { PureComponent, ReactNode } from 'react';

DropdownIndicator: () => import("@emotion/react").jsx.JSX.Element;
Menu: ({ children, innerProps, ...props }: import("../types").MenuProps<OptionType, boolean>) => import("@emotion/react").jsx.JSX.Element;
Menu: ({ children, innerProps, ...props }: import("../types").MenuProps<OptionType, boolean>) => import("@emotion/react").jsx.JSX.Element; /**
The props passed down to React Popper.
Use these to override the default positioning strategy, behaviour and placement used by this library.
For more information, see the Popper Props section below, or [React Popper documentation](https://popper.js.org/react-popper/v2/render-props).
*/
};

@@ -114,3 +120,9 @@ mergedPopperProps: PopperPropsNoChildren<string>;

DropdownIndicator: () => import("@emotion/react").jsx.JSX.Element;
Menu: ({ children, innerProps, ...props }: import("../types").MenuProps<OptionType, boolean>) => import("@emotion/react").jsx.JSX.Element;
Menu: ({ children, innerProps, ...props }: import("../types").MenuProps<OptionType, boolean>) => import("@emotion/react").jsx.JSX.Element; /**
The props passed down to React Popper.
Use these to override the default positioning strategy, behaviour and placement used by this library.
For more information, see the Popper Props section below, or [React Popper documentation](https://popper.js.org/react-popper/v2/render-props).
*/
};

@@ -117,0 +129,0 @@ mergedPopperProps: PopperPropsNoChildren<string>;

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

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

"@atlaskit/logo": "^13.14.0",
"@atlaskit/modal-dialog": "^12.5.0",
"@atlaskit/modal-dialog": "^12.6.0",
"@atlaskit/radio": "^5.6.0",

@@ -75,0 +75,0 @@ "@atlaskit/section-message": "^6.4.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