@atlaskit/navigation-system 5.12.3 → 5.13.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,22 @@
1
1
  # @atlassian/navigation-system
2
2
 
3
+ ## 5.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 5.13.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`51928601f0216`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/51928601f0216) -
14
+ Updated border radius values behind a feature gate `platform-dst-shape-theme-default`.
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 5.12.3
4
21
 
5
22
  ### Patch Changes
@@ -1,5 +1,6 @@
1
1
 
2
2
  ._2rko19bv{border-radius:10px}
3
+ ._2rko1mok{border-radius:var(--ds-radius-large,8px)}
3
4
  ._18zr1b66{padding-inline:var(--ds-space-050,4px)}._18m915vq{overflow-y:hidden}
4
5
  ._1bsb1ris{width:max-content}
5
6
  ._1e0c1txw{display:flex}
@@ -20,6 +20,7 @@ var _logoRenderer = require("./logo-renderer");
20
20
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
21
21
  var anchorStyles = {
22
22
  root: "_2rko19bv _1e0c1txw _4cvr1h6o _4t3izwfg _1o9zidpf _ahbq1b66 _1toh1r31 _5jyqglyw _mrqmnqa1 _1w901kw7",
23
+ rootT26Shape: "_2rko1mok",
23
24
  interactionStates: "_irr31dpa _1di69yc7",
24
25
  interactionStatesCustomTheming: "_irr31rps _1di6yhlj",
25
26
  fullHeightSidebar: "_1reo15vq _18m915vq _1o9zkb7n"
@@ -74,7 +75,7 @@ var AppLogo = exports.AppLogo = function AppLogo(_ref) {
74
75
  // @ts-expect-error - non-standard values for `borderRadius` and the custom theming interaction states
75
76
  // eslint-disable-next-line @compiled/no-suppress-xcss
76
77
  ,
77
- xcss: (0, _react2.cx)(anchorStyles.root, hasCustomTheme ? anchorStyles.interactionStatesCustomTheming : anchorStyles.interactionStates, isFhsEnabled && anchorStyles.fullHeightSidebar),
78
+ xcss: (0, _react2.cx)(anchorStyles.root, (0, _platformFeatureFlags.fg)('platform-dst-shape-theme-default') && anchorStyles.rootT26Shape, hasCustomTheme ? anchorStyles.interactionStatesCustomTheming : anchorStyles.interactionStates, isFhsEnabled && anchorStyles.fullHeightSidebar),
78
79
  onClick: onClick
79
80
  }, /*#__PURE__*/_react.default.createElement(_compiled.Inline, {
80
81
  space: "space.075",
@@ -1,5 +1,6 @@
1
1
 
2
2
  ._2rko19bv{border-radius:10px}
3
+ ._2rko1mok{border-radius:var(--ds-radius-large,8px)}
3
4
  ._18zr1b66{padding-inline:var(--ds-space-050,4px)}._18m915vq{overflow-y:hidden}
4
5
  ._1bsb1ris{width:max-content}
5
6
  ._1e0c1txw{display:flex}
@@ -11,6 +11,7 @@ import { useHasCustomTheme } from '../themed/has-custom-theme-context';
11
11
  import { LogoRenderer } from './logo-renderer';
12
12
  const anchorStyles = {
13
13
  root: "_2rko19bv _1e0c1txw _4cvr1h6o _4t3izwfg _1o9zidpf _ahbq1b66 _1toh1r31 _5jyqglyw _mrqmnqa1 _1w901kw7",
14
+ rootT26Shape: "_2rko1mok",
14
15
  interactionStates: "_irr31dpa _1di69yc7",
15
16
  interactionStatesCustomTheming: "_irr31rps _1di6yhlj",
16
17
  fullHeightSidebar: "_1reo15vq _18m915vq _1o9zkb7n"
@@ -66,7 +67,7 @@ export const AppLogo = ({
66
67
  // @ts-expect-error - non-standard values for `borderRadius` and the custom theming interaction states
67
68
  // eslint-disable-next-line @compiled/no-suppress-xcss
68
69
  ,
69
- xcss: cx(anchorStyles.root, hasCustomTheme ? anchorStyles.interactionStatesCustomTheming : anchorStyles.interactionStates, isFhsEnabled && anchorStyles.fullHeightSidebar),
70
+ xcss: cx(anchorStyles.root, fg('platform-dst-shape-theme-default') && anchorStyles.rootT26Shape, hasCustomTheme ? anchorStyles.interactionStatesCustomTheming : anchorStyles.interactionStates, isFhsEnabled && anchorStyles.fullHeightSidebar),
70
71
  onClick: onClick
71
72
  }, /*#__PURE__*/React.createElement(Inline, {
72
73
  space: "space.075",
@@ -1,5 +1,6 @@
1
1
 
2
2
  ._2rko19bv{border-radius:10px}
3
+ ._2rko1mok{border-radius:var(--ds-radius-large,8px)}
3
4
  ._18zr1b66{padding-inline:var(--ds-space-050,4px)}._18m915vq{overflow-y:hidden}
4
5
  ._1bsb1ris{width:max-content}
5
6
  ._1e0c1txw{display:flex}
@@ -11,6 +11,7 @@ import { useHasCustomTheme } from '../themed/has-custom-theme-context';
11
11
  import { LogoRenderer } from './logo-renderer';
12
12
  var anchorStyles = {
13
13
  root: "_2rko19bv _1e0c1txw _4cvr1h6o _4t3izwfg _1o9zidpf _ahbq1b66 _1toh1r31 _5jyqglyw _mrqmnqa1 _1w901kw7",
14
+ rootT26Shape: "_2rko1mok",
14
15
  interactionStates: "_irr31dpa _1di69yc7",
15
16
  interactionStatesCustomTheming: "_irr31rps _1di6yhlj",
16
17
  fullHeightSidebar: "_1reo15vq _18m915vq _1o9zkb7n"
@@ -65,7 +66,7 @@ export var AppLogo = function AppLogo(_ref) {
65
66
  // @ts-expect-error - non-standard values for `borderRadius` and the custom theming interaction states
66
67
  // eslint-disable-next-line @compiled/no-suppress-xcss
67
68
  ,
68
- xcss: cx(anchorStyles.root, hasCustomTheme ? anchorStyles.interactionStatesCustomTheming : anchorStyles.interactionStates, isFhsEnabled && anchorStyles.fullHeightSidebar),
69
+ xcss: cx(anchorStyles.root, fg('platform-dst-shape-theme-default') && anchorStyles.rootT26Shape, hasCustomTheme ? anchorStyles.interactionStatesCustomTheming : anchorStyles.interactionStates, isFhsEnabled && anchorStyles.fullHeightSidebar),
69
70
  onClick: onClick
70
71
  }, /*#__PURE__*/React.createElement(Inline, {
71
72
  space: "space.075",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/navigation-system",
3
- "version": "5.12.3",
3
+ "version": "5.13.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",
@@ -68,8 +68,8 @@
68
68
  "dependencies": {
69
69
  "@atlaskit/analytics-next": "^11.1.0",
70
70
  "@atlaskit/avatar": "^25.6.0",
71
- "@atlaskit/button": "^23.8.0",
72
- "@atlaskit/css": "^0.18.0",
71
+ "@atlaskit/button": "^23.9.0",
72
+ "@atlaskit/css": "^0.19.0",
73
73
  "@atlaskit/ds-lib": "^5.3.0",
74
74
  "@atlaskit/icon": "^29.3.0",
75
75
  "@atlaskit/layering": "^3.4.0",
@@ -79,8 +79,8 @@
79
79
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
80
80
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
81
81
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
82
- "@atlaskit/primitives": "^16.4.0",
83
- "@atlaskit/tokens": "^8.6.0",
82
+ "@atlaskit/primitives": "^17.0.0",
83
+ "@atlaskit/tokens": "^9.0.0",
84
84
  "@atlaskit/tooltip": "^20.11.0",
85
85
  "@atlaskit/visually-hidden": "^3.0.0",
86
86
  "@babel/runtime": "^7.0.0",