@atlaskit/navigation-system 5.3.0 → 5.3.1
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,14 @@
|
|
|
1
1
|
# @atlassian/navigation-system
|
|
2
2
|
|
|
3
|
+
## 5.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`8f79c1a030071`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8f79c1a030071) -
|
|
8
|
+
References to the `platform-dst-tooltip-shortcuts` feature flag have been removed from prop
|
|
9
|
+
JSDocs.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
3
12
|
## 5.3.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -50,7 +50,7 @@ export type PanelSplitterContextType = {
|
|
|
50
50
|
isEnabled?: boolean;
|
|
51
51
|
/**
|
|
52
52
|
* The keyboard shortcut to display in the tooltip.
|
|
53
|
-
*
|
|
53
|
+
*
|
|
54
54
|
* Note this does not handle the keyboard shortcut functionality, it only displays the shortcut in the tooltip.
|
|
55
55
|
*/
|
|
56
56
|
shortcut?: TooltipProps['shortcut'];
|
|
@@ -50,7 +50,7 @@ export type PanelSplitterContextType = {
|
|
|
50
50
|
isEnabled?: boolean;
|
|
51
51
|
/**
|
|
52
52
|
* The keyboard shortcut to display in the tooltip.
|
|
53
|
-
*
|
|
53
|
+
*
|
|
54
54
|
* Note this does not handle the keyboard shortcut functionality, it only displays the shortcut in the tooltip.
|
|
55
55
|
*/
|
|
56
56
|
shortcut?: TooltipProps['shortcut'];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/navigation-system",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.1",
|
|
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",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
|
|
82
82
|
"@atlaskit/primitives": "^16.1.0",
|
|
83
83
|
"@atlaskit/tokens": "^7.1.0",
|
|
84
|
-
"@atlaskit/tooltip": "^20.
|
|
84
|
+
"@atlaskit/tooltip": "^20.8.0",
|
|
85
85
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
86
86
|
"@babel/runtime": "^7.0.0",
|
|
87
87
|
"@compiled/react": "^0.18.6",
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
119
119
|
"@atlassian/gemini": "^1.20.0",
|
|
120
120
|
"@atlassian/search-dialog": "^9.7.0",
|
|
121
|
-
"@atlassian/ssr-tests": "
|
|
121
|
+
"@atlassian/ssr-tests": "workspace:^",
|
|
122
122
|
"@atlassian/testing-library": "^0.4.0",
|
|
123
123
|
"@axe-core/playwright": "^4.8.0",
|
|
124
124
|
"@testing-library/react": "^13.4.0",
|
|
@@ -178,9 +178,6 @@
|
|
|
178
178
|
"team25-eu-jira-logo-updates-csm-jsm": {
|
|
179
179
|
"type": "boolean"
|
|
180
180
|
},
|
|
181
|
-
"platform-dst-tooltip-shortcuts": {
|
|
182
|
-
"type": "boolean"
|
|
183
|
-
},
|
|
184
181
|
"platform_dst_flyout_menu_item_chevron_color": {
|
|
185
182
|
"type": "boolean"
|
|
186
183
|
},
|