@atlaskit/navigation-system 9.1.1 → 9.1.2

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,11 @@
1
1
  # @atlassian/navigation-system
2
2
 
3
+ ## 9.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 9.1.1
4
10
 
5
11
  ### Patch Changes
@@ -125,8 +125,8 @@ var MaybeTooltip = function MaybeTooltip(_ref2) {
125
125
  mousePosition: "right",
126
126
  isScreenReaderAnnouncementDisabled: true,
127
127
  component: PanelSplitterTooltip,
128
- UNSAFE_shouldAlwaysFadeIn: true,
129
- UNSAFE_shouldRenderToParent: true
128
+ shouldAlwaysFadeIn: true,
129
+ shouldRenderToParent: true
130
130
  }, children);
131
131
  }
132
132
  return children;
@@ -113,8 +113,8 @@ const MaybeTooltip = ({
113
113
  mousePosition: "right",
114
114
  isScreenReaderAnnouncementDisabled: true,
115
115
  component: PanelSplitterTooltip,
116
- UNSAFE_shouldAlwaysFadeIn: true,
117
- UNSAFE_shouldRenderToParent: true
116
+ shouldAlwaysFadeIn: true,
117
+ shouldRenderToParent: true
118
118
  }, children);
119
119
  }
120
120
  return children;
@@ -116,8 +116,8 @@ var MaybeTooltip = function MaybeTooltip(_ref2) {
116
116
  mousePosition: "right",
117
117
  isScreenReaderAnnouncementDisabled: true,
118
118
  component: PanelSplitterTooltip,
119
- UNSAFE_shouldAlwaysFadeIn: true,
120
- UNSAFE_shouldRenderToParent: true
119
+ shouldAlwaysFadeIn: true,
120
+ shouldRenderToParent: true
121
121
  }, children);
122
122
  }
123
123
  return children;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/navigation-system",
3
- "version": "9.1.1",
3
+ "version": "9.1.2",
4
4
  "description": "The latest navigation system for Atlassian apps.",
5
5
  "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
6
6
  "author": "Atlassian Pty Ltd",
@@ -86,7 +86,7 @@
86
86
  "@atlaskit/primitives": "^19.0.0",
87
87
  "@atlaskit/side-nav-items": "^1.13.0",
88
88
  "@atlaskit/tokens": "^13.0.0",
89
- "@atlaskit/tooltip": "^21.2.0",
89
+ "@atlaskit/tooltip": "^22.0.0",
90
90
  "@atlaskit/visually-hidden": "^3.1.0",
91
91
  "@babel/runtime": "^7.0.0",
92
92
  "@compiled/react": "^0.20.0",