@atlaskit/page-layout 1.2.8 → 1.3.0

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.
Files changed (86) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/__perf__/utils/perf-example.tsx +1 -1
  3. package/__perf__/utils/product-integration/atlassian-navigation.tsx +1 -1
  4. package/__perf__/utils/product-integration/notifications-popup.tsx +1 -1
  5. package/__perf__/utils/product-integration/sample-footer.tsx +1 -1
  6. package/__perf__/utils/product-integration/sample-header.tsx +1 -1
  7. package/__perf__/utils/product-integration/side-navigation.tsx +1 -1
  8. package/dist/cjs/components/resize-control/grab-area.js +6 -6
  9. package/dist/cjs/components/resize-control/index.js +7 -7
  10. package/dist/cjs/components/resize-control/resize-button.js +7 -7
  11. package/dist/cjs/components/resize-control/shadow.js +4 -4
  12. package/dist/cjs/components/skip-links/skip-link-components.js +10 -10
  13. package/dist/cjs/components/slots/banner.js +6 -6
  14. package/dist/cjs/components/slots/content.js +3 -3
  15. package/dist/cjs/components/slots/internal/left-sidebar-inner.js +7 -7
  16. package/dist/cjs/components/slots/internal/left-sidebar-outer.js +9 -9
  17. package/dist/cjs/components/slots/internal/resizable-children-wrapper.js +7 -7
  18. package/dist/cjs/components/slots/internal/slot-focus-ring.js +4 -4
  19. package/dist/cjs/components/slots/left-panel.js +6 -6
  20. package/dist/cjs/components/slots/left-sidebar-without-resize.js +4 -4
  21. package/dist/cjs/components/slots/left-sidebar.js +6 -6
  22. package/dist/cjs/components/slots/main.js +7 -7
  23. package/dist/cjs/components/slots/page-layout.js +5 -5
  24. package/dist/cjs/components/slots/right-panel.js +6 -6
  25. package/dist/cjs/components/slots/right-sidebar.js +9 -9
  26. package/dist/cjs/components/slots/top-navigation.js +6 -6
  27. package/dist/cjs/version.json +1 -1
  28. package/dist/es2019/components/resize-control/grab-area.js +1 -1
  29. package/dist/es2019/components/resize-control/index.js +1 -1
  30. package/dist/es2019/components/resize-control/resize-button.js +1 -1
  31. package/dist/es2019/components/resize-control/shadow.js +1 -1
  32. package/dist/es2019/components/skip-links/skip-link-components.js +1 -1
  33. package/dist/es2019/components/slots/banner.js +1 -1
  34. package/dist/es2019/components/slots/content.js +1 -1
  35. package/dist/es2019/components/slots/internal/left-sidebar-inner.js +1 -1
  36. package/dist/es2019/components/slots/internal/left-sidebar-outer.js +1 -1
  37. package/dist/es2019/components/slots/internal/resizable-children-wrapper.js +1 -1
  38. package/dist/es2019/components/slots/internal/slot-focus-ring.js +1 -1
  39. package/dist/es2019/components/slots/left-panel.js +1 -1
  40. package/dist/es2019/components/slots/left-sidebar-without-resize.js +1 -1
  41. package/dist/es2019/components/slots/left-sidebar.js +1 -1
  42. package/dist/es2019/components/slots/main.js +1 -1
  43. package/dist/es2019/components/slots/page-layout.js +1 -1
  44. package/dist/es2019/components/slots/right-panel.js +1 -1
  45. package/dist/es2019/components/slots/right-sidebar.js +1 -1
  46. package/dist/es2019/components/slots/top-navigation.js +1 -1
  47. package/dist/es2019/version.json +1 -1
  48. package/dist/esm/components/resize-control/grab-area.js +1 -1
  49. package/dist/esm/components/resize-control/index.js +1 -1
  50. package/dist/esm/components/resize-control/resize-button.js +1 -1
  51. package/dist/esm/components/resize-control/shadow.js +1 -1
  52. package/dist/esm/components/skip-links/skip-link-components.js +1 -1
  53. package/dist/esm/components/slots/banner.js +1 -1
  54. package/dist/esm/components/slots/content.js +1 -1
  55. package/dist/esm/components/slots/internal/left-sidebar-inner.js +1 -1
  56. package/dist/esm/components/slots/internal/left-sidebar-outer.js +1 -1
  57. package/dist/esm/components/slots/internal/resizable-children-wrapper.js +1 -1
  58. package/dist/esm/components/slots/internal/slot-focus-ring.js +1 -1
  59. package/dist/esm/components/slots/left-panel.js +1 -1
  60. package/dist/esm/components/slots/left-sidebar-without-resize.js +1 -1
  61. package/dist/esm/components/slots/left-sidebar.js +1 -1
  62. package/dist/esm/components/slots/main.js +1 -1
  63. package/dist/esm/components/slots/page-layout.js +1 -1
  64. package/dist/esm/components/slots/right-panel.js +1 -1
  65. package/dist/esm/components/slots/right-sidebar.js +1 -1
  66. package/dist/esm/components/slots/top-navigation.js +1 -1
  67. package/dist/esm/version.json +1 -1
  68. package/dist/types/components/resize-control/grab-area.d.ts +2 -1
  69. package/dist/types/components/resize-control/index.d.ts +2 -2
  70. package/dist/types/components/resize-control/resize-button.d.ts +2 -2
  71. package/dist/types/components/resize-control/shadow.d.ts +2 -2
  72. package/dist/types/components/skip-links/skip-link-components.d.ts +3 -2
  73. package/dist/types/components/slots/banner.d.ts +2 -2
  74. package/dist/types/components/slots/content.d.ts +2 -1
  75. package/dist/types/components/slots/internal/left-sidebar-inner.d.ts +2 -1
  76. package/dist/types/components/slots/internal/resizable-children-wrapper.d.ts +2 -1
  77. package/dist/types/components/slots/internal/slot-focus-ring.d.ts +2 -1
  78. package/dist/types/components/slots/left-panel.d.ts +2 -2
  79. package/dist/types/components/slots/left-sidebar-without-resize.d.ts +2 -2
  80. package/dist/types/components/slots/left-sidebar.d.ts +2 -2
  81. package/dist/types/components/slots/main.d.ts +2 -2
  82. package/dist/types/components/slots/page-layout.d.ts +2 -2
  83. package/dist/types/components/slots/right-panel.d.ts +2 -2
  84. package/dist/types/components/slots/right-sidebar.d.ts +2 -2
  85. package/dist/types/components/slots/top-navigation.d.ts +2 -2
  86. package/package.json +6 -6
