@atlaskit/react-select 3.5.1 → 3.5.3
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 +16 -0
- package/dist/cjs/components/control.compiled.css +1 -1
- package/dist/cjs/components/control.js +1 -1
- package/dist/cjs/components/menu.compiled.css +1 -1
- package/dist/cjs/components/menu.js +1 -1
- package/dist/cjs/components/multi-value.compiled.css +2 -3
- package/dist/cjs/components/multi-value.js +4 -4
- package/dist/es2019/components/control.compiled.css +1 -1
- package/dist/es2019/components/control.js +1 -1
- package/dist/es2019/components/menu.compiled.css +1 -1
- package/dist/es2019/components/menu.js +1 -1
- package/dist/es2019/components/multi-value.compiled.css +2 -3
- package/dist/es2019/components/multi-value.js +4 -4
- package/dist/esm/components/control.compiled.css +1 -1
- package/dist/esm/components/control.js +1 -1
- package/dist/esm/components/menu.compiled.css +1 -1
- package/dist/esm/components/menu.js +1 -1
- package/dist/esm/components/multi-value.compiled.css +2 -3
- package/dist/esm/components/multi-value.js +4 -4
- package/package.json +2 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/react-select
|
|
2
2
|
|
|
3
|
+
## 3.5.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`255837cfba315`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/255837cfba315) -
|
|
8
|
+
Internal changes to how border radius is applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 3.5.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`23bcc5bbc9cee`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/23bcc5bbc9cee) -
|
|
16
|
+
Internal changes to how border radius is applied.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 3.5.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}
|
|
3
3
|
._v564r5cv{transition:background-color .2s ease-in-out,border-color .2s ease-in-out}
|
|
4
4
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
5
5
|
._1dqonqa1{border-style:solid}
|
|
@@ -16,7 +16,7 @@ var _utils = require("../utils");
|
|
|
16
16
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
17
17
|
/* eslint-disable @atlaskit/ui-styling-standard/no-unsafe-selectors */
|
|
18
18
|
var styles = {
|
|
19
|
-
default: "_12ji1r31 _1qu2glyw _12y3idpf
|
|
19
|
+
default: "_12ji1r31 _1qu2glyw _12y3idpf _2rkofajl _v564r5cv _1h6d1elr _1dqonqa1 _189ee4h9 _4cvr1h6o _80om73ad _1e0c1txw _1n261g80 _1bah1yb4 _kqswh2mm _bfhk1j9a _1tke1ylp _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _15peftgi _1ke8ftgi _jaboglyw _1u6l1bml _4cvx1elr _123byq51 _d0altlke _irr31d5g _1ogl1caj",
|
|
20
20
|
compact: "_1tkezwfg",
|
|
21
21
|
invalid: "_1h6d1bqt _16qsizbr _1u6lizbr _4cvx1bqt",
|
|
22
22
|
focusedInvalid: "_16qsq049",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}._154i1nmo{top:var(--menu-top)}
|
|
3
3
|
._154i1osq{top:100%}
|
|
4
4
|
._16qsd0yg{box-shadow:var(--ds-shadow-overlay,0 0 0 1px rgba(0,0,0,.1),0 4px 11px rgba(0,0,0,.1))}
|
|
5
5
|
._18m91wug{overflow-y:auto}
|
|
@@ -196,7 +196,7 @@ var coercePlacement = function coercePlacement(p) {
|
|
|
196
196
|
return p === 'auto' ? 'bottom' : p;
|
|
197
197
|
};
|
|
198
198
|
var menuStyles = {
|
|
199
|
-
root: "
|
|
199
|
+
root: "_2rko12b0 _kqswstnw _1bsb1osq _1pbykb7n _otyru2gc _19pku2gc _bfhk1bhr _16qsd0yg",
|
|
200
200
|
bottom: "_154i1osq",
|
|
201
201
|
top: "_94n51osq"
|
|
202
202
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
3
|
._19itglyw{border:none}
|
|
4
|
-
.
|
|
5
|
-
.
|
|
6
|
-
._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
|
|
4
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
5
|
+
._2rkolb4i{border-radius:var(--ds-radius-xsmall,2px)}
|
|
7
6
|
._2rkovtp2{border-radius:0 2px 2px 0}
|
|
8
7
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
9
8
|
._1dqonqa1{border-style:solid}
|
|
@@ -23,10 +23,10 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
23
23
|
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; }
|
|
24
24
|
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) { (0, _defineProperty2.default)(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; }
|
|
25
25
|
var multiValueStyles = {
|
|
26
|
-
root: "
|
|
26
|
+
root: "_2rkolb4i _1e0c1txw _1ul9ze3t _19pkv77o _2hwxv77o _otyrv77o _18u0v77o _bfhkm7j4 _p12f1osq _syazjpor _3yq3glyw",
|
|
27
27
|
disabled: "_syaz1lh4 _bfhkm7j4",
|
|
28
28
|
focused: "_syaz1wum _bfhkfg4m _16qs7ex6 _1aewe4h9 _6up51j28 _1xdnnqa1",
|
|
29
|
-
refresh: "
|
|
29
|
+
refresh: "_2rko12b0 _1h6d14je _1dqonqa1 _189ee4h9 _bfhk1j9a"
|
|
30
30
|
};
|
|
31
31
|
var multiValueCSS = exports.multiValueCSS = function multiValueCSS() {
|
|
32
32
|
return {};
|
|
@@ -35,7 +35,7 @@ var multiValueLabelCSS = exports.multiValueLabelCSS = function multiValueLabelCS
|
|
|
35
35
|
return {};
|
|
36
36
|
};
|
|
37
37
|
var multiValueLabelStyles = {
|
|
38
|
-
root: "_1reo15vq _18m915vq
|
|
38
|
+
root: "_1reo15vq _18m915vq _2rkolb4i _11c8dcr7 _o5721q9c _ca0qv77o _u5f3v77o _n3tdv77o _19bv12x7 _syaz1kw7",
|
|
39
39
|
disabled: "_syaz1lh4",
|
|
40
40
|
ellipsis: "_1bto1l2s",
|
|
41
41
|
refresh: "_11c82smr _ca0qidpf _n3tdidpf _19bv1b66"
|
|
@@ -46,7 +46,7 @@ var multiValueRemoveCSS = exports.multiValueRemoveCSS = function multiValueRemov
|
|
|
46
46
|
var multiValueRemoveStyles = {
|
|
47
47
|
focused: "_bfhkb1q9 _lswu1rrc",
|
|
48
48
|
root: "_2rkovtp2 _4cvr1h6o _1e0c1txw _lswu1dx5 _19bvv77o _u5f3v77o _irr31yvi _13br1jjn _1di61io2 _i5f81jjn",
|
|
49
|
-
refresh: "_19itglyw
|
|
49
|
+
refresh: "_19itglyw _2rko12b0 _bfhksm61 _4cvr1h6o _1bah1h6o _1wpz1h6o _r06hglyw _syaz1fxt _ca0qv77o _u5f3v77o _n3tdv77o _19bvv77o _2hwxv77o _1ah312gs _irr3166n _1di61dty"
|
|
50
50
|
};
|
|
51
51
|
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
52
52
|
var MultiValueContainer = exports.MultiValueContainer = function MultiValueContainer(_ref) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}
|
|
3
3
|
._v564r5cv{transition:background-color .2s ease-in-out,border-color .2s ease-in-out}
|
|
4
4
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
5
5
|
._1dqonqa1{border-style:solid}
|
|
@@ -8,7 +8,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
8
8
|
import { cx } from '@compiled/react';
|
|
9
9
|
import { getStyleProps } from '../utils';
|
|
10
10
|
const styles = {
|
|
11
|
-
default: "_12ji1r31 _1qu2glyw _12y3idpf
|
|
11
|
+
default: "_12ji1r31 _1qu2glyw _12y3idpf _2rkofajl _v564r5cv _1h6d1elr _1dqonqa1 _189ee4h9 _4cvr1h6o _80om73ad _1e0c1txw _1n261g80 _1bah1yb4 _kqswh2mm _bfhk1j9a _1tke1ylp _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _15peftgi _1ke8ftgi _jaboglyw _1u6l1bml _4cvx1elr _123byq51 _d0altlke _irr31d5g _1ogl1caj",
|
|
12
12
|
compact: "_1tkezwfg",
|
|
13
13
|
invalid: "_1h6d1bqt _16qsizbr _1u6lizbr _4cvx1bqt",
|
|
14
14
|
focusedInvalid: "_16qsq049",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}._154i1nmo{top:var(--menu-top)}
|
|
3
3
|
._154i1osq{top:100%}
|
|
4
4
|
._16qsd0yg{box-shadow:var(--ds-shadow-overlay,0 0 0 1px rgba(0,0,0,.1),0 4px 11px rgba(0,0,0,.1))}
|
|
5
5
|
._18m91wug{overflow-y:auto}
|
|
@@ -183,7 +183,7 @@ function getMenuPlacement({
|
|
|
183
183
|
|
|
184
184
|
const coercePlacement = p => p === 'auto' ? 'bottom' : p;
|
|
185
185
|
const menuStyles = {
|
|
186
|
-
root: "
|
|
186
|
+
root: "_2rko12b0 _kqswstnw _1bsb1osq _1pbykb7n _otyru2gc _19pku2gc _bfhk1bhr _16qsd0yg",
|
|
187
187
|
bottom: "_154i1osq",
|
|
188
188
|
top: "_94n51osq"
|
|
189
189
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
3
|
._19itglyw{border:none}
|
|
4
|
-
.
|
|
5
|
-
.
|
|
6
|
-
._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
|
|
4
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
5
|
+
._2rkolb4i{border-radius:var(--ds-radius-xsmall,2px)}
|
|
7
6
|
._2rkovtp2{border-radius:0 2px 2px 0}
|
|
8
7
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
9
8
|
._1dqonqa1{border-style:solid}
|
|
@@ -9,15 +9,15 @@ import LegacySelectClearIcon from '@atlaskit/icon/glyph/select-clear';
|
|
|
9
9
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
10
10
|
import { getStyleProps } from '../utils';
|
|
11
11
|
const multiValueStyles = {
|
|
12
|
-
root: "
|
|
12
|
+
root: "_2rkolb4i _1e0c1txw _1ul9ze3t _19pkv77o _2hwxv77o _otyrv77o _18u0v77o _bfhkm7j4 _p12f1osq _syazjpor _3yq3glyw",
|
|
13
13
|
disabled: "_syaz1lh4 _bfhkm7j4",
|
|
14
14
|
focused: "_syaz1wum _bfhkfg4m _16qs7ex6 _1aewe4h9 _6up51j28 _1xdnnqa1",
|
|
15
|
-
refresh: "
|
|
15
|
+
refresh: "_2rko12b0 _1h6d14je _1dqonqa1 _189ee4h9 _bfhk1j9a"
|
|
16
16
|
};
|
|
17
17
|
export const multiValueCSS = () => ({});
|
|
18
18
|
export const multiValueLabelCSS = () => ({});
|
|
19
19
|
const multiValueLabelStyles = {
|
|
20
|
-
root: "_1reo15vq _18m915vq
|
|
20
|
+
root: "_1reo15vq _18m915vq _2rkolb4i _11c8dcr7 _o5721q9c _ca0qv77o _u5f3v77o _n3tdv77o _19bv12x7 _syaz1kw7",
|
|
21
21
|
disabled: "_syaz1lh4",
|
|
22
22
|
ellipsis: "_1bto1l2s",
|
|
23
23
|
refresh: "_11c82smr _ca0qidpf _n3tdidpf _19bv1b66"
|
|
@@ -26,7 +26,7 @@ export const multiValueRemoveCSS = () => ({});
|
|
|
26
26
|
const multiValueRemoveStyles = {
|
|
27
27
|
focused: "_bfhkb1q9 _lswu1rrc",
|
|
28
28
|
root: "_2rkovtp2 _4cvr1h6o _1e0c1txw _lswu1dx5 _19bvv77o _u5f3v77o _irr31yvi _13br1jjn _1di61io2 _i5f81jjn",
|
|
29
|
-
refresh: "_19itglyw
|
|
29
|
+
refresh: "_19itglyw _2rko12b0 _bfhksm61 _4cvr1h6o _1bah1h6o _1wpz1h6o _r06hglyw _syaz1fxt _ca0qv77o _u5f3v77o _n3tdv77o _19bvv77o _2hwxv77o _1ah312gs _irr3166n _1di61dty"
|
|
30
30
|
};
|
|
31
31
|
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
32
32
|
export const MultiValueContainer = ({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}
|
|
3
3
|
._v564r5cv{transition:background-color .2s ease-in-out,border-color .2s ease-in-out}
|
|
4
4
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
5
5
|
._1dqonqa1{border-style:solid}
|
|
@@ -8,7 +8,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
8
8
|
import { cx } from '@compiled/react';
|
|
9
9
|
import { getStyleProps } from '../utils';
|
|
10
10
|
var styles = {
|
|
11
|
-
default: "_12ji1r31 _1qu2glyw _12y3idpf
|
|
11
|
+
default: "_12ji1r31 _1qu2glyw _12y3idpf _2rkofajl _v564r5cv _1h6d1elr _1dqonqa1 _189ee4h9 _4cvr1h6o _80om73ad _1e0c1txw _1n261g80 _1bah1yb4 _kqswh2mm _bfhk1j9a _1tke1ylp _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _15peftgi _1ke8ftgi _jaboglyw _1u6l1bml _4cvx1elr _123byq51 _d0altlke _irr31d5g _1ogl1caj",
|
|
12
12
|
compact: "_1tkezwfg",
|
|
13
13
|
invalid: "_1h6d1bqt _16qsizbr _1u6lizbr _4cvx1bqt",
|
|
14
14
|
focusedInvalid: "_16qsq049",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}._154i1nmo{top:var(--menu-top)}
|
|
3
3
|
._154i1osq{top:100%}
|
|
4
4
|
._16qsd0yg{box-shadow:var(--ds-shadow-overlay,0 0 0 1px rgba(0,0,0,.1),0 4px 11px rgba(0,0,0,.1))}
|
|
5
5
|
._18m91wug{overflow-y:auto}
|
|
@@ -188,7 +188,7 @@ var coercePlacement = function coercePlacement(p) {
|
|
|
188
188
|
return p === 'auto' ? 'bottom' : p;
|
|
189
189
|
};
|
|
190
190
|
var menuStyles = {
|
|
191
|
-
root: "
|
|
191
|
+
root: "_2rko12b0 _kqswstnw _1bsb1osq _1pbykb7n _otyru2gc _19pku2gc _bfhk1bhr _16qsd0yg",
|
|
192
192
|
bottom: "_154i1osq",
|
|
193
193
|
top: "_94n51osq"
|
|
194
194
|
};
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
3
|
._19itglyw{border:none}
|
|
4
|
-
.
|
|
5
|
-
.
|
|
6
|
-
._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
|
|
4
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
5
|
+
._2rkolb4i{border-radius:var(--ds-radius-xsmall,2px)}
|
|
7
6
|
._2rkovtp2{border-radius:0 2px 2px 0}
|
|
8
7
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
9
8
|
._1dqonqa1{border-style:solid}
|
|
@@ -12,10 +12,10 @@ import LegacySelectClearIcon from '@atlaskit/icon/glyph/select-clear';
|
|
|
12
12
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
13
13
|
import { getStyleProps } from '../utils';
|
|
14
14
|
var multiValueStyles = {
|
|
15
|
-
root: "
|
|
15
|
+
root: "_2rkolb4i _1e0c1txw _1ul9ze3t _19pkv77o _2hwxv77o _otyrv77o _18u0v77o _bfhkm7j4 _p12f1osq _syazjpor _3yq3glyw",
|
|
16
16
|
disabled: "_syaz1lh4 _bfhkm7j4",
|
|
17
17
|
focused: "_syaz1wum _bfhkfg4m _16qs7ex6 _1aewe4h9 _6up51j28 _1xdnnqa1",
|
|
18
|
-
refresh: "
|
|
18
|
+
refresh: "_2rko12b0 _1h6d14je _1dqonqa1 _189ee4h9 _bfhk1j9a"
|
|
19
19
|
};
|
|
20
20
|
export var multiValueCSS = function multiValueCSS() {
|
|
21
21
|
return {};
|
|
@@ -24,7 +24,7 @@ export var multiValueLabelCSS = function multiValueLabelCSS() {
|
|
|
24
24
|
return {};
|
|
25
25
|
};
|
|
26
26
|
var multiValueLabelStyles = {
|
|
27
|
-
root: "_1reo15vq _18m915vq
|
|
27
|
+
root: "_1reo15vq _18m915vq _2rkolb4i _11c8dcr7 _o5721q9c _ca0qv77o _u5f3v77o _n3tdv77o _19bv12x7 _syaz1kw7",
|
|
28
28
|
disabled: "_syaz1lh4",
|
|
29
29
|
ellipsis: "_1bto1l2s",
|
|
30
30
|
refresh: "_11c82smr _ca0qidpf _n3tdidpf _19bv1b66"
|
|
@@ -35,7 +35,7 @@ export var multiValueRemoveCSS = function multiValueRemoveCSS() {
|
|
|
35
35
|
var multiValueRemoveStyles = {
|
|
36
36
|
focused: "_bfhkb1q9 _lswu1rrc",
|
|
37
37
|
root: "_2rkovtp2 _4cvr1h6o _1e0c1txw _lswu1dx5 _19bvv77o _u5f3v77o _irr31yvi _13br1jjn _1di61io2 _i5f81jjn",
|
|
38
|
-
refresh: "_19itglyw
|
|
38
|
+
refresh: "_19itglyw _2rko12b0 _bfhksm61 _4cvr1h6o _1bah1h6o _1wpz1h6o _r06hglyw _syaz1fxt _ca0qv77o _u5f3v77o _n3tdv77o _19bvv77o _2hwxv77o _1ah312gs _irr3166n _1di61dty"
|
|
39
39
|
};
|
|
40
40
|
// eslint-disable-next-line @repo/internal/react/require-jsdoc
|
|
41
41
|
export var MultiValueContainer = function MultiValueContainer(_ref) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/react-select",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.3",
|
|
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",
|
|
@@ -19,14 +19,6 @@
|
|
|
19
19
|
"**/*.compiled.css"
|
|
20
20
|
],
|
|
21
21
|
"atlaskit:src": "src/index.tsx",
|
|
22
|
-
"af:exports": {
|
|
23
|
-
".": "./src/index.tsx",
|
|
24
|
-
"./base": "./src/select.tsx",
|
|
25
|
-
"./async": "./src/async.tsx",
|
|
26
|
-
"./creatable": "./src/creatable.tsx",
|
|
27
|
-
"./async-creatable": "./src/async-creatable.tsx",
|
|
28
|
-
"./types": "./src/types.tsx"
|
|
29
|
-
},
|
|
30
22
|
"dependencies": {
|
|
31
23
|
"@atlaskit/ds-lib": "^5.0.0",
|
|
32
24
|
"@atlaskit/icon": "^28.1.0",
|
|
@@ -47,7 +39,7 @@
|
|
|
47
39
|
},
|
|
48
40
|
"devDependencies": {
|
|
49
41
|
"@atlaskit/checkbox": "^17.1.0",
|
|
50
|
-
"@atlaskit/form": "^12.
|
|
42
|
+
"@atlaskit/form": "^12.4.0",
|
|
51
43
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|
|
52
44
|
"@testing-library/react": "^13.4.0",
|
|
53
45
|
"@testing-library/user-event": "^14.4.3",
|