@atlaskit/navigation-system 7.1.4 → 7.1.5
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
|
+
## 7.1.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`f54d8707590da`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f54d8707590da) -
|
|
8
|
+
The `platform-dst-nav-app-icon-height-fix` feature gate has been cleaned up. The app logo icon now
|
|
9
|
+
always has a maximum height of 24px applied to prevent custom App Logos from extending beyond the
|
|
10
|
+
edges of the container.
|
|
11
|
+
|
|
3
12
|
## 7.1.4
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
|
@@ -30,9 +30,8 @@ var logoWrapperStyles = {
|
|
|
30
30
|
fullHeightSidebar: "_p12f1osq"
|
|
31
31
|
};
|
|
32
32
|
var iconContainerStyles = {
|
|
33
|
-
root: "_1reo15vq _18m915vq _1e0c1txw _p12f1tcg",
|
|
34
|
-
fullHeightSidebar: "_1o9zidpf"
|
|
35
|
-
maxHeightStyles: "_c71l1tcg"
|
|
33
|
+
root: "_1reo15vq _18m915vq _1e0c1txw _p12f1tcg _c71l1tcg",
|
|
34
|
+
fullHeightSidebar: "_1o9zidpf"
|
|
36
35
|
};
|
|
37
36
|
var logoTextStyles = {
|
|
38
37
|
root: "_1bsb1ris _p12fnklw _uiztglyw _y4tiv77o _1e0cglyw _10y418uv"
|
|
@@ -82,7 +81,7 @@ var AppLogo = exports.AppLogo = function AppLogo(_ref) {
|
|
|
82
81
|
alignBlock: "center",
|
|
83
82
|
xcss: (0, _react2.cx)(logoWrapperStyles.root, isFhsEnabled && logoWrapperStyles.fullHeightSidebar)
|
|
84
83
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
85
|
-
className: (0, _runtime.ax)([iconContainerStyles.root, isFhsEnabled && iconContainerStyles.fullHeightSidebar
|
|
84
|
+
className: (0, _runtime.ax)([iconContainerStyles.root, isFhsEnabled && iconContainerStyles.fullHeightSidebar])
|
|
86
85
|
}, /*#__PURE__*/_react.default.createElement(_logoRenderer.LogoRenderer
|
|
87
86
|
// Top nav always uses the new logo design
|
|
88
87
|
, {
|
|
@@ -21,9 +21,8 @@ const logoWrapperStyles = {
|
|
|
21
21
|
fullHeightSidebar: "_p12f1osq"
|
|
22
22
|
};
|
|
23
23
|
const iconContainerStyles = {
|
|
24
|
-
root: "_1reo15vq _18m915vq _1e0c1txw _p12f1tcg",
|
|
25
|
-
fullHeightSidebar: "_1o9zidpf"
|
|
26
|
-
maxHeightStyles: "_c71l1tcg"
|
|
24
|
+
root: "_1reo15vq _18m915vq _1e0c1txw _p12f1tcg _c71l1tcg",
|
|
25
|
+
fullHeightSidebar: "_1o9zidpf"
|
|
27
26
|
};
|
|
28
27
|
const logoTextStyles = {
|
|
29
28
|
root: "_1bsb1ris _p12fnklw _uiztglyw _y4tiv77o _1e0cglyw _10y418uv"
|
|
@@ -74,7 +73,7 @@ export const AppLogo = ({
|
|
|
74
73
|
alignBlock: "center",
|
|
75
74
|
xcss: cx(logoWrapperStyles.root, isFhsEnabled && logoWrapperStyles.fullHeightSidebar)
|
|
76
75
|
}, /*#__PURE__*/React.createElement("div", {
|
|
77
|
-
className: ax([iconContainerStyles.root, isFhsEnabled && iconContainerStyles.fullHeightSidebar
|
|
76
|
+
className: ax([iconContainerStyles.root, isFhsEnabled && iconContainerStyles.fullHeightSidebar])
|
|
78
77
|
}, /*#__PURE__*/React.createElement(LogoRenderer
|
|
79
78
|
// Top nav always uses the new logo design
|
|
80
79
|
, {
|
|
@@ -21,9 +21,8 @@ var logoWrapperStyles = {
|
|
|
21
21
|
fullHeightSidebar: "_p12f1osq"
|
|
22
22
|
};
|
|
23
23
|
var iconContainerStyles = {
|
|
24
|
-
root: "_1reo15vq _18m915vq _1e0c1txw _p12f1tcg",
|
|
25
|
-
fullHeightSidebar: "_1o9zidpf"
|
|
26
|
-
maxHeightStyles: "_c71l1tcg"
|
|
24
|
+
root: "_1reo15vq _18m915vq _1e0c1txw _p12f1tcg _c71l1tcg",
|
|
25
|
+
fullHeightSidebar: "_1o9zidpf"
|
|
27
26
|
};
|
|
28
27
|
var logoTextStyles = {
|
|
29
28
|
root: "_1bsb1ris _p12fnklw _uiztglyw _y4tiv77o _1e0cglyw _10y418uv"
|
|
@@ -73,7 +72,7 @@ export var AppLogo = function AppLogo(_ref) {
|
|
|
73
72
|
alignBlock: "center",
|
|
74
73
|
xcss: cx(logoWrapperStyles.root, isFhsEnabled && logoWrapperStyles.fullHeightSidebar)
|
|
75
74
|
}, /*#__PURE__*/React.createElement("div", {
|
|
76
|
-
className: ax([iconContainerStyles.root, isFhsEnabled && iconContainerStyles.fullHeightSidebar
|
|
75
|
+
className: ax([iconContainerStyles.root, isFhsEnabled && iconContainerStyles.fullHeightSidebar])
|
|
77
76
|
}, /*#__PURE__*/React.createElement(LogoRenderer
|
|
78
77
|
// Top nav always uses the new logo design
|
|
79
78
|
, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/navigation-system",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.5",
|
|
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",
|
|
@@ -166,9 +166,6 @@
|
|
|
166
166
|
"platform_dst_button_chevron_sizing": {
|
|
167
167
|
"type": "boolean"
|
|
168
168
|
},
|
|
169
|
-
"platform-dst-nav-app-icon-height-fix": {
|
|
170
|
-
"type": "boolean"
|
|
171
|
-
},
|
|
172
169
|
"platform-dst-shape-theme-default": {
|
|
173
170
|
"type": "boolean"
|
|
174
171
|
},
|