@atlaskit/navigation-system 5.9.3 → 5.9.4

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,12 @@
1
1
  # @atlassian/navigation-system
2
2
 
3
+ ## 5.9.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`71832bba1ded1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/71832bba1ded1) -
8
+ Fixes a vertical alignment bug in top nav start items when the full height sidebar is enabled.
9
+
3
10
  ## 5.9.3
4
11
 
5
12
  ### Patch Changes
@@ -70,7 +70,7 @@ var wrapperStyles = {
70
70
  */
71
71
  var childrenWrapperAnimationOffset = "calc(2rem + ".concat(flexGap, ")");
72
72
  var childrenWrapperStyles = {
73
- root: "_zulp1kw7 _1e0c1kw7 _1ul9idpf _15yekb7n _65m41mrw",
73
+ root: "_zulp1kw7 _1e0c1kw7 _4cvr1h6o _1ul9idpf _15yekb7n _65m41mrw",
74
74
  animationBaseStyles: "_10t81e03",
75
75
  finalPosition: "_mjvcz12g _xrrpfnf5",
76
76
  expandAnimationStartPosition: "_mjvcyrjp",
@@ -61,7 +61,7 @@ const wrapperStyles = {
61
61
  */
62
62
  const childrenWrapperAnimationOffset = `calc(2rem + ${flexGap})`;
63
63
  const childrenWrapperStyles = {
64
- root: "_zulp1kw7 _1e0c1kw7 _1ul9idpf _15yekb7n _65m41mrw",
64
+ root: "_zulp1kw7 _1e0c1kw7 _4cvr1h6o _1ul9idpf _15yekb7n _65m41mrw",
65
65
  animationBaseStyles: "_10t81e03",
66
66
  finalPosition: "_mjvcz12g _xrrpfnf5",
67
67
  expandAnimationStartPosition: "_mjvcyrjp",
@@ -62,7 +62,7 @@ var wrapperStyles = {
62
62
  */
63
63
  var childrenWrapperAnimationOffset = "calc(2rem + ".concat(flexGap, ")");
64
64
  var childrenWrapperStyles = {
65
- root: "_zulp1kw7 _1e0c1kw7 _1ul9idpf _15yekb7n _65m41mrw",
65
+ root: "_zulp1kw7 _1e0c1kw7 _4cvr1h6o _1ul9idpf _15yekb7n _65m41mrw",
66
66
  animationBaseStyles: "_10t81e03",
67
67
  finalPosition: "_mjvcz12g _xrrpfnf5",
68
68
  expandAnimationStartPosition: "_mjvcyrjp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/navigation-system",
3
- "version": "5.9.3",
3
+ "version": "5.9.4",
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",
@@ -79,7 +79,7 @@
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.3.0",
82
+ "@atlaskit/primitives": "^16.4.0",
83
83
  "@atlaskit/tokens": "^8.3.0",
84
84
  "@atlaskit/tooltip": "^20.10.0",
85
85
  "@atlaskit/visually-hidden": "^3.0.0",
@@ -116,7 +116,7 @@
116
116
  "@atlaskit/skeleton": "^2.1.0",
117
117
  "@atlaskit/textfield": "^8.1.0",
118
118
  "@atlassian/feature-flags-test-utils": "^1.0.0",
119
- "@atlassian/gemini": "^1.21.0",
119
+ "@atlassian/gemini": "^1.22.0",
120
120
  "@atlassian/search-dialog": "^9.9.0",
121
121
  "@atlassian/ssr-tests": "workspace:^",
122
122
  "@atlassian/test-utils": "^1.0.0",