@atlaskit/side-navigation 11.1.4 → 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
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/side-navigation
2
2
 
3
+ ## 11.1.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 11.1.4
4
10
 
5
11
  ### Patch Changes
@@ -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: ({ children, "data-testid": testId, ...props }: CustomItemComponentProps) => JSX.Element;
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: ({ children, "data-testid": testId, ...props }: CustomItemComponentProps) => JSX.Element;
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.4",
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,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@atlaskit/css": "^0.19.0",
32
32
  "@atlaskit/ds-lib": "^5.3.0",
33
- "@atlaskit/icon": "^30.0.0",
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",