@@ -8,7 +8,7 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
8
8
 
9
9
  /** @jsx jsx */
10
10
  import { useContext, useEffect, useRef } from 'react';
11
- import { jsx } from '@emotion/core';
11
+ import { jsx } from '@emotion/react';
12
12
  import { COLLAPSED_LEFT_SIDEBAR_WIDTH, DEFAULT_LEFT_SIDEBAR_WIDTH, FLYOUT_DELAY, RESIZE_BUTTON_SELECTOR, VAR_LEFT_SIDEBAR_FLYOUT, VAR_LEFT_SIDEBAR_WIDTH } from '../../common/constants';
13
13
  import { getGridStateFromStorage, mergeGridStateIntoStorage, resolveDimension } from '../../common/utils';
14
14
  import { publishGridState, SidebarResizeContext, useSkipLink } from '../../controllers';
@@ -2,7 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
 
3
3
  /** @jsx jsx */
4
4
  import { useContext } from 'react';
5
- import { css, jsx } from '@emotion/core';
5
+ import { css, jsx } from '@emotion/react';
6
6
  import { prefersReducedMotion } from '@atlaskit/motion/accessibility';
7
7
  import { easeOut } from '@atlaskit/motion/curves';
8
8
  import { COLLAPSED_LEFT_SIDEBAR_WIDTH, DEFAULT_LEFT_SIDEBAR_FLYOUT_WIDTH, TRANSITION_DURATION, VAR_LEFT_SIDEBAR_FLYOUT } from '../../common/constants';
@@ -3,7 +3,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
 
4
4
  /** @jsx jsx */
5
5
  import { Fragment } from 'react';
