@atlaskit/navigation-system 5.9.1 → 5.9.2
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 +6 -0
- package/dist/types/context/top-nav-start/top-nav-start-context-provider.d.ts +1 -1
- package/dist/types/ui/page-layout/side-nav/toggle-button-provider.d.ts +1 -1
- package/dist/types-ts4.5/context/top-nav-start/top-nav-start-context-provider.d.ts +1 -1
- package/dist/types-ts4.5/ui/page-layout/side-nav/toggle-button-provider.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,6 @@ import React from 'react';
|
|
|
12
12
|
* State is required as opposed to just a ref so that the effects in the side nav can react to the element actually being mounted,
|
|
13
13
|
* as ref values cannot be added as effect dependencies.
|
|
14
14
|
*/
|
|
15
|
-
export declare const TopNavStartProvider: ({ children }: {
|
|
15
|
+
export declare const TopNavStartProvider: ({ children, }: {
|
|
16
16
|
children: React.ReactNode;
|
|
17
17
|
}) => React.JSX.Element;
|
|
@@ -12,6 +12,6 @@ import React from 'react';
|
|
|
12
12
|
* State is required as opposed to just a ref so that the effects in the side nav can react the element actually being mounted,
|
|
13
13
|
* as ref values cannot be added as effect dependencies.
|
|
14
14
|
*/
|
|
15
|
-
export declare const SideNavToggleButtonProvider: ({ children }: {
|
|
15
|
+
export declare const SideNavToggleButtonProvider: ({ children, }: {
|
|
16
16
|
children: React.ReactNode;
|
|
17
17
|
}) => React.JSX.Element;
|
|
@@ -12,6 +12,6 @@ import React from 'react';
|
|
|
12
12
|
* State is required as opposed to just a ref so that the effects in the side nav can react to the element actually being mounted,
|
|
13
13
|
* as ref values cannot be added as effect dependencies.
|
|
14
14
|
*/
|
|
15
|
-
export declare const TopNavStartProvider: ({ children }: {
|
|
15
|
+
export declare const TopNavStartProvider: ({ children, }: {
|
|
16
16
|
children: React.ReactNode;
|
|
17
17
|
}) => React.JSX.Element;
|
|
@@ -12,6 +12,6 @@ import React from 'react';
|
|
|
12
12
|
* State is required as opposed to just a ref so that the effects in the side nav can react the element actually being mounted,
|
|
13
13
|
* as ref values cannot be added as effect dependencies.
|
|
14
14
|
*/
|
|
15
|
-
export declare const SideNavToggleButtonProvider: ({ children }: {
|
|
15
|
+
export declare const SideNavToggleButtonProvider: ({ children, }: {
|
|
16
16
|
children: React.ReactNode;
|
|
17
17
|
}) => React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/navigation-system",
|
|
3
|
-
"version": "5.9.
|
|
3
|
+
"version": "5.9.2",
|
|
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",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
70
70
|
"@atlaskit/avatar": "^25.5.0",
|
|
71
71
|
"@atlaskit/button": "^23.6.0",
|
|
72
|
-
"@atlaskit/css": "^0.
|
|
72
|
+
"@atlaskit/css": "^0.17.0",
|
|
73
73
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
74
74
|
"@atlaskit/icon": "^29.0.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.
|
|
83
|
-
"@atlaskit/tokens": "^8.
|
|
82
|
+
"@atlaskit/primitives": "^16.3.0",
|
|
83
|
+
"@atlaskit/tokens": "^8.3.0",
|
|
84
84
|
"@atlaskit/tooltip": "^20.10.0",
|
|
85
85
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
86
86
|
"@babel/runtime": "^7.0.0",
|