@atlaskit/side-navigation 11.1.3 → 11.1.5
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
|
@@ -9,7 +9,7 @@ import { type CustomItemComponentProps } from '@atlaskit/menu';
|
|
|
9
9
|
*
|
|
10
10
|
* A container for Header and Footer that safely handles props to the child component
|
|
11
11
|
*/
|
|
12
|
-
export declare const Container: (
|
|
12
|
+
export declare const Container: (props: CustomItemComponentProps) => JSX.Element;
|
|
13
13
|
export type HeaderProps = {
|
|
14
14
|
/**
|
|
15
15
|
* Element to render before the item text.
|
|
@@ -9,7 +9,7 @@ import { type CustomItemComponentProps } from '@atlaskit/menu';
|
|
|
9
9
|
*
|
|
10
10
|
* A container for Header and Footer that safely handles props to the child component
|
|
11
11
|
*/
|
|
12
|
-
export declare const Container: (
|
|
12
|
+
export declare const Container: (props: CustomItemComponentProps) => JSX.Element;
|
|
13
13
|
export type HeaderProps = {
|
|
14
14
|
/**
|
|
15
15
|
* Element to render before the item text.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/side-navigation",
|
|
3
|
-
"version": "11.1.
|
|
3
|
+
"version": "11.1.5",
|
|
4
4
|
"description": "A highly composable side navigation component that supports nested views.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@atlaskit/css": "^0.19.0",
|
|
32
32
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
33
|
-
"@atlaskit/icon": "^
|
|
33
|
+
"@atlaskit/icon": "^31.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",
|
|
37
|
-
"@atlaskit/primitives": "^
|
|
37
|
+
"@atlaskit/primitives": "^18.0.0",
|
|
38
38
|
"@atlaskit/theme": "^21.0.0",
|
|
39
|
-
"@atlaskit/tokens": "^
|
|
39
|
+
"@atlaskit/tokens": "^11.0.0",
|
|
40
40
|
"@babel/runtime": "^7.0.0",
|
|
41
41
|
"@compiled/react": "^0.18.6"
|
|
42
42
|
},
|