@atlaskit/react-select 3.12.2 → 3.13.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,18 @@
|
|
|
1
1
|
# @atlaskit/react-select
|
|
2
2
|
|
|
3
|
+
## 3.13.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 3.13.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [`87b12e64ff750`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/87b12e64ff750) -
|
|
14
|
+
Removed usages of LEGACY icon props
|
|
15
|
+
|
|
3
16
|
## 3.12.2
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -14,8 +14,8 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/de
|
|
|
14
14
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
15
15
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
16
16
|
var _react2 = require("@compiled/react");
|
|
17
|
+
var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/chevron-down"));
|
|
17
18
|
var _crossCircle = _interopRequireDefault(require("@atlaskit/icon/core/cross-circle"));
|
|
18
|
-
var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-down"));
|
|
19
19
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
20
20
|
var _spinner = _interopRequireDefault(require("@atlaskit/spinner"));
|
|
21
21
|
var _utils = require("../utils");
|
|
@@ -72,7 +72,6 @@ var DropdownIndicator = exports.DropdownIndicator = function DropdownIndicator(p
|
|
|
72
72
|
}, /*#__PURE__*/React.createElement(_chevronDown.default, {
|
|
73
73
|
color: "currentColor",
|
|
74
74
|
label: "open",
|
|
75
|
-
LEGACY_margin: "var(--ds-space-negative-075, -0.375rem)",
|
|
76
75
|
size: "small"
|
|
77
76
|
})));
|
|
78
77
|
};
|
|
@@ -110,8 +109,6 @@ var ClearIndicator = exports.ClearIndicator = function ClearIndicator(props) {
|
|
|
110
109
|
}, /*#__PURE__*/React.createElement(_crossCircle.default, {
|
|
111
110
|
label: "",
|
|
112
111
|
color: "currentColor",
|
|
113
|
-
LEGACY_size: "small",
|
|
114
|
-
LEGACY_margin: "var(--ds-space-negative-025, -0.125rem)",
|
|
115
112
|
size: "small"
|
|
116
113
|
})));
|
|
117
114
|
};
|
|
@@ -4,8 +4,8 @@ import "./indicators.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 DownIcon from '@atlaskit/icon/core/chevron-down';
|
|
7
8
|
import CrossIcon from '@atlaskit/icon/core/cross-circle';
|
|
8
|
-
import DownIcon from '@atlaskit/icon/core/migration/chevron-down';
|
|
9
9
|
import { Inline, Pressable } from '@atlaskit/primitives/compiled';
|
|
10
10
|
import Spinner from '@atlaskit/spinner';
|
|
11
11
|
import { getStyleProps } from '../utils';
|
|
@@ -60,7 +60,6 @@ export const DropdownIndicator = props => {
|
|
|
60
60
|
}, /*#__PURE__*/React.createElement(DownIcon, {
|
|
61
61
|
color: "currentColor",
|
|
62
62
|
label: "open",
|
|
63
|
-
LEGACY_margin: "var(--ds-space-negative-075, -0.375rem)",
|
|
64
63
|
size: "small"
|
|
65
64
|
})));
|
|
66
65
|
};
|
|
@@ -98,8 +97,6 @@ export const ClearIndicator = props => {
|
|
|
98
97
|
}, /*#__PURE__*/React.createElement(CrossIcon, {
|
|
99
98
|
label: "",
|
|
100
99
|
color: "currentColor",
|
|
101
|
-
LEGACY_size: "small",
|
|
102
|
-
LEGACY_margin: "var(--ds-space-negative-025, -0.125rem)",
|
|
103
100
|
size: "small"
|
|
104
101
|
})));
|
|
105
102
|
};
|
|
@@ -9,8 +9,8 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
9
9
|
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; }
|
|
10
10
|
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; }
|
|
11
11
|
import { cx } from '@compiled/react';
|
|
12
|
+
import DownIcon from '@atlaskit/icon/core/chevron-down';
|
|
12
13
|
import CrossIcon from '@atlaskit/icon/core/cross-circle';
|
|
13
|
-
import DownIcon from '@atlaskit/icon/core/migration/chevron-down';
|
|
14
14
|
import { Inline, Pressable } from '@atlaskit/primitives/compiled';
|
|
15
15
|
import Spinner from '@atlaskit/spinner';
|
|
16
16
|
import { getStyleProps } from '../utils';
|
|
@@ -64,7 +64,6 @@ export var DropdownIndicator = function DropdownIndicator(props) {
|
|
|
64
64
|
}, /*#__PURE__*/React.createElement(DownIcon, {
|
|
65
65
|
color: "currentColor",
|
|
66
66
|
label: "open",
|
|
67
|
-
LEGACY_margin: "var(--ds-space-negative-075, -0.375rem)",
|
|
68
67
|
size: "small"
|
|
69
68
|
})));
|
|
70
69
|
};
|
|
@@ -102,8 +101,6 @@ export var ClearIndicator = function ClearIndicator(props) {
|
|
|
102
101
|
}, /*#__PURE__*/React.createElement(CrossIcon, {
|
|
103
102
|
label: "",
|
|
104
103
|
color: "currentColor",
|
|
105
|
-
LEGACY_size: "small",
|
|
106
|
-
LEGACY_margin: "var(--ds-space-negative-025, -0.125rem)",
|
|
107
104
|
size: "small"
|
|
108
105
|
})));
|
|
109
106
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/react-select",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.13.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",
|
|
@@ -21,12 +21,12 @@
|
|
|
21
21
|
"atlaskit:src": "src/index.tsx",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
24
|
-
"@atlaskit/icon": "^29.
|
|
25
|
-
"@atlaskit/layering": "^3.
|
|
24
|
+
"@atlaskit/icon": "^29.4.0",
|
|
25
|
+
"@atlaskit/layering": "^3.6.0",
|
|
26
26
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
27
|
-
"@atlaskit/primitives": "^17.
|
|
27
|
+
"@atlaskit/primitives": "^17.1.0",
|
|
28
28
|
"@atlaskit/spinner": "^19.0.0",
|
|
29
|
-
"@atlaskit/tokens": "^
|
|
29
|
+
"@atlaskit/tokens": "^10.0.0",
|
|
30
30
|
"@babel/runtime": "^7.0.0",
|
|
31
31
|
"@compiled/react": "^0.18.6",
|
|
32
32
|
"@floating-ui/dom": "^1.0.1",
|
|
@@ -38,10 +38,11 @@
|
|
|
38
38
|
"react-dom": "^18.2.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@
|
|
42
|
-
"@atlaskit/
|
|
41
|
+
"@af/accessibility-testing": "workspace:^",
|
|
42
|
+
"@atlaskit/checkbox": "^17.3.0",
|
|
43
|
+
"@atlaskit/form": "^15.3.0",
|
|
43
44
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
44
|
-
"@testing-library/react": "^
|
|
45
|
+
"@testing-library/react": "^16.3.0",
|
|
45
46
|
"@testing-library/user-event": "^14.4.3",
|
|
46
47
|
"jest-in-case": "^1.0.2"
|
|
47
48
|
},
|