@atlaskit/side-nav-items 1.7.2 → 1.7.3

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-nav-items
2
2
 
3
+ ## 1.7.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 1.7.2
4
10
 
5
11
  ### Patch Changes
@@ -19,7 +19,7 @@ var skeletonStyles = {
19
19
  };
20
20
  /**
21
21
  * __Skeleton menu section heading__
22
- *
22
+ *
23
23
  * A skeleton menu section heading is used to display a loading state for a side nav menu
24
24
  * section heading.
25
25
  *
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { IconButton } from "@atlaskit/button/new";
3
- import CrossIcon from "@atlaskit/icon/core/cross";
2
+ import { IconButton } from '@atlaskit/button/new';
3
+ import CrossIcon from '@atlaskit/icon/core/cross';
4
4
  /**
5
5
  * __Close button__
6
6
  *
@@ -11,7 +11,7 @@ const skeletonStyles = {
11
11
  };
12
12
  /**
13
13
  * __Skeleton menu section heading__
14
- *
14
+ *
15
15
  * A skeleton menu section heading is used to display a loading state for a side nav menu
16
16
  * section heading.
17
17
  *
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
- import { IconButton } from "@atlaskit/button/new";
3
- import CrossIcon from "@atlaskit/icon/core/cross";
2
+ import { IconButton } from '@atlaskit/button/new';
3
+ import CrossIcon from '@atlaskit/icon/core/cross';
4
4
  /**
5
5
  * __Close button__
6
6
  *
@@ -11,7 +11,7 @@ var skeletonStyles = {
11
11
  };
12
12
  /**
13
13
  * __Skeleton menu section heading__
14
- *
14
+ *
15
15
  * A skeleton menu section heading is used to display a loading state for a side nav menu
16
16
  * section heading.
17
17
  *
@@ -1,2 +1,2 @@
1
1
  export { SkeletonMenuItem, type SkeletonMenuItemProps } from '../ui/skeleton/skeleton-menu-item';
2
- export { SkeletonMenuSectionHeading, type SkeletonMenuSectionHeadingProps } from '../ui/skeleton/skeleton-menu-section-heading';
2
+ export { SkeletonMenuSectionHeading, type SkeletonMenuSectionHeadingProps, } from '../ui/skeleton/skeleton-menu-section-heading';
@@ -4,7 +4,7 @@ type CloseButtonProps = {
4
4
  * The accessible name to give to the close button.
5
5
  *
6
6
  * Used as the aria-label for the close button to ensure screen reader
7
- * accessibility.
7
+ * accessibility.
8
8
  */
9
9
  label: string;
10
10
  /**
@@ -15,7 +15,7 @@ type CloseButtonProps = {
15
15
  onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
16
16
  /**
17
17
  * A unique string that appears as data attribute data-testid in the
18
- * rendered code, serving as a hook for automated tests.
18
+ * rendered code, serving as a hook for automated tests.
19
19
  */
20
20
  testId?: string;
21
21
  };
@@ -1,2 +1,2 @@
1
1
  export { SkeletonMenuItem, type SkeletonMenuItemProps } from '../ui/skeleton/skeleton-menu-item';
2
- export { SkeletonMenuSectionHeading, type SkeletonMenuSectionHeadingProps } from '../ui/skeleton/skeleton-menu-section-heading';
2
+ export { SkeletonMenuSectionHeading, type SkeletonMenuSectionHeadingProps, } from '../ui/skeleton/skeleton-menu-section-heading';
@@ -4,7 +4,7 @@ type CloseButtonProps = {
4
4
  * The accessible name to give to the close button.
5
5
  *
6
6
  * Used as the aria-label for the close button to ensure screen reader
7
- * accessibility.
7
+ * accessibility.
8
8
  */
9
9
  label: string;
10
10
  /**
@@ -15,7 +15,7 @@ type CloseButtonProps = {
15
15
  onClick?: (event: React.MouseEvent<HTMLButtonElement>) => void;
16
16
  /**
17
17
  * A unique string that appears as data attribute data-testid in the
18
- * rendered code, serving as a hook for automated tests.
18
+ * rendered code, serving as a hook for automated tests.
19
19
  */
20
20
  testId?: string;
21
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/side-nav-items",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "description": "Menu items and elements for the navigation side nav area.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -30,12 +30,12 @@
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
32
  "@atlaskit/analytics-next": "^11.1.0",
33
- "@atlaskit/avatar": "^25.7.0",
33
+ "@atlaskit/avatar": "^25.8.0",
34
34
  "@atlaskit/button": "^23.9.0",
35
35
  "@atlaskit/css": "^0.19.0",
36
36
  "@atlaskit/ds-lib": "^5.3.0",
37
37
  "@atlaskit/heading": "^5.3.0",
38
- "@atlaskit/icon": "^31.0.0",
38
+ "@atlaskit/icon": "^32.0.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
40
  "@atlaskit/popup": "^4.13.0",
41
41
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
@@ -58,7 +58,7 @@
58
58
  "@af/visual-regression": "workspace:^",
59
59
  "@atlaskit/app-provider": "^4.1.0",
60
60
  "@atlaskit/lozenge": "^13.4.0",
61
- "@atlaskit/navigation-system": "^5.35.0",
61
+ "@atlaskit/navigation-system": "^5.39.0",
62
62
  "@atlaskit/ssr": "workspace:^",
63
63
  "@atlassian/a11y-jest-testing": "^0.10.0",
64
64
  "@atlassian/feature-flags-test-utils": "^1.0.0",