@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
|
@@ -125,8 +125,8 @@ var MaybeTooltip = function MaybeTooltip(_ref2) {
|
|
|
125
125
|
mousePosition: "right",
|
|
126
126
|
isScreenReaderAnnouncementDisabled: true,
|
|
127
127
|
component: PanelSplitterTooltip,
|
|
128
|
-
|
|
129
|
-
|
|
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
|
-
|
|
117
|
-
|
|
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
|
-
|
|
120
|
-
|
|
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.
|
|
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": "^
|
|
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",
|