@atlaskit/react-select 3.1.0 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/react-select
2
2
 
3
+ ## 3.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.2.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [#175869](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/175869)
14
+ [`e7f822af7edc1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e7f822af7edc1) -
15
+ Updated usages of deprecated icons with replacement icons
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 3.1.0
4
22
 
5
23
  ### Minor Changes
@@ -15,7 +15,7 @@ var _runtime = require("@compiled/react/runtime");
15
15
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
16
16
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
17
17
  var _react2 = require("@compiled/react");
18
- var _close = _interopRequireDefault(require("@atlaskit/icon/core/close"));
18
+ var _cross = _interopRequireDefault(require("@atlaskit/icon/core/cross"));
19
19
  var _selectClear = _interopRequireDefault(require("@atlaskit/icon/glyph/select-clear"));
20
20
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
21
21
  var _utils = require("../utils");
@@ -89,7 +89,7 @@ function MultiValueRemove(_ref3) {
89
89
  }), /*#__PURE__*/React.createElement("div", {
90
90
  "data-testid": isDisabled ? 'hide-clear-icon' : 'show-clear-icon',
91
91
  className: (0, _runtime.ax)([isDisabled && "_1e0cglyw", !isDisabled && "_1e0c1kw7"])
92
- }, /*#__PURE__*/React.createElement(_close.default, {
92
+ }, /*#__PURE__*/React.createElement(_cross.default, {
93
93
  label: "",
94
94
  color: "currentColor",
95
95
  LEGACY_fallbackIcon: _selectClear.default,
@@ -4,7 +4,7 @@ import "./multi-value.compiled.css";
4
4
  import * as React from 'react';
5
5
  import { ax, ix } from "@compiled/react/runtime";
6
6
  import { cx } from '@compiled/react';
7
- import CrossIcon from '@atlaskit/icon/core/close';
7
+ import CrossIcon from '@atlaskit/icon/core/cross';
8
8
  import LegacySelectClearIcon from '@atlaskit/icon/glyph/select-clear';
9
9
  import { fg } from '@atlaskit/platform-feature-flags';
10
10
  import { getStyleProps } from '../utils';
@@ -7,7 +7,7 @@ import { ax, ix } from "@compiled/react/runtime";
7
7
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
8
8
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
9
9
  import { cx } from '@compiled/react';
10
- import CrossIcon from '@atlaskit/icon/core/close';
10
+ import CrossIcon from '@atlaskit/icon/core/cross';
11
11
  import LegacySelectClearIcon from '@atlaskit/icon/glyph/select-clear';
12
12
  import { fg } from '@atlaskit/platform-feature-flags';
13
13
  import { getStyleProps } from '../utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/react-select",
3
- "version": "3.1.0",
3
+ "version": "3.2.1",
4
4
  "description": "A forked version of react-select to only be used in atlaskit/select",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -28,13 +28,13 @@
28
28
  "./types": "./src/types.tsx"
29
29
  },
30
30
  "dependencies": {
31
- "@atlaskit/ds-lib": "^4.0.0",
32
- "@atlaskit/icon": "^27.2.0",
31
+ "@atlaskit/ds-lib": "^5.0.0",
32
+ "@atlaskit/icon": "^27.6.0",
33
33
  "@atlaskit/layering": "^3.0.0",
34
34
  "@atlaskit/platform-feature-flags": "^1.1.0",
35
35
  "@atlaskit/primitives": "^14.10.0",
36
36
  "@atlaskit/spinner": "^18.0.0",
37
- "@atlaskit/tokens": "^5.4.0",
37
+ "@atlaskit/tokens": "^5.6.0",
38
38
  "@babel/runtime": "^7.0.0",
39
39
  "@compiled/react": "^0.18.3",
40
40
  "@floating-ui/dom": "^1.0.1",