6
- import { css, jsx } from '@emotion/core';
6
+ import { css, jsx } from '@emotion/react';
7
7
  import { BANNER, BANNER_HEIGHT, CONTENT, DEFAULT_I18N_PROPS_SKIP_LINKS, LEFT_PANEL, LEFT_PANEL_WIDTH, PAGE_LAYOUT_CONTAINER_SELECTOR, RIGHT_PANEL, RIGHT_PANEL_WIDTH, TOP_NAVIGATION, TOP_NAVIGATION_HEIGHT } from '../../common/constants';
8
8
  import { SidebarResizeController, SkipLinksController } from '../../controllers';
9
9
  import { SkipLinkWrapper } from '../skip-links';
@@ -3,7 +3,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
 
4
4
  /** @jsx jsx */
5
5
  import { useEffect } from 'react';
6
- import { css, jsx } from '@emotion/core';
6
+ import { css, jsx } from '@emotion/react';
7
7
  import { DEFAULT_RIGHT_PANEL_WIDTH, RIGHT_PANEL, RIGHT_PANEL_WIDTH, VAR_RIGHT_PANEL_WIDTH } from '../../common/constants';
8
8
  import { getPageLayoutSlotSelector, resolveDimension } from '../../common/utils';
9
9
  import { publishGridState, useSkipLink } from '../../controllers';
@@ -3,7 +3,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
 
4
4
  /** @jsx jsx */
5
5
  import { useEffect } from 'react';
6
- import { css, jsx } from '@emotion/core';
6
+ import { css, jsx } from '@emotion/react';
7
7
  import { BANNER_HEIGHT, DEFAULT_RIGHT_SIDEBAR_WIDTH, RIGHT_PANEL_WIDTH, RIGHT_SIDEBAR_WIDTH, TOP_NAVIGATION_HEIGHT, VAR_RIGHT_SIDEBAR_WIDTH } from '../../common/constants';
8
8
  import { getPageLayoutSlotSelector, resolveDimension } from '../../common/utils';
9
9
  import { publishGridState, useSkipLink } from '../../controllers';
@@ -3,7 +3,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
 
4
4
  /** @jsx jsx */
5
5
  import { useEffect } from 'react';
6
- import { css, jsx } from '@emotion/core';
6
+ import { css, jsx } from '@emotion/react';
7
7
  import { BANNER_HEIGHT, DEFAULT_TOP_NAVIGATION_HEIGHT, LEFT_PANEL_WIDTH, RIGHT_PANEL_WIDTH, TOP_NAVIGATION, TOP_NAVIGATION_HEIGHT, VAR_TOP_NAVIGATION_HEIGHT } from '../../common/constants';
8
8
  import { getPageLayoutSlotSelector, resolveDimension } from '../../common/utils';
9
9
  import { publishGridState, useSkipLink } from '../../controllers';
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.2.8",
3
+ "version": "1.3.0",
4
4
  "sideEffects": false
5
5
  }
@@ -1,8 +1,9 @@
1
1
  /** @jsx jsx */
2
2
  import { ComponentProps } from 'react';
3
+ import { jsx } from '@emotion/react';
3
4
  export declare type GrabAreaProps = {
4
5
  testId?: string;
5
6
  isLeftSidebarCollapsed: boolean;
6
7
  } & ComponentProps<'button'>;
7
- declare const GrabArea: ({ testId, isLeftSidebarCollapsed, ...rest }: GrabAreaProps) => JSX.Element;
8
+ declare const GrabArea: ({ testId, isLeftSidebarCollapsed, ...rest }: GrabAreaProps) => jsx.JSX.Element;
8
9
  export default GrabArea;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import { jsx } from '@emotion/react';
2
2
  import { ResizeControlProps } from './types';
3
- declare const ResizeControl: ({ testId, overrides, resizeButtonLabel, resizeGrabAreaLabel, onResizeStart, onResizeEnd, }: ResizeControlProps) => JSX.Element;
3
+ declare const ResizeControl: ({ testId, overrides, resizeButtonLabel, resizeGrabAreaLabel, onResizeStart, onResizeEnd, }: ResizeControlProps) => jsx.JSX.Element;
4
4
  export default ResizeControl;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import { jsx } from '@emotion/react';
2
2
  import { ResizeButtonProps } from './types';
