@atlaskit/react-select 2.7.2 → 2.7.4

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,19 @@
1
1
  # @atlaskit/react-select
2
2
 
3
+ ## 2.7.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 2.7.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#169844](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/169844)
14
+ [`5d93bf6663968`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5d93bf6663968) -
15
+ Set compiled menuPortal to 1 as the same as emotion menuPortal
16
+
3
17
  ## 2.7.2
4
18
 
5
19
  ### Patch Changes
@@ -7,7 +7,6 @@
7
7
  ._1bsb1osq{width:100%}
8
8
  ._1bsb1qxj{width:var(--menu-width)}
9
9
  ._1ltva1vk{left:var(--menu-left)}
10
- ._1pbydx66{z-index:9999}
11
10
  ._1pbykb7n{z-index:1}
12
11
  ._1q51u2gc{padding-block-start:var(--ds-space-100,8px)}
13
12
  ._85i5u2gc{padding-block-end:var(--ds-space-100,8px)}
@@ -394,7 +394,7 @@ var menuPortalCSS = exports.menuPortalCSS = function menuPortalCSS() {
394
394
  return {};
395
395
  };
396
396
  var menuPortalStyles = {
397
- root: "_1pbydx66 _1ltva1vk _kqswcp1v _154i1nmo _1bsb1qxj"
397
+ root: "_1pbykb7n _1ltva1vk _kqswcp1v _154i1nmo _1bsb1qxj"
398
398
  };
399
399
  // eslint-disable-next-line @repo/internal/react/require-jsdoc
400
400
  var MenuPortal = exports.MenuPortal = function MenuPortal(props) {
@@ -7,7 +7,6 @@
7
7
  ._1bsb1osq{width:100%}
8
8
  ._1bsb1qxj{width:var(--menu-width)}
9
9
  ._1ltva1vk{left:var(--menu-left)}
10
- ._1pbydx66{z-index:9999}
11
10
  ._1pbykb7n{z-index:1}
12
11
  ._1q51u2gc{padding-block-start:var(--ds-space-100,8px)}
13
12
  ._85i5u2gc{padding-block-end:var(--ds-space-100,8px)}
@@ -384,7 +384,7 @@ export const LoadingMessage = ({
384
384
 
385
385
  export const menuPortalCSS = () => ({});
386
386
  const menuPortalStyles = {
387
- root: "_1pbydx66 _1ltva1vk _kqswcp1v _154i1nmo _1bsb1qxj"
387
+ root: "_1pbykb7n _1ltva1vk _kqswcp1v _154i1nmo _1bsb1qxj"
388
388
  };
389
389
  // eslint-disable-next-line @repo/internal/react/require-jsdoc
390
390
  export const MenuPortal = props => {
@@ -7,7 +7,6 @@
7
7
  ._1bsb1osq{width:100%}
8
8
  ._1bsb1qxj{width:var(--menu-width)}
9
9
  ._1ltva1vk{left:var(--menu-left)}
10
- ._1pbydx66{z-index:9999}
11
10
  ._1pbykb7n{z-index:1}
12
11
  ._1q51u2gc{padding-block-start:var(--ds-space-100,8px)}
13
12
  ._85i5u2gc{padding-block-end:var(--ds-space-100,8px)}
@@ -389,7 +389,7 @@ export var menuPortalCSS = function menuPortalCSS() {
389
389
  return {};
390
390
  };
391
391
  var menuPortalStyles = {
392
- root: "_1pbydx66 _1ltva1vk _kqswcp1v _154i1nmo _1bsb1qxj"
392
+ root: "_1pbykb7n _1ltva1vk _kqswcp1v _154i1nmo _1bsb1qxj"
393
393
  };
394
394
  // eslint-disable-next-line @repo/internal/react/require-jsdoc
395
395
  export var MenuPortal = function MenuPortal(props) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/react-select",
3
- "version": "2.7.2",
3
+ "version": "2.7.4",
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",
@@ -30,12 +30,12 @@
30
30
  },
31
31
  "dependencies": {
32
32
  "@atlaskit/ds-lib": "^4.0.0",
33
- "@atlaskit/icon": "^26.4.0",
33
+ "@atlaskit/icon": "^27.0.0",
34
34
  "@atlaskit/layering": "^3.0.0",
35
35
  "@atlaskit/platform-feature-flags": "^1.1.0",
36
36
  "@atlaskit/primitives": "^14.8.0",
37
37
  "@atlaskit/spinner": "^18.0.0",
38
- "@atlaskit/tokens": "^5.1.0",
38
+ "@atlaskit/tokens": "^5.2.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@compiled/react": "^0.18.3",
41
41
  "@emotion/react": "^11.7.1",