@atlaskit/navigation-system 2.6.0 → 2.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (141) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/cjs/components/badge-container.js +1 -1
  3. package/dist/cjs/components/list-item.js +1 -1
  4. package/dist/cjs/components/list.js +1 -1
  5. package/dist/cjs/components/skip-links/skip-link.js +1 -1
  6. package/dist/cjs/components/skip-links/skip-links-container.js +1 -1
  7. package/dist/cjs/ui/menu-item/container-avatar.js +1 -1
  8. package/dist/cjs/ui/menu-item/drag-and-drop/drag-preview.js +1 -1
  9. package/dist/cjs/ui/menu-item/drag-and-drop/use-menu-item-drag-and-drop.js +1 -1
  10. package/dist/cjs/ui/menu-item/drag-handle.js +1 -1
  11. package/dist/cjs/ui/menu-item/expandable-menu-item/expandable-menu-item-content.js +1 -1
  12. package/dist/cjs/ui/menu-item/expandable-menu-item/expandable-menu-item-trigger.compiled.css +5 -3
  13. package/dist/cjs/ui/menu-item/expandable-menu-item/expandable-menu-item-trigger.js +1 -1
  14. package/dist/cjs/ui/menu-item/expandable-menu-item/expandable-menu-item.js +5 -3
  15. package/dist/cjs/ui/menu-item/flyout-menu-item/flyout-menu-item-content.js +1 -1
  16. package/dist/cjs/ui/menu-item/flyout-menu-item/flyout-menu-item-trigger.js +1 -1
  17. package/dist/cjs/ui/menu-item/link-menu-item.js +1 -1
  18. package/dist/cjs/ui/menu-item/menu-item.compiled.css +10 -5
  19. package/dist/cjs/ui/menu-item/menu-item.js +1 -1
  20. package/dist/cjs/ui/menu-item/top-level-spacer.js +1 -1
  21. package/dist/cjs/ui/menu-section/divider.compiled.css +1 -1
  22. package/dist/cjs/ui/menu-section/divider.js +2 -5
  23. package/dist/cjs/ui/menu-section/menu-section-heading.js +1 -1
  24. package/dist/cjs/ui/page-layout/aside.js +1 -1
  25. package/dist/cjs/ui/page-layout/banner.js +1 -1
  26. package/dist/cjs/ui/page-layout/main/main-sticky-header.js +1 -1
  27. package/dist/cjs/ui/page-layout/main/main.js +1 -1
  28. package/dist/cjs/ui/page-layout/panel-splitter/panel-splitter.compiled.css +6 -3
  29. package/dist/cjs/ui/page-layout/panel-splitter/panel-splitter.js +1 -1
  30. package/dist/cjs/ui/page-layout/panel.js +1 -1
  31. package/dist/cjs/ui/page-layout/root.js +1 -1
  32. package/dist/cjs/ui/page-layout/side-nav/side-nav-content.js +1 -1
  33. package/dist/cjs/ui/page-layout/side-nav/side-nav-footer.js +1 -1
  34. package/dist/cjs/ui/page-layout/side-nav/side-nav-header.js +1 -1
  35. package/dist/cjs/ui/page-layout/side-nav/side-nav.js +1 -1
  36. package/dist/cjs/ui/page-layout/side-nav/toggle-button.js +1 -1
  37. package/dist/cjs/ui/page-layout/top-nav/top-nav-end.js +1 -1
  38. package/dist/cjs/ui/page-layout/top-nav/top-nav-middle.js +1 -1
  39. package/dist/cjs/ui/page-layout/top-nav/top-nav-start.js +1 -1
  40. package/dist/cjs/ui/page-layout/top-nav/top-nav.js +1 -1
  41. package/dist/cjs/ui/top-nav-items/custom-title.js +1 -1
  42. package/dist/cjs/ui/top-nav-items/nav-logo/app-logo.js +9 -5
  43. package/dist/cjs/ui/top-nav-items/nav-logo/custom-logo.js +1 -1
  44. package/dist/cjs/ui/top-nav-items/nav-logo/logo-renderer.js +1 -1
  45. package/dist/cjs/ui/top-nav-items/search.js +1 -1
  46. package/dist/cjs/ui/top-nav-items/themed/button.compiled.css +18 -8
  47. package/dist/cjs/ui/top-nav-items/themed/button.js +1 -1
  48. package/dist/es2019/components/badge-container.js +1 -1
  49. package/dist/es2019/components/list-item.js +1 -1
  50. package/dist/es2019/components/list.js +1 -1
  51. package/dist/es2019/components/skip-links/skip-link.js +1 -1
  52. package/dist/es2019/components/skip-links/skip-links-container.js +1 -1
  53. package/dist/es2019/ui/menu-item/container-avatar.js +1 -1
  54. package/dist/es2019/ui/menu-item/drag-and-drop/drag-preview.js +1 -1
  55. package/dist/es2019/ui/menu-item/drag-and-drop/use-menu-item-drag-and-drop.js +1 -1
  56. package/dist/es2019/ui/menu-item/drag-handle.js +1 -1
  57. package/dist/es2019/ui/menu-item/expandable-menu-item/expandable-menu-item-content.js +1 -1
  58. package/dist/es2019/ui/menu-item/expandable-menu-item/expandable-menu-item-trigger.compiled.css +5 -3
  59. package/dist/es2019/ui/menu-item/expandable-menu-item/expandable-menu-item-trigger.js +1 -1
  60. package/dist/es2019/ui/menu-item/expandable-menu-item/expandable-menu-item.js +5 -3
  61. package/dist/es2019/ui/menu-item/flyout-menu-item/flyout-menu-item-content.js +1 -1
  62. package/dist/es2019/ui/menu-item/flyout-menu-item/flyout-menu-item-trigger.js +1 -1
  63. package/dist/es2019/ui/menu-item/link-menu-item.js +1 -1
  64. package/dist/es2019/ui/menu-item/menu-item.compiled.css +10 -5
  65. package/dist/es2019/ui/menu-item/menu-item.js +1 -1
  66. package/dist/es2019/ui/menu-item/top-level-spacer.js +1 -1
  67. package/dist/es2019/ui/menu-section/divider.js +1 -1
  68. package/dist/es2019/ui/menu-section/menu-section-heading.js +1 -1
  69. package/dist/es2019/ui/page-layout/aside.js +1 -1
  70. package/dist/es2019/ui/page-layout/banner.js +1 -1
  71. package/dist/es2019/ui/page-layout/main/main-sticky-header.js +1 -1
  72. package/dist/es2019/ui/page-layout/main/main.js +1 -1
  73. package/dist/es2019/ui/page-layout/panel-splitter/panel-splitter.compiled.css +6 -3
  74. package/dist/es2019/ui/page-layout/panel-splitter/panel-splitter.js +1 -1
  75. package/dist/es2019/ui/page-layout/panel.js +1 -1
  76. package/dist/es2019/ui/page-layout/root.js +1 -1
  77. package/dist/es2019/ui/page-layout/side-nav/side-nav-content.js +1 -1
  78. package/dist/es2019/ui/page-layout/side-nav/side-nav-footer.js +1 -1
  79. package/dist/es2019/ui/page-layout/side-nav/side-nav-header.js +1 -1
  80. package/dist/es2019/ui/page-layout/side-nav/side-nav.js +1 -1
  81. package/dist/es2019/ui/page-layout/side-nav/toggle-button.js +1 -1
  82. package/dist/es2019/ui/page-layout/top-nav/top-nav-end.js +1 -1
  83. package/dist/es2019/ui/page-layout/top-nav/top-nav-middle.js +1 -1
  84. package/dist/es2019/ui/page-layout/top-nav/top-nav-start.js +1 -1
  85. package/dist/es2019/ui/page-layout/top-nav/top-nav.js +1 -1
  86. package/dist/es2019/ui/top-nav-items/custom-title.js +1 -1
  87. package/dist/es2019/ui/top-nav-items/nav-logo/app-logo.js +8 -2
  88. package/dist/es2019/ui/top-nav-items/nav-logo/custom-logo.js +1 -1
  89. package/dist/es2019/ui/top-nav-items/nav-logo/logo-renderer.js +1 -1
  90. package/dist/es2019/ui/top-nav-items/search.js +1 -1
  91. package/dist/es2019/ui/top-nav-items/themed/button.compiled.css +18 -8
  92. package/dist/es2019/ui/top-nav-items/themed/button.js +1 -1
  93. package/dist/esm/components/badge-container.js +1 -1
  94. package/dist/esm/components/list-item.js +1 -1
  95. package/dist/esm/components/list.js +1 -1
  96. package/dist/esm/components/skip-links/skip-link.js +1 -1
  97. package/dist/esm/components/skip-links/skip-links-container.js +1 -1
  98. package/dist/esm/ui/menu-item/container-avatar.js +1 -1
  99. package/dist/esm/ui/menu-item/drag-and-drop/drag-preview.js +1 -1
  100. package/dist/esm/ui/menu-item/drag-and-drop/use-menu-item-drag-and-drop.js +1 -1
  101. package/dist/esm/ui/menu-item/drag-handle.js +1 -1
  102. package/dist/esm/ui/menu-item/expandable-menu-item/expandable-menu-item-content.js +1 -1
  103. package/dist/esm/ui/menu-item/expandable-menu-item/expandable-menu-item-trigger.compiled.css +5 -3
  104. package/dist/esm/ui/menu-item/expandable-menu-item/expandable-menu-item-trigger.js +1 -1
  105. package/dist/esm/ui/menu-item/expandable-menu-item/expandable-menu-item.js +5 -3
  106. package/dist/esm/ui/menu-item/flyout-menu-item/flyout-menu-item-content.js +1 -1
  107. package/dist/esm/ui/menu-item/flyout-menu-item/flyout-menu-item-trigger.js +1 -1
  108. package/dist/esm/ui/menu-item/link-menu-item.js +1 -1
  109. package/dist/esm/ui/menu-item/menu-item.compiled.css +10 -5
  110. package/dist/esm/ui/menu-item/menu-item.js +1 -1
  111. package/dist/esm/ui/menu-item/top-level-spacer.js +1 -1
  112. package/dist/esm/ui/menu-section/divider.compiled.css +1 -1
  113. package/dist/esm/ui/menu-section/divider.js +2 -5
  114. package/dist/esm/ui/menu-section/menu-section-heading.js +1 -1
  115. package/dist/esm/ui/page-layout/aside.js +1 -1
  116. package/dist/esm/ui/page-layout/banner.js +1 -1
  117. package/dist/esm/ui/page-layout/main/main-sticky-header.js +1 -1
  118. package/dist/esm/ui/page-layout/main/main.js +1 -1
  119. package/dist/esm/ui/page-layout/panel-splitter/panel-splitter.compiled.css +6 -3
  120. package/dist/esm/ui/page-layout/panel-splitter/panel-splitter.js +1 -1
  121. package/dist/esm/ui/page-layout/panel.js +1 -1
  122. package/dist/esm/ui/page-layout/root.js +1 -1
  123. package/dist/esm/ui/page-layout/side-nav/side-nav-content.js +1 -1
  124. package/dist/esm/ui/page-layout/side-nav/side-nav-footer.js +1 -1
  125. package/dist/esm/ui/page-layout/side-nav/side-nav-header.js +1 -1
  126. package/dist/esm/ui/page-layout/side-nav/side-nav.js +1 -1
  127. package/dist/esm/ui/page-layout/side-nav/toggle-button.js +1 -1
  128. package/dist/esm/ui/page-layout/top-nav/top-nav-end.js +1 -1
  129. package/dist/esm/ui/page-layout/top-nav/top-nav-middle.js +1 -1
  130. package/dist/esm/ui/page-layout/top-nav/top-nav-start.js +1 -1
  131. package/dist/esm/ui/page-layout/top-nav/top-nav.js +1 -1
  132. package/dist/esm/ui/top-nav-items/custom-title.js +1 -1
  133. package/dist/esm/ui/top-nav-items/nav-logo/app-logo.js +8 -2
  134. package/dist/esm/ui/top-nav-items/nav-logo/custom-logo.js +1 -1
  135. package/dist/esm/ui/top-nav-items/nav-logo/logo-renderer.js +1 -1
  136. package/dist/esm/ui/top-nav-items/search.js +1 -1
  137. package/dist/esm/ui/top-nav-items/themed/button.compiled.css +18 -8
  138. package/dist/esm/ui/top-nav-items/themed/button.js +1 -1
  139. package/dist/types/ui/menu-item/expandable-menu-item/expandable-menu-item.d.ts +4 -0
  140. package/dist/types-ts4.5/ui/menu-item/expandable-menu-item/expandable-menu-item.d.ts +4 -0
  141. package/package.json +7 -3
