@atlaskit/navigation-system 2.21.1 → 2.23.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 +24 -21
- package/dist/cjs/ui/menu-item/menu-item.compiled.css +1 -7
- package/dist/cjs/ui/menu-item/menu-item.js +7 -14
- package/dist/es2019/ui/menu-item/menu-item.compiled.css +1 -7
- package/dist/es2019/ui/menu-item/menu-item.js +7 -14
- package/dist/esm/ui/menu-item/menu-item.compiled.css +1 -7
- package/dist/esm/ui/menu-item/menu-item.js +7 -14
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atlassian/navigation-system
|
|
2
2
|
|
|
3
|
+
## 2.23.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [`46f39b03ba41d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/46f39b03ba41d) -
|
|
8
|
+
The menu item `actionsOnHover` slot has been updated to improve accessibility. These changes were
|
|
9
|
+
previously behind a feature flag, which has now been removed. These changes are now available for
|
|
10
|
+
all consumers.
|
|
11
|
+
- Popup triggers placed inside the slot will now correctly be focused when closing their
|
|
12
|
+
respective popups.
|
|
13
|
+
|
|
14
|
+
- Interactive elements placed inside the slot will be in the tab order when tabbing backwards.
|
|
15
|
+
|
|
16
|
+
## 2.22.0
|
|
17
|
+
|
|
18
|
+
### Minor Changes
|
|
19
|
+
|
|
20
|
+
- [`3c732646f3e19`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/3c732646f3e19) -
|
|
21
|
+
The tooltip for truncated side nav menu item has been updated behind the feature gate
|
|
22
|
+
`platform_dst_side_nav_remove_custom_tooltip`:
|
|
23
|
+
- The tooltip now uses the standard tooltip styling and behavior, instead of using a custom
|
|
24
|
+
component.
|
|
25
|
+
- The tooltip position has been updated to `right-start` (previously it was `right`).
|
|
26
|
+
|
|
3
27
|
## 2.21.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
|
@@ -15,7 +39,6 @@
|
|
|
15
39
|
This change is behind the feature gate `navx-full-height-sidebar`.
|
|
16
40
|
|
|
17
41
|
This includes:
|
|
18
|
-
|
|
19
42
|
- `SideNav` peek animations
|
|
20
43
|
- `SideNav` expand and collapse animations
|
|
21
44
|
- `TopNavStart` reorder animations
|
|
@@ -62,7 +85,6 @@
|
|
|
62
85
|
- [`dc96cee1f923a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/dc96cee1f923a) -
|
|
63
86
|
Minor improvements to the side nav peek (flyout) animations. These changes are behind the
|
|
64
87
|
`navx-full-height-sidebar` feature flag.
|
|
65
|
-
|
|
66
88
|
- The timing functions for the peek and hide animations have been slightly tweaked to align with
|
|
67
89
|
the new full height sidebar animations
|
|
68
90
|
- The peek animation duration has been increased to 300ms from 200ms to align with the new full
|
|
@@ -425,7 +447,6 @@
|
|
|
425
447
|
- [`e40aa48c11a02`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e40aa48c11a02) -
|
|
426
448
|
The menu item `actionsOnHover` slot has been updated, behind a feature flag, to improve
|
|
427
449
|
accessibility.
|
|
428
|
-
|
|
429
450
|
- Popup triggers placed inside the slot will now correctly be focused when closing their
|
|
430
451
|
respective popups.
|
|
431
452
|
|
|
@@ -863,12 +884,10 @@
|
|
|
863
884
|
- [#171544](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/171544)
|
|
864
885
|
[`855881697b291`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/855881697b291) -
|
|
865
886
|
The following components have been renamed:
|
|
866
|
-
|
|
867
887
|
- `MenuLinkItem` -> `LinkMenuItem`
|
|
868
888
|
- `MenuButtonItem` -> `ButtonMenuItem`
|
|
869
889
|
|
|
870
890
|
Their imports have been updated to use the new names.
|
|
871
|
-
|
|
872
891
|
- `@atlassian/navigation-system/side-nav/menu-link-item` ->
|
|
873
892
|
`@atlassian/navigation-system/side-nav/link-menu-item`
|
|
874
893
|
- `@atlassian/navigation-system/side-nav/menu-button-item` ->
|
|
@@ -902,7 +921,6 @@
|
|
|
902
921
|
- [#169983](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/169983)
|
|
903
922
|
[`c72e85f165c1b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c72e85f165c1b) -
|
|
904
923
|
A number of components have been renamed:
|
|
905
|
-
|
|
906
924
|
- `TopBar` -> `TopNav`
|
|
907
925
|
- `HomeActions` -> `TopNavStart`
|
|
908
926
|
- `CommonActions` -> `TopNavMiddle`
|
|
@@ -914,7 +932,6 @@
|
|
|
914
932
|
|
|
915
933
|
The following components have been moved from the `@atlassian/navigation-system/top-nav-items`
|
|
916
934
|
entrypoint to the `@atlassian/navigation-system/layout/top-nav` entrypoint:
|
|
917
|
-
|
|
918
935
|
- `TopNavStart`
|
|
919
936
|
- `TopNavMiddle`
|
|
920
937
|
- `TopNavEnd`
|
|
@@ -1183,7 +1200,6 @@
|
|
|
1183
1200
|
- [#152893](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/152893)
|
|
1184
1201
|
[`ffd9759e99c3e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ffd9759e99c3e) -
|
|
1185
1202
|
Notifications and Help now re-use `UserAction` internally, which means:
|
|
1186
|
-
|
|
1187
1203
|
- They now support the `onMouseEnter` prop.
|
|
1188
1204
|
- They now support the `isListItem` prop. This allows you to disable the default list item
|
|
1189
1205
|
wrapper. It is intended for use with dropdown menus or popups, and requires you to render your
|
|
@@ -1357,7 +1373,6 @@
|
|
|
1357
1373
|
- [#137059](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/137059)
|
|
1358
1374
|
[`8d6a3a75c70f1`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8d6a3a75c70f1) -
|
|
1359
1375
|
[ux] Changes the resizing bounds of the `Panel` slot to have a:
|
|
1360
|
-
|
|
1361
1376
|
- Minimum resizing width equal to the `defaultWidth` (up to a maximum of `400px`)
|
|
1362
1377
|
- Maximum resizing width of half the viewport width after the sidebar has been removed. This means
|
|
1363
1378
|
that the `Panel` will not be larger than the content.
|
|
@@ -2230,7 +2245,6 @@
|
|
|
2230
2245
|
Color inputs should be parsed into `RGB` objects before providing them as the custom theme.
|
|
2231
2246
|
|
|
2232
2247
|
We now export multiple utility functions to assist with color parsing:
|
|
2233
|
-
|
|
2234
2248
|
- Hex parsing with `parseHex` from
|
|
2235
2249
|
`@atlassian/navigation-system/experimental/color-utils/parse-hex`
|
|
2236
2250
|
- CSS `hsl()` parsing with `parseHsl` from
|
|
@@ -2295,14 +2309,12 @@
|
|
|
2295
2309
|
- [#176005](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/176005)
|
|
2296
2310
|
[`a7f4659856234`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a7f4659856234) -
|
|
2297
2311
|
Adds `visualContentRef` prop to:
|
|
2298
|
-
|
|
2299
2312
|
- `ExpandableMenuItemTrigger`
|
|
2300
2313
|
- `FlyoutMenuItemTrigger`
|
|
2301
2314
|
- `MenuButtonItem`
|
|
2302
2315
|
- `MenuLinkItem`
|
|
2303
2316
|
|
|
2304
2317
|
Adds `listItemRef` to:
|
|
2305
|
-
|
|
2306
2318
|
- `MenuButtonItem`
|
|
2307
2319
|
- `MenuLinkItem`
|
|
2308
2320
|
|
|
@@ -2357,14 +2369,12 @@
|
|
|
2357
2369
|
|
|
2358
2370
|
The following components previously had an optional `label` prop, which has now been made
|
|
2359
2371
|
required:
|
|
2360
|
-
|
|
2361
2372
|
- Help
|
|
2362
2373
|
- NavLogo
|
|
2363
2374
|
- Notifications
|
|
2364
2375
|
|
|
2365
2376
|
The following components previously used the `children` prop as the label, but have now been
|
|
2366
2377
|
updated to use a required `label` prop:
|
|
2367
|
-
|
|
2368
2378
|
- Settings
|
|
2369
2379
|
- Profile
|
|
2370
2380
|
- UserAction
|
|
@@ -2437,7 +2447,6 @@
|
|
|
2437
2447
|
- [#162526](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/162526)
|
|
2438
2448
|
[`9a0c103641a2f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/9a0c103641a2f) -
|
|
2439
2449
|
Menu items are now more resilient to narrow widths and deep nesting.
|
|
2440
|
-
|
|
2441
2450
|
- A minimum width of 72px has been set on menu items.
|
|
2442
2451
|
- The menu item slots (elemBefore, elemAfter, actions, actionsOnHover) now hide overflowing
|
|
2443
2452
|
content to prevent content spilling out or overlapping other slots when space is limited.
|
|
@@ -2549,7 +2558,6 @@
|
|
|
2549
2558
|
[`c3366ec919883`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c3366ec919883) -
|
|
2550
2559
|
The side nav slots and scroll container feature flag has been cleaned up. The following changes
|
|
2551
2560
|
are now available for all consumers:
|
|
2552
|
-
|
|
2553
2561
|
- `PanelSplitterProvider` no longer renders a scroll container, and no longer adds a flex
|
|
2554
2562
|
container.
|
|
2555
2563
|
- `SideNavContent` renders a scroll container.
|
|
@@ -2593,7 +2601,6 @@
|
|
|
2593
2601
|
- [#159268](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/159268)
|
|
2594
2602
|
[`487d22f32a93f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/487d22f32a93f) -
|
|
2595
2603
|
Trivial CSS changes to bring this inline with @atlaskit/css typing:
|
|
2596
|
-
|
|
2597
2604
|
- We now allow certain `zIndex` values.
|
|
2598
2605
|
- `background` is a banned property, use `backgroundColor` instead
|
|
2599
2606
|
- Migrates a few things to the new `@atlaskit/css` JSX pragmas.
|
|
@@ -2741,7 +2748,6 @@
|
|
|
2741
2748
|
[`b6738b5acfef0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/b6738b5acfef0) -
|
|
2742
2749
|
We are making changes to the side nav scroll container behind a feature flag, in order to support
|
|
2743
2750
|
the new header and footer slot components.
|
|
2744
|
-
|
|
2745
2751
|
- `PanelSplitterProvider` no longer renders a scroll container, and no longer adds a flex
|
|
2746
2752
|
container.
|
|
2747
2753
|
- `SideNavContent` renders a scroll container.
|
|
@@ -2920,7 +2926,6 @@
|
|
|
2920
2926
|
- [#148601](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/148601)
|
|
2921
2927
|
[`eff2b0c0e6815`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eff2b0c0e6815) -
|
|
2922
2928
|
Two required label props have been added to `SideNavToggleButton`:
|
|
2923
|
-
|
|
2924
2929
|
- `collapseLabel`: used as the button label when the toggle button will collapse the side nav
|
|
2925
2930
|
- `expandLabel`: used as the button label when the toggle button will expand the side nav
|
|
2926
2931
|
|
|
@@ -3003,7 +3008,6 @@
|
|
|
3003
3008
|
- [#145878](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/145878)
|
|
3004
3009
|
[`72e885acee099`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/72e885acee099) -
|
|
3005
3010
|
[ux] Side nav buttons have been consolidated.
|
|
3006
|
-
|
|
3007
3011
|
- `SideNavToggleButton` (used in the top bar) is now always visible. It no longer has built in
|
|
3008
3012
|
visibility logic for showing/hiding itself based on whether the side nav is expanded or
|
|
3009
3013
|
collapsed.
|
|
@@ -3122,7 +3126,6 @@
|
|
|
3122
3126
|
[`e484ea0d5c1e2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e484ea0d5c1e2) -
|
|
3123
3127
|
The `NavLogo` component logo and mobileLogo props have changed to prevent invalid and inaccessible
|
|
3124
3128
|
states.
|
|
3125
|
-
|
|
3126
3129
|
- `logo` now takes a component reference that matches `@atlaskit/logo` props instead of arbitrary
|
|
3127
3130
|
JSX
|
|
3128
3131
|
- `mobileLogo` has been renamed to `icon` and now takes a component reference that matches
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
2
|
._1r04ze3t{inset:var(--ds-space-0,0)}
|
|
4
3
|
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
@@ -25,13 +24,11 @@
|
|
|
25
24
|
._1e02ze3t{inset-inline-start:var(--ds-space-0,0)}
|
|
26
25
|
._1e0c11p5{display:grid}
|
|
27
26
|
._1e0c13yo{display:var(--elem-after-display)}
|
|
28
|
-
._1e0c1c3z{display:var(--actions-on-hover-display)}
|
|
29
27
|
._1e0c1txw{display:flex}
|
|
30
28
|
._1i4q1hna{overflow-wrap:break-word}
|
|
31
29
|
._1ifmglyw{-webkit-touch-callout:none}
|
|
32
30
|
._1lmcu4vt{grid-template-areas:"elem-before interactive elem-after actions"}
|
|
33
31
|
._1o9zidpf{flex-shrink:0}
|
|
34
|
-
._1ojv1txw:has([aria-expanded=true][aria-haspopup=true]){--actions-on-hover-display:flex}
|
|
35
32
|
._1q511b66{padding-block-start:var(--ds-space-050,4px)}
|
|
36
33
|
._1q51v77o{padding-block-start:var(--ds-space-025,2px)}
|
|
37
34
|
._1rbv1wug:has([aria-expanded=true][aria-haspopup=true]){--actions-on-hover-width:auto}
|
|
@@ -64,8 +61,6 @@
|
|
|
64
61
|
._bozg1b66{padding-inline-start:var(--ds-space-050,4px)}
|
|
65
62
|
._db801b66{--actions-on-hover-padding:var(--ds-space-050,4px)}
|
|
66
63
|
._db80idpf{--actions-on-hover-padding:0}
|
|
67
|
-
._ek6g1txw{--actions-on-hover-display:flex}
|
|
68
|
-
._ek6gglyw{--actions-on-hover-display:none}
|
|
69
64
|
._kqswh2mm{position:relative}
|
|
70
65
|
._kqswstnw{position:absolute}
|
|
71
66
|
._kwq51b66:has([aria-expanded=true][aria-haspopup=true]){--actions-on-hover-padding:var(--ds-space-050,4px)}
|
|
@@ -93,12 +88,11 @@
|
|
|
93
88
|
._yv0e7dup{grid-template-columns:minmax(0,auto) 1fr minmax(0,auto) minmax(0,auto)}
|
|
94
89
|
._yv0enbh3{grid-template-columns:subgrid}
|
|
95
90
|
._12s918uv:focus-within{overflow-y:initial}
|
|
96
|
-
._1brr1txw:focus-within{--actions-on-hover-display:flex}
|
|
97
91
|
._1guo18uv:focus-within{overflow-x:initial}
|
|
98
92
|
._1mfcglyw:focus-within{--elem-after-display:none}
|
|
99
93
|
._91nl1wug:focus-within{--actions-on-hover-width:auto}
|
|
100
94
|
._iy5o1b66:focus-within{--actions-on-hover-padding:var(--ds-space-050,4px)}
|
|
101
|
-
._t7p8kb7n:focus-within{--actions-on-hover-opacity:1}
|
|
95
|
+
._t7p8kb7n:focus-within{--actions-on-hover-opacity:1}
|
|
102
96
|
._11om6b4r:hover{animation-name:k1xyysw3}
|
|
103
97
|
._1sjuglyw:hover{--elem-after-display:none}
|
|
104
98
|
._1uy01amc:hover{animation-delay:.8s}
|
|
@@ -63,8 +63,6 @@ var defaultAvatarValues = {
|
|
|
63
63
|
size: 'small'
|
|
64
64
|
};
|
|
65
65
|
var elemAfterDisplayVar = '--elem-after-display';
|
|
66
|
-
// Note: actionsOnHoverDisplayVar wll be cleaned up with fg('platform_dst_nav4_actionsonhover_focus_fix')
|
|
67
|
-
var actionsOnHoverDisplayVar = '--actions-on-hover-display';
|
|
68
66
|
var actionsOnHoverOpacityVar = '--actions-on-hover-opacity';
|
|
69
67
|
var actionsOnHoverWidthVar = '--actions-on-hover-width';
|
|
70
68
|
var actionsOnHoverPaddingInlineEndVar = '--actions-on-hover-padding';
|
|
@@ -151,12 +149,9 @@ var onTopOfButtonOrAnchorStyles = {
|
|
|
151
149
|
*/
|
|
152
150
|
var nestedOpenPopupCSSSelector = exports.nestedOpenPopupCSSSelector = '&:has([aria-expanded="true"][aria-haspopup="true"])';
|
|
153
151
|
var containerStyles = {
|
|
154
|
-
root: "_2rko12b0 _vchhusvi _1e0c11p5 _yv0e7dup _2z05hkll _1lmcu4vt _1ul9t9kd _4t3iviql _4cvr1h6o _uiztglyw _syaz1gjq _1yyu1j28 _91ju1txw _1swv108i _irr3108i",
|
|
155
|
-
actionsOnHoverFocusFixEnabled: "_uomdidpf _pmxpidpf _db80idpf _qxq9kb7n _1rbv1wug _kwq51b66 _t7p8kb7n _g4kikb7n _91nl1wug _ynyi1wug _iy5o1b66 _v4o21b66",
|
|
156
|
-
actionsOnHoverFocusFixDisabled: "_ek6gglyw _1ojv1txw _1brr1txw _109x1txw",
|
|
152
|
+
root: "_2rko12b0 _vchhusvi _1e0c11p5 _yv0e7dup _2z05hkll _1lmcu4vt _1ul9t9kd _4t3iviql _4cvr1h6o _uiztglyw _syaz1gjq _1yyu1j28 _91ju1txw _uomdidpf _pmxpidpf _db80idpf _qxq9kb7n _1rbv1wug _kwq51b66 _1swv108i _irr3108i _t7p8kb7n _g4kikb7n _91nl1wug _ynyi1wug _iy5o1b66 _v4o21b66",
|
|
157
153
|
removeElemAfter: "_91juglyw",
|
|
158
|
-
|
|
159
|
-
showHoverActionsWithFocusFixDisabled: "_ek6g1txw",
|
|
154
|
+
showHoverActions: "_uomdkb7n _pmxp1wug _db801b66",
|
|
160
155
|
removeElemAfterOnHoverOrOpenNestedPopup: "_1djyglyw _1mfcglyw _1sjuglyw",
|
|
161
156
|
selected: "_bfhkfg4m _syazaqb7 _1yyu1fvw _1swvi1yw _30l3aqb7 _irr3i1yw",
|
|
162
157
|
disabled: "_syaz1lh4 _irr3n7od",
|
|
@@ -178,9 +173,7 @@ var actionStyles = {
|
|
|
178
173
|
root: "_zulp1b66 _nd5lbc26 _1reo15vq _18m915vq _1e0c1txw _4cvr1h6o _y4ti1b66 _1guo18uv _12s918uv"
|
|
179
174
|
};
|
|
180
175
|
var actionsOnHoverStyles = {
|
|
181
|
-
root: "_nd5l16dh _zulp1b66 _1reo15vq _18m915vq _4cvr1h6o _1guo18uv _12s918uv"
|
|
182
|
-
focusFixEnabled: "_1e0c1txw _tzy4pnc3 _1bsbty16 _y4tidria",
|
|
183
|
-
focusFixDisabled: "_1e0c1c3z _y4ti1b66"
|
|
176
|
+
root: "_nd5l16dh _zulp1b66 _1reo15vq _18m915vq _4cvr1h6o _1e0c1txw _tzy4pnc3 _1bsbty16 _y4tidria _1guo18uv _12s918uv"
|
|
184
177
|
};
|
|
185
178
|
var textStyles = {
|
|
186
179
|
root: "_zulpv77o _1reo15vq _18m915vq _y4ti1b66 _bozg1b66 _1e0c1txw _2lx21bp4 _1ul91c9m _1guo18uv _12s918uv",
|
|
@@ -333,15 +326,15 @@ var MenuItemBaseNoRef = function MenuItemBaseNoRef(_ref3, forwardedRef) {
|
|
|
333
326
|
ref: visualContentRef,
|
|
334
327
|
"data-testid": testId ? "".concat(testId, "-container") : undefined,
|
|
335
328
|
"data-selected": isSelected,
|
|
336
|
-
className: (0, _runtime.ax)([containerStyles.root,
|
|
329
|
+
className: (0, _runtime.ax)([containerStyles.root, isSelected && containerStyles.selected, isDragging && containerStyles.dragging, description && containerStyles.hasDescription, showHoverActionsWhenNotHovered && containerStyles.showHoverActions, showHoverActionsWhenNotHovered && elemAfter && containerStyles.removeElemAfter, actionsOnHover && elemAfter && containerStyles.removeElemAfterOnHoverOrOpenNestedPopup, isDisabled && containerStyles.disabled])
|
|
337
330
|
}, /*#__PURE__*/_react.default.createElement(_tooltip.default, {
|
|
338
331
|
content: function content() {
|
|
339
332
|
return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement("div", null, children), description ? /*#__PURE__*/_react.default.createElement("div", null, description) : null);
|
|
340
333
|
},
|
|
341
|
-
position:
|
|
334
|
+
position: (0, _platformFeatureFlags.fg)('platform_dst_side_nav_remove_custom_tooltip') ? 'right-start' : 'right'
|
|
342
335
|
// NOTE: Types in React 18 have changed and `forwardRef(() => <TooltipPrimitive>)` no longer appears to match 100%
|
|
343
336
|
,
|
|
344
|
-
component: MenuItemTooltip,
|
|
337
|
+
component: (0, _platformFeatureFlags.fg)('platform_dst_side_nav_remove_custom_tooltip') ? undefined : MenuItemTooltip,
|
|
345
338
|
ignoreTooltipPointerEvents: true,
|
|
346
339
|
hideTooltipOnMouseDown: true
|
|
347
340
|
// We don't need a duplicate hidden element containing tooltip content
|
|
@@ -407,7 +400,7 @@ var MenuItemBaseNoRef = function MenuItemBaseNoRef(_ref3, forwardedRef) {
|
|
|
407
400
|
}), showElemBefore && /*#__PURE__*/_react.default.createElement("div", {
|
|
408
401
|
className: (0, _runtime.ax)([elemBeforeStyles.root, topLevelSiblingStyles.root, onTopOfButtonOrAnchorStyles.root])
|
|
409
402
|
}, elemBefore), actionsOnHover && /*#__PURE__*/_react.default.createElement("div", {
|
|
410
|
-
className: (0, _runtime.ax)([actionsOnHoverStyles.root
|
|
403
|
+
className: (0, _runtime.ax)([actionsOnHoverStyles.root])
|
|
411
404
|
}, actionsOnHover), elemAfter && /*#__PURE__*/_react.default.createElement("div", {
|
|
412
405
|
className: (0, _runtime.ax)([elemAfterStyles.root, topLevelSiblingStyles.root, onTopOfButtonOrAnchorStyles.root])
|
|
413
406
|
}, elemAfter), actions && /*#__PURE__*/_react.default.createElement("div", {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
2
|
._1r04ze3t{inset:var(--ds-space-0,0)}
|
|
4
3
|
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
@@ -25,13 +24,11 @@
|
|
|
25
24
|
._1e02ze3t{inset-inline-start:var(--ds-space-0,0)}
|
|
26
25
|
._1e0c11p5{display:grid}
|
|
27
26
|
._1e0c13yo{display:var(--elem-after-display)}
|
|
28
|
-
._1e0c1c3z{display:var(--actions-on-hover-display)}
|
|
29
27
|
._1e0c1txw{display:flex}
|
|
30
28
|
._1i4q1hna{overflow-wrap:break-word}
|
|
31
29
|
._1ifmglyw{-webkit-touch-callout:none}
|
|
32
30
|
._1lmcu4vt{grid-template-areas:"elem-before interactive elem-after actions"}
|
|
33
31
|
._1o9zidpf{flex-shrink:0}
|
|
34
|
-
._1ojv1txw:has([aria-expanded=true][aria-haspopup=true]){--actions-on-hover-display:flex}
|
|
35
32
|
._1q511b66{padding-block-start:var(--ds-space-050,4px)}
|
|
36
33
|
._1q51v77o{padding-block-start:var(--ds-space-025,2px)}
|
|
37
34
|
._1rbv1wug:has([aria-expanded=true][aria-haspopup=true]){--actions-on-hover-width:auto}
|
|
@@ -64,8 +61,6 @@
|
|
|
64
61
|
._bozg1b66{padding-inline-start:var(--ds-space-050,4px)}
|
|
65
62
|
._db801b66{--actions-on-hover-padding:var(--ds-space-050,4px)}
|
|
66
63
|
._db80idpf{--actions-on-hover-padding:0}
|
|
67
|
-
._ek6g1txw{--actions-on-hover-display:flex}
|
|
68
|
-
._ek6gglyw{--actions-on-hover-display:none}
|
|
69
64
|
._kqswh2mm{position:relative}
|
|
70
65
|
._kqswstnw{position:absolute}
|
|
71
66
|
._kwq51b66:has([aria-expanded=true][aria-haspopup=true]){--actions-on-hover-padding:var(--ds-space-050,4px)}
|
|
@@ -93,12 +88,11 @@
|
|
|
93
88
|
._yv0e7dup{grid-template-columns:minmax(0,auto) 1fr minmax(0,auto) minmax(0,auto)}
|
|
94
89
|
._yv0enbh3{grid-template-columns:subgrid}
|
|
95
90
|
._12s918uv:focus-within{overflow-y:initial}
|
|
96
|
-
._1brr1txw:focus-within{--actions-on-hover-display:flex}
|
|
97
91
|
._1guo18uv:focus-within{overflow-x:initial}
|
|
98
92
|
._1mfcglyw:focus-within{--elem-after-display:none}
|
|
99
93
|
._91nl1wug:focus-within{--actions-on-hover-width:auto}
|
|
100
94
|
._iy5o1b66:focus-within{--actions-on-hover-padding:var(--ds-space-050,4px)}
|
|
101
|
-
._t7p8kb7n:focus-within{--actions-on-hover-opacity:1}
|
|
95
|
+
._t7p8kb7n:focus-within{--actions-on-hover-opacity:1}
|
|
102
96
|
._11om6b4r:hover{animation-name:k1xyysw3}
|
|
103
97
|
._1sjuglyw:hover{--elem-after-display:none}
|
|
104
98
|
._1uy01amc:hover{animation-delay:.8s}
|
|
@@ -46,8 +46,6 @@ const defaultAvatarValues = {
|
|
|
46
46
|
size: 'small'
|
|
47
47
|
};
|
|
48
48
|
const elemAfterDisplayVar = '--elem-after-display';
|
|
49
|
-
// Note: actionsOnHoverDisplayVar wll be cleaned up with fg('platform_dst_nav4_actionsonhover_focus_fix')
|
|
50
|
-
const actionsOnHoverDisplayVar = '--actions-on-hover-display';
|
|
51
49
|
const actionsOnHoverOpacityVar = '--actions-on-hover-opacity';
|
|
52
50
|
const actionsOnHoverWidthVar = '--actions-on-hover-width';
|
|
53
51
|
const actionsOnHoverPaddingInlineEndVar = '--actions-on-hover-padding';
|
|
@@ -134,12 +132,9 @@ const onTopOfButtonOrAnchorStyles = {
|
|
|
134
132
|
*/
|
|
135
133
|
export const nestedOpenPopupCSSSelector = '&:has([aria-expanded="true"][aria-haspopup="true"])';
|
|
136
134
|
const containerStyles = {
|
|
137
|
-
root: "_2rko12b0 _vchhusvi _1e0c11p5 _yv0e7dup _2z05hkll _1lmcu4vt _1ul9t9kd _4t3iviql _4cvr1h6o _uiztglyw _syaz1gjq _1yyu1j28 _91ju1txw _1swv108i _irr3108i",
|
|
138
|
-
actionsOnHoverFocusFixEnabled: "_uomdidpf _pmxpidpf _db80idpf _qxq9kb7n _1rbv1wug _kwq51b66 _t7p8kb7n _g4kikb7n _91nl1wug _ynyi1wug _iy5o1b66 _v4o21b66",
|
|
139
|
-
actionsOnHoverFocusFixDisabled: "_ek6gglyw _1ojv1txw _1brr1txw _109x1txw",
|
|
135
|
+
root: "_2rko12b0 _vchhusvi _1e0c11p5 _yv0e7dup _2z05hkll _1lmcu4vt _1ul9t9kd _4t3iviql _4cvr1h6o _uiztglyw _syaz1gjq _1yyu1j28 _91ju1txw _uomdidpf _pmxpidpf _db80idpf _qxq9kb7n _1rbv1wug _kwq51b66 _1swv108i _irr3108i _t7p8kb7n _g4kikb7n _91nl1wug _ynyi1wug _iy5o1b66 _v4o21b66",
|
|
140
136
|
removeElemAfter: "_91juglyw",
|
|
141
|
-
|
|
142
|
-
showHoverActionsWithFocusFixDisabled: "_ek6g1txw",
|
|
137
|
+
showHoverActions: "_uomdkb7n _pmxp1wug _db801b66",
|
|
143
138
|
removeElemAfterOnHoverOrOpenNestedPopup: "_1djyglyw _1mfcglyw _1sjuglyw",
|
|
144
139
|
selected: "_bfhkfg4m _syazaqb7 _1yyu1fvw _1swvi1yw _30l3aqb7 _irr3i1yw",
|
|
145
140
|
disabled: "_syaz1lh4 _irr3n7od",
|
|
@@ -161,9 +156,7 @@ const actionStyles = {
|
|
|
161
156
|
root: "_zulp1b66 _nd5lbc26 _1reo15vq _18m915vq _1e0c1txw _4cvr1h6o _y4ti1b66 _1guo18uv _12s918uv"
|
|
162
157
|
};
|
|
163
158
|
const actionsOnHoverStyles = {
|
|
164
|
-
root: "_nd5l16dh _zulp1b66 _1reo15vq _18m915vq _4cvr1h6o _1guo18uv _12s918uv"
|
|
165
|
-
focusFixEnabled: "_1e0c1txw _tzy4pnc3 _1bsbty16 _y4tidria",
|
|
166
|
-
focusFixDisabled: "_1e0c1c3z _y4ti1b66"
|
|
159
|
+
root: "_nd5l16dh _zulp1b66 _1reo15vq _18m915vq _4cvr1h6o _1e0c1txw _tzy4pnc3 _1bsbty16 _y4tidria _1guo18uv _12s918uv"
|
|
167
160
|
};
|
|
168
161
|
const textStyles = {
|
|
169
162
|
root: "_zulpv77o _1reo15vq _18m915vq _y4ti1b66 _bozg1b66 _1e0c1txw _2lx21bp4 _1ul91c9m _1guo18uv _12s918uv",
|
|
@@ -318,13 +311,13 @@ const MenuItemBaseNoRef = ({
|
|
|
318
311
|
ref: visualContentRef,
|
|
319
312
|
"data-testid": testId ? `${testId}-container` : undefined,
|
|
320
313
|
"data-selected": isSelected,
|
|
321
|
-
className: ax([containerStyles.root,
|
|
314
|
+
className: ax([containerStyles.root, isSelected && containerStyles.selected, isDragging && containerStyles.dragging, description && containerStyles.hasDescription, showHoverActionsWhenNotHovered && containerStyles.showHoverActions, showHoverActionsWhenNotHovered && elemAfter && containerStyles.removeElemAfter, actionsOnHover && elemAfter && containerStyles.removeElemAfterOnHoverOrOpenNestedPopup, isDisabled && containerStyles.disabled])
|
|
322
315
|
}, /*#__PURE__*/React.createElement(Tooltip, {
|
|
323
316
|
content: () => /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, children), description ? /*#__PURE__*/React.createElement("div", null, description) : null),
|
|
324
|
-
position:
|
|
317
|
+
position: fg('platform_dst_side_nav_remove_custom_tooltip') ? 'right-start' : 'right'
|
|
325
318
|
// NOTE: Types in React 18 have changed and `forwardRef(() => <TooltipPrimitive>)` no longer appears to match 100%
|
|
326
319
|
,
|
|
327
|
-
component: MenuItemTooltip,
|
|
320
|
+
component: fg('platform_dst_side_nav_remove_custom_tooltip') ? undefined : MenuItemTooltip,
|
|
328
321
|
ignoreTooltipPointerEvents: true,
|
|
329
322
|
hideTooltipOnMouseDown: true
|
|
330
323
|
// We don't need a duplicate hidden element containing tooltip content
|
|
@@ -391,7 +384,7 @@ const MenuItemBaseNoRef = ({
|
|
|
391
384
|
}), showElemBefore && /*#__PURE__*/React.createElement("div", {
|
|
392
385
|
className: ax([elemBeforeStyles.root, topLevelSiblingStyles.root, onTopOfButtonOrAnchorStyles.root])
|
|
393
386
|
}, elemBefore), actionsOnHover && /*#__PURE__*/React.createElement("div", {
|
|
394
|
-
className: ax([actionsOnHoverStyles.root
|
|
387
|
+
className: ax([actionsOnHoverStyles.root])
|
|
395
388
|
}, actionsOnHover), elemAfter && /*#__PURE__*/React.createElement("div", {
|
|
396
389
|
className: ax([elemAfterStyles.root, topLevelSiblingStyles.root, onTopOfButtonOrAnchorStyles.root])
|
|
397
390
|
}, elemAfter), actions && /*#__PURE__*/React.createElement("div", {
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
1
|
._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
2
|
._1r04ze3t{inset:var(--ds-space-0,0)}
|
|
4
3
|
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
@@ -25,13 +24,11 @@
|
|
|
25
24
|
._1e02ze3t{inset-inline-start:var(--ds-space-0,0)}
|
|
26
25
|
._1e0c11p5{display:grid}
|
|
27
26
|
._1e0c13yo{display:var(--elem-after-display)}
|
|
28
|
-
._1e0c1c3z{display:var(--actions-on-hover-display)}
|
|
29
27
|
._1e0c1txw{display:flex}
|
|
30
28
|
._1i4q1hna{overflow-wrap:break-word}
|
|
31
29
|
._1ifmglyw{-webkit-touch-callout:none}
|
|
32
30
|
._1lmcu4vt{grid-template-areas:"elem-before interactive elem-after actions"}
|
|
33
31
|
._1o9zidpf{flex-shrink:0}
|
|
34
|
-
._1ojv1txw:has([aria-expanded=true][aria-haspopup=true]){--actions-on-hover-display:flex}
|
|
35
32
|
._1q511b66{padding-block-start:var(--ds-space-050,4px)}
|
|
36
33
|
._1q51v77o{padding-block-start:var(--ds-space-025,2px)}
|
|
37
34
|
._1rbv1wug:has([aria-expanded=true][aria-haspopup=true]){--actions-on-hover-width:auto}
|
|
@@ -64,8 +61,6 @@
|
|
|
64
61
|
._bozg1b66{padding-inline-start:var(--ds-space-050,4px)}
|
|
65
62
|
._db801b66{--actions-on-hover-padding:var(--ds-space-050,4px)}
|
|
66
63
|
._db80idpf{--actions-on-hover-padding:0}
|
|
67
|
-
._ek6g1txw{--actions-on-hover-display:flex}
|
|
68
|
-
._ek6gglyw{--actions-on-hover-display:none}
|
|
69
64
|
._kqswh2mm{position:relative}
|
|
70
65
|
._kqswstnw{position:absolute}
|
|
71
66
|
._kwq51b66:has([aria-expanded=true][aria-haspopup=true]){--actions-on-hover-padding:var(--ds-space-050,4px)}
|
|
@@ -93,12 +88,11 @@
|
|
|
93
88
|
._yv0e7dup{grid-template-columns:minmax(0,auto) 1fr minmax(0,auto) minmax(0,auto)}
|
|
94
89
|
._yv0enbh3{grid-template-columns:subgrid}
|
|
95
90
|
._12s918uv:focus-within{overflow-y:initial}
|
|
96
|
-
._1brr1txw:focus-within{--actions-on-hover-display:flex}
|
|
97
91
|
._1guo18uv:focus-within{overflow-x:initial}
|
|
98
92
|
._1mfcglyw:focus-within{--elem-after-display:none}
|
|
99
93
|
._91nl1wug:focus-within{--actions-on-hover-width:auto}
|
|
100
94
|
._iy5o1b66:focus-within{--actions-on-hover-padding:var(--ds-space-050,4px)}
|
|
101
|
-
._t7p8kb7n:focus-within{--actions-on-hover-opacity:1}
|
|
95
|
+
._t7p8kb7n:focus-within{--actions-on-hover-opacity:1}
|
|
102
96
|
._11om6b4r:hover{animation-name:k1xyysw3}
|
|
103
97
|
._1sjuglyw:hover{--elem-after-display:none}
|
|
104
98
|
._1uy01amc:hover{animation-delay:.8s}
|
|
@@ -52,8 +52,6 @@ var defaultAvatarValues = {
|
|
|
52
52
|
size: 'small'
|
|
53
53
|
};
|
|
54
54
|
var elemAfterDisplayVar = '--elem-after-display';
|
|
55
|
-
// Note: actionsOnHoverDisplayVar wll be cleaned up with fg('platform_dst_nav4_actionsonhover_focus_fix')
|
|
56
|
-
var actionsOnHoverDisplayVar = '--actions-on-hover-display';
|
|
57
55
|
var actionsOnHoverOpacityVar = '--actions-on-hover-opacity';
|
|
58
56
|
var actionsOnHoverWidthVar = '--actions-on-hover-width';
|
|
59
57
|
var actionsOnHoverPaddingInlineEndVar = '--actions-on-hover-padding';
|
|
@@ -140,12 +138,9 @@ var onTopOfButtonOrAnchorStyles = {
|
|
|
140
138
|
*/
|
|
141
139
|
export var nestedOpenPopupCSSSelector = '&:has([aria-expanded="true"][aria-haspopup="true"])';
|
|
142
140
|
var containerStyles = {
|
|
143
|
-
root: "_2rko12b0 _vchhusvi _1e0c11p5 _yv0e7dup _2z05hkll _1lmcu4vt _1ul9t9kd _4t3iviql _4cvr1h6o _uiztglyw _syaz1gjq _1yyu1j28 _91ju1txw _1swv108i _irr3108i",
|
|
144
|
-
actionsOnHoverFocusFixEnabled: "_uomdidpf _pmxpidpf _db80idpf _qxq9kb7n _1rbv1wug _kwq51b66 _t7p8kb7n _g4kikb7n _91nl1wug _ynyi1wug _iy5o1b66 _v4o21b66",
|
|
145
|
-
actionsOnHoverFocusFixDisabled: "_ek6gglyw _1ojv1txw _1brr1txw _109x1txw",
|
|
141
|
+
root: "_2rko12b0 _vchhusvi _1e0c11p5 _yv0e7dup _2z05hkll _1lmcu4vt _1ul9t9kd _4t3iviql _4cvr1h6o _uiztglyw _syaz1gjq _1yyu1j28 _91ju1txw _uomdidpf _pmxpidpf _db80idpf _qxq9kb7n _1rbv1wug _kwq51b66 _1swv108i _irr3108i _t7p8kb7n _g4kikb7n _91nl1wug _ynyi1wug _iy5o1b66 _v4o21b66",
|
|
146
142
|
removeElemAfter: "_91juglyw",
|
|
147
|
-
|
|
148
|
-
showHoverActionsWithFocusFixDisabled: "_ek6g1txw",
|
|
143
|
+
showHoverActions: "_uomdkb7n _pmxp1wug _db801b66",
|
|
149
144
|
removeElemAfterOnHoverOrOpenNestedPopup: "_1djyglyw _1mfcglyw _1sjuglyw",
|
|
150
145
|
selected: "_bfhkfg4m _syazaqb7 _1yyu1fvw _1swvi1yw _30l3aqb7 _irr3i1yw",
|
|
151
146
|
disabled: "_syaz1lh4 _irr3n7od",
|
|
@@ -167,9 +162,7 @@ var actionStyles = {
|
|
|
167
162
|
root: "_zulp1b66 _nd5lbc26 _1reo15vq _18m915vq _1e0c1txw _4cvr1h6o _y4ti1b66 _1guo18uv _12s918uv"
|
|
168
163
|
};
|
|
169
164
|
var actionsOnHoverStyles = {
|
|
170
|
-
root: "_nd5l16dh _zulp1b66 _1reo15vq _18m915vq _4cvr1h6o _1guo18uv _12s918uv"
|
|
171
|
-
focusFixEnabled: "_1e0c1txw _tzy4pnc3 _1bsbty16 _y4tidria",
|
|
172
|
-
focusFixDisabled: "_1e0c1c3z _y4ti1b66"
|
|
165
|
+
root: "_nd5l16dh _zulp1b66 _1reo15vq _18m915vq _4cvr1h6o _1e0c1txw _tzy4pnc3 _1bsbty16 _y4tidria _1guo18uv _12s918uv"
|
|
173
166
|
};
|
|
174
167
|
var textStyles = {
|
|
175
168
|
root: "_zulpv77o _1reo15vq _18m915vq _y4ti1b66 _bozg1b66 _1e0c1txw _2lx21bp4 _1ul91c9m _1guo18uv _12s918uv",
|
|
@@ -322,15 +315,15 @@ var MenuItemBaseNoRef = function MenuItemBaseNoRef(_ref3, forwardedRef) {
|
|
|
322
315
|
ref: visualContentRef,
|
|
323
316
|
"data-testid": testId ? "".concat(testId, "-container") : undefined,
|
|
324
317
|
"data-selected": isSelected,
|
|
325
|
-
className: ax([containerStyles.root,
|
|
318
|
+
className: ax([containerStyles.root, isSelected && containerStyles.selected, isDragging && containerStyles.dragging, description && containerStyles.hasDescription, showHoverActionsWhenNotHovered && containerStyles.showHoverActions, showHoverActionsWhenNotHovered && elemAfter && containerStyles.removeElemAfter, actionsOnHover && elemAfter && containerStyles.removeElemAfterOnHoverOrOpenNestedPopup, isDisabled && containerStyles.disabled])
|
|
326
319
|
}, /*#__PURE__*/React.createElement(Tooltip, {
|
|
327
320
|
content: function content() {
|
|
328
321
|
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", null, children), description ? /*#__PURE__*/React.createElement("div", null, description) : null);
|
|
329
322
|
},
|
|
330
|
-
position:
|
|
323
|
+
position: fg('platform_dst_side_nav_remove_custom_tooltip') ? 'right-start' : 'right'
|
|
331
324
|
// NOTE: Types in React 18 have changed and `forwardRef(() => <TooltipPrimitive>)` no longer appears to match 100%
|
|
332
325
|
,
|
|
333
|
-
component: MenuItemTooltip,
|
|
326
|
+
component: fg('platform_dst_side_nav_remove_custom_tooltip') ? undefined : MenuItemTooltip,
|
|
334
327
|
ignoreTooltipPointerEvents: true,
|
|
335
328
|
hideTooltipOnMouseDown: true
|
|
336
329
|
// We don't need a duplicate hidden element containing tooltip content
|
|
@@ -396,7 +389,7 @@ var MenuItemBaseNoRef = function MenuItemBaseNoRef(_ref3, forwardedRef) {
|
|
|
396
389
|
}), showElemBefore && /*#__PURE__*/React.createElement("div", {
|
|
397
390
|
className: ax([elemBeforeStyles.root, topLevelSiblingStyles.root, onTopOfButtonOrAnchorStyles.root])
|
|
398
391
|
}, elemBefore), actionsOnHover && /*#__PURE__*/React.createElement("div", {
|
|
399
|
-
className: ax([actionsOnHoverStyles.root
|
|
392
|
+
className: ax([actionsOnHoverStyles.root])
|
|
400
393
|
}, actionsOnHover), elemAfter && /*#__PURE__*/React.createElement("div", {
|
|
401
394
|
className: ax([elemAfterStyles.root, topLevelSiblingStyles.root, onTopOfButtonOrAnchorStyles.root])
|
|
402
395
|
}, elemAfter), actions && /*#__PURE__*/React.createElement("div", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/navigation-system",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.23.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",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"@atlaskit/tooltip": "^20.5.0",
|
|
85
85
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
86
86
|
"@babel/runtime": "^7.0.0",
|
|
87
|
-
"@compiled/react": "^0.18.
|
|
87
|
+
"@compiled/react": "^0.18.6",
|
|
88
88
|
"bind-event-listener": "^3.0.0",
|
|
89
89
|
"raf-schd": "^4.0.3",
|
|
90
90
|
"tiny-invariant": "^1.2.0"
|
|
@@ -162,9 +162,6 @@
|
|
|
162
162
|
"platform_dst_nav4_layering_in_main_slot_fixes": {
|
|
163
163
|
"type": "boolean"
|
|
164
164
|
},
|
|
165
|
-
"platform_dst_nav4_actionsonhover_focus_fix": {
|
|
166
|
-
"type": "boolean"
|
|
167
|
-
},
|
|
168
165
|
"platform_dst_nav4_flyoutmenuitem_render_to_parent": {
|
|
169
166
|
"type": "boolean"
|
|
170
167
|
},
|
|
@@ -191,6 +188,9 @@
|
|
|
191
188
|
},
|
|
192
189
|
"platform_dst_flyout_menu_item_chevron_color": {
|
|
193
190
|
"type": "boolean"
|
|
191
|
+
},
|
|
192
|
+
"platform_dst_side_nav_remove_custom_tooltip": {
|
|
193
|
+
"type": "boolean"
|
|
194
194
|
}
|
|
195
195
|
},
|
|
196
196
|
"homepage": "https://atlassian.design/components/navigation-system"
|