@atlaskit/portal 4.3.5 → 4.3.6

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,12 @@
1
1
  # @atlaskit/portal
2
2
 
3
+ ## 4.3.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`f78ae454863`](https://bitbucket.org/atlassian/atlassian-frontend/commits/f78ae454863) - Update tooltip z-index to 9999
8
+ - Updated dependencies
9
+
3
10
  ## 4.3.5
4
11
 
5
12
  ### Patch Changes
@@ -13,7 +13,7 @@ var zIndexToName = {
13
13
  510: 'modal',
14
14
  600: 'flag',
15
15
  700: 'spotlight',
16
- 800: 'tooltip'
16
+ 9999: 'tooltip'
17
17
  };
18
18
 
19
19
  /**
@@ -7,7 +7,7 @@ const zIndexToName = {
7
7
  510: 'modal',
8
8
  600: 'flag',
9
9
  700: 'spotlight',
10
- 800: 'tooltip'
10
+ 9999: 'tooltip'
11
11
  };
12
12
 
13
13
  /**
@@ -7,7 +7,7 @@ var zIndexToName = {
7
7
  510: 'modal',
8
8
  600: 'flag',
9
9
  700: 'spotlight',
10
- 800: 'tooltip'
10
+ 9999: 'tooltip'
11
11
  };
12
12
 
13
13
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/portal",
3
- "version": "4.3.5",
3
+ "version": "4.3.6",
4
4
  "description": "A wrapper for rendering components in React portals.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -38,7 +38,7 @@
38
38
  ".": "./src/index.tsx"
39
39
  },
40
40
  "dependencies": {
41
- "@atlaskit/theme": "^12.5.0",
41
+ "@atlaskit/theme": "^12.6.0",
42
42
  "@babel/runtime": "^7.0.0"
43
43
  },
44
44
  "peerDependencies": {
@@ -48,7 +48,7 @@
48
48
  "devDependencies": {
49
49
  "@af/accessibility-testing": "*",
50
50
  "@atlaskit/ssr": "*",
51
- "@atlaskit/tokens": "^1.14.0",
51
+ "@atlaskit/tokens": "^1.18.0",
52
52
  "@atlaskit/visual-regression": "*",
53
53
  "@atlaskit/webdriver-runner": "*",
54
54
  "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",