@atlaskit/side-navigation 11.1.5 → 11.1.6
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/afm-cc/tsconfig.json +0 -1
- package/afm-jira/tsconfig.json +0 -1
- package/afm-products/tsconfig.json +0 -1
- package/dist/types/components/LoadingItems/index.d.ts +1 -1
- package/dist/types/components/NestableNavigationContent/context.d.ts +1 -1
- package/dist/types-ts4.5/components/LoadingItems/index.d.ts +1 -1
- package/dist/types-ts4.5/components/NestableNavigationContent/context.d.ts +1 -1
- package/package.json +3 -3
- package/tsconfig.json +1 -2
package/CHANGELOG.md
CHANGED
package/afm-cc/tsconfig.json
CHANGED
package/afm-jira/tsconfig.json
CHANGED
|
@@ -35,5 +35,5 @@ export interface LoadingItemsProps {
|
|
|
35
35
|
*
|
|
36
36
|
* Loading items conditionally render based on the useShouldNestedElementRender() hook.
|
|
37
37
|
*/
|
|
38
|
-
declare const LoadingItems: ({ children, isLoading, fallback, testId }: LoadingItemsProps) => JSX.Element;
|
|
38
|
+
declare const LoadingItems: ({ children, isLoading, fallback, testId, }: LoadingItemsProps) => JSX.Element;
|
|
39
39
|
export default LoadingItems;
|
|
@@ -19,7 +19,7 @@ export interface NestedContextValue {
|
|
|
19
19
|
/**
|
|
20
20
|
* @internal
|
|
21
21
|
*/
|
|
22
|
-
export declare const NestedContext: import(
|
|
22
|
+
export declare const NestedContext: import('react').Context<NestedContextValue | undefined>;
|
|
23
23
|
export declare const useNestedContext: () => NestedContextValue;
|
|
24
24
|
/**
|
|
25
25
|
* Used by children of the NestableNavigationContent component to see if they should render or not.
|
|
@@ -35,5 +35,5 @@ export interface LoadingItemsProps {
|
|
|
35
35
|
*
|
|
36
36
|
* Loading items conditionally render based on the useShouldNestedElementRender() hook.
|
|
37
37
|
*/
|
|
38
|
-
declare const LoadingItems: ({ children, isLoading, fallback, testId }: LoadingItemsProps) => JSX.Element;
|
|
38
|
+
declare const LoadingItems: ({ children, isLoading, fallback, testId, }: LoadingItemsProps) => JSX.Element;
|
|
39
39
|
export default LoadingItems;
|
|
@@ -19,7 +19,7 @@ export interface NestedContextValue {
|
|
|
19
19
|
/**
|
|
20
20
|
* @internal
|
|
21
21
|
*/
|
|
22
|
-
export declare const NestedContext: import(
|
|
22
|
+
export declare const NestedContext: import('react').Context<NestedContextValue | undefined>;
|
|
23
23
|
export declare const useNestedContext: () => NestedContextValue;
|
|
24
24
|
/**
|
|
25
25
|
* Used by children of the NestableNavigationContent component to see if they should render or not.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/side-navigation",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.6",
|
|
4
4
|
"description": "A highly composable side navigation component that supports nested views.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@atlaskit/css": "^0.19.0",
|
|
32
32
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
33
|
-
"@atlaskit/icon": "^
|
|
33
|
+
"@atlaskit/icon": "^32.0.0",
|
|
34
34
|
"@atlaskit/menu": "^8.4.0",
|
|
35
35
|
"@atlaskit/motion": "^5.3.0",
|
|
36
36
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@af/visual-regression": "workspace:^",
|
|
50
50
|
"@atlaskit/atlassian-navigation": "^5.6.0",
|
|
51
51
|
"@atlaskit/button": "^23.9.0",
|
|
52
|
-
"@atlaskit/docs": "^11.
|
|
52
|
+
"@atlaskit/docs": "^11.4.0",
|
|
53
53
|
"@atlaskit/dropdown-menu": "^16.4.0",
|
|
54
54
|
"@atlaskit/form": "^15.3.0",
|
|
55
55
|
"@atlaskit/image": "^3.0.0",
|