@atlaskit/navigation-system 3.0.0 → 3.0.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,13 @@
|
|
|
1
1
|
# @atlassian/navigation-system
|
|
2
2
|
|
|
3
|
+
## 3.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`006edbc465657`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/006edbc465657) -
|
|
8
|
+
Fixes when `min-width` is applied to `TopNavStart` while the `navx-full-height-sidebar` feature
|
|
9
|
+
gate is enabled.
|
|
10
|
+
|
|
3
11
|
## 3.0.0
|
|
4
12
|
|
|
5
13
|
### Major Changes
|
|
@@ -124,7 +124,7 @@ var TopNavStartInnerFHS = /*#__PURE__*/(0, _react.forwardRef)(function TopNavSta
|
|
|
124
124
|
"data-testid": testId,
|
|
125
125
|
className: (0, _runtime.ax)([wrapperStyles.root, wrapperStyles.fullHeightSidebar, isExpandedOnDesktop && wrapperStyles.fullHeightSidebarExpanded])
|
|
126
126
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
127
|
-
className: (0, _runtime.ax)([innerStyles.root, innerStyles.fullHeightSidebar,
|
|
127
|
+
className: (0, _runtime.ax)([innerStyles.root, innerStyles.fullHeightSidebar, (0, _platformFeatureFlags.fg)('team25-eu-jira-logo-updates-csm-jsm') && innerStyles.jiraProductLogoUpdate, isExpandedOnDesktop && innerStyles.fullHeightSidebarExpanded])
|
|
128
128
|
}, children));
|
|
129
129
|
});
|
|
130
130
|
|
|
@@ -118,7 +118,7 @@ const TopNavStartInnerFHS = /*#__PURE__*/forwardRef(function TopNavStartInnerFHS
|
|
|
118
118
|
"data-testid": testId,
|
|
119
119
|
className: ax([wrapperStyles.root, wrapperStyles.fullHeightSidebar, isExpandedOnDesktop && wrapperStyles.fullHeightSidebarExpanded])
|
|
120
120
|
}, /*#__PURE__*/React.createElement("div", {
|
|
121
|
-
className: ax([innerStyles.root, innerStyles.fullHeightSidebar,
|
|
121
|
+
className: ax([innerStyles.root, innerStyles.fullHeightSidebar, fg('team25-eu-jira-logo-updates-csm-jsm') && innerStyles.jiraProductLogoUpdate, isExpandedOnDesktop && innerStyles.fullHeightSidebarExpanded])
|
|
122
122
|
}, children));
|
|
123
123
|
});
|
|
124
124
|
|
|
@@ -116,7 +116,7 @@ var TopNavStartInnerFHS = /*#__PURE__*/forwardRef(function TopNavStartInnerFHS(_
|
|
|
116
116
|
"data-testid": testId,
|
|
117
117
|
className: ax([wrapperStyles.root, wrapperStyles.fullHeightSidebar, isExpandedOnDesktop && wrapperStyles.fullHeightSidebarExpanded])
|
|
118
118
|
}, /*#__PURE__*/React.createElement("div", {
|
|
119
|
-
className: ax([innerStyles.root, innerStyles.fullHeightSidebar,
|
|
119
|
+
className: ax([innerStyles.root, innerStyles.fullHeightSidebar, fg('team25-eu-jira-logo-updates-csm-jsm') && innerStyles.jiraProductLogoUpdate, isExpandedOnDesktop && innerStyles.fullHeightSidebarExpanded])
|
|
120
120
|
}, children));
|
|
121
121
|
});
|
|
122
122
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/navigation-system",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.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.0.0",
|
|
83
83
|
"@atlaskit/tokens": "^7.0.0",
|
|
84
|
-
"@atlaskit/tooltip": "^20.
|
|
84
|
+
"@atlaskit/tooltip": "^20.6.0",
|
|
85
85
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
86
86
|
"@babel/runtime": "^7.0.0",
|
|
87
87
|
"@compiled/react": "^0.18.6",
|