@atlaskit/navigation-system 5.15.0 → 5.16.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 +27 -0
- package/dist/cjs/ui/page-layout/banner.compiled.css +1 -0
- package/dist/cjs/ui/page-layout/banner.js +6 -2
- package/dist/cjs/ui/page-layout/constants.js +16 -2
- package/dist/cjs/ui/page-layout/panel-splitter/provider.js +5 -3
- package/dist/cjs/ui/page-layout/panel-splitter/side-nav-panel-splitter.js +59 -0
- package/dist/cjs/ui/page-layout/root.compiled.css +1 -0
- package/dist/cjs/ui/page-layout/root.js +7 -2
- package/dist/cjs/ui/page-layout/side-nav/side-nav-content.compiled.css +2 -1
- package/dist/cjs/ui/page-layout/side-nav/side-nav-content.js +8 -2
- package/dist/cjs/ui/page-layout/side-nav/side-nav-header.js +17 -0
- package/dist/cjs/ui/page-layout/side-nav/side-nav.compiled.css +3 -0
- package/dist/cjs/ui/page-layout/side-nav/side-nav.js +28 -17
- package/dist/cjs/ui/page-layout/top-nav/top-nav-end.js +3 -2
- package/dist/cjs/ui/page-layout/top-nav/top-nav-middle.js +2 -1
- package/dist/cjs/ui/page-layout/top-nav/top-nav-start.compiled.css +2 -1
- package/dist/cjs/ui/page-layout/top-nav/top-nav-start.js +30 -3
- package/dist/cjs/ui/page-layout/top-nav/top-nav.compiled.css +11 -0
- package/dist/cjs/ui/page-layout/top-nav/top-nav.js +44 -5
- package/dist/es2019/ui/page-layout/banner.compiled.css +1 -0
- package/dist/es2019/ui/page-layout/banner.js +6 -2
- package/dist/es2019/ui/page-layout/constants.js +15 -1
- package/dist/es2019/ui/page-layout/panel-splitter/provider.js +5 -3
- package/dist/es2019/ui/page-layout/panel-splitter/side-nav-panel-splitter.js +57 -2
- package/dist/es2019/ui/page-layout/root.compiled.css +1 -0
- package/dist/es2019/ui/page-layout/root.js +7 -2
- package/dist/es2019/ui/page-layout/side-nav/side-nav-content.compiled.css +2 -1
- package/dist/es2019/ui/page-layout/side-nav/side-nav-content.js +9 -2
- package/dist/es2019/ui/page-layout/side-nav/side-nav-header.js +17 -0
- package/dist/es2019/ui/page-layout/side-nav/side-nav.compiled.css +3 -0
- package/dist/es2019/ui/page-layout/side-nav/side-nav.js +19 -8
- package/dist/es2019/ui/page-layout/top-nav/top-nav-end.js +3 -2
- package/dist/es2019/ui/page-layout/top-nav/top-nav-middle.js +2 -1
- package/dist/es2019/ui/page-layout/top-nav/top-nav-start.compiled.css +2 -1
- package/dist/es2019/ui/page-layout/top-nav/top-nav-start.js +30 -3
- package/dist/es2019/ui/page-layout/top-nav/top-nav.compiled.css +11 -0
- package/dist/es2019/ui/page-layout/top-nav/top-nav.js +42 -7
- package/dist/esm/ui/page-layout/banner.compiled.css +1 -0
- package/dist/esm/ui/page-layout/banner.js +6 -2
- package/dist/esm/ui/page-layout/constants.js +15 -1
- package/dist/esm/ui/page-layout/panel-splitter/provider.js +5 -3
- package/dist/esm/ui/page-layout/panel-splitter/side-nav-panel-splitter.js +61 -2
- package/dist/esm/ui/page-layout/root.compiled.css +1 -0
- package/dist/esm/ui/page-layout/root.js +7 -2
- package/dist/esm/ui/page-layout/side-nav/side-nav-content.compiled.css +2 -1
- package/dist/esm/ui/page-layout/side-nav/side-nav-content.js +8 -2
- package/dist/esm/ui/page-layout/side-nav/side-nav-header.js +17 -0
- package/dist/esm/ui/page-layout/side-nav/side-nav.compiled.css +3 -0
- package/dist/esm/ui/page-layout/side-nav/side-nav.js +19 -8
- package/dist/esm/ui/page-layout/top-nav/top-nav-end.js +3 -2
- package/dist/esm/ui/page-layout/top-nav/top-nav-middle.js +2 -1
- package/dist/esm/ui/page-layout/top-nav/top-nav-start.compiled.css +2 -1
- package/dist/esm/ui/page-layout/top-nav/top-nav-start.js +30 -3
- package/dist/esm/ui/page-layout/top-nav/top-nav.compiled.css +11 -0
- package/dist/esm/ui/page-layout/top-nav/top-nav.js +46 -7
- package/dist/types/ui/page-layout/constants.d.ts +10 -0
- package/dist/types/ui/page-layout/panel-splitter/context.d.ts +7 -2
- package/dist/types/ui/page-layout/panel-splitter/provider.d.ts +20 -2
- package/dist/types/ui/page-layout/side-nav/side-nav.d.ts +6 -0
- package/dist/types-ts4.5/ui/page-layout/constants.d.ts +10 -0
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/context.d.ts +7 -2
- package/dist/types-ts4.5/ui/page-layout/panel-splitter/provider.d.ts +20 -2
- package/dist/types-ts4.5/ui/page-layout/side-nav/side-nav.d.ts +6 -0
- package/package.json +6 -3
|
@@ -1,15 +1,18 @@
|
|
|
1
1
|
/* top-nav.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
|
+
import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
|
|
2
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
3
4
|
var _excluded = ["backgroundColor"];
|
|
4
5
|
import "./top-nav.compiled.css";
|
|
5
6
|
import * as React from 'react';
|
|
6
7
|
import { ax, ix } from "@compiled/react/runtime";
|
|
7
|
-
import { useContext, useMemo } from 'react';
|
|
8
|
+
import { useContext, useLayoutEffect, useMemo, useState } from 'react';
|
|
9
|
+
import { OpenLayerObserverNamespaceProvider, useOpenLayerObserver } from '@atlaskit/layering/experimental/open-layer-observer';
|
|
10
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
11
|
import { useSkipLink } from '../../../context/skip-links/skip-links-context';
|
|
9
12
|
import { useIsFhsEnabled } from '../../fhs-rollout/use-is-fhs-enabled';
|
|
10
13
|
import { HasCustomThemeContext } from '../../top-nav-items/themed/has-custom-theme-context';
|
|
11
14
|
import { useCustomTheme } from '../../top-nav-items/themed/use-custom-theme';
|
|
12
|
-
import { bannerMountedVar, localSlotLayers, topNavMountedVar, UNSAFE_topNavVar } from '../constants';
|
|
15
|
+
import { bannerMountedVar, localSlotLayers, openLayerObserverTopNavNamespace, sideNavLiveWidthVar, topNavMountedVar, UNSAFE_topNavVar } from '../constants';
|
|
13
16
|
import { DangerouslyHoistSlotSizes } from '../hoist-slot-sizes-context';
|
|
14
17
|
import { DangerouslyHoistCssVarToDocumentRoot, HoistCssVarToLocalGrid } from '../hoist-utils';
|
|
15
18
|
import { useLayoutId } from '../id-utils';
|
|
@@ -25,7 +28,9 @@ import { useSideNavVisibility } from '../side-nav/use-side-nav-visibility';
|
|
|
25
28
|
var styles = {
|
|
26
29
|
root: "_nd5l8cbt _zulpu2gc _18zrutpp _179ria51 _1e0c11p5 _yv0e1mfv _4cvr1h6o _bfhkvuon _vchhusvi _4t3i1dgc _152t1nws _kqsw1if8 _1pbyegat _d6vu1bgi _1j8b18ax",
|
|
27
30
|
fullHeightSidebar: "_18zrze3t _179rglyw _bfhkglyw _lcxvglyw _pdlmutpp",
|
|
28
|
-
fullHeightSidebarExpanded: "_1rqt16a9 _jh1g18ax"
|
|
31
|
+
fullHeightSidebarExpanded: "_1rqt16a9 _jh1g18ax",
|
|
32
|
+
fullHeightSidebarWithLayeringFixes: "_1pbycs5v _lcxv1wug _bfhkvuon _aetrb3bt _18postnw _1gufidpf _1czdidpf _g0nf3tht _1beue4h9 _uaeunqa1 _1cte1l7x",
|
|
33
|
+
fullHeightSidebarWithLayeringFixesAndOpenLayer: "_1pby11wp"
|
|
29
34
|
};
|
|
30
35
|
|
|
31
36
|
/**
|
|
@@ -60,6 +65,8 @@ export function TopNav(_ref) {
|
|
|
60
65
|
var customTheme = useCustomTheme(UNSAFE_theme);
|
|
61
66
|
|
|
62
67
|
/**
|
|
68
|
+
* Note: this is no longer the case when fg('platform-dst-side-nav-layering-fixes') is enabled.
|
|
69
|
+
*
|
|
63
70
|
* With the full height sidebar we have a foreground and background element,
|
|
64
71
|
* so we need to apply the custom theme styles to the correct element.
|
|
65
72
|
*
|
|
@@ -87,9 +94,37 @@ export function TopNav(_ref) {
|
|
|
87
94
|
foregroundStyle = _useMemo.foregroundStyle;
|
|
88
95
|
var _useSideNavVisibility = useSideNavVisibility(),
|
|
89
96
|
isExpandedOnDesktop = _useSideNavVisibility.isExpandedOnDesktop;
|
|
97
|
+
var openLayerObserver = useOpenLayerObserver();
|
|
98
|
+
// Setting the initial state to false, as it is unlikely that the top nav would have an open popup when the app starts.
|
|
99
|
+
var _useState = useState(false),
|
|
100
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
101
|
+
hasOpenPopup = _useState2[0],
|
|
102
|
+
setHasOpenPopup = _useState2[1];
|
|
103
|
+
useLayoutEffect(function () {
|
|
104
|
+
if (!openLayerObserver || !isFhsEnabled || !fg('platform-dst-side-nav-layering-fixes')) {
|
|
105
|
+
return;
|
|
106
|
+
}
|
|
107
|
+
function checkAndSetState() {
|
|
108
|
+
if (!openLayerObserver) {
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
setHasOpenPopup(openLayerObserver.getCount({
|
|
112
|
+
namespace: openLayerObserverTopNavNamespace,
|
|
113
|
+
type: 'popup'
|
|
114
|
+
}) > 0);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
// Initial check
|
|
118
|
+
checkAndSetState();
|
|
119
|
+
|
|
120
|
+
// Check again whenever number of layers in the top nav change
|
|
121
|
+
return openLayerObserver.onChange(checkAndSetState, {
|
|
122
|
+
namespace: openLayerObserverTopNavNamespace
|
|
123
|
+
});
|
|
124
|
+
}, [isFhsEnabled, openLayerObserver]);
|
|
90
125
|
return /*#__PURE__*/React.createElement(HasCustomThemeContext.Provider, {
|
|
91
126
|
value: customTheme.isEnabled
|
|
92
|
-
}, isFhsEnabled && /*#__PURE__*/React.createElement("div", {
|
|
127
|
+
}, isFhsEnabled && !fg('platform-dst-side-nav-layering-fixes') && /*#__PURE__*/React.createElement("div", {
|
|
93
128
|
"data-layout-slot": true,
|
|
94
129
|
"aria-hidden": true
|
|
95
130
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop
|
|
@@ -99,11 +134,13 @@ export function TopNav(_ref) {
|
|
|
99
134
|
}), /*#__PURE__*/React.createElement("header", {
|
|
100
135
|
id: id,
|
|
101
136
|
"data-layout-slot": true,
|
|
102
|
-
className: ax([styles.root, isFhsEnabled && styles.fullHeightSidebar, isExpandedOnDesktop && isFhsEnabled && styles.fullHeightSidebarExpanded, xcss]),
|
|
137
|
+
className: ax([styles.root, isFhsEnabled && styles.fullHeightSidebar, isFhsEnabled && fg('platform-dst-side-nav-layering-fixes') && styles.fullHeightSidebarWithLayeringFixes, hasOpenPopup && isFhsEnabled && fg('platform-dst-side-nav-layering-fixes') && styles.fullHeightSidebarWithLayeringFixesAndOpenLayer, isExpandedOnDesktop && isFhsEnabled && styles.fullHeightSidebarExpanded, xcss]),
|
|
103
138
|
"data-testid": testId
|
|
104
139
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop
|
|
105
140
|
,
|
|
106
|
-
style:
|
|
141
|
+
style:
|
|
142
|
+
// When the layering fixes are enabled, we no longer have separate elements for the foreground and background.
|
|
143
|
+
isFhsEnabled && !fg('platform-dst-side-nav-layering-fixes') ? foregroundStyle : customTheme.isEnabled ? customTheme.style : undefined
|
|
107
144
|
}, /*#__PURE__*/React.createElement(HoistCssVarToLocalGrid, {
|
|
108
145
|
variableName: topNavMountedVar,
|
|
109
146
|
value: height
|
|
@@ -117,5 +154,7 @@ export function TopNav(_ref) {
|
|
|
117
154
|
value: height
|
|
118
155
|
})
|
|
119
156
|
// ------ END UNSAFE STYLES ------
|
|
120
|
-
,
|
|
157
|
+
, fg('platform-dst-side-nav-layering-fixes') ? /*#__PURE__*/React.createElement(OpenLayerObserverNamespaceProvider, {
|
|
158
|
+
namespace: openLayerObserverTopNavNamespace
|
|
159
|
+
}, children) : children));
|
|
121
160
|
}
|
|
@@ -35,6 +35,16 @@ export declare const UNSAFE_MAIN_INLINE_END_FOR_LEGACY_PAGES_ONLY = "calc(var(--
|
|
|
35
35
|
export declare const localSlotLayers: {
|
|
36
36
|
topBar: number;
|
|
37
37
|
banner: number;
|
|
38
|
+
topNavFHSWithOpenLayer: number;
|
|
39
|
+
bannerFHS: number;
|
|
40
|
+
topNavFHS: number;
|
|
38
41
|
sideNav: number;
|
|
39
42
|
panelSmallViewports: number;
|
|
40
43
|
};
|
|
44
|
+
export declare const openLayerObserverSideNavNamespace = "side-nav";
|
|
45
|
+
export declare const openLayerObserverTopNavNamespace = "top-nav";
|
|
46
|
+
/**
|
|
47
|
+
* CSS scroll timeline variable for the side nav content scroll indicator.
|
|
48
|
+
* The scroll timeline is created in SideNavContent, and then used by TopNavStart to apply the scroll indicator line.
|
|
49
|
+
*/
|
|
50
|
+
export declare const sideNavContentScrollTimelineVar = "--sNcst";
|
|
@@ -25,8 +25,13 @@ export type PanelSplitterContextType = {
|
|
|
25
25
|
getResizeBounds: () => ResizeBounds;
|
|
26
26
|
/**
|
|
27
27
|
* A ref to the portal element where the panel splitter will be rendered.
|
|
28
|
-
*
|
|
29
|
-
*
|
|
28
|
+
* It can optionally be provided by consumers of <PanelSplitterProvider> (when the feature gate
|
|
29
|
+
* `platform-dst-side-nav-layering-fixes` is enabled).
|
|
30
|
+
* If not provided, it will be internally set by the PanelSplitterProvider.
|
|
31
|
+
*
|
|
32
|
+
* This prop is useful for:
|
|
33
|
+
* - Rendering the panel splitter outside of an overflow container.
|
|
34
|
+
* - Positioning the panel splitter outside the resizing panel.
|
|
30
35
|
*/
|
|
31
36
|
portalRef: MutableRefObject<HTMLDivElement | null>;
|
|
32
37
|
/**
|
|
@@ -1,12 +1,30 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import React, { type MutableRefObject } from 'react';
|
|
2
2
|
import { type PanelSplitterContextType } from './context';
|
|
3
3
|
export type PanelSplitterProviderProps = Omit<PanelSplitterContextType, 'portalRef' | 'position'> & {
|
|
4
4
|
children: React.ReactNode;
|
|
5
|
+
/**
|
|
6
|
+
* The side of the panel/element that the splitter element is positioned on. Uses logical values to support right-to-left languages.
|
|
7
|
+
*
|
|
8
|
+
* Defaults to `start`.
|
|
9
|
+
*
|
|
10
|
+
* For left-to-right languages, `start` is the left side and `end` is the right side.
|
|
11
|
+
*/
|
|
5
12
|
position?: 'start' | 'end';
|
|
13
|
+
/**
|
|
14
|
+
* A ref to the portal element where the panel splitter will be rendered.
|
|
15
|
+
* It can optionally be provided by consumers of <PanelSplitterProvider> (when the feature gate
|
|
16
|
+
* `platform-dst-side-nav-layering-fixes` is enabled).
|
|
17
|
+
* If not provided, it will be internally set by the PanelSplitterProvider.
|
|
18
|
+
*
|
|
19
|
+
* This prop is useful for:
|
|
20
|
+
* - Rendering the panel splitter outside of an overflow container.
|
|
21
|
+
* - Positioning the panel splitter outside the resizing panel.
|
|
22
|
+
*/
|
|
23
|
+
portalRef?: MutableRefObject<HTMLDivElement | null>;
|
|
6
24
|
};
|
|
7
25
|
/**
|
|
8
26
|
* Provides the context required for the panel splitter to work within a page layout slot.
|
|
9
27
|
*
|
|
10
28
|
* Should be used in the layout area components, e.g. SideNav, Aside etc, as opposed to products.
|
|
11
29
|
*/
|
|
12
|
-
export declare const PanelSplitterProvider: ({ panelId, panelWidth, onCompleteResize, getResizeBounds, resizingCssVar, panelRef, position, isEnabled, shortcut, children, }: PanelSplitterProviderProps) => React.JSX.Element;
|
|
30
|
+
export declare const PanelSplitterProvider: ({ panelId, panelWidth, onCompleteResize, getResizeBounds, resizingCssVar, panelRef, portalRef: providedPortalRef, position, isEnabled, shortcut, children, }: PanelSplitterProviderProps) => React.JSX.Element;
|
|
@@ -35,6 +35,16 @@ export declare const UNSAFE_MAIN_INLINE_END_FOR_LEGACY_PAGES_ONLY = "calc(var(--
|
|
|
35
35
|
export declare const localSlotLayers: {
|
|
36
36
|
topBar: number;
|
|
37
37
|
banner: number;
|
|
38
|
+
topNavFHSWithOpenLayer: number;
|
|
39
|
+
bannerFHS: number;
|
|
40
|
+
topNavFHS: number;
|
|
38
41
|
sideNav: number;
|
|
39
42
|
panelSmallViewports: number;
|
|
40
43
|
};
|
|
44
|
+
export declare const openLayerObserverSideNavNamespace = "side-nav";
|
|
45
|
+
export declare const openLayerObserverTopNavNamespace = "top-nav";
|
|
46
|
+
/**
|
|
47
|
+
* CSS scroll timeline variable for the side nav content scroll indicator.
|
|
48
|
+
* The scroll timeline is created in SideNavContent, and then used by TopNavStart to apply the scroll indicator line.
|
|
49
|
+
*/
|
|
50
|
+
export declare const sideNavContentScrollTimelineVar = "--sNcst";
|
|
@@ -25,8 +25,13 @@ export type PanelSplitterContextType = {
|
|
|
25
25
|
getResizeBounds: () => ResizeBounds;
|
|
26
26
|
/**
|
|
27
27
|
* A ref to the portal element where the panel splitter will be rendered.
|
|
28
|
-
*
|
|
29
|
-
*
|
|
28
|
+
* It can optionally be provided by consumers of <PanelSplitterProvider> (when the feature gate
|
|
29
|
+
* `platform-dst-side-nav-layering-fixes` is enabled).
|
|
30
|
+
* If not provided, it will be internally set by the PanelSplitterProvider.
|
|
31
|
+
*
|
|
32
|
+
* This prop is useful for:
|
|
33
|
+
* - Rendering the panel splitter outside of an overflow container.
|
|
34
|
+
* - Positioning the panel splitter outside the resizing panel.
|
|
30
35
|
*/
|
|
31
36
|
portalRef: MutableRefObject<HTMLDivElement | null>;
|
|
32
37
|
/**
|
|
@@ -1,12 +1,30 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import React, { type MutableRefObject } from 'react';
|
|
2
2
|
import { type PanelSplitterContextType } from './context';
|
|
3
3
|
export type PanelSplitterProviderProps = Omit<PanelSplitterContextType, 'portalRef' | 'position'> & {
|
|
4
4
|
children: React.ReactNode;
|
|
5
|
+
/**
|
|
6
|
+
* The side of the panel/element that the splitter element is positioned on. Uses logical values to support right-to-left languages.
|
|
7
|
+
*
|
|
8
|
+
* Defaults to `start`.
|
|
9
|
+
*
|
|
10
|
+
* For left-to-right languages, `start` is the left side and `end` is the right side.
|
|
11
|
+
*/
|
|
5
12
|
position?: 'start' | 'end';
|
|
13
|
+
/**
|
|
14
|
+
* A ref to the portal element where the panel splitter will be rendered.
|
|
15
|
+
* It can optionally be provided by consumers of <PanelSplitterProvider> (when the feature gate
|
|
16
|
+
* `platform-dst-side-nav-layering-fixes` is enabled).
|
|
17
|
+
* If not provided, it will be internally set by the PanelSplitterProvider.
|
|
18
|
+
*
|
|
19
|
+
* This prop is useful for:
|
|
20
|
+
* - Rendering the panel splitter outside of an overflow container.
|
|
21
|
+
* - Positioning the panel splitter outside the resizing panel.
|
|
22
|
+
*/
|
|
23
|
+
portalRef?: MutableRefObject<HTMLDivElement | null>;
|
|
6
24
|
};
|
|
7
25
|
/**
|
|
8
26
|
* Provides the context required for the panel splitter to work within a page layout slot.
|
|
9
27
|
*
|
|
10
28
|
* Should be used in the layout area components, e.g. SideNav, Aside etc, as opposed to products.
|
|
11
29
|
*/
|
|
12
|
-
export declare const PanelSplitterProvider: ({ panelId, panelWidth, onCompleteResize, getResizeBounds, resizingCssVar, panelRef, position, isEnabled, shortcut, children, }: PanelSplitterProviderProps) => React.JSX.Element;
|
|
30
|
+
export declare const PanelSplitterProvider: ({ panelId, panelWidth, onCompleteResize, getResizeBounds, resizingCssVar, panelRef, portalRef: providedPortalRef, position, isEnabled, shortcut, children, }: PanelSplitterProviderProps) => React.JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/navigation-system",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.16.0",
|
|
4
4
|
"description": "The latest navigation system for Atlassian apps.",
|
|
5
5
|
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
|
|
6
6
|
"author": "Atlassian Pty Ltd",
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"@atlaskit/ds-lib": "^5.3.0",
|
|
74
74
|
"@atlaskit/heading": "^5.2.0",
|
|
75
75
|
"@atlaskit/icon": "^29.3.0",
|
|
76
|
-
"@atlaskit/layering": "^3.
|
|
76
|
+
"@atlaskit/layering": "^3.5.0",
|
|
77
77
|
"@atlaskit/logo": "^19.9.0",
|
|
78
78
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
79
|
-
"@atlaskit/popup": "^4.
|
|
79
|
+
"@atlaskit/popup": "^4.10.0",
|
|
80
80
|
"@atlaskit/pragmatic-drag-and-drop": "^1.7.0",
|
|
81
81
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
82
82
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
|
|
@@ -188,6 +188,9 @@
|
|
|
188
188
|
"platform-dst-nav-app-icon-height-fix": {
|
|
189
189
|
"type": "boolean"
|
|
190
190
|
},
|
|
191
|
+
"platform-dst-side-nav-layering-fixes": {
|
|
192
|
+
"type": "boolean"
|
|
193
|
+
},
|
|
191
194
|
"platform-dst-shape-theme-default": {
|
|
192
195
|
"type": "boolean"
|
|
193
196
|
},
|