3
- declare const ResizeButton: ({ isLeftSidebarCollapsed, label, testId, ...props }: ResizeButtonProps) => JSX.Element;
3
+ declare const ResizeButton: ({ isLeftSidebarCollapsed, label, testId, ...props }: ResizeButtonProps) => jsx.JSX.Element;
4
4
  export default ResizeButton;
@@ -1,6 +1,6 @@
1
1
  /** @jsx jsx */
2
- /// <reference types="react" />
2
+ import { jsx } from '@emotion/react';
3
3
  declare const Shadow: ({ testId }: {
4
4
  testId?: string | undefined;
5
- }) => JSX.Element;
5
+ }) => jsx.JSX.Element;
6
6
  export default Shadow;
@@ -1,10 +1,11 @@
1
1
  /** @jsx jsx */
2
2
  import { ReactNode } from 'react';
3
+ import { jsx } from '@emotion/react';
3
4
  import { SkipLinkWrapperProps } from './types';
4
- export declare const SkipLinkWrapper: ({ skipLinksLabel }: SkipLinkWrapperProps) => JSX.Element | null;
5
+ export declare const SkipLinkWrapper: ({ skipLinksLabel }: SkipLinkWrapperProps) => jsx.JSX.Element | null;
5
6
  export declare const SkipLink: ({ href, children, isFocusable, title, }: {
6
7
  href: string;
7
8
  children: ReactNode;
8
9
  isFocusable: boolean;
9
10
  title: string;
10
- }) => JSX.Element;
11
+ }) => jsx.JSX.Element;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import { jsx } from '@emotion/react';
2
2
  import { SlotHeightProps } from '../../common/types';
3
3
  /**
4
4
  * __Banner__
@@ -8,5 +8,5 @@ import { SlotHeightProps } from '../../common/types';
8
8
  * - [Examples](https://atlassian.design/components/page-layout/examples)
9
9
  * - [Code](https://atlassian.design/components/page-layout/code)
10
10
  */
11
- declare const Banner: (props: SlotHeightProps) => JSX.Element;
11
+ declare const Banner: (props: SlotHeightProps) => jsx.JSX.Element;
12
12
  export default Banner;
@@ -1,5 +1,6 @@
1
1
  /** @jsx jsx */
2
2
  import { ReactNode } from 'react';
