@atlaskit/page-layout 4.2.27 → 4.2.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 +6 -0
- package/dist/cjs/components/resize-control/index.js +15 -1
- package/dist/cjs/components/resize-control/resize-button.js +1 -1
- package/dist/cjs/components/resize-control/shadow.js +1 -1
- package/dist/cjs/components/skip-links/skip-link-components.js +6 -2
- package/dist/cjs/components/slots/banner-slot.js +1 -1
- package/dist/cjs/components/slots/content.js +1 -1
- package/dist/cjs/components/slots/internal/left-sidebar-inner.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 +10 -2
- 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/index.js +15 -1
- package/dist/es2019/components/resize-control/resize-button.js +1 -1
- package/dist/es2019/components/resize-control/shadow.js +1 -1
- package/dist/es2019/components/skip-links/skip-link-components.js +7 -2
- package/dist/es2019/components/slots/banner-slot.js +1 -1
- package/dist/es2019/components/slots/content.js +1 -1
- package/dist/es2019/components/slots/internal/left-sidebar-inner.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 +10 -2
- 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/index.js +15 -1
- package/dist/esm/components/resize-control/resize-button.js +1 -1
- package/dist/esm/components/resize-control/shadow.js +1 -1
- package/dist/esm/components/skip-links/skip-link-components.js +6 -2
- package/dist/esm/components/slots/banner-slot.js +1 -1
- package/dist/esm/components/slots/content.js +1 -1
- package/dist/esm/components/slots/internal/left-sidebar-inner.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 +10 -2
- 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/common/constants.d.ts +7 -7
- package/dist/types/components/skip-links/skip-link-components.d.ts +1 -1
- package/dist/types/components/slots/internal/left-sidebar-outer.d.ts +2 -2
- package/dist/types/controllers/sidebar-resize-context.d.ts +2 -2
- package/dist/types/controllers/skip-link-context.d.ts +2 -1
- package/dist/types-ts4.5/common/constants.d.ts +7 -7
- package/dist/types-ts4.5/components/skip-links/skip-link-components.d.ts +1 -1
- package/dist/types-ts4.5/components/slots/internal/left-sidebar-outer.d.ts +2 -2
- package/dist/types-ts4.5/controllers/sidebar-resize-context.d.ts +2 -2
- package/dist/types-ts4.5/controllers/skip-link-context.d.ts +2 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -23,7 +23,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
23
23
|
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) { (0, _defineProperty2.default)(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; } /**
|
|
24
24
|
* @jsxRuntime classic
|
|
25
25
|
* @jsx jsx
|
|
26
|
-
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-global-styles, @atlaskit/ui-styling-standard/use-compiled
|
|
26
|
+
*/ // eslint-disable-next-line @typescript-eslint/consistent-type-imports, @atlaskit/ui-styling-standard/no-global-styles, @atlaskit/ui-styling-standard/use-compiled
|
|
27
27
|
/* import useUpdateCssVar from '../../controllers/use-update-css-vars'; */
|
|
28
28
|
var cssSelector = (0, _defineProperty2.default)({}, _constants.RESIZE_CONTROL_SELECTOR, true);
|
|
29
29
|
var resizeControlStyles = (0, _react2.css)({
|
|
@@ -172,11 +172,14 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
172
172
|
// Will return sidebar to the same size it was before the resizing started
|
|
173
173
|
if (event.key === 'Escape') {
|
|
174
174
|
sidebarWidth.current = Math.max(leftSidebarState.lastLeftSidebarWidth, _constants.COLLAPSED_LEFT_SIDEBAR_WIDTH);
|
|
175
|
+
|
|
176
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
175
177
|
document.documentElement.style.setProperty("--".concat(_constants.VAR_LEFT_SIDEBAR_WIDTH), "".concat(sidebarWidth.current, "px"));
|
|
176
178
|
onFinishResizing();
|
|
177
179
|
}
|
|
178
180
|
}
|
|
179
181
|
}]);
|
|
182
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
180
183
|
document.documentElement.setAttribute(_constants.IS_SIDEBAR_DRAGGING, 'true');
|
|
181
184
|
var newLeftbarState = _objectSpread(_objectSpread({}, leftSidebarState), {}, {
|
|
182
185
|
isResizing: true
|
|
@@ -189,6 +192,7 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
189
192
|
onUpdateResize.cancel();
|
|
190
193
|
(_unbindEvents$current = unbindEvents.current) === null || _unbindEvents$current === void 0 || _unbindEvents$current.call(unbindEvents);
|
|
191
194
|
unbindEvents.current = null;
|
|
195
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
192
196
|
document.documentElement.removeAttribute(_constants.IS_SIDEBAR_DRAGGING);
|
|
193
197
|
offset.current = 0;
|
|
194
198
|
collapseLeftSidebar(undefined, true);
|
|
@@ -212,6 +216,8 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
212
216
|
}
|
|
213
217
|
var delta = Math.max(Math.min(clientX - leftSidebarWidth - leftPanelWidth, maxWidth - leftSidebarWidth - leftPanelWidth), _constants.COLLAPSED_LEFT_SIDEBAR_WIDTH - leftSidebarWidth - leftPanelWidth);
|
|
214
218
|
sidebarWidth.current = Math.max(leftSidebarWidth + delta - offset.current, _constants.COLLAPSED_LEFT_SIDEBAR_WIDTH);
|
|
219
|
+
|
|
220
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
215
221
|
document.documentElement.style.setProperty("--".concat(_constants.VAR_LEFT_SIDEBAR_WIDTH), "".concat(sidebarWidth.current, "px"));
|
|
216
222
|
});
|
|
217
223
|
}),
|
|
@@ -222,6 +228,8 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
222
228
|
if (isLeftSidebarCollapsed) {
|
|
223
229
|
return;
|
|
224
230
|
}
|
|
231
|
+
|
|
232
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
225
233
|
document.documentElement.removeAttribute(_constants.IS_SIDEBAR_DRAGGING);
|
|
226
234
|
|
|
227
235
|
// TODO: the control flow is pretty strange as the first codepath which calls `collapseLeftSidebar()`
|
|
@@ -232,6 +240,7 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
232
240
|
// collapse the navigation
|
|
233
241
|
if (sidebarWidth.current < _constants.MIN_LEFT_SIDEBAR_DRAG_THRESHOLD) {
|
|
234
242
|
// TODO: for this codepath, `onCollapse` occurs before `onResizeEnd` which seems wrong
|
|
243
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
235
244
|
document.documentElement.style.setProperty("--".concat(_constants.VAR_LEFT_SIDEBAR_WIDTH), "".concat(_constants.COLLAPSED_LEFT_SIDEBAR_WIDTH, "px"));
|
|
236
245
|
collapseLeftSidebar(undefined, true);
|
|
237
246
|
}
|
|
@@ -239,6 +248,7 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
239
248
|
// min threshold and default width
|
|
240
249
|
// expand the nav to the default width
|
|
241
250
|
else if (sidebarWidth.current > _constants.MIN_LEFT_SIDEBAR_DRAG_THRESHOLD && sidebarWidth.current < _constants.DEFAULT_LEFT_SIDEBAR_WIDTH) {
|
|
251
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
242
252
|
document.documentElement.style.setProperty("--".concat(_constants.VAR_LEFT_SIDEBAR_WIDTH), "".concat(_constants.DEFAULT_LEFT_SIDEBAR_WIDTH, "px"));
|
|
243
253
|
updatedLeftSidebarState = _objectSpread(_objectSpread({}, leftSidebarState), {}, (0, _defineProperty2.default)((0, _defineProperty2.default)({
|
|
244
254
|
isResizing: false
|
|
@@ -288,9 +298,11 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
288
298
|
var width = leftSidebarWidth + stepValue;
|
|
289
299
|
if (width <= _constants.DEFAULT_LEFT_SIDEBAR_WIDTH) {
|
|
290
300
|
width = _constants.DEFAULT_LEFT_SIDEBAR_WIDTH;
|
|
301
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
291
302
|
document.documentElement.style.setProperty("--".concat(_constants.VAR_LEFT_SIDEBAR_WIDTH), "".concat(_constants.DEFAULT_LEFT_SIDEBAR_WIDTH - 20, "px"));
|
|
292
303
|
} else if (width > maxWidth) {
|
|
293
304
|
width = maxWidth;
|
|
305
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
294
306
|
document.documentElement.style.setProperty("--".concat(_constants.VAR_LEFT_SIDEBAR_WIDTH), "".concat(maxWidth + 20, "px"));
|
|
295
307
|
} else if (hasModifierKey) {
|
|
296
308
|
width = isRightOrBottomArrow ? maxWidth : _constants.DEFAULT_LEFT_SIDEBAR_WIDTH;
|
|
@@ -301,6 +313,8 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
301
313
|
requestAnimationFrame(function () {
|
|
302
314
|
keyboardEventTimeout.current = window.setTimeout(function () {
|
|
303
315
|
keyboardEventTimeout.current && clearTimeout(keyboardEventTimeout.current);
|
|
316
|
+
|
|
317
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
304
318
|
document.documentElement.style.setProperty("--".concat(_constants.VAR_LEFT_SIDEBAR_WIDTH), "".concat(width, "px"));
|
|
305
319
|
var updatedLeftSidebarState = _objectSpread(_objectSpread({}, leftSidebarState), {}, (0, _defineProperty2.default)((0, _defineProperty2.default)({}, _constants.VAR_LEFT_SIDEBAR_WIDTH, width), "lastLeftSidebarWidth", width));
|
|
306
320
|
setLeftSidebarState(updatedLeftSidebarState);
|
|
@@ -24,7 +24,7 @@ var _excluded = ["isLeftSidebarCollapsed", "label", "onClick", "testId"],
|
|
|
24
24
|
* @jsxRuntime classic
|
|
25
25
|
* @jsx jsx
|
|
26
26
|
*/
|
|
27
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
27
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
28
28
|
var hitAreaSpanStyles = (0, _react.css)({
|
|
29
29
|
position: 'absolute',
|
|
30
30
|
insetBlockEnd: "var(--ds-space-negative-300, -24px)",
|
|
@@ -12,7 +12,7 @@ var _hooks = require("../../common/hooks");
|
|
|
12
12
|
* @jsx jsx
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
15
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
16
16
|
|
|
17
17
|
var colorStops = "\n rgba(0, 0, 0, 0.2) 0px,\n rgba(0, 0, 0, 0.2) 1px,\n rgba(0, 0, 0, 0.1) 1px,\n rgba(0, 0, 0, 0) 100%\n ";
|
|
18
18
|
var direction = 'to left';
|
|
@@ -17,7 +17,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
17
17
|
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) { (0, _defineProperty2.default)(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; } /* eslint-disable @repo/internal/dom-events/no-unsafe-event-listeners */ /**
|
|
18
18
|
* @jsxRuntime classic
|
|
19
19
|
* @jsx jsx
|
|
20
|
-
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
20
|
+
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
21
21
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
22
22
|
var prefersReducedMotionStyles = (0, _react.css)((0, _motion.prefersReducedMotion)());
|
|
23
23
|
var skipLinkStyles = (0, _react.css)({
|
|
@@ -98,7 +98,8 @@ var SkipLinkWrapper = exports.SkipLinkWrapper = function SkipLinkWrapper(_ref) {
|
|
|
98
98
|
};
|
|
99
99
|
var escapeHandler = function escapeHandler(event) {
|
|
100
100
|
if (event.keyCode === 27) {
|
|
101
|
-
var container = document.querySelector("[".concat(_constants.PAGE_LAYOUT_CONTAINER_SELECTOR, "=\"true\"]")
|
|
101
|
+
var container = document.querySelector("[".concat(_constants.PAGE_LAYOUT_CONTAINER_SELECTOR, "=\"true\"]") // eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
102
|
+
);
|
|
102
103
|
if (container !== null) {
|
|
103
104
|
container.focus();
|
|
104
105
|
}
|
|
@@ -142,6 +143,7 @@ var focusTargetRef = function focusTargetRef(href) {
|
|
|
142
143
|
event.preventDefault();
|
|
143
144
|
var targetRef = document.querySelector(href);
|
|
144
145
|
|
|
146
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
145
147
|
// @ts-ignore
|
|
146
148
|
var key = event.which || event.keycode;
|
|
147
149
|
// if it is a keypress and the key is not
|
|
@@ -156,7 +158,9 @@ var focusTargetRef = function focusTargetRef(href) {
|
|
|
156
158
|
// @ts-ignore
|
|
157
159
|
targetRef.focus();
|
|
158
160
|
document.activeElement && document.activeElement.scrollIntoView({
|
|
161
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
159
162
|
behavior: 'smooth'
|
|
163
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
160
164
|
});
|
|
161
165
|
window.scrollTo(0, 0);
|
|
162
166
|
}
|
|
@@ -19,7 +19,7 @@ var _slotDimensions = _interopRequireDefault(require("./slot-dimensions"));
|
|
|
19
19
|
* @jsx jsx
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
23
23
|
|
|
24
24
|
var bannerStyles = (0, _react2.css)({
|
|
25
25
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -11,7 +11,7 @@ var _constants = require("../../common/constants");
|
|
|
11
11
|
* @jsx jsx
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
14
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
15
15
|
|
|
16
16
|
var contentStyles = (0, _react.css)({
|
|
17
17
|
display: 'flex',
|
|
@@ -16,7 +16,7 @@ var _hooks = require("../../../common/hooks");
|
|
|
16
16
|
* @jsx jsx
|
|
17
17
|
*/
|
|
18
18
|
|
|
19
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
19
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
20
20
|
|
|
21
21
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
22
22
|
var prefersReducedMotionStyles = (0, _react.css)((0, _motion.prefersReducedMotion)());
|
|
@@ -13,7 +13,7 @@ var _hooks = require("../../../common/hooks");
|
|
|
13
13
|
* @jsx jsx
|
|
14
14
|
*/
|
|
15
15
|
|
|
16
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
17
17
|
|
|
18
18
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
19
19
|
var prefersReducedMotionStyles = (0, _react.css)((0, _motion.prefersReducedMotion)());
|
|
@@ -11,7 +11,7 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
11
11
|
* @jsx jsx
|
|
12
12
|
*/
|
|
13
13
|
|
|
14
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
14
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
15
15
|
|
|
16
16
|
var focusStyles = (0, _react.css)({
|
|
17
17
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
@@ -19,7 +19,7 @@ var _slotDimensions = _interopRequireDefault(require("./slot-dimensions"));
|
|
|
19
19
|
* @jsx jsx
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
23
23
|
|
|
24
24
|
var leftPanelStyles = (0, _react2.css)({
|
|
25
25
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -19,7 +19,7 @@ var _slotDimensions = _interopRequireDefault(require("./slot-dimensions"));
|
|
|
19
19
|
* @jsx jsx
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
25
|
* __Left sidebar without resize__
|
|
@@ -24,7 +24,7 @@ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbol
|
|
|
24
24
|
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) { (0, _defineProperty2.default)(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; } /* eslint-disable @repo/internal/dom-events/no-unsafe-event-listeners */ /**
|
|
25
25
|
* @jsxRuntime classic
|
|
26
26
|
* @jsx jsx
|
|
27
|
-
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
27
|
+
*/ // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
28
28
|
var openBackdropStyles = (0, _react2.css)({
|
|
29
29
|
width: '100%',
|
|
30
30
|
height: '100%',
|
|
@@ -99,6 +99,8 @@ var LeftSidebar = function LeftSidebar(props) {
|
|
|
99
99
|
handlerRef.current = function (event) {
|
|
100
100
|
mouseXRef.current = event.clientX;
|
|
101
101
|
};
|
|
102
|
+
|
|
103
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
102
104
|
document.addEventListener('mousemove', handlerRef.current);
|
|
103
105
|
}
|
|
104
106
|
if (!isLocked && handlerRef.current) {
|
|
@@ -109,11 +111,13 @@ var LeftSidebar = function LeftSidebar(props) {
|
|
|
109
111
|
});
|
|
110
112
|
});
|
|
111
113
|
}
|
|
114
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
112
115
|
document.removeEventListener('mousemove', handlerRef.current);
|
|
113
116
|
handlerRef.current = null;
|
|
114
117
|
}
|
|
115
118
|
return function () {
|
|
116
119
|
if (handlerRef.current) {
|
|
120
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
117
121
|
document.removeEventListener('mousemove', handlerRef.current);
|
|
118
122
|
}
|
|
119
123
|
};
|
|
@@ -192,6 +196,8 @@ var LeftSidebar = function LeftSidebar(props) {
|
|
|
192
196
|
}
|
|
193
197
|
};
|
|
194
198
|
}
|
|
199
|
+
|
|
200
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
195
201
|
document.addEventListener('mouseover', mouseOverEventRef.current, {
|
|
196
202
|
capture: true,
|
|
197
203
|
passive: true
|
|
@@ -206,7 +212,9 @@ var LeftSidebar = function LeftSidebar(props) {
|
|
|
206
212
|
}, _constants.FLYOUT_DELAY);
|
|
207
213
|
};
|
|
208
214
|
var removeMouseOverListener = function removeMouseOverListener() {
|
|
209
|
-
mouseOverEventRef.current &&
|
|
215
|
+
mouseOverEventRef.current &&
|
|
216
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
217
|
+
document.removeEventListener('mouseover', mouseOverEventRef.current, {
|
|
210
218
|
capture: true,
|
|
211
219
|
passive: true
|
|
212
220
|
});
|
|
@@ -20,7 +20,7 @@ var _slotFocusRing = _interopRequireDefault(require("./internal/slot-focus-ring"
|
|
|
20
20
|
* @jsx jsx
|
|
21
21
|
*/
|
|
22
22
|
|
|
23
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
23
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
24
24
|
|
|
25
25
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
26
26
|
var prefersReducedMotionStyles = (0, _react2.css)((0, _accessibility.prefersReducedMotion)());
|
|
@@ -18,7 +18,7 @@ var _skipLinks = require("../skip-links");
|
|
|
18
18
|
* @jsx jsx
|
|
19
19
|
*/
|
|
20
20
|
|
|
21
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
21
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
22
22
|
|
|
23
23
|
var pageLayoutSelector = (0, _defineProperty2.default)({}, _constants.PAGE_LAYOUT_CONTAINER_SELECTOR, true);
|
|
24
24
|
var gridTemplateAreasMobile = "\n".concat("\n \"", _constants.LEFT_PANEL, " ").concat(_constants.BANNER, "\"\n ", "\n \"").concat(_constants.LEFT_PANEL, " ").concat(_constants.TOP_NAVIGATION, "\"\n ", "\n \"").concat(_constants.LEFT_PANEL, " ").concat(_constants.CONTENT, "\"\n ");
|
|
@@ -19,7 +19,7 @@ var _slotDimensions = _interopRequireDefault(require("./slot-dimensions"));
|
|
|
19
19
|
* @jsx jsx
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
23
23
|
|
|
24
24
|
var baseStyles = (0, _react2.css)({
|
|
25
25
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -19,7 +19,7 @@ var _slotDimensions = _interopRequireDefault(require("./slot-dimensions"));
|
|
|
19
19
|
* @jsx jsx
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
25
|
* This inner wrapper is required to allow the sidebar to be `position: fixed`.
|
|
@@ -19,7 +19,7 @@ var _slotDimensions = _interopRequireDefault(require("./slot-dimensions"));
|
|
|
19
19
|
* @jsx jsx
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
23
23
|
|
|
24
24
|
var topNavigationStyles = (0, _react2.css)({
|
|
25
25
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
@@ -5,7 +5,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
5
5
|
*/
|
|
6
6
|
import { Fragment, useCallback, useContext, useEffect, useMemo, useRef, useState } from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-global-styles, @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @typescript-eslint/consistent-type-imports, @atlaskit/ui-styling-standard/no-global-styles, @atlaskit/ui-styling-standard/use-compiled
|
|
9
9
|
import { css, Global, jsx } from '@emotion/react';
|
|
10
10
|
import { bindAll } from 'bind-event-listener';
|
|
11
11
|
import rafSchd from 'raf-schd';
|
|
@@ -165,11 +165,14 @@ const ResizeControl = ({
|
|
|
165
165
|
// Will return sidebar to the same size it was before the resizing started
|
|
166
166
|
if (event.key === 'Escape') {
|
|
167
167
|
sidebarWidth.current = Math.max(leftSidebarState.lastLeftSidebarWidth, COLLAPSED_LEFT_SIDEBAR_WIDTH);
|
|
168
|
+
|
|
169
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
168
170
|
document.documentElement.style.setProperty(`--${VAR_LEFT_SIDEBAR_WIDTH}`, `${sidebarWidth.current}px`);
|
|
169
171
|
onFinishResizing();
|
|
170
172
|
}
|
|
171
173
|
}
|
|
172
174
|
}]);
|
|
175
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
173
176
|
document.documentElement.setAttribute(IS_SIDEBAR_DRAGGING, 'true');
|
|
174
177
|
const newLeftbarState = {
|
|
175
178
|
...leftSidebarState,
|
|
@@ -183,6 +186,7 @@ const ResizeControl = ({
|
|
|
183
186
|
onUpdateResize.cancel();
|
|
184
187
|
(_unbindEvents$current = unbindEvents.current) === null || _unbindEvents$current === void 0 ? void 0 : _unbindEvents$current.call(unbindEvents);
|
|
185
188
|
unbindEvents.current = null;
|
|
189
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
186
190
|
document.documentElement.removeAttribute(IS_SIDEBAR_DRAGGING);
|
|
187
191
|
offset.current = 0;
|
|
188
192
|
collapseLeftSidebar(undefined, true);
|
|
@@ -206,6 +210,8 @@ const ResizeControl = ({
|
|
|
206
210
|
}
|
|
207
211
|
const delta = Math.max(Math.min(clientX - leftSidebarWidth - leftPanelWidth, maxWidth - leftSidebarWidth - leftPanelWidth), COLLAPSED_LEFT_SIDEBAR_WIDTH - leftSidebarWidth - leftPanelWidth);
|
|
208
212
|
sidebarWidth.current = Math.max(leftSidebarWidth + delta - offset.current, COLLAPSED_LEFT_SIDEBAR_WIDTH);
|
|
213
|
+
|
|
214
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
209
215
|
document.documentElement.style.setProperty(`--${VAR_LEFT_SIDEBAR_WIDTH}`, `${sidebarWidth.current}px`);
|
|
210
216
|
}));
|
|
211
217
|
const onFinishResizing = () => {
|
|
@@ -213,6 +219,8 @@ const ResizeControl = ({
|
|
|
213
219
|
if (isLeftSidebarCollapsed) {
|
|
214
220
|
return;
|
|
215
221
|
}
|
|
222
|
+
|
|
223
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
216
224
|
document.documentElement.removeAttribute(IS_SIDEBAR_DRAGGING);
|
|
217
225
|
|
|
218
226
|
// TODO: the control flow is pretty strange as the first codepath which calls `collapseLeftSidebar()`
|
|
@@ -223,6 +231,7 @@ const ResizeControl = ({
|
|
|
223
231
|
// collapse the navigation
|
|
224
232
|
if (sidebarWidth.current < MIN_LEFT_SIDEBAR_DRAG_THRESHOLD) {
|
|
225
233
|
// TODO: for this codepath, `onCollapse` occurs before `onResizeEnd` which seems wrong
|
|
234
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
226
235
|
document.documentElement.style.setProperty(`--${VAR_LEFT_SIDEBAR_WIDTH}`, `${COLLAPSED_LEFT_SIDEBAR_WIDTH}px`);
|
|
227
236
|
collapseLeftSidebar(undefined, true);
|
|
228
237
|
}
|
|
@@ -230,6 +239,7 @@ const ResizeControl = ({
|
|
|
230
239
|
// min threshold and default width
|
|
231
240
|
// expand the nav to the default width
|
|
232
241
|
else if (sidebarWidth.current > MIN_LEFT_SIDEBAR_DRAG_THRESHOLD && sidebarWidth.current < DEFAULT_LEFT_SIDEBAR_WIDTH) {
|
|
242
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
233
243
|
document.documentElement.style.setProperty(`--${VAR_LEFT_SIDEBAR_WIDTH}`, `${DEFAULT_LEFT_SIDEBAR_WIDTH}px`);
|
|
234
244
|
updatedLeftSidebarState = {
|
|
235
245
|
...leftSidebarState,
|
|
@@ -290,9 +300,11 @@ const ResizeControl = ({
|
|
|
290
300
|
let width = leftSidebarWidth + stepValue;
|
|
291
301
|
if (width <= DEFAULT_LEFT_SIDEBAR_WIDTH) {
|
|
292
302
|
width = DEFAULT_LEFT_SIDEBAR_WIDTH;
|
|
303
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
293
304
|
document.documentElement.style.setProperty(`--${VAR_LEFT_SIDEBAR_WIDTH}`, `${DEFAULT_LEFT_SIDEBAR_WIDTH - 20}px`);
|
|
294
305
|
} else if (width > maxWidth) {
|
|
295
306
|
width = maxWidth;
|
|
307
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
296
308
|
document.documentElement.style.setProperty(`--${VAR_LEFT_SIDEBAR_WIDTH}`, `${maxWidth + 20}px`);
|
|
297
309
|
} else if (hasModifierKey) {
|
|
298
310
|
width = isRightOrBottomArrow ? maxWidth : DEFAULT_LEFT_SIDEBAR_WIDTH;
|
|
@@ -303,6 +315,8 @@ const ResizeControl = ({
|
|
|
303
315
|
requestAnimationFrame(() => {
|
|
304
316
|
keyboardEventTimeout.current = window.setTimeout(() => {
|
|
305
317
|
keyboardEventTimeout.current && clearTimeout(keyboardEventTimeout.current);
|
|
318
|
+
|
|
319
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
306
320
|
document.documentElement.style.setProperty(`--${VAR_LEFT_SIDEBAR_WIDTH}`, `${width}px`);
|
|
307
321
|
const updatedLeftSidebarState = {
|
|
308
322
|
...leftSidebarState,
|
|
@@ -6,7 +6,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
6
6
|
* @jsx jsx
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
10
10
|
import { css, jsx } from '@emotion/react';
|
|
11
11
|
import ChevronRight from '@atlaskit/icon/core/chevron-right';
|
|
12
12
|
import { easeOut } from '@atlaskit/motion/curves';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
7
7
|
import { css, jsx } from '@emotion/react';
|
|
8
8
|
import { easeOut } from '@atlaskit/motion';
|
|
9
9
|
import { useIsSidebarDragging } from '../../common/hooks';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* @jsx jsx
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
8
8
|
import { css, jsx } from '@emotion/react';
|
|
9
9
|
import Link from '@atlaskit/link';
|
|
10
10
|
import { easeOut, prefersReducedMotion } from '@atlaskit/motion';
|
|
@@ -86,7 +86,9 @@ export const SkipLinkWrapper = ({
|
|
|
86
86
|
};
|
|
87
87
|
const escapeHandler = event => {
|
|
88
88
|
if (event.keyCode === 27) {
|
|
89
|
-
const container = document.querySelector(`[${PAGE_LAYOUT_CONTAINER_SELECTOR}="true"]`
|
|
89
|
+
const container = document.querySelector(`[${PAGE_LAYOUT_CONTAINER_SELECTOR}="true"]`
|
|
90
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
91
|
+
);
|
|
90
92
|
if (container !== null) {
|
|
91
93
|
container.focus();
|
|
92
94
|
}
|
|
@@ -124,6 +126,7 @@ const focusTargetRef = href => event => {
|
|
|
124
126
|
event.preventDefault();
|
|
125
127
|
const targetRef = document.querySelector(href);
|
|
126
128
|
|
|
129
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
127
130
|
// @ts-ignore
|
|
128
131
|
const key = event.which || event.keycode;
|
|
129
132
|
// if it is a keypress and the key is not
|
|
@@ -138,7 +141,9 @@ const focusTargetRef = href => event => {
|
|
|
138
141
|
// @ts-ignore
|
|
139
142
|
targetRef.focus();
|
|
140
143
|
document.activeElement && document.activeElement.scrollIntoView({
|
|
144
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
141
145
|
behavior: 'smooth'
|
|
146
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
142
147
|
});
|
|
143
148
|
window.scrollTo(0, 0);
|
|
144
149
|
}
|
|
@@ -5,7 +5,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
5
5
|
*/
|
|
6
6
|
import { useEffect } from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
9
9
|
import { css, jsx } from '@emotion/react';
|
|
10
10
|
import { BANNER, BANNER_HEIGHT, DEFAULT_BANNER_HEIGHT, LEFT_PANEL_WIDTH, RIGHT_PANEL_WIDTH, VAR_BANNER_HEIGHT } from '../../common/constants';
|
|
11
11
|
import { getPageLayoutSlotSelector, resolveDimension } from '../../common/utils';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
7
7
|
import { css, jsx } from '@emotion/react';
|
|
8
8
|
import { CONTENT } from '../../common/constants';
|
|
9
9
|
const contentStyles = css({
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
7
7
|
import { css, jsx } from '@emotion/react';
|
|
8
8
|
import { easeOut, prefersReducedMotion } from '@atlaskit/motion';
|
|
9
9
|
import { UNSAFE_media } from '@atlaskit/primitives/responsive';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
7
7
|
import { css, jsx } from '@emotion/react';
|
|
8
8
|
import { prefersReducedMotion } from '@atlaskit/motion';
|
|
9
9
|
import { TRANSITION_DURATION } from '../../../common/constants';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
7
7
|
import { ClassNames, css, jsx } from '@emotion/react';
|
|
8
8
|
import { B100 } from '@atlaskit/theme/colors';
|
|
9
9
|
const focusStyles = css({
|
|
@@ -5,7 +5,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
5
5
|
*/
|
|
6
6
|
import { useEffect } from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
9
9
|
import { css, jsx } from '@emotion/react';
|
|
10
10
|
import { DEFAULT_LEFT_PANEL_WIDTH, LEFT_PANEL, LEFT_PANEL_WIDTH, VAR_LEFT_PANEL_WIDTH } from '../../common/constants';
|
|
11
11
|
import { getPageLayoutSlotSelector, resolveDimension } from '../../common/utils';
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import { useEffect } from 'react';
|
|
6
6
|
|
|
7
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
8
8
|
import { jsx } from '@emotion/react';
|
|
9
9
|
import { VAR_LEFT_SIDEBAR_WIDTH } from '../../common/constants';
|
|
10
10
|
import { resolveDimension } from '../../common/utils';
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
import { Fragment, useCallback, useContext, useEffect, useRef } from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
9
9
|
import { css, jsx } from '@emotion/react';
|
|
10
10
|
import useCloseOnEscapePress from '@atlaskit/ds-lib/use-close-on-escape-press';
|
|
11
11
|
import { easeOut } from '@atlaskit/motion';
|
|
@@ -97,6 +97,8 @@ const LeftSidebar = props => {
|
|
|
97
97
|
handlerRef.current = event => {
|
|
98
98
|
mouseXRef.current = event.clientX;
|
|
99
99
|
};
|
|
100
|
+
|
|
101
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
100
102
|
document.addEventListener('mousemove', handlerRef.current);
|
|
101
103
|
}
|
|
102
104
|
if (!isLocked && handlerRef.current) {
|
|
@@ -106,11 +108,13 @@ const LeftSidebar = props => {
|
|
|
106
108
|
isFlyoutOpen: false
|
|
107
109
|
}));
|
|
108
110
|
}
|
|
111
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
109
112
|
document.removeEventListener('mousemove', handlerRef.current);
|
|
110
113
|
handlerRef.current = null;
|
|
111
114
|
}
|
|
112
115
|
return () => {
|
|
113
116
|
if (handlerRef.current) {
|
|
117
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
114
118
|
document.removeEventListener('mousemove', handlerRef.current);
|
|
115
119
|
}
|
|
116
120
|
};
|
|
@@ -191,6 +195,8 @@ const LeftSidebar = props => {
|
|
|
191
195
|
}
|
|
192
196
|
};
|
|
193
197
|
}
|
|
198
|
+
|
|
199
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
194
200
|
document.addEventListener('mouseover', mouseOverEventRef.current, {
|
|
195
201
|
capture: true,
|
|
196
202
|
passive: true
|
|
@@ -204,7 +210,9 @@ const LeftSidebar = props => {
|
|
|
204
210
|
}, FLYOUT_DELAY);
|
|
205
211
|
};
|
|
206
212
|
const removeMouseOverListener = () => {
|
|
207
|
-
mouseOverEventRef.current &&
|
|
213
|
+
mouseOverEventRef.current &&
|
|
214
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
215
|
+
document.removeEventListener('mouseover', mouseOverEventRef.current, {
|
|
208
216
|
capture: true,
|
|
209
217
|
passive: true
|
|
210
218
|
});
|
|
@@ -5,7 +5,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
5
5
|
*/
|
|
6
6
|
import { useContext } from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
9
9
|
import { css, jsx } from '@emotion/react';
|
|
10
10
|
import { prefersReducedMotion } from '@atlaskit/motion/accessibility';
|
|
11
11
|
import { easeOut } from '@atlaskit/motion/curves';
|
|
@@ -5,7 +5,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
5
5
|
*/
|
|
6
6
|
import { Fragment } from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
9
9
|
import { css, jsx } from '@emotion/react';
|
|
10
10
|
import { UNSAFE_media } from '@atlaskit/primitives/responsive';
|
|
11
11
|
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';
|
|
@@ -5,7 +5,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
5
5
|
*/
|
|
6
6
|
import { useEffect } from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
9
9
|
import { css, jsx } from '@emotion/react';
|
|
10
10
|
import { DEFAULT_RIGHT_PANEL_WIDTH, RIGHT_PANEL, RIGHT_PANEL_WIDTH, VAR_RIGHT_PANEL_WIDTH } from '../../common/constants';
|
|
11
11
|
import { getPageLayoutSlotSelector, resolveDimension } from '../../common/utils';
|
|
@@ -5,7 +5,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
5
5
|
*/
|
|
6
6
|
import { useEffect } from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
9
9
|
import { css, jsx } from '@emotion/react';
|
|
10
10
|
import { BANNER_HEIGHT, DEFAULT_RIGHT_SIDEBAR_WIDTH, RIGHT_PANEL_WIDTH, RIGHT_SIDEBAR_WIDTH, TOP_NAVIGATION_HEIGHT, VAR_RIGHT_SIDEBAR_WIDTH } from '../../common/constants';
|
|
11
11
|
import { getPageLayoutSlotSelector, resolveDimension } from '../../common/utils';
|
|
@@ -5,7 +5,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
5
5
|
*/
|
|
6
6
|
import { useEffect } from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
9
9
|
import { css, jsx } from '@emotion/react';
|
|
10
10
|
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';
|
|
11
11
|
import { getPageLayoutSlotSelector, resolveDimension } from '../../common/utils';
|
|
@@ -9,7 +9,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
9
9
|
*/
|
|
10
10
|
import { Fragment, useCallback, useContext, useEffect, useMemo, useRef, useState } from 'react';
|
|
11
11
|
|
|
12
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-global-styles, @atlaskit/ui-styling-standard/use-compiled
|
|
12
|
+
// eslint-disable-next-line @typescript-eslint/consistent-type-imports, @atlaskit/ui-styling-standard/no-global-styles, @atlaskit/ui-styling-standard/use-compiled
|
|
13
13
|
import { css, Global, jsx } from '@emotion/react';
|
|
14
14
|
import { bindAll } from 'bind-event-listener';
|
|
15
15
|
import rafSchd from 'raf-schd';
|
|
@@ -169,11 +169,14 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
169
169
|
// Will return sidebar to the same size it was before the resizing started
|
|
170
170
|
if (event.key === 'Escape') {
|
|
171
171
|
sidebarWidth.current = Math.max(leftSidebarState.lastLeftSidebarWidth, COLLAPSED_LEFT_SIDEBAR_WIDTH);
|
|
172
|
+
|
|
173
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
172
174
|
document.documentElement.style.setProperty("--".concat(VAR_LEFT_SIDEBAR_WIDTH), "".concat(sidebarWidth.current, "px"));
|
|
173
175
|
onFinishResizing();
|
|
174
176
|
}
|
|
175
177
|
}
|
|
176
178
|
}]);
|
|
179
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
177
180
|
document.documentElement.setAttribute(IS_SIDEBAR_DRAGGING, 'true');
|
|
178
181
|
var newLeftbarState = _objectSpread(_objectSpread({}, leftSidebarState), {}, {
|
|
179
182
|
isResizing: true
|
|
@@ -186,6 +189,7 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
186
189
|
onUpdateResize.cancel();
|
|
187
190
|
(_unbindEvents$current = unbindEvents.current) === null || _unbindEvents$current === void 0 || _unbindEvents$current.call(unbindEvents);
|
|
188
191
|
unbindEvents.current = null;
|
|
192
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
189
193
|
document.documentElement.removeAttribute(IS_SIDEBAR_DRAGGING);
|
|
190
194
|
offset.current = 0;
|
|
191
195
|
collapseLeftSidebar(undefined, true);
|
|
@@ -209,6 +213,8 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
209
213
|
}
|
|
210
214
|
var delta = Math.max(Math.min(clientX - leftSidebarWidth - leftPanelWidth, maxWidth - leftSidebarWidth - leftPanelWidth), COLLAPSED_LEFT_SIDEBAR_WIDTH - leftSidebarWidth - leftPanelWidth);
|
|
211
215
|
sidebarWidth.current = Math.max(leftSidebarWidth + delta - offset.current, COLLAPSED_LEFT_SIDEBAR_WIDTH);
|
|
216
|
+
|
|
217
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
212
218
|
document.documentElement.style.setProperty("--".concat(VAR_LEFT_SIDEBAR_WIDTH), "".concat(sidebarWidth.current, "px"));
|
|
213
219
|
});
|
|
214
220
|
}),
|
|
@@ -219,6 +225,8 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
219
225
|
if (isLeftSidebarCollapsed) {
|
|
220
226
|
return;
|
|
221
227
|
}
|
|
228
|
+
|
|
229
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
222
230
|
document.documentElement.removeAttribute(IS_SIDEBAR_DRAGGING);
|
|
223
231
|
|
|
224
232
|
// TODO: the control flow is pretty strange as the first codepath which calls `collapseLeftSidebar()`
|
|
@@ -229,6 +237,7 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
229
237
|
// collapse the navigation
|
|
230
238
|
if (sidebarWidth.current < MIN_LEFT_SIDEBAR_DRAG_THRESHOLD) {
|
|
231
239
|
// TODO: for this codepath, `onCollapse` occurs before `onResizeEnd` which seems wrong
|
|
240
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
232
241
|
document.documentElement.style.setProperty("--".concat(VAR_LEFT_SIDEBAR_WIDTH), "".concat(COLLAPSED_LEFT_SIDEBAR_WIDTH, "px"));
|
|
233
242
|
collapseLeftSidebar(undefined, true);
|
|
234
243
|
}
|
|
@@ -236,6 +245,7 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
236
245
|
// min threshold and default width
|
|
237
246
|
// expand the nav to the default width
|
|
238
247
|
else if (sidebarWidth.current > MIN_LEFT_SIDEBAR_DRAG_THRESHOLD && sidebarWidth.current < DEFAULT_LEFT_SIDEBAR_WIDTH) {
|
|
248
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
239
249
|
document.documentElement.style.setProperty("--".concat(VAR_LEFT_SIDEBAR_WIDTH), "".concat(DEFAULT_LEFT_SIDEBAR_WIDTH, "px"));
|
|
240
250
|
updatedLeftSidebarState = _objectSpread(_objectSpread({}, leftSidebarState), {}, _defineProperty(_defineProperty({
|
|
241
251
|
isResizing: false
|
|
@@ -285,9 +295,11 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
285
295
|
var width = leftSidebarWidth + stepValue;
|
|
286
296
|
if (width <= DEFAULT_LEFT_SIDEBAR_WIDTH) {
|
|
287
297
|
width = DEFAULT_LEFT_SIDEBAR_WIDTH;
|
|
298
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
288
299
|
document.documentElement.style.setProperty("--".concat(VAR_LEFT_SIDEBAR_WIDTH), "".concat(DEFAULT_LEFT_SIDEBAR_WIDTH - 20, "px"));
|
|
289
300
|
} else if (width > maxWidth) {
|
|
290
301
|
width = maxWidth;
|
|
302
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
291
303
|
document.documentElement.style.setProperty("--".concat(VAR_LEFT_SIDEBAR_WIDTH), "".concat(maxWidth + 20, "px"));
|
|
292
304
|
} else if (hasModifierKey) {
|
|
293
305
|
width = isRightOrBottomArrow ? maxWidth : DEFAULT_LEFT_SIDEBAR_WIDTH;
|
|
@@ -298,6 +310,8 @@ var ResizeControl = function ResizeControl(_ref) {
|
|
|
298
310
|
requestAnimationFrame(function () {
|
|
299
311
|
keyboardEventTimeout.current = window.setTimeout(function () {
|
|
300
312
|
keyboardEventTimeout.current && clearTimeout(keyboardEventTimeout.current);
|
|
313
|
+
|
|
314
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
301
315
|
document.documentElement.style.setProperty("--".concat(VAR_LEFT_SIDEBAR_WIDTH), "".concat(width, "px"));
|
|
302
316
|
var updatedLeftSidebarState = _objectSpread(_objectSpread({}, leftSidebarState), {}, _defineProperty(_defineProperty({}, VAR_LEFT_SIDEBAR_WIDTH, width), "lastLeftSidebarWidth", width));
|
|
303
317
|
setLeftSidebarState(updatedLeftSidebarState);
|
|
@@ -10,7 +10,7 @@ var _excluded = ["isLeftSidebarCollapsed", "label", "onClick", "testId"],
|
|
|
10
10
|
* @jsx jsx
|
|
11
11
|
*/
|
|
12
12
|
|
|
13
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
14
14
|
import { css, jsx } from '@emotion/react';
|
|
15
15
|
import ChevronRight from '@atlaskit/icon/core/chevron-right';
|
|
16
16
|
import { easeOut } from '@atlaskit/motion/curves';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
7
7
|
import { css, jsx } from '@emotion/react';
|
|
8
8
|
import { easeOut } from '@atlaskit/motion';
|
|
9
9
|
import { useIsSidebarDragging } from '../../common/hooks';
|
|
@@ -8,7 +8,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
8
8
|
* @jsx jsx
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
11
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
12
12
|
import { css, jsx } from '@emotion/react';
|
|
13
13
|
import Link from '@atlaskit/link';
|
|
14
14
|
import { easeOut, prefersReducedMotion } from '@atlaskit/motion';
|
|
@@ -95,7 +95,8 @@ export var SkipLinkWrapper = function SkipLinkWrapper(_ref) {
|
|
|
95
95
|
};
|
|
96
96
|
var escapeHandler = function escapeHandler(event) {
|
|
97
97
|
if (event.keyCode === 27) {
|
|
98
|
-
var container = document.querySelector("[".concat(PAGE_LAYOUT_CONTAINER_SELECTOR, "=\"true\"]")
|
|
98
|
+
var container = document.querySelector("[".concat(PAGE_LAYOUT_CONTAINER_SELECTOR, "=\"true\"]") // eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
99
|
+
);
|
|
99
100
|
if (container !== null) {
|
|
100
101
|
container.focus();
|
|
101
102
|
}
|
|
@@ -139,6 +140,7 @@ var focusTargetRef = function focusTargetRef(href) {
|
|
|
139
140
|
event.preventDefault();
|
|
140
141
|
var targetRef = document.querySelector(href);
|
|
141
142
|
|
|
143
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
142
144
|
// @ts-ignore
|
|
143
145
|
var key = event.which || event.keycode;
|
|
144
146
|
// if it is a keypress and the key is not
|
|
@@ -153,7 +155,9 @@ var focusTargetRef = function focusTargetRef(href) {
|
|
|
153
155
|
// @ts-ignore
|
|
154
156
|
targetRef.focus();
|
|
155
157
|
document.activeElement && document.activeElement.scrollIntoView({
|
|
158
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
156
159
|
behavior: 'smooth'
|
|
160
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
157
161
|
});
|
|
158
162
|
window.scrollTo(0, 0);
|
|
159
163
|
}
|
|
@@ -6,7 +6,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
6
6
|
*/
|
|
7
7
|
import { useEffect } from 'react';
|
|
8
8
|
|
|
9
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
10
10
|
import { css, jsx } from '@emotion/react';
|
|
11
11
|
import { BANNER, BANNER_HEIGHT, DEFAULT_BANNER_HEIGHT, LEFT_PANEL_WIDTH, RIGHT_PANEL_WIDTH, VAR_BANNER_HEIGHT } from '../../common/constants';
|
|
12
12
|
import { getPageLayoutSlotSelector, resolveDimension } from '../../common/utils';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
7
7
|
import { css, jsx } from '@emotion/react';
|
|
8
8
|
import { CONTENT } from '../../common/constants';
|
|
9
9
|
var contentStyles = css({
|
|
@@ -4,7 +4,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
4
4
|
* @jsx jsx
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
8
8
|
import { css, jsx } from '@emotion/react';
|
|
9
9
|
import { easeOut, prefersReducedMotion } from '@atlaskit/motion';
|
|
10
10
|
import { UNSAFE_media } from '@atlaskit/primitives/responsive';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
7
7
|
import { css, jsx } from '@emotion/react';
|
|
8
8
|
import { prefersReducedMotion } from '@atlaskit/motion';
|
|
9
9
|
import { TRANSITION_DURATION } from '../../../common/constants';
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
7
7
|
import { ClassNames, css, jsx } from '@emotion/react';
|
|
8
8
|
import { B100 } from '@atlaskit/theme/colors';
|
|
9
9
|
var focusStyles = css({
|
|
@@ -6,7 +6,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
6
6
|
*/
|
|
7
7
|
import { useEffect } from 'react';
|
|
8
8
|
|
|
9
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
10
10
|
import { css, jsx } from '@emotion/react';
|
|
11
11
|
import { DEFAULT_LEFT_PANEL_WIDTH, LEFT_PANEL, LEFT_PANEL_WIDTH, VAR_LEFT_PANEL_WIDTH } from '../../common/constants';
|
|
12
12
|
import { getPageLayoutSlotSelector, resolveDimension } from '../../common/utils';
|
|
@@ -5,7 +5,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
5
5
|
*/
|
|
6
6
|
import { useEffect } from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
9
9
|
import { jsx } from '@emotion/react';
|
|
10
10
|
import { VAR_LEFT_SIDEBAR_WIDTH } from '../../common/constants';
|
|
11
11
|
import { resolveDimension } from '../../common/utils';
|
|
@@ -8,7 +8,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
8
8
|
*/
|
|
9
9
|
import { Fragment, useCallback, useContext, useEffect, useRef } from 'react';
|
|
10
10
|
|
|
11
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
11
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
12
12
|
import { css, jsx } from '@emotion/react';
|
|
13
13
|
import useCloseOnEscapePress from '@atlaskit/ds-lib/use-close-on-escape-press';
|
|
14
14
|
import { easeOut } from '@atlaskit/motion';
|
|
@@ -96,6 +96,8 @@ var LeftSidebar = function LeftSidebar(props) {
|
|
|
96
96
|
handlerRef.current = function (event) {
|
|
97
97
|
mouseXRef.current = event.clientX;
|
|
98
98
|
};
|
|
99
|
+
|
|
100
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
99
101
|
document.addEventListener('mousemove', handlerRef.current);
|
|
100
102
|
}
|
|
101
103
|
if (!isLocked && handlerRef.current) {
|
|
@@ -106,11 +108,13 @@ var LeftSidebar = function LeftSidebar(props) {
|
|
|
106
108
|
});
|
|
107
109
|
});
|
|
108
110
|
}
|
|
111
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
109
112
|
document.removeEventListener('mousemove', handlerRef.current);
|
|
110
113
|
handlerRef.current = null;
|
|
111
114
|
}
|
|
112
115
|
return function () {
|
|
113
116
|
if (handlerRef.current) {
|
|
117
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
114
118
|
document.removeEventListener('mousemove', handlerRef.current);
|
|
115
119
|
}
|
|
116
120
|
};
|
|
@@ -189,6 +193,8 @@ var LeftSidebar = function LeftSidebar(props) {
|
|
|
189
193
|
}
|
|
190
194
|
};
|
|
191
195
|
}
|
|
196
|
+
|
|
197
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
192
198
|
document.addEventListener('mouseover', mouseOverEventRef.current, {
|
|
193
199
|
capture: true,
|
|
194
200
|
passive: true
|
|
@@ -203,7 +209,9 @@ var LeftSidebar = function LeftSidebar(props) {
|
|
|
203
209
|
}, FLYOUT_DELAY);
|
|
204
210
|
};
|
|
205
211
|
var removeMouseOverListener = function removeMouseOverListener() {
|
|
206
|
-
mouseOverEventRef.current &&
|
|
212
|
+
mouseOverEventRef.current &&
|
|
213
|
+
// eslint-disable-next-line @atlaskit/platform/no-direct-document-usage
|
|
214
|
+
document.removeEventListener('mouseover', mouseOverEventRef.current, {
|
|
207
215
|
capture: true,
|
|
208
216
|
passive: true
|
|
209
217
|
});
|
|
@@ -5,7 +5,7 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
5
5
|
*/
|
|
6
6
|
import { useContext } from 'react';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
8
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
9
9
|
import { css, jsx } from '@emotion/react';
|
|
10
10
|
import { prefersReducedMotion } from '@atlaskit/motion/accessibility';
|
|
11
11
|
import { easeOut } from '@atlaskit/motion/curves';
|
|
@@ -6,7 +6,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
6
6
|
*/
|
|
7
7
|
import { Fragment } from 'react';
|
|
8
8
|
|
|
9
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
10
10
|
import { css, jsx } from '@emotion/react';
|
|
11
11
|
import { UNSAFE_media } from '@atlaskit/primitives/responsive';
|
|
12
12
|
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';
|
|
@@ -6,7 +6,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
6
6
|
*/
|
|
7
7
|
import { useEffect } from 'react';
|
|
8
8
|
|
|
9
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
10
10
|
import { css, jsx } from '@emotion/react';
|
|
11
11
|
import { DEFAULT_RIGHT_PANEL_WIDTH, RIGHT_PANEL, RIGHT_PANEL_WIDTH, VAR_RIGHT_PANEL_WIDTH } from '../../common/constants';
|
|
12
12
|
import { getPageLayoutSlotSelector, resolveDimension } from '../../common/utils';
|
|
@@ -6,7 +6,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
6
6
|
*/
|
|
7
7
|
import { useEffect } from 'react';
|
|
8
8
|
|
|
9
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
10
10
|
import { css, jsx } from '@emotion/react';
|
|
11
11
|
import { BANNER_HEIGHT, DEFAULT_RIGHT_SIDEBAR_WIDTH, RIGHT_PANEL_WIDTH, RIGHT_SIDEBAR_WIDTH, TOP_NAVIGATION_HEIGHT, VAR_RIGHT_SIDEBAR_WIDTH } from '../../common/constants';
|
|
12
12
|
import { getPageLayoutSlotSelector, resolveDimension } from '../../common/utils';
|
|
@@ -6,7 +6,7 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
|
6
6
|
*/
|
|
7
7
|
import { useEffect } from 'react';
|
|
8
8
|
|
|
9
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled
|
|
9
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled, @typescript-eslint/consistent-type-imports
|
|
10
10
|
import { css, jsx } from '@emotion/react';
|
|
11
11
|
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';
|
|
12
12
|
import { getPageLayoutSlotSelector, resolveDimension } from '../../common/utils';
|
|
@@ -33,10 +33,10 @@ export declare const RESIZE_CONTROL_SELECTOR = "data-resize-control";
|
|
|
33
33
|
export declare const PAGE_LAYOUT_SLOT_SELECTOR = "data-ds--page-layout--slot";
|
|
34
34
|
export declare const DEFAULT_I18N_PROPS_SKIP_LINKS = "Skip to:";
|
|
35
35
|
export declare const PAGE_LAYOUT_CONTAINER_SELECTOR = "data-layout-container";
|
|
36
|
-
export declare const LEFT_PANEL_WIDTH
|
|
37
|
-
export declare const RIGHT_PANEL_WIDTH
|
|
38
|
-
export declare const LEFT_SIDEBAR_WIDTH
|
|
39
|
-
export declare const RIGHT_SIDEBAR_WIDTH
|
|
40
|
-
export declare const TOP_NAVIGATION_HEIGHT
|
|
41
|
-
export declare const BANNER_HEIGHT
|
|
42
|
-
export declare const LEFT_SIDEBAR_FLYOUT_WIDTH
|
|
36
|
+
export declare const LEFT_PANEL_WIDTH: "var(--leftPanelWidth, 0px)";
|
|
37
|
+
export declare const RIGHT_PANEL_WIDTH: "var(--rightPanelWidth, 0px)";
|
|
38
|
+
export declare const LEFT_SIDEBAR_WIDTH: "var(--leftSidebarWidth, 0px)";
|
|
39
|
+
export declare const RIGHT_SIDEBAR_WIDTH: "var(--rightSidebarWidth, 0px)";
|
|
40
|
+
export declare const TOP_NAVIGATION_HEIGHT: "var(--topNavigationHeight, 0px)";
|
|
41
|
+
export declare const BANNER_HEIGHT: "var(--bannerHeight, 0px)";
|
|
42
|
+
export declare const LEFT_SIDEBAR_FLYOUT_WIDTH: "var(--leftSidebarFlyoutWidth, 240px)";
|
|
@@ -12,7 +12,7 @@ import { type SkipLinkWrapperProps } from './types';
|
|
|
12
12
|
* default label will still be used in `title` attribute of the skip links
|
|
13
13
|
* themselves.
|
|
14
14
|
*/
|
|
15
|
-
export declare const SkipLinkWrapper: ({ skipLinksLabel }: SkipLinkWrapperProps) => jsx.JSX.Element | null;
|
|
15
|
+
export declare const SkipLinkWrapper: ({ skipLinksLabel, }: SkipLinkWrapperProps) => jsx.JSX.Element | null;
|
|
16
16
|
export declare const SkipLink: ({ href, children, isFocusable, }: {
|
|
17
17
|
href: string;
|
|
18
18
|
children: ReactNode;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @jsxRuntime classic
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
|
-
import { type MouseEventHandler, type ReactNode } from 'react';
|
|
5
|
+
import { type ForwardRefExoticComponent, type MouseEventHandler, type ReactNode, type RefAttributes } from 'react';
|
|
6
6
|
type LeftSidebarOuterProps = {
|
|
7
7
|
children: ReactNode;
|
|
8
8
|
isFixed?: boolean;
|
|
@@ -12,5 +12,5 @@ type LeftSidebarOuterProps = {
|
|
|
12
12
|
onMouseLeave?: MouseEventHandler;
|
|
13
13
|
onClick?: MouseEventHandler;
|
|
14
14
|
};
|
|
15
|
-
declare const LeftSidebarOuter:
|
|
15
|
+
declare const LeftSidebarOuter: ForwardRefExoticComponent<LeftSidebarOuterProps & RefAttributes<HTMLDivElement>>;
|
|
16
16
|
export default LeftSidebarOuter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type KeyboardEvent, type MouseEvent } from 'react';
|
|
1
|
+
import { type Context, type KeyboardEvent, type MouseEvent } from 'react';
|
|
2
2
|
export type LeftSidebarState = {
|
|
3
3
|
isFlyoutOpen: boolean;
|
|
4
4
|
isResizing: boolean;
|
|
@@ -21,7 +21,7 @@ export type SidebarResizeContextValue = {
|
|
|
21
21
|
leftSidebarState: LeftSidebarState;
|
|
22
22
|
setLeftSidebarState: (value: LeftSidebarState | ((prevState: LeftSidebarState) => LeftSidebarState)) => void;
|
|
23
23
|
};
|
|
24
|
-
export declare const SidebarResizeContext:
|
|
24
|
+
export declare const SidebarResizeContext: Context<SidebarResizeContextValue>;
|
|
25
25
|
export declare const usePageLayoutResize: () => {
|
|
26
26
|
isLeftSidebarCollapsed: boolean;
|
|
27
27
|
expandLeftSidebar: () => void;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { type Context } from 'react';
|
|
1
2
|
import { type SkipLinkContextProps, type SkipLinkData } from './types';
|
|
2
|
-
export declare const SkipLinksContext:
|
|
3
|
+
export declare const SkipLinksContext: Context<SkipLinkContextProps>;
|
|
3
4
|
export declare const useSkipLinks: () => SkipLinkContextProps;
|
|
4
5
|
export declare const useSkipLink: (id?: SkipLinkData["id"], skipLinkTitle?: SkipLinkData["skipLinkTitle"]) => void;
|
|
@@ -33,10 +33,10 @@ export declare const RESIZE_CONTROL_SELECTOR = "data-resize-control";
|
|
|
33
33
|
export declare const PAGE_LAYOUT_SLOT_SELECTOR = "data-ds--page-layout--slot";
|
|
34
34
|
export declare const DEFAULT_I18N_PROPS_SKIP_LINKS = "Skip to:";
|
|
35
35
|
export declare const PAGE_LAYOUT_CONTAINER_SELECTOR = "data-layout-container";
|
|
36
|
-
export declare const LEFT_PANEL_WIDTH
|
|
37
|
-
export declare const RIGHT_PANEL_WIDTH
|
|
38
|
-
export declare const LEFT_SIDEBAR_WIDTH
|
|
39
|
-
export declare const RIGHT_SIDEBAR_WIDTH
|
|
40
|
-
export declare const TOP_NAVIGATION_HEIGHT
|
|
41
|
-
export declare const BANNER_HEIGHT
|
|
42
|
-
export declare const LEFT_SIDEBAR_FLYOUT_WIDTH
|
|
36
|
+
export declare const LEFT_PANEL_WIDTH: "var(--leftPanelWidth, 0px)";
|
|
37
|
+
export declare const RIGHT_PANEL_WIDTH: "var(--rightPanelWidth, 0px)";
|
|
38
|
+
export declare const LEFT_SIDEBAR_WIDTH: "var(--leftSidebarWidth, 0px)";
|
|
39
|
+
export declare const RIGHT_SIDEBAR_WIDTH: "var(--rightSidebarWidth, 0px)";
|
|
40
|
+
export declare const TOP_NAVIGATION_HEIGHT: "var(--topNavigationHeight, 0px)";
|
|
41
|
+
export declare const BANNER_HEIGHT: "var(--bannerHeight, 0px)";
|
|
42
|
+
export declare const LEFT_SIDEBAR_FLYOUT_WIDTH: "var(--leftSidebarFlyoutWidth, 240px)";
|
|
@@ -12,7 +12,7 @@ import { type SkipLinkWrapperProps } from './types';
|
|
|
12
12
|
* default label will still be used in `title` attribute of the skip links
|
|
13
13
|
* themselves.
|
|
14
14
|
*/
|
|
15
|
-
export declare const SkipLinkWrapper: ({ skipLinksLabel }: SkipLinkWrapperProps) => jsx.JSX.Element | null;
|
|
15
|
+
export declare const SkipLinkWrapper: ({ skipLinksLabel, }: SkipLinkWrapperProps) => jsx.JSX.Element | null;
|
|
16
16
|
export declare const SkipLink: ({ href, children, isFocusable, }: {
|
|
17
17
|
href: string;
|
|
18
18
|
children: ReactNode;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @jsxRuntime classic
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
|
-
import { type MouseEventHandler, type ReactNode } from 'react';
|
|
5
|
+
import { type ForwardRefExoticComponent, type MouseEventHandler, type ReactNode, type RefAttributes } from 'react';
|
|
6
6
|
type LeftSidebarOuterProps = {
|
|
7
7
|
children: ReactNode;
|
|
8
8
|
isFixed?: boolean;
|
|
@@ -12,5 +12,5 @@ type LeftSidebarOuterProps = {
|
|
|
12
12
|
onMouseLeave?: MouseEventHandler;
|
|
13
13
|
onClick?: MouseEventHandler;
|
|
14
14
|
};
|
|
15
|
-
declare const LeftSidebarOuter:
|
|
15
|
+
declare const LeftSidebarOuter: ForwardRefExoticComponent<LeftSidebarOuterProps & RefAttributes<HTMLDivElement>>;
|
|
16
16
|
export default LeftSidebarOuter;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type KeyboardEvent, type MouseEvent } from 'react';
|
|
1
|
+
import { type Context, type KeyboardEvent, type MouseEvent } from 'react';
|
|
2
2
|
export type LeftSidebarState = {
|
|
3
3
|
isFlyoutOpen: boolean;
|
|
4
4
|
isResizing: boolean;
|
|
@@ -21,7 +21,7 @@ export type SidebarResizeContextValue = {
|
|
|
21
21
|
leftSidebarState: LeftSidebarState;
|
|
22
22
|
setLeftSidebarState: (value: LeftSidebarState | ((prevState: LeftSidebarState) => LeftSidebarState)) => void;
|
|
23
23
|
};
|
|
24
|
-
export declare const SidebarResizeContext:
|
|
24
|
+
export declare const SidebarResizeContext: Context<SidebarResizeContextValue>;
|
|
25
25
|
export declare const usePageLayoutResize: () => {
|
|
26
26
|
isLeftSidebarCollapsed: boolean;
|
|
27
27
|
expandLeftSidebar: () => void;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
+
import { type Context } from 'react';
|
|
1
2
|
import { type SkipLinkContextProps, type SkipLinkData } from './types';
|
|
2
|
-
export declare const SkipLinksContext:
|
|
3
|
+
export declare const SkipLinksContext: Context<SkipLinkContextProps>;
|
|
3
4
|
export declare const useSkipLinks: () => SkipLinkContextProps;
|
|
4
5
|
export declare const useSkipLink: (id?: SkipLinkData["id"], skipLinkTitle?: SkipLinkData["skipLinkTitle"]) => void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/page-layout",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.28",
|
|
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/"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"homepage": "https://atlassian.design/components/page-layout/",
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
41
|
-
"@atlaskit/icon": "^
|
|
41
|
+
"@atlaskit/icon": "^31.0.0",
|
|
42
42
|
"@atlaskit/link": "^3.3.0",
|
|
43
43
|
"@atlaskit/motion": "^5.3.0",
|
|
44
44
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|