@atlaskit/page-layout 3.5.0 → 3.6.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.
- package/CHANGELOG.md +16 -0
- package/__perf__/utils/perf-example.tsx +1 -1
- package/__perf__/utils/product-integration/atlassian-navigation.tsx +1 -1
- package/__perf__/utils/product-integration/notifications-popup.tsx +1 -1
- package/__perf__/utils/product-integration/sample-footer.tsx +1 -1
- package/__perf__/utils/product-integration/sample-header.tsx +1 -1
- package/__perf__/utils/product-integration/side-navigation.tsx +1 -1
- package/dist/cjs/components/resize-control/grab-area.js +6 -11
- package/dist/cjs/components/resize-control/index.js +2 -1
- package/dist/cjs/components/resize-control/resize-button.js +4 -11
- package/dist/cjs/components/resize-control/shadow.js +1 -1
- package/dist/cjs/components/skip-links/skip-link-components.js +2 -1
- package/dist/cjs/components/skip-links/use-custom-skip-link.js +1 -1
- package/dist/cjs/components/slots/banner-slot.js +1 -1
- package/dist/cjs/components/slots/content.js +4 -9
- package/dist/cjs/components/slots/internal/left-sidebar-inner.js +1 -1
- package/dist/cjs/components/slots/internal/left-sidebar-outer.js +1 -1
- package/dist/cjs/components/slots/internal/resizable-children-wrapper.js +1 -1
- package/dist/cjs/components/slots/internal/slot-focus-ring.js +1 -1
- package/dist/cjs/components/slots/left-panel.js +1 -1
- package/dist/cjs/components/slots/left-sidebar-without-resize.js +1 -1
- package/dist/cjs/components/slots/left-sidebar.js +2 -1
- package/dist/cjs/components/slots/main.js +1 -1
- package/dist/cjs/components/slots/page-layout.js +1 -1
- package/dist/cjs/components/slots/right-panel.js +1 -1
- package/dist/cjs/components/slots/right-sidebar.js +1 -1
- package/dist/cjs/components/slots/top-navigation.js +1 -1
- package/dist/es2019/components/resize-control/grab-area.js +6 -11
- package/dist/es2019/components/resize-control/index.js +1 -1
- package/dist/es2019/components/resize-control/resize-button.js +4 -11
- package/dist/es2019/components/resize-control/shadow.js +1 -1
- package/dist/es2019/components/skip-links/skip-link-components.js +1 -1
- package/dist/es2019/components/skip-links/use-custom-skip-link.js +1 -1
- package/dist/es2019/components/slots/banner-slot.js +1 -1
- package/dist/es2019/components/slots/content.js +3 -10
- package/dist/es2019/components/slots/internal/left-sidebar-inner.js +1 -1
- package/dist/es2019/components/slots/internal/left-sidebar-outer.js +1 -1
- package/dist/es2019/components/slots/internal/resizable-children-wrapper.js +1 -1
- package/dist/es2019/components/slots/internal/slot-focus-ring.js +1 -1
- package/dist/es2019/components/slots/left-panel.js +1 -1
- package/dist/es2019/components/slots/left-sidebar-without-resize.js +1 -1
- package/dist/es2019/components/slots/left-sidebar.js +1 -1
- package/dist/es2019/components/slots/main.js +1 -1
- package/dist/es2019/components/slots/page-layout.js +1 -1
- package/dist/es2019/components/slots/right-panel.js +1 -1
- package/dist/es2019/components/slots/right-sidebar.js +1 -1
- package/dist/es2019/components/slots/top-navigation.js +1 -1
- package/dist/esm/components/resize-control/grab-area.js +6 -11
- package/dist/esm/components/resize-control/index.js +1 -1
- package/dist/esm/components/resize-control/resize-button.js +4 -11
- package/dist/esm/components/resize-control/shadow.js +1 -1
- package/dist/esm/components/skip-links/skip-link-components.js +1 -1
- package/dist/esm/components/skip-links/use-custom-skip-link.js +1 -1
- package/dist/esm/components/slots/banner-slot.js +1 -1
- package/dist/esm/components/slots/content.js +3 -10
- package/dist/esm/components/slots/internal/left-sidebar-inner.js +1 -1
- package/dist/esm/components/slots/internal/left-sidebar-outer.js +1 -1
- package/dist/esm/components/slots/internal/resizable-children-wrapper.js +1 -1
- package/dist/esm/components/slots/internal/slot-focus-ring.js +1 -1
- package/dist/esm/components/slots/left-panel.js +1 -1
- package/dist/esm/components/slots/left-sidebar-without-resize.js +1 -1
- package/dist/esm/components/slots/left-sidebar.js +1 -1
- package/dist/esm/components/slots/main.js +1 -1
- package/dist/esm/components/slots/page-layout.js +1 -1
- package/dist/esm/components/slots/right-panel.js +1 -1
- package/dist/esm/components/slots/right-sidebar.js +1 -1
- package/dist/esm/components/slots/top-navigation.js +1 -1
- package/dist/types/components/resize-control/grab-area.d.ts +1 -1
- package/dist/types/components/resize-control/shadow.d.ts +1 -1
- package/dist/types/components/skip-links/skip-link-components.d.ts +1 -1
- package/dist/types/components/slots/content.d.ts +1 -1
- package/dist/types/components/slots/internal/left-sidebar-inner.d.ts +1 -1
- package/dist/types/components/slots/internal/left-sidebar-outer.d.ts +1 -1
- package/dist/types/components/slots/internal/resizable-children-wrapper.d.ts +1 -1
- package/dist/types/components/slots/internal/slot-focus-ring.d.ts +1 -1
- package/dist/types-ts4.5/components/resize-control/grab-area.d.ts +1 -1
- package/dist/types-ts4.5/components/resize-control/shadow.d.ts +1 -1
- package/dist/types-ts4.5/components/skip-links/skip-link-components.d.ts +1 -1
- package/dist/types-ts4.5/components/slots/content.d.ts +1 -1
- package/dist/types-ts4.5/components/slots/internal/left-sidebar-inner.d.ts +1 -1
- package/dist/types-ts4.5/components/slots/internal/left-sidebar-outer.d.ts +1 -1
- package/dist/types-ts4.5/components/slots/internal/resizable-children-wrapper.d.ts +1 -1
- package/dist/types-ts4.5/components/slots/internal/slot-focus-ring.d.ts +1 -1
- package/package.json +2 -8
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/* eslint-disable @repo/internal/dom-events/no-unsafe-event-listeners */
|
|
2
2
|
/**
|
|
3
3
|
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
4
5
|
*/
|
|
5
|
-
/** @jsx jsx */
|
|
6
6
|
import { Fragment, useCallback, useContext, useEffect, useRef } from 'react';
|
|
7
7
|
|
|
8
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -5,12 +5,11 @@ var _excluded = ["testId", "valueTextLabel", "isDisabled", "isLeftSidebarCollaps
|
|
|
5
5
|
/* eslint-disable react/react-in-jsx-scope */
|
|
6
6
|
/**
|
|
7
7
|
* @jsxRuntime classic
|
|
8
|
+
* @jsx jsx
|
|
8
9
|
*/
|
|
9
|
-
/** @jsx jsx */
|
|
10
10
|
|
|
11
11
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
12
12
|
import { css, jsx } from '@emotion/react';
|
|
13
|
-
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
14
13
|
import { B200 } from '@atlaskit/theme/colors';
|
|
15
14
|
import { GRAB_AREA_LINE_SELECTOR, GRAB_AREA_SELECTOR } from '../../common/constants';
|
|
16
15
|
/**
|
|
@@ -35,16 +34,14 @@ var grabAreaStyles = css({
|
|
|
35
34
|
},
|
|
36
35
|
'&:enabled:hover, &:enabled:focus, &:enabled:active': _defineProperty({}, varLineColor, "var(--ds-border-selected, ".concat(B200, ")"))
|
|
37
36
|
});
|
|
38
|
-
var grabAreaReducedHeightStyles = css({
|
|
39
|
-
height: "calc(100% - ".concat("var(--ds-space-600, 3rem)", " * 2)"),
|
|
40
|
-
position: 'absolute',
|
|
41
|
-
insetBlockEnd: 0
|
|
42
|
-
});
|
|
43
37
|
var grabAreaCollapsedStyles = css({
|
|
38
|
+
height: "calc(100% - ".concat("var(--ds-space-600, 3rem)", " * 2)"),
|
|
44
39
|
padding: 0,
|
|
40
|
+
position: 'absolute',
|
|
45
41
|
backgroundColor: 'transparent',
|
|
46
42
|
border: 0,
|
|
47
|
-
cursor: 'default'
|
|
43
|
+
cursor: 'default',
|
|
44
|
+
insetBlockEnd: 0
|
|
48
45
|
});
|
|
49
46
|
var lineStyles = css({
|
|
50
47
|
display: 'block',
|
|
@@ -81,9 +78,7 @@ var GrabArea = function GrabArea(_ref) {
|
|
|
81
78
|
// usability.
|
|
82
79
|
,
|
|
83
80
|
role: "slider",
|
|
84
|
-
css: [grabAreaStyles, isLeftSidebarCollapsed && grabAreaCollapsedStyles,
|
|
85
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
86
|
-
getBooleanFF('platform.design-system-team.page-layout-resize-button-fix_u0qxv') && isLeftSidebarCollapsed && grabAreaReducedHeightStyles],
|
|
81
|
+
css: [grabAreaStyles, isLeftSidebarCollapsed && grabAreaCollapsedStyles],
|
|
87
82
|
"aria-orientation": "vertical",
|
|
88
83
|
"aria-valuenow": leftSidebarPercentageExpanded,
|
|
89
84
|
"aria-valuemin": 0,
|
|
@@ -5,8 +5,8 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
5
5
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
6
6
|
/**
|
|
7
7
|
* @jsxRuntime classic
|
|
8
|
+
* @jsx jsx
|
|
8
9
|
*/
|
|
9
|
-
/** @jsx jsx */
|
|
10
10
|
import { Fragment, useCallback, useContext, useEffect, useMemo, useRef, useState } from 'react';
|
|
11
11
|
|
|
12
12
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-global-styles, @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -4,29 +4,24 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
4
4
|
var _excluded = ["isLeftSidebarCollapsed", "label", "testId"];
|
|
5
5
|
/**
|
|
6
6
|
* @jsxRuntime classic
|
|
7
|
+
* @jsx jsx
|
|
7
8
|
*/
|
|
8
|
-
/** @jsx jsx */
|
|
9
9
|
|
|
10
10
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
11
11
|
import { css, jsx } from '@emotion/react';
|
|
12
12
|
import ChevronRight from '@atlaskit/icon/glyph/chevron-right';
|
|
13
13
|
import { easeOut } from '@atlaskit/motion/curves';
|
|
14
14
|
import { mediumDurationMs, smallDurationMs } from '@atlaskit/motion/durations';
|
|
15
|
-
import { getBooleanFF } from '@atlaskit/platform-feature-flags';
|
|
16
15
|
import { UNSAFE_media } from '@atlaskit/primitives/responsive';
|
|
17
16
|
import { B100, B200, N0, N200, N30A } from '@atlaskit/theme/colors';
|
|
18
17
|
import { RESIZE_BUTTON_SELECTOR } from '../../common/constants';
|
|
19
18
|
var increaseHitAreaStyles = css({
|
|
20
19
|
position: 'absolute',
|
|
21
|
-
insetBlockEnd: "var(--ds-space-negative-
|
|
22
|
-
insetBlockStart: "var(--ds-space-negative-
|
|
20
|
+
insetBlockEnd: "var(--ds-space-negative-300, -24px)",
|
|
21
|
+
insetBlockStart: "var(--ds-space-negative-300, -24px)",
|
|
23
22
|
insetInlineEnd: "var(--ds-space-negative-150, -12px)",
|
|
24
23
|
insetInlineStart: "var(--ds-space-negative-100, -8px)"
|
|
25
24
|
});
|
|
26
|
-
var furtherIncreasedHitAreasStyles = css({
|
|
27
|
-
insetBlockEnd: "var(--ds-space-negative-300, -24px)",
|
|
28
|
-
insetBlockStart: "var(--ds-space-negative-300, -24px)"
|
|
29
|
-
});
|
|
30
25
|
var mobileStyles = css(_defineProperty({}, UNSAFE_media.below.sm, {
|
|
31
26
|
opacity: 1
|
|
32
27
|
}));
|
|
@@ -93,9 +88,7 @@ var ResizeButton = function ResizeButton(_ref) {
|
|
|
93
88
|
// eslint-disable-next-line @repo/internal/react/no-unsafe-spread-props
|
|
94
89
|
}, props), jsx(ChevronRight, {
|
|
95
90
|
label: ""
|
|
96
|
-
}),
|
|
97
|
-
css: [increaseHitAreaStyles, furtherIncreasedHitAreasStyles]
|
|
98
|
-
}) : jsx("div", {
|
|
91
|
+
}), jsx("span", {
|
|
99
92
|
css: increaseHitAreaStyles
|
|
100
93
|
}));
|
|
101
94
|
};
|
|
@@ -5,8 +5,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
5
5
|
/* eslint-disable @repo/internal/dom-events/no-unsafe-event-listeners */
|
|
6
6
|
/**
|
|
7
7
|
* @jsxRuntime classic
|
|
8
|
+
* @jsx jsx
|
|
8
9
|
*/
|
|
9
|
-
/** @jsx jsx */
|
|
10
10
|
|
|
11
11
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
12
12
|
import { css, jsx } from '@emotion/react';
|
|
@@ -2,8 +2,8 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
/**
|
|
4
4
|
* @jsxRuntime classic
|
|
5
|
+
* @jsx jsx
|
|
5
6
|
*/
|
|
6
|
-
/** @jsx jsx */
|
|
7
7
|
import { useEffect } from 'react';
|
|
8
8
|
|
|
9
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -1,18 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
3
4
|
*/
|
|
4
|
-
/** @jsx jsx */
|
|
5
|
-
|
|
6
|
-
import { css, jsx } from '@emotion/react';
|
|
7
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
|
-
import { layers } from '@atlaskit/theme/constants';
|
|
9
5
|
|
|
10
6
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
11
|
-
|
|
7
|
+
import { css, jsx } from '@emotion/react';
|
|
12
8
|
import { CONTENT } from '../../common/constants';
|
|
13
|
-
var zIndexStyle = css({
|
|
14
|
-
zIndex: layers.navigation()
|
|
15
|
-
});
|
|
16
9
|
var contentStyles = css({
|
|
17
10
|
display: 'flex',
|
|
18
11
|
height: '100%',
|
|
@@ -34,7 +27,7 @@ var Content = function Content(props) {
|
|
|
34
27
|
testId = props.testId;
|
|
35
28
|
return jsx("div", {
|
|
36
29
|
"data-testid": testId,
|
|
37
|
-
css:
|
|
30
|
+
css: contentStyles
|
|
38
31
|
}, children);
|
|
39
32
|
};
|
|
40
33
|
export default Content;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
2
|
/**
|
|
3
3
|
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
4
5
|
*/
|
|
5
|
-
/** @jsx jsx */
|
|
6
6
|
|
|
7
7
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
8
8
|
import { css, jsx } from '@emotion/react';
|
|
@@ -2,8 +2,8 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
/**
|
|
4
4
|
* @jsxRuntime classic
|
|
5
|
+
* @jsx jsx
|
|
5
6
|
*/
|
|
6
|
-
/** @jsx jsx */
|
|
7
7
|
import { forwardRef, useContext } from 'react';
|
|
8
8
|
|
|
9
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -2,8 +2,8 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
/**
|
|
4
4
|
* @jsxRuntime classic
|
|
5
|
+
* @jsx jsx
|
|
5
6
|
*/
|
|
6
|
-
/** @jsx jsx */
|
|
7
7
|
import { useEffect } from 'react';
|
|
8
8
|
|
|
9
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
2
2
|
/**
|
|
3
3
|
* @jsxRuntime classic
|
|
4
|
+
* @jsx jsx
|
|
4
5
|
*/
|
|
5
|
-
/** @jsx jsx */
|
|
6
6
|
import { useEffect } from 'react';
|
|
7
7
|
|
|
8
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -4,8 +4,8 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
4
4
|
/* eslint-disable @repo/internal/dom-events/no-unsafe-event-listeners */
|
|
5
5
|
/**
|
|
6
6
|
* @jsxRuntime classic
|
|
7
|
+
* @jsx jsx
|
|
7
8
|
*/
|
|
8
|
-
/** @jsx jsx */
|
|
9
9
|
import { Fragment, useCallback, useContext, useEffect, useRef } from 'react';
|
|
10
10
|
|
|
11
11
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -2,8 +2,8 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
/**
|
|
4
4
|
* @jsxRuntime classic
|
|
5
|
+
* @jsx jsx
|
|
5
6
|
*/
|
|
6
|
-
/** @jsx jsx */
|
|
7
7
|
import { Fragment } from 'react';
|
|
8
8
|
|
|
9
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -2,8 +2,8 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
/**
|
|
4
4
|
* @jsxRuntime classic
|
|
5
|
+
* @jsx jsx
|
|
5
6
|
*/
|
|
6
|
-
/** @jsx jsx */
|
|
7
7
|
import { useEffect } from 'react';
|
|
8
8
|
|
|
9
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -2,8 +2,8 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
/**
|
|
4
4
|
* @jsxRuntime classic
|
|
5
|
+
* @jsx jsx
|
|
5
6
|
*/
|
|
6
|
-
/** @jsx jsx */
|
|
7
7
|
import { useEffect } from 'react';
|
|
8
8
|
|
|
9
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -2,8 +2,8 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
2
2
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
3
3
|
/**
|
|
4
4
|
* @jsxRuntime classic
|
|
5
|
+
* @jsx jsx
|
|
5
6
|
*/
|
|
6
|
-
/** @jsx jsx */
|
|
7
7
|
import { useEffect } from 'react';
|
|
8
8
|
|
|
9
9
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
3
4
|
*/
|
|
4
|
-
/** @jsx jsx */
|
|
5
5
|
import { type ComponentProps, type FocusEvent, type KeyboardEvent, type MouseEvent } from 'react';
|
|
6
6
|
import { jsx } from '@emotion/react';
|
|
7
7
|
import { type LeftSidebarProps } from '../../common/types';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
3
4
|
*/
|
|
4
|
-
/** @jsx jsx */
|
|
5
5
|
import { type ComponentProps, type FocusEvent, type KeyboardEvent, type MouseEvent } from 'react';
|
|
6
6
|
import { jsx } from '@emotion/react';
|
|
7
7
|
import { type LeftSidebarProps } from '../../common/types';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/page-layout",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.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/"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"homepage": "https://atlassian.design/components/page-layout/",
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@atlaskit/ds-lib": "^2.3.0",
|
|
43
|
-
"@atlaskit/icon": "^22.
|
|
43
|
+
"@atlaskit/icon": "^22.7.0",
|
|
44
44
|
"@atlaskit/link": "^1.0.0",
|
|
45
45
|
"@atlaskit/motion": "^1.7.0",
|
|
46
46
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
@@ -114,14 +114,8 @@
|
|
|
114
114
|
}
|
|
115
115
|
},
|
|
116
116
|
"platform-feature-flags": {
|
|
117
|
-
"platform.design-system-team.page-layout-resize-button-fix_u0qxv": {
|
|
118
|
-
"type": "boolean"
|
|
119
|
-
},
|
|
120
117
|
"platform.atlassian.griffin-navigation-redesign": {
|
|
121
118
|
"type": "boolean"
|
|
122
|
-
},
|
|
123
|
-
"ally-jira-team.issue-sideview.inaccurate-reading-order_yna0p": {
|
|
124
|
-
"type": "boolean"
|
|
125
119
|
}
|
|
126
120
|
}
|
|
127
121
|
}
|