@atlaskit/drawer 11.0.27 → 11.0.28

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/drawer
2
2
 
3
+ ## 11.0.28
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 11.0.27
4
10
 
5
11
  ### Patch Changes
@@ -8,4 +8,4 @@ import { type DrawerContentProps } from '../types';
8
8
  *
9
9
  * The main content section of the drawer panel.
10
10
  */
11
- export declare const DrawerContent: ({ children, scrollContentLabel, xcss }: DrawerContentProps) => JSX.Element;
11
+ export declare const DrawerContent: ({ children, scrollContentLabel, xcss, }: DrawerContentProps) => JSX.Element;
@@ -8,4 +8,4 @@ import { type DrawerContentProps } from '../types';
8
8
  *
9
9
  * The main content section of the drawer panel.
10
10
  */
11
- export declare const DrawerContent: ({ children, scrollContentLabel, xcss }: DrawerContentProps) => JSX.Element;
11
+ export declare const DrawerContent: ({ children, scrollContentLabel, xcss, }: DrawerContentProps) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/drawer",
3
- "version": "11.0.27",
3
+ "version": "11.0.28",
4
4
  "description": "A drawer is a panel that slides in from the left side of the screen.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -41,7 +41,7 @@
41
41
  "@atlaskit/blanket": "^15.0.0",
42
42
  "@atlaskit/button": "^23.9.0",
43
43
  "@atlaskit/css": "^0.19.0",
44
- "@atlaskit/icon": "^31.0.0",
44
+ "@atlaskit/icon": "^32.0.0",
45
45
  "@atlaskit/layering": "^3.6.0",
46
46
  "@atlaskit/motion": "^5.3.0",
47
47
  "@atlaskit/portal": "^5.2.0",
@@ -64,14 +64,14 @@
64
64
  "@af/integration-testing": "workspace:^",
65
65
  "@af/visual-regression": "workspace:^",
66
66
  "@atlaskit/code": "^17.4.0",
67
- "@atlaskit/docs": "^11.3.0",
67
+ "@atlaskit/docs": "^11.4.0",
68
68
  "@atlaskit/dropdown-menu": "^16.4.0",
69
69
  "@atlaskit/ds-lib": "^5.3.0",
70
70
  "@atlaskit/form": "^15.3.0",
71
71
  "@atlaskit/inline-message": "^15.5.0",
72
72
  "@atlaskit/link": "^3.3.0",
73
73
  "@atlaskit/menu": "^8.4.0",
74
- "@atlaskit/modal-dialog": "^14.10.0",
74
+ "@atlaskit/modal-dialog": "^14.11.0",
75
75
  "@atlaskit/primitives": "^18.0.0",
76
76
  "@atlaskit/section-message": "^8.12.0",
77
77
  "@atlassian/ssr-tests": "workspace:^",