3
+ import { jsx } from '@emotion/react';
3
4
  interface ContentProps {
4
5
  /**
5
6
  * React children
@@ -18,5 +19,5 @@ interface ContentProps {
18
19
  * - [Examples](https://atlassian.design/components/page-layout/examples)
19
20
  * - [Code](https://atlassian.design/components/page-layout/code)
20
21
  */
21
- declare const Content: (props: ContentProps) => JSX.Element;
22
+ declare const Content: (props: ContentProps) => jsx.JSX.Element;
22
23
  export default Content;
@@ -1,9 +1,10 @@
1
1
  /** @jsx jsx */
2
2
  import type { ReactNode } from 'react';
3
+ import { jsx } from '@emotion/react';
3
4
  declare type LeftSidebarInnerProps = {
4
5
  children: ReactNode;
5
6
  isFixed?: boolean;
6
7
  isFlyoutOpen?: boolean;
7
8
  };
8
- declare const LeftSidebarInner: ({ children, isFixed, isFlyoutOpen, }: LeftSidebarInnerProps) => JSX.Element;
9
+ declare const LeftSidebarInner: ({ children, isFixed, isFlyoutOpen, }: LeftSidebarInnerProps) => jsx.JSX.Element;
9
10
  export default LeftSidebarInner;
@@ -1,10 +1,11 @@
1
1
  /** @jsx jsx */
2
2
  import type { ReactNode } from 'react';
3
+ import { jsx } from '@emotion/react';
3
4
  declare type ResizableChildrenWrapperProps = {
4
5
  children: ReactNode;
5
6
  isFlyoutOpen?: boolean;
6
7
  isLeftSidebarCollapsed?: boolean;
7
8
  hasCollapsedState?: boolean;
8
9
  };
9
- declare const ResizableChildrenWrapper: ({ children, isLeftSidebarCollapsed, hasCollapsedState, isFlyoutOpen, }: ResizableChildrenWrapperProps) => JSX.Element;
10
+ declare const ResizableChildrenWrapper: ({ children, isLeftSidebarCollapsed, hasCollapsedState, isFlyoutOpen, }: ResizableChildrenWrapperProps) => jsx.JSX.Element;
10
11
  export default ResizableChildrenWrapper;
@@ -1,5 +1,6 @@
1
1
  /** @jsx jsx */
2
2
  import type { ReactNode } from 'react';
3
+ import { jsx } from '@emotion/react';
3
4
  declare type SlotFocusRingProps = {
4
5
  children: (props: {
5
6
  className: string;
@@ -15,5 +16,5 @@ declare type SlotFocusRingProps = {
15
16
  * 2. We cannot wrap `children` in `FocusRing`,
16
17
  * because there's no guarantee the passed child takes `className`.
17
18
  */
18
- declare const SlotFocusRing: ({ children, isSidebar }: SlotFocusRingProps) => JSX.Element;
19
+ declare const SlotFocusRing: ({ children, isSidebar }: SlotFocusRingProps) => jsx.JSX.Element;
19
20
  export default SlotFocusRing;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import { jsx } from '@emotion/react';
2
2
  import { SlotWidthProps } from '../../common/types';
3
3
  /**
4
4
  * __Left panel__
@@ -8,5 +8,5 @@ import { SlotWidthProps } from '../../common/types';
8
8
  * - [Examples](https://atlassian.design/components/page-layout/examples)
9
9
  * - [Code](https://atlassian.design/components/page-layout/code)
10
10
  */
11
- declare const LeftPanel: (props: SlotWidthProps) => JSX.Element;
11
+ declare const LeftPanel: (props: SlotWidthProps) => jsx.JSX.Element;
12
12
  export default LeftPanel;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import { jsx } from '@emotion/react';
2
2
  import { SlotWidthProps } from '../../common/types';
3
3
  /**
4
4
  * __Left sidebar without resize__
@@ -8,5 +8,5 @@ import { SlotWidthProps } from '../../common/types';
8
8
  * - [Examples](https://atlassian.design/components/page-layout/examples)
9
9
  * - [Code](https://atlassian.design/components/page-layout/code)
10
10
  */
11
- declare const LeftSidebarWithoutResize: (props: SlotWidthProps) => JSX.Element;
11
+ declare const LeftSidebarWithoutResize: (props: SlotWidthProps) => jsx.JSX.Element;
12
12
  export default LeftSidebarWithoutResize;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import { jsx } from '@emotion/react';
2
2
  import { LeftSidebarProps } from '../../common/types';
3
3
  /**
4
4
  * __Left sidebar__
@@ -8,5 +8,5 @@ import { LeftSidebarProps } from '../../common/types';
8
8
  * - [Examples](https://atlassian.design/components/page-layout/examples)
9
9
  * - [Code](https://atlassian.design/components/page-layout/code)
10
10
  */
11
- declare const LeftSidebar: (props: LeftSidebarProps) => JSX.Element;
11
+ declare const LeftSidebar: (props: LeftSidebarProps) => jsx.JSX.Element;
12
12
  export default LeftSidebar;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import { jsx } from '@emotion/react';
2
2
  import { SlotWidthProps } from '../../common/types';
3
3
  /**
4
4
  * __Main__
@@ -8,5 +8,5 @@ import { SlotWidthProps } from '../../common/types';
8
8
  * - [Examples](https://atlassian.design/components/page-layout/examples)
9
9
  * - [Code](https://atlassian.design/components/page-layout/code)
10
10
  */
11
- declare const Main: (props: SlotWidthProps) => JSX.Element;
11
+ declare const Main: (props: SlotWidthProps) => jsx.JSX.Element;
12
12
  export default Main;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import { jsx } from '@emotion/react';
2
2
  import { PageLayoutProps } from '../../common/types';
3
3
  /**
4
4
  * __Page layout__
@@ -8,5 +8,5 @@ import { PageLayoutProps } from '../../common/types';
8
8
  * - [Examples](https://atlassian.design/components/page-layout/examples)
9
9
  * - [Code](https://atlassian.design/components/page-layout/code)
10
10
  */
11
- declare const PageLayout: ({ skipLinksLabel, children, testId, onLeftSidebarExpand, onLeftSidebarCollapse, }: PageLayoutProps) => JSX.Element;
11
+ declare const PageLayout: ({ skipLinksLabel, children, testId, onLeftSidebarExpand, onLeftSidebarCollapse, }: PageLayoutProps) => jsx.JSX.Element;
12
12
  export default PageLayout;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import { jsx } from '@emotion/react';
2
2
  import { SlotWidthProps } from '../../common/types';
3
3
  /**
4
4
  * __Right panel__
@@ -8,5 +8,5 @@ import { SlotWidthProps } from '../../common/types';
8
8
  * - [Examples](https://atlassian.design/components/page-layout/examples)
9
9
  * - [Code](https://atlassian.design/components/page-layout/code)
10
10
  */
11
- declare const RightPanel: (props: SlotWidthProps) => JSX.Element;
11
+ declare const RightPanel: (props: SlotWidthProps) => jsx.JSX.Element;
12
12
  export default RightPanel;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import { jsx } from '@emotion/react';
2
2
  import { SlotWidthProps } from '../../common/types';
3
3
  /**
4
4
  * __Right sidebar__
@@ -8,5 +8,5 @@ import { SlotWidthProps } from '../../common/types';
8
8
  * - [Examples](https://atlassian.design/components/page-layout/examples)
9
9
  * - [Code](https://atlassian.design/components/page-layout/code)
10
10
  */
11
- declare const RightSidebar: (props: SlotWidthProps) => JSX.Element;
11
+ declare const RightSidebar: (props: SlotWidthProps) => jsx.JSX.Element;
12
12
  export default RightSidebar;
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import { jsx } from '@emotion/react';
2
2
  import { SlotHeightProps } from '../../common/types';
3
3
  /**
4
4
  * __Top navigation__
@@ -8,5 +8,5 @@ import { SlotHeightProps } from '../../common/types';
8
8
  * - [Examples](https://atlassian.design/components/page-layout/examples)
9
9
  * - [Code](https://atlassian.design/components/page-layout/code)
10
10
  */
11
- declare const TopNavigation: (props: SlotHeightProps) => JSX.Element;
11
+ declare const TopNavigation: (props: SlotHeightProps) => jsx.JSX.Element;
12
12
  export default TopNavigation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.2.8",
3
+ "version": "1.3.0",
4
4
  "description": "A collection of components which let you compose an application's page layout.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -28,10 +28,10 @@
28
28
  "@atlaskit/ds-lib": "^2.1.0",
29
29
  "@atlaskit/icon": "^21.10.0",
30
30
  "@atlaskit/motion": "^1.2.0",
31
- "@atlaskit/theme": "^12.1.0",
31
+ "@atlaskit/theme": "^12.2.0",
32
32
  "@atlaskit/tokens": "^0.10.0",
33
33
  "@babel/runtime": "^7.0.0",
34
- "@emotion/core": "^10.0.9",
34
+ "@emotion/react": "^11.7.1",
35
35
  "bind-event-listener": "^2.1.1",
36
36
  "raf-schd": "^4.0.3"
37
37
  },
@@ -44,15 +44,15 @@
44
44
  "@atlaskit/atlassian-notifications": "^0.3.0",
45
45
  "@atlaskit/button": "^16.3.0",
46
46
  "@atlaskit/docs": "*",
47
- "@atlaskit/drawer": "^7.1.0",
47
+ "@atlaskit/drawer": "^7.2.0",
48
48
  "@atlaskit/icon": "*",
49
- "@atlaskit/logo": "^13.8.0",
49
+ "@atlaskit/logo": "^13.9.0",
50
50
  "@atlaskit/menu": "^1.3.0",
51
51
  "@atlaskit/notification-indicator": "^9.0.0",
52
52
  "@atlaskit/notification-log-client": "^6.0.0",
53
53
  "@atlaskit/onboarding": "^10.5.0",
54
54
  "@atlaskit/popup": "^1.4.0",
55
- "@atlaskit/section-message": "^6.0.0",
55
+ "@atlaskit/section-message": "^6.2.0",
56
56
  "@atlaskit/side-navigation": "^1.2.0",
57
57
  "@atlaskit/ssr": "*",
58
58
  "@atlaskit/tooltip": "*",