@@ -1,4 +1,4 @@
1
- ._12xsglyw:has(:focus-visible), ._p8btglyw:hover{--expandable-provided-elembefore-display:none}
1
+ ._12xsglyw:has(:focus-visible){--expandable-provided-elembefore-display:none}
2
2
  ._165n1bgi{--expandable-provided-elembefore-display:contents}
3
3
  ._165nglyw{--expandable-provided-elembefore-display:none}
4
4
  ._1e0c1xb2{display:var(--expandable-provided-elembefore-display)}
@@ -6,7 +6,9 @@
6
6
  ._1hl9glyw:has([aria-expanded=true][aria-haspopup=true]){--expandable-provided-elembefore-display:none}
7
7
  ._1mmi1txw{--expandable-chevron-display:flex}
8
8
  ._1mmiglyw{--expandable-chevron-display:none}
9
- ._b31z1txw:has(:focus-visible), ._1vnl1txw:hover{--expandable-chevron-display:flex}
9
+ ._b31z1txw:has(:focus-visible){--expandable-chevron-display:flex}
10
10
  ._syaz1qo3{color:var(--ds-icon-selected,#0c66e4)}
11
11
  ._v9u71txw:has([aria-expanded=true][aria-haspopup=true]){--expandable-chevron-display:flex}
12
- [dir=rtl] ._1tz3r0mg{transform:scaleX(-1)}
12
+ [dir=rtl] ._1tz3r0mg{transform:scaleX(-1)}
13
+ ._1vnl1txw:hover{--expandable-chevron-display:flex}
14
+ ._p8btglyw:hover{--expandable-provided-elembefore-display:none}
@@ -1,4 +1,4 @@
1
- /* expandable-menu-item-trigger.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* expandable-menu-item-trigger.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./expandable-menu-item-trigger.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* expandable-menu-item.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* expandable-menu-item.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./expandable-menu-item.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -35,7 +35,8 @@ export const ExpandableMenuItem = /*#__PURE__*/forwardRef(({
35
35
  isDefaultExpanded = false,
36
36
  onExpansionToggle,
37
37
  children,
38
- dropIndicator
38
+ dropIndicator,
39
+ testId
39
40
  }, forwardedRef) => {
40
41
  const [isExpanded, setIsExpanded] = useControlled(isExpandedControlled, () => isDefaultExpanded);
41
42
  return /*#__PURE__*/React.createElement(IsExpandedContext.Provider, {
@@ -45,7 +46,8 @@ export const ExpandableMenuItem = /*#__PURE__*/forwardRef(({
45
46
  }, /*#__PURE__*/React.createElement(OnExpansionToggleContext.Provider, {
46
47
  value: onExpansionToggle !== null && onExpansionToggle !== void 0 ? onExpansionToggle : null
47
48
  }, /*#__PURE__*/React.createElement(MenuListItem, {
48
- ref: forwardedRef
49
+ ref: forwardedRef,
50
+ testId: testId
49
51
  }, /*#__PURE__*/React.createElement("div", {
50
52
  className: ax([dropIndicator && relativeStyles.root])
51
53
  }, children, dropIndicator)))));
@@ -1,4 +1,4 @@
1
- /* flyout-menu-item-content.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* flyout-menu-item-content.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./flyout-menu-item-content.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { forwardRef, useCallback, useContext, useEffect, useMemo, useRef, useState } from 'react';
@@ -1,4 +1,4 @@
1
- /* flyout-menu-item-trigger.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* flyout-menu-item-trigger.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./flyout-menu-item-trigger.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* link-menu-item.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* link-menu-item.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./link-menu-item.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,3 +1,4 @@
1
+
1
2
  ._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)}
2
3
  ._1r04ze3t{inset:var(--ds-space-0,0)}
3
4
  ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
@@ -92,19 +93,23 @@
92
93
  ._yv0e7dup{grid-template-columns:minmax(0,auto) 1fr minmax(0,auto) minmax(0,auto)}
93
94
  ._yv0enbh3{grid-template-columns:subgrid}
94
95
  ._12s918uv:focus-within{overflow-y:initial}
95
- ._1brr1txw:focus-within, ._109x1txw:hover{--actions-on-hover-display:flex}
96
+ ._1brr1txw:focus-within{--actions-on-hover-display:flex}
96
97
  ._1guo18uv:focus-within{overflow-x:initial}
97
- ._1mfcglyw:focus-within, ._1sjuglyw:hover{--elem-after-display:none}
98
- ._91nl1wug:focus-within, ._ynyi1wug:hover{--actions-on-hover-width:auto}
99
- ._iy5o1b66:focus-within, ._v4o21b66:hover{--actions-on-hover-padding:var(--ds-space-050,4px)}
100
- ._t7p8kb7n:focus-within, ._g4kikb7n:hover{--actions-on-hover-opacity:1}
98
+ ._1mfcglyw:focus-within{--elem-after-display:none}
99
+ ._91nl1wug:focus-within{--actions-on-hover-width:auto}
100
+ ._iy5o1b66:focus-within{--actions-on-hover-padding:var(--ds-space-050,4px)}
101
+ ._t7p8kb7n:focus-within{--actions-on-hover-opacity:1}._109x1txw:hover{--actions-on-hover-display:flex}
101
102
  ._11om6b4r:hover{animation-name:k1xyysw3}
103
+ ._1sjuglyw:hover{--elem-after-display:none}
102
104
  ._1uy01amc:hover{animation-delay:.8s}
103
105
  ._30l3aqb7:hover{color:var(--ds-text-selected,#0c66e4)}
104
106
  ._7psyru3m:hover{animation-duration:0s}
105
107
  ._bir2q7pw:hover{animation-fill-mode:forwards}
108
+ ._g4kikb7n:hover{--actions-on-hover-opacity:1}
106
109
  ._irr3108i:hover{background-color:var(--ds-surface-hovered,#f1f2f4)}
107
110
  ._irr3i1yw:hover{background-color:var(--ds-background-selected-hovered,#cce0ff)}
108
111
  ._irr3n7od:hover{background-color:unset}
112
+ ._v4o21b66:hover{--actions-on-hover-padding:var(--ds-space-050,4px)}
109
113
  ._x0kw1txw:hover{--drag-handle-display:flex}
114
+ ._ynyi1wug:hover{--actions-on-hover-width:auto}
110
115
  @keyframes k1xyysw3{to{cursor:grab}}
@@ -1,4 +1,4 @@
1
- /* menu-item.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* menu-item.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./menu-item.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* top-level-spacer.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* top-level-spacer.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./top-level-spacer.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* divider.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* divider.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./divider.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* menu-section-heading.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* menu-section-heading.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./menu-section-heading.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* aside.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* aside.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./aside.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* banner.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* banner.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./banner.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* main-sticky-header.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* main-sticky-header.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./main-sticky-header.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
@@ -1,4 +1,4 @@
1
- /* main.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* main.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./main.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -24,12 +24,15 @@
24
24
  ._syaz1kw7{color:inherit}
25
25
  ._u7coidpf{inset-block-end:0}
26
26
  ._y4tize3t{padding-inline-end:var(--ds-space-0,0)}
27
- ._1cg4fnf5:focus-within, ._le1bfnf5:hover{transition-duration:.2s}
28
- ._1dr21ylx:focus-within, ._1s5z1ylx:hover{transition-property:color}
29
- ._vp7gaqb7:focus-within, ._30l3aqb7:hover{color:var(--ds-text-selected,#0c66e4)}
27
+ ._1cg4fnf5:focus-within{transition-duration:.2s}
28
+ ._1dr21ylx:focus-within{transition-property:color}
29
+ ._vp7gaqb7:focus-within{color:var(--ds-text-selected,#0c66e4)}
30
30
  ._1gavfnf5:hover{transition-delay:.2s}
31
+ ._1s5z1ylx:hover{transition-property:color}
32
+ ._30l3aqb7:hover{color:var(--ds-text-selected,#0c66e4)}
31
33
  ._d0al11mm:hover{cursor:col-resize}
32
34
  ._d0aluf7j:hover{cursor:ew-resize}
35
+ ._le1bfnf5:hover{transition-duration:.2s}
33
36
  ._1gglglyw:active{transition:none}
34
37
  ._9h8h16c2:active{color:var(--ds-link-pressed,#05c)}
35
38
  @media (min-width:48rem){._181n1ule{display:block}}
@@ -1,4 +1,4 @@
1
- /* panel-splitter.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* panel-splitter.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./panel-splitter.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* panel.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* panel.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./panel.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* root.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* root.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./root.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useEffect, useRef } from 'react';
@@ -1,4 +1,4 @@
1
- /* side-nav-content.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* side-nav-content.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./side-nav-content.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* side-nav-footer.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* side-nav-footer.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./side-nav-footer.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* side-nav-header.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* side-nav-header.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./side-nav-header.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* side-nav.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* side-nav.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./side-nav.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* toggle-button.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* toggle-button.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./toggle-button.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useCallback, useContext, useEffect, useRef, useState } from 'react';
@@ -1,4 +1,4 @@
1
- /* top-nav-end.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* top-nav-end.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./top-nav-end.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* top-nav-middle.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* top-nav-middle.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./top-nav-middle.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
@@ -1,4 +1,4 @@
1
- /* top-nav-start.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* top-nav-start.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./top-nav-start.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useContext, useEffect, useRef } from 'react';
@@ -1,4 +1,4 @@
1
- /* top-nav.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* top-nav.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./top-nav.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* custom-title.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* custom-title.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./custom-title.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,13 +1,19 @@
1
- /* app-logo.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* app-logo.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./app-logo.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useCallback, useRef } from 'react';
5
5
  import { cx } from '@compiled/react';
6
+ import { componentWithFG } from '@atlaskit/platform-feature-flags-react';
7
+ import { Anchor as AnchorLegacy, Inline as InlineLegacy, Text as TextLegacy
6
8
  // eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
7
- import { Anchor, Inline, Text } from '@atlaskit/primitives';
9
+ } from '@atlaskit/primitives';
10
+ import { Anchor as AnchorCompiled, Inline as InlineCompiled, Text as TextCompiled } from '@atlaskit/primitives/compiled';
8
11
  import Tooltip from '@atlaskit/tooltip';
9
12
  import { useHasCustomTheme } from '../themed/has-custom-theme-context';
10
13
  import { LogoRenderer } from './logo-renderer';
14
+ const Anchor = componentWithFG('jfp-magma-hydration-harmonise-applogo-classname', AnchorCompiled, AnchorLegacy);
15
+ const Inline = componentWithFG('jfp-magma-hydration-harmonise-applogo-classname', InlineCompiled, InlineLegacy);
16
+ const Text = componentWithFG('jfp-magma-hydration-harmonise-applogo-classname', TextCompiled, TextLegacy);
11
17
  const anchorStyles = {
12
18
  root: "_2rko19bv _1e0c1txw _4cvr1h6o _4t3izwfg _1o9zidpf _ahbq1b66 _1toh1r31 _5jyqglyw _mrqmnqa1 _1w901kw7",
13
19
  interactionStates: "_irr3166n _1di61wwy",
@@ -1,4 +1,4 @@
1
- /* custom-logo.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* custom-logo.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./custom-logo.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useEffect, useRef } from 'react';
@@ -1,4 +1,4 @@
1
- /* logo-renderer.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* logo-renderer.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import { ax, ix } from "@compiled/react/runtime";
3
3
  import React, { memo } from 'react';
4
4
  import { fg } from '@atlaskit/platform-feature-flags';
@@ -1,4 +1,4 @@
1
- /* search.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* search.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./search.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { Fragment } from 'react';
@@ -1,3 +1,4 @@
1
+
1
2
  ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
3
  ._11q71c9b{background:var(--ds-top-bar-button-disabled-background)}
3
4
  ._11q71qds{background:var(--ds-top-bar-button-selected-background)}
@@ -32,27 +33,36 @@
32
33
  ._syaz1i3i{color:var(--ds-top-bar-button-disabled-text)}
33
34
  ._syaz1r31{color:currentColor}
34
35
  ._syazw5ct{color:var(--ds-top-bar-button-selected-text)}
35
- ._vwz4idpf{line-height:0}
36
- ._f8pj15o7:focus, ._105315o7:visited{color:var(--ds-top-bar-button-primary-text)}
37
- ._f8pj1i3i:focus, ._10531i3i:visited{color:var(--ds-top-bar-button-disabled-text)}
38
- ._f8pj1r31:focus, ._10531r31:visited{color:currentColor}
39
- ._f8pjw5ct:focus, ._1053w5ct:visited{color:var(--ds-top-bar-button-selected-text)}
36
+ ._vwz4idpf{line-height:0}._105315o7:visited{color:var(--ds-top-bar-button-primary-text)}
37
+ ._10531i3i:visited{color:var(--ds-top-bar-button-disabled-text)}
38
+ ._10531r31:visited{color:currentColor}
39
+ ._1053w5ct:visited{color:var(--ds-top-bar-button-selected-text)}
40
+ ._1a3b1r31:focus{text-decoration-color:currentColor}
41
+ ._4fprglyw:focus{text-decoration-line:none}
42
+ ._5goinqa1:focus{text-decoration-style:solid}
43
+ ._f8pj15o7:focus{color:var(--ds-top-bar-button-primary-text)}
44
+ ._f8pj1i3i:focus{color:var(--ds-top-bar-button-disabled-text)}
45
+ ._f8pj1r31:focus{color:currentColor}
46
+ ._f8pjw5ct:focus{color:var(--ds-top-bar-button-selected-text)}
40
47
  ._19lc1c9b:hover{background:var(--ds-top-bar-button-disabled-background)}
41
48
  ._19lc1rps:hover{background:var(--ds-top-bar-button-background-hovered)}
42
49
  ._19lcjrv1:hover{background:var(--ds-top-bar-button-selected-background-hovered)}
43
50
  ._19lcp6hf:hover{background:var(--ds-top-bar-button-primary-background-hovered)}
51
+ ._1bnxglyw:hover{text-decoration-line:none}
44
52
  ._30l315o7:hover{color:var(--ds-top-bar-button-primary-text)}
45
53
  ._30l31i3i:hover{color:var(--ds-top-bar-button-disabled-text)}
46
54
  ._30l31r31:hover{color:currentColor}
47
55
  ._30l3w5ct:hover{color:var(--ds-top-bar-button-selected-text)}
56
+ ._9oik1r31:hover{text-decoration-color:currentColor}
57
+ ._jf4cnqa1:hover{text-decoration-style:solid}
48
58
  ._j6xt1c9b:active{background:var(--ds-top-bar-button-disabled-background)}
49
59
  ._j6xt5sko:active{background:var(--ds-top-bar-button-primary-background-pressed)}
50
60
  ._j6xtnh62:active{background:var(--ds-top-bar-button-selected-background-pressed)}
51
61
  ._j6xtqtgh:active{background:var(--ds-top-bar-button-background-pressed)}
52
- ._1iohnqa1:active, ._5goinqa1:focus, ._jf4cnqa1:hover{text-decoration-style:solid}
53
- ._1nrm1r31:active, ._1a3b1r31:focus, ._9oik1r31:hover{text-decoration-color:currentColor}
62
+ ._1iohnqa1:active{text-decoration-style:solid}
63
+ ._1nrm1r31:active{text-decoration-color:currentColor}
54
64
  ._9h8h15o7:active{color:var(--ds-top-bar-button-primary-text)}
55
65
  ._9h8h1i3i:active{color:var(--ds-top-bar-button-disabled-text)}
56
66
  ._9h8h1r31:active{color:currentColor}
57
67
  ._9h8hw5ct:active{color:var(--ds-top-bar-button-selected-text)}
58
- ._c2waglyw:active, ._4fprglyw:focus, ._1bnxglyw:hover{text-decoration-line:none}
68
+ ._c2waglyw:active{text-decoration-line:none}
@@ -1,4 +1,4 @@
1
- /* button.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* button.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./button.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* badge-container.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* badge-container.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./badge-container.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* list-item.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* list-item.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import * as React from 'react';
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import { forwardRef } from 'react';
@@ -1,4 +1,4 @@
1
- /* list.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* list.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import * as React from 'react';
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import { forwardRef } from 'react';
@@ -1,4 +1,4 @@
1
- /* skip-link.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* skip-link.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./skip-link.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useCallback } from 'react';
@@ -1,4 +1,4 @@
1
- /* skip-links-container.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* skip-links-container.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
3
3
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
4
4
  import "./skip-links-container.compiled.css";
@@ -1,4 +1,4 @@
1
- /* container-avatar.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* container-avatar.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./container-avatar.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* drag-preview.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* drag-preview.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./drag-preview.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* use-menu-item-drag-and-drop.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* use-menu-item-drag-and-drop.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* drag-handle.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* drag-handle.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./drag-handle.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* expandable-menu-item-content.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* expandable-menu-item-content.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./expandable-menu-item-content.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- ._12xsglyw:has(:focus-visible), ._p8btglyw:hover{--expandable-provided-elembefore-display:none}
1
+ ._12xsglyw:has(:focus-visible){--expandable-provided-elembefore-display:none}
2
2
  ._165n1bgi{--expandable-provided-elembefore-display:contents}
3
3
  ._165nglyw{--expandable-provided-elembefore-display:none}
4
4
  ._1e0c1xb2{display:var(--expandable-provided-elembefore-display)}
@@ -6,7 +6,9 @@
6
6
  ._1hl9glyw:has([aria-expanded=true][aria-haspopup=true]){--expandable-provided-elembefore-display:none}
7
7
  ._1mmi1txw{--expandable-chevron-display:flex}
8
8
  ._1mmiglyw{--expandable-chevron-display:none}
9
- ._b31z1txw:has(:focus-visible), ._1vnl1txw:hover{--expandable-chevron-display:flex}
9
+ ._b31z1txw:has(:focus-visible){--expandable-chevron-display:flex}
10
10
  ._syaz1qo3{color:var(--ds-icon-selected,#0c66e4)}
11
11
  ._v9u71txw:has([aria-expanded=true][aria-haspopup=true]){--expandable-chevron-display:flex}
12
- [dir=rtl] ._1tz3r0mg{transform:scaleX(-1)}
12
+ [dir=rtl] ._1tz3r0mg{transform:scaleX(-1)}
13
+ ._1vnl1txw:hover{--expandable-chevron-display:flex}
14
+ ._p8btglyw:hover{--expandable-provided-elembefore-display:none}
@@ -1,4 +1,4 @@
1
- /* expandable-menu-item-trigger.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* expandable-menu-item-trigger.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./expandable-menu-item-trigger.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* expandable-menu-item.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* expandable-menu-item.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  import "./expandable-menu-item.compiled.css";
4
4
  import * as React from 'react';
@@ -37,7 +37,8 @@ export var ExpandableMenuItem = /*#__PURE__*/forwardRef(function (_ref, forwarde
37
37
  isDefaultExpanded = _ref$isDefaultExpande === void 0 ? false : _ref$isDefaultExpande,
38
38
  onExpansionToggle = _ref.onExpansionToggle,
39
39
  children = _ref.children,
40
- dropIndicator = _ref.dropIndicator;
40
+ dropIndicator = _ref.dropIndicator,
41
+ testId = _ref.testId;
41
42
  var _useControlled = useControlled(isExpandedControlled, function () {
42
43
  return isDefaultExpanded;
43
44
  }),
@@ -51,7 +52,8 @@ export var ExpandableMenuItem = /*#__PURE__*/forwardRef(function (_ref, forwarde
51
52
  }, /*#__PURE__*/React.createElement(OnExpansionToggleContext.Provider, {
52
53
  value: onExpansionToggle !== null && onExpansionToggle !== void 0 ? onExpansionToggle : null
53
54
  }, /*#__PURE__*/React.createElement(MenuListItem, {
54
- ref: forwardedRef
55
+ ref: forwardedRef,
56
+ testId: testId
55
57
  }, /*#__PURE__*/React.createElement("div", {
56
58
  className: ax([dropIndicator && relativeStyles.root])
57
59
  }, children, dropIndicator)))));
@@ -1,4 +1,4 @@
1
- /* flyout-menu-item-content.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* flyout-menu-item-content.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  import "./flyout-menu-item-content.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* flyout-menu-item-trigger.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* flyout-menu-item-trigger.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./flyout-menu-item-trigger.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* link-menu-item.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* link-menu-item.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./link-menu-item.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,3 +1,4 @@
1
+
1
2
  ._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)}
2
3
  ._1r04ze3t{inset:var(--ds-space-0,0)}
3
4
  ._2rko12b0{border-radius:var(--ds-radius-small,4px)}
@@ -92,19 +93,23 @@
92
93
  ._yv0e7dup{grid-template-columns:minmax(0,auto) 1fr minmax(0,auto) minmax(0,auto)}
93
94
  ._yv0enbh3{grid-template-columns:subgrid}
94
95
  ._12s918uv:focus-within{overflow-y:initial}
95
- ._1brr1txw:focus-within, ._109x1txw:hover{--actions-on-hover-display:flex}
96
+ ._1brr1txw:focus-within{--actions-on-hover-display:flex}
96
97
  ._1guo18uv:focus-within{overflow-x:initial}
97
- ._1mfcglyw:focus-within, ._1sjuglyw:hover{--elem-after-display:none}
98
- ._91nl1wug:focus-within, ._ynyi1wug:hover{--actions-on-hover-width:auto}
99
- ._iy5o1b66:focus-within, ._v4o21b66:hover{--actions-on-hover-padding:var(--ds-space-050,4px)}
100
- ._t7p8kb7n:focus-within, ._g4kikb7n:hover{--actions-on-hover-opacity:1}
98
+ ._1mfcglyw:focus-within{--elem-after-display:none}
99
+ ._91nl1wug:focus-within{--actions-on-hover-width:auto}
100
+ ._iy5o1b66:focus-within{--actions-on-hover-padding:var(--ds-space-050,4px)}
101
+ ._t7p8kb7n:focus-within{--actions-on-hover-opacity:1}._109x1txw:hover{--actions-on-hover-display:flex}
101
102
  ._11om6b4r:hover{animation-name:k1xyysw3}
103
+ ._1sjuglyw:hover{--elem-after-display:none}
102
104
  ._1uy01amc:hover{animation-delay:.8s}
103
105
  ._30l3aqb7:hover{color:var(--ds-text-selected,#0c66e4)}
104
106
  ._7psyru3m:hover{animation-duration:0s}
105
107
  ._bir2q7pw:hover{animation-fill-mode:forwards}
108
+ ._g4kikb7n:hover{--actions-on-hover-opacity:1}
106
109
  ._irr3108i:hover{background-color:var(--ds-surface-hovered,#f1f2f4)}
107
110
  ._irr3i1yw:hover{background-color:var(--ds-background-selected-hovered,#cce0ff)}
108
111
  ._irr3n7od:hover{background-color:unset}
112
+ ._v4o21b66:hover{--actions-on-hover-padding:var(--ds-space-050,4px)}
109
113
  ._x0kw1txw:hover{--drag-handle-display:flex}
114
+ ._ynyi1wug:hover{--actions-on-hover-width:auto}
110
115
  @keyframes k1xyysw3{to{cursor:grab}}
@@ -1,4 +1,4 @@
1
- /* menu-item.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* menu-item.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import _extends from "@babel/runtime/helpers/extends";
4
4
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
@@ -1,4 +1,4 @@
1
- /* top-level-spacer.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* top-level-spacer.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./top-level-spacer.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
1
 
2
2
  ._h7alglyw{border-inline:none}._179rglyw{border-block-end:none}
3
- ._mqm2pp12{border-block-start:var(--_18x9sjc)}
3
+ ._mqm2zgxb{border-block-start:1px solid var(--ds-border,#091e4224)}
4
4
  ._1bsb1osq{width:100%}
@@ -1,4 +1,4 @@
1
- /* divider.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* divider.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import "./divider.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -19,9 +19,6 @@ export var Divider = function Divider() {
19
19
  * but it probably isn't necessary.
20
20
  */
21
21
  role: "none",
22
- className: ax(["_h7alglyw _179rglyw _mqm2pp12 _1bsb1osq"]),
23
- style: {
24
- "--_18x9sjc": ix("1px solid ".concat("var(--ds-border, #091E4224)"))
25
- }
22
+ className: ax(["_h7alglyw _179rglyw _mqm2zgxb _1bsb1osq"])
26
23
  });
27
24
  };