@atlaskit/navigation-system 2.3.0 → 2.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,12 @@
1
1
  # @atlassian/navigation-system
2
2
 
3
+ ## 2.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`34635d754e047`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/34635d754e047) -
8
+ Update the description of the Side nav's onExpand and onCollapse props.
9
+
3
10
  ## 2.3.0
4
11
 
5
12
  ### Minor Changes
@@ -36,10 +36,14 @@ type SideNavProps = CommonSlotProps & {
36
36
  defaultWidth?: number;
37
37
  /**
38
38
  * Called when the side nav is expanded.
39
+ *
40
+ * Note: The trigger parameter is only provided when the `navx-full-height-sidebar` feature flag is enabled.
39
41
  */
40
42
  onExpand?: VisibilityCallback;
41
43
  /**
42
44
  * Called when the side nav is collapsed.
45
+ *
46
+ * Note: The trigger parameter is only provided when the `navx-full-height-sidebar` feature flag is enabled.
43
47
  */
44
48
  onCollapse?: VisibilityCallback;
45
49
  };
@@ -36,10 +36,14 @@ type SideNavProps = CommonSlotProps & {
36
36
  defaultWidth?: number;
37
37
  /**
38
38
  * Called when the side nav is expanded.
39
+ *
40
+ * Note: The trigger parameter is only provided when the `navx-full-height-sidebar` feature flag is enabled.
39
41
  */
40
42
  onExpand?: VisibilityCallback;
41
43
  /**
42
44
  * Called when the side nav is collapsed.
45
+ *
46
+ * Note: The trigger parameter is only provided when the `navx-full-height-sidebar` feature flag is enabled.
43
47
  */
44
48
  onCollapse?: VisibilityCallback;
45
49
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/navigation-system",
3
- "version": "2.3.0",
3
+ "version": "2.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",
@@ -106,7 +106,7 @@
106
106
  "@atlaskit/link": "^3.2.0",
107
107
  "@atlaskit/lozenge": "^13.0.0",
108
108
  "@atlaskit/menu": "^8.3.0",
109
- "@atlaskit/onboarding": "^14.3.0",
109
+ "@atlaskit/onboarding": "^14.4.0",
110
110
  "@atlaskit/page-header": "^12.1.0",
111
111
  "@atlaskit/page-layout": "^4.2.0",
112
112
  "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^2.1.0",