@atlaskit/navigation-system 5.0.0 → 5.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
+ ## 5.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`5a651fd4cae29`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5a651fd4cae29) -
8
+ Minor change to JSDocs for PanelSplitter.
9
+ - Updated dependencies
10
+
3
11
  ## 5.0.0
4
12
 
5
13
  ### Major Changes
@@ -337,10 +337,10 @@ var PortaledPanelSplitter = function PortaledPanelSplitter(_ref2) {
337
337
  *
338
338
  * Example usage in products:
339
339
  * ```tsx
340
- * <SideNav>
341
- * {/* other side nav content *}
340
+ * <Aside>
341
+ * <!-- other side nav content -->
342
342
  * <PanelSplitter label="Resize Side Nav" />
343
- * </SideNav>
343
+ * </Aside>
344
344
  * ```
345
345
  */
346
346
  var PanelSplitter = exports.PanelSplitter = function PanelSplitter(_ref7) {
@@ -316,10 +316,10 @@ const PortaledPanelSplitter = ({
316
316
  *
317
317
  * Example usage in products:
318
318
  * ```tsx
319
- * <SideNav>
320
- * {/* other side nav content *}
319
+ * <Aside>
320
+ * <!-- other side nav content -->
321
321
  * <PanelSplitter label="Resize Side Nav" />
322
- * </SideNav>
322
+ * </Aside>
323
323
  * ```
324
324
  */
325
325
  export const PanelSplitter = ({
@@ -327,10 +327,10 @@ var PortaledPanelSplitter = function PortaledPanelSplitter(_ref2) {
327
327
  *
328
328
  * Example usage in products:
329
329
  * ```tsx
330
- * <SideNav>
331
- * {/* other side nav content *}
330
+ * <Aside>
331
+ * <!-- other side nav content -->
332
332
  * <PanelSplitter label="Resize Side Nav" />
333
- * </SideNav>
333
+ * </Aside>
334
334
  * ```
335
335
  */
336
336
  export var PanelSplitter = function PanelSplitter(_ref7) {
@@ -50,10 +50,10 @@ export declare function isPanelSplitterDragData(data: Record<string | symbol, un
50
50
  *
51
51
  * Example usage in products:
52
52
  * ```tsx
53
- * <SideNav>
54
- * {/* other side nav content *}
53
+ * <Aside>
54
+ * <!-- other side nav content -->
55
55
  * <PanelSplitter label="Resize Side Nav" />
56
- * </SideNav>
56
+ * </Aside>
57
57
  * ```
58
58
  */
59
59
  export declare const PanelSplitter: ({ label, onResizeStart, onResizeEnd, testId, tooltipContent, }: PanelSplitterProps) => ReactNode;
@@ -50,10 +50,10 @@ export declare function isPanelSplitterDragData(data: Record<string | symbol, un
50
50
  *
51
51
  * Example usage in products:
52
52
  * ```tsx
53
- * <SideNav>
54
- * {/* other side nav content *}
53
+ * <Aside>
54
+ * <!-- other side nav content -->
55
55
  * <PanelSplitter label="Resize Side Nav" />
56
- * </SideNav>
56
+ * </Aside>
57
57
  * ```
58
58
  */
59
59
  export declare const PanelSplitter: ({ label, onResizeStart, onResizeEnd, testId, tooltipContent, }: PanelSplitterProps) => ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/navigation-system",
3
- "version": "5.0.0",
3
+ "version": "5.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",
@@ -75,13 +75,13 @@
75
75
  "@atlaskit/layering": "^3.2.0",
76
76
  "@atlaskit/logo": "^19.9.0",
77
77
  "@atlaskit/platform-feature-flags": "^1.1.0",
78
- "@atlaskit/popup": "^4.4.0",
78
+ "@atlaskit/popup": "^4.6.0",
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.0.0",
82
+ "@atlaskit/primitives": "^16.1.0",
83
83
  "@atlaskit/tokens": "^7.0.0",
84
- "@atlaskit/tooltip": "^20.6.0",
84
+ "@atlaskit/tooltip": "^20.7.0",
85
85
  "@atlaskit/visually-hidden": "^3.0.0",
86
86
  "@babel/runtime": "^7.0.0",
87
87
  "@compiled/react": "^0.18.6",