@atlaskit/navigation-system 2.8.0 → 2.10.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 (154) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/constellation/index/examples.mdx +2 -1
  3. package/dist/cjs/components/badge-container.js +1 -1
  4. package/dist/cjs/components/list-item.js +1 -1
  5. package/dist/cjs/components/list.js +1 -1
  6. package/dist/cjs/components/skip-links/skip-link.js +1 -1
  7. package/dist/cjs/components/skip-links/skip-links-container.js +1 -1
  8. package/dist/cjs/ui/menu-item/container-avatar.js +1 -1
  9. package/dist/cjs/ui/menu-item/drag-and-drop/drag-preview.js +1 -1
  10. package/dist/cjs/ui/menu-item/drag-and-drop/use-menu-item-drag-and-drop.js +1 -1
  11. package/dist/cjs/ui/menu-item/drag-handle.js +1 -1
  12. package/dist/cjs/ui/menu-item/expandable-menu-item/expandable-menu-item-content.js +1 -1
  13. package/dist/cjs/ui/menu-item/expandable-menu-item/expandable-menu-item-trigger.compiled.css +3 -5
  14. package/dist/cjs/ui/menu-item/expandable-menu-item/expandable-menu-item-trigger.js +1 -1
  15. package/dist/cjs/ui/menu-item/expandable-menu-item/expandable-menu-item.js +1 -1
  16. package/dist/cjs/ui/menu-item/flyout-menu-item/flyout-menu-item-content.js +1 -1
  17. package/dist/cjs/ui/menu-item/flyout-menu-item/flyout-menu-item-trigger.js +1 -1
  18. package/dist/cjs/ui/menu-item/link-menu-item.js +1 -1
  19. package/dist/cjs/ui/menu-item/menu-item.compiled.css +5 -10
  20. package/dist/cjs/ui/menu-item/menu-item.js +1 -1
  21. package/dist/cjs/ui/menu-item/top-level-spacer.js +1 -1
  22. package/dist/cjs/ui/menu-section/divider.compiled.css +1 -1
  23. package/dist/cjs/ui/menu-section/divider.js +5 -2
  24. package/dist/cjs/ui/menu-section/menu-section-heading.js +1 -1
  25. package/dist/cjs/ui/page-layout/aside.js +1 -1
  26. package/dist/cjs/ui/page-layout/banner.js +1 -1
  27. package/dist/cjs/ui/page-layout/main/main-sticky-header.js +1 -1
  28. package/dist/cjs/ui/page-layout/main/main.js +1 -1
  29. package/dist/cjs/ui/page-layout/panel-splitter/panel-splitter.compiled.css +3 -6
  30. package/dist/cjs/ui/page-layout/panel-splitter/panel-splitter.js +1 -1
  31. package/dist/cjs/ui/page-layout/panel.compiled.css +0 -1
  32. package/dist/cjs/ui/page-layout/panel.js +6 -9
  33. package/dist/cjs/ui/page-layout/root.js +7 -3
  34. package/dist/cjs/ui/page-layout/side-nav/side-nav-content.js +1 -1
  35. package/dist/cjs/ui/page-layout/side-nav/side-nav-footer.js +1 -1
  36. package/dist/cjs/ui/page-layout/side-nav/side-nav-header.js +1 -1
  37. package/dist/cjs/ui/page-layout/side-nav/side-nav.js +6 -1
  38. package/dist/cjs/ui/page-layout/side-nav/toggle-button.js +5 -2
  39. package/dist/cjs/ui/page-layout/side-nav/visibility-provider.js +11 -2
  40. package/dist/cjs/ui/page-layout/top-nav/top-nav-end.js +1 -1
  41. package/dist/cjs/ui/page-layout/top-nav/top-nav-middle.js +1 -1
  42. package/dist/cjs/ui/page-layout/top-nav/top-nav-start.js +1 -1
  43. package/dist/cjs/ui/page-layout/top-nav/top-nav.js +1 -1
  44. package/dist/cjs/ui/top-nav-items/custom-title.js +1 -1
  45. package/dist/cjs/ui/top-nav-items/nav-logo/app-logo.js +1 -1
  46. package/dist/cjs/ui/top-nav-items/nav-logo/custom-logo.js +1 -1
  47. package/dist/cjs/ui/top-nav-items/nav-logo/logo-renderer.js +1 -1
  48. package/dist/cjs/ui/top-nav-items/search.js +1 -1
  49. package/dist/cjs/ui/top-nav-items/themed/button.compiled.css +8 -18
  50. package/dist/cjs/ui/top-nav-items/themed/button.js +1 -1
  51. package/dist/es2019/components/badge-container.js +1 -1
  52. package/dist/es2019/components/list-item.js +1 -1
  53. package/dist/es2019/components/list.js +1 -1
  54. package/dist/es2019/components/skip-links/skip-link.js +1 -1
  55. package/dist/es2019/components/skip-links/skip-links-container.js +1 -1
  56. package/dist/es2019/ui/menu-item/container-avatar.js +1 -1
  57. package/dist/es2019/ui/menu-item/drag-and-drop/drag-preview.js +1 -1
  58. package/dist/es2019/ui/menu-item/drag-and-drop/use-menu-item-drag-and-drop.js +1 -1
  59. package/dist/es2019/ui/menu-item/drag-handle.js +1 -1
  60. package/dist/es2019/ui/menu-item/expandable-menu-item/expandable-menu-item-content.js +1 -1
  61. package/dist/es2019/ui/menu-item/expandable-menu-item/expandable-menu-item-trigger.compiled.css +3 -5
  62. package/dist/es2019/ui/menu-item/expandable-menu-item/expandable-menu-item-trigger.js +1 -1
  63. package/dist/es2019/ui/menu-item/expandable-menu-item/expandable-menu-item.js +1 -1
  64. package/dist/es2019/ui/menu-item/flyout-menu-item/flyout-menu-item-content.js +1 -1
  65. package/dist/es2019/ui/menu-item/flyout-menu-item/flyout-menu-item-trigger.js +1 -1
  66. package/dist/es2019/ui/menu-item/link-menu-item.js +1 -1
  67. package/dist/es2019/ui/menu-item/menu-item.compiled.css +5 -10
  68. package/dist/es2019/ui/menu-item/menu-item.js +1 -1
  69. package/dist/es2019/ui/menu-item/top-level-spacer.js +1 -1
  70. package/dist/es2019/ui/menu-section/divider.js +1 -1
  71. package/dist/es2019/ui/menu-section/menu-section-heading.js +1 -1
  72. package/dist/es2019/ui/page-layout/aside.js +1 -1
  73. package/dist/es2019/ui/page-layout/banner.js +1 -1
  74. package/dist/es2019/ui/page-layout/main/main-sticky-header.js +1 -1
  75. package/dist/es2019/ui/page-layout/main/main.js +1 -1
  76. package/dist/es2019/ui/page-layout/panel-splitter/panel-splitter.compiled.css +3 -6
  77. package/dist/es2019/ui/page-layout/panel-splitter/panel-splitter.js +1 -1
  78. package/dist/es2019/ui/page-layout/panel.compiled.css +0 -1
  79. package/dist/es2019/ui/page-layout/panel.js +6 -9
  80. package/dist/es2019/ui/page-layout/root.js +6 -3
  81. package/dist/es2019/ui/page-layout/side-nav/side-nav-content.js +1 -1
  82. package/dist/es2019/ui/page-layout/side-nav/side-nav-footer.js +1 -1
  83. package/dist/es2019/ui/page-layout/side-nav/side-nav-header.js +1 -1
  84. package/dist/es2019/ui/page-layout/side-nav/side-nav.js +6 -1
  85. package/dist/es2019/ui/page-layout/side-nav/toggle-button.js +5 -2
  86. package/dist/es2019/ui/page-layout/side-nav/visibility-provider.js +11 -2
  87. package/dist/es2019/ui/page-layout/top-nav/top-nav-end.js +1 -1
  88. package/dist/es2019/ui/page-layout/top-nav/top-nav-middle.js +1 -1
  89. package/dist/es2019/ui/page-layout/top-nav/top-nav-start.js +1 -1
  90. package/dist/es2019/ui/page-layout/top-nav/top-nav.js +1 -1
  91. package/dist/es2019/ui/top-nav-items/custom-title.js +1 -1
  92. package/dist/es2019/ui/top-nav-items/nav-logo/app-logo.js +1 -1
  93. package/dist/es2019/ui/top-nav-items/nav-logo/custom-logo.js +1 -1
  94. package/dist/es2019/ui/top-nav-items/nav-logo/logo-renderer.js +1 -1
  95. package/dist/es2019/ui/top-nav-items/search.js +1 -1
  96. package/dist/es2019/ui/top-nav-items/themed/button.compiled.css +8 -18
  97. package/dist/es2019/ui/top-nav-items/themed/button.js +1 -1
  98. package/dist/esm/components/badge-container.js +1 -1
  99. package/dist/esm/components/list-item.js +1 -1
  100. package/dist/esm/components/list.js +1 -1
  101. package/dist/esm/components/skip-links/skip-link.js +1 -1
  102. package/dist/esm/components/skip-links/skip-links-container.js +1 -1
  103. package/dist/esm/ui/menu-item/container-avatar.js +1 -1
  104. package/dist/esm/ui/menu-item/drag-and-drop/drag-preview.js +1 -1
  105. package/dist/esm/ui/menu-item/drag-and-drop/use-menu-item-drag-and-drop.js +1 -1
  106. package/dist/esm/ui/menu-item/drag-handle.js +1 -1
  107. package/dist/esm/ui/menu-item/expandable-menu-item/expandable-menu-item-content.js +1 -1
  108. package/dist/esm/ui/menu-item/expandable-menu-item/expandable-menu-item-trigger.compiled.css +3 -5
  109. package/dist/esm/ui/menu-item/expandable-menu-item/expandable-menu-item-trigger.js +1 -1
  110. package/dist/esm/ui/menu-item/expandable-menu-item/expandable-menu-item.js +1 -1
  111. package/dist/esm/ui/menu-item/flyout-menu-item/flyout-menu-item-content.js +1 -1
  112. package/dist/esm/ui/menu-item/flyout-menu-item/flyout-menu-item-trigger.js +1 -1
  113. package/dist/esm/ui/menu-item/link-menu-item.js +1 -1
  114. package/dist/esm/ui/menu-item/menu-item.compiled.css +5 -10
  115. package/dist/esm/ui/menu-item/menu-item.js +1 -1
  116. package/dist/esm/ui/menu-item/top-level-spacer.js +1 -1
  117. package/dist/esm/ui/menu-section/divider.compiled.css +1 -1
  118. package/dist/esm/ui/menu-section/divider.js +5 -2
  119. package/dist/esm/ui/menu-section/menu-section-heading.js +1 -1
  120. package/dist/esm/ui/page-layout/aside.js +1 -1
  121. package/dist/esm/ui/page-layout/banner.js +1 -1
  122. package/dist/esm/ui/page-layout/main/main-sticky-header.js +1 -1
  123. package/dist/esm/ui/page-layout/main/main.js +1 -1
  124. package/dist/esm/ui/page-layout/panel-splitter/panel-splitter.compiled.css +3 -6
  125. package/dist/esm/ui/page-layout/panel-splitter/panel-splitter.js +1 -1
  126. package/dist/esm/ui/page-layout/panel.compiled.css +0 -1
  127. package/dist/esm/ui/page-layout/panel.js +6 -9
  128. package/dist/esm/ui/page-layout/root.js +7 -3
  129. package/dist/esm/ui/page-layout/side-nav/side-nav-content.js +1 -1
  130. package/dist/esm/ui/page-layout/side-nav/side-nav-footer.js +1 -1
  131. package/dist/esm/ui/page-layout/side-nav/side-nav-header.js +1 -1
  132. package/dist/esm/ui/page-layout/side-nav/side-nav.js +6 -1
  133. package/dist/esm/ui/page-layout/side-nav/toggle-button.js +5 -2
  134. package/dist/esm/ui/page-layout/side-nav/visibility-provider.js +11 -2
  135. package/dist/esm/ui/page-layout/top-nav/top-nav-end.js +1 -1
  136. package/dist/esm/ui/page-layout/top-nav/top-nav-middle.js +1 -1
  137. package/dist/esm/ui/page-layout/top-nav/top-nav-start.js +1 -1
  138. package/dist/esm/ui/page-layout/top-nav/top-nav.js +1 -1
  139. package/dist/esm/ui/top-nav-items/custom-title.js +1 -1
  140. package/dist/esm/ui/top-nav-items/nav-logo/app-logo.js +1 -1
  141. package/dist/esm/ui/top-nav-items/nav-logo/custom-logo.js +1 -1
  142. package/dist/esm/ui/top-nav-items/nav-logo/logo-renderer.js +1 -1
  143. package/dist/esm/ui/top-nav-items/search.js +1 -1
  144. package/dist/esm/ui/top-nav-items/themed/button.compiled.css +8 -18
  145. package/dist/esm/ui/top-nav-items/themed/button.js +1 -1
  146. package/dist/types/ui/page-layout/root.d.ts +13 -1
  147. package/dist/types/ui/page-layout/side-nav/side-nav.d.ts +7 -0
  148. package/dist/types/ui/page-layout/side-nav/toggle-button.d.ts +7 -0
  149. package/dist/types/ui/page-layout/side-nav/visibility-provider.d.ts +2 -1
  150. package/dist/types-ts4.5/ui/page-layout/root.d.ts +13 -1
  151. package/dist/types-ts4.5/ui/page-layout/side-nav/side-nav.d.ts +7 -0
  152. package/dist/types-ts4.5/ui/page-layout/side-nav/toggle-button.d.ts +7 -0
  153. package/dist/types-ts4.5/ui/page-layout/side-nav/visibility-provider.d.ts +2 -1
  154. package/package.json +4 -7
@@ -1,4 +1,4 @@
1
- /* list-item.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* list-item.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* list.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* skip-link.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* skip-links-container.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./skip-links-container.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* container-avatar.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* container-avatar.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* drag-preview.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* use-menu-item-drag-and-drop.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import * as React from 'react';
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import { useCallback, useEffect, useMemo, useRef, useState } from 'react';
@@ -1,4 +1,4 @@
1
- /* drag-handle.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* drag-handle.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* expandable-menu-item-content.tsx generated by @compiled/babel-plugin v0.36.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){--expandable-provided-elembefore-display:none}
1
+ ._12xsglyw:has(:focus-visible), ._p8btglyw:hover{--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,9 +6,7 @@
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){--expandable-chevron-display:flex}
9
+ ._b31z1txw:has(:focus-visible), ._1vnl1txw:hover{--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)}
13
- ._1vnl1txw:hover{--expandable-chevron-display:flex}
14
- ._p8btglyw:hover{--expandable-provided-elembefore-display:none}
12
+ [dir=rtl] ._1tz3r0mg{transform:scaleX(-1)}
@@ -1,4 +1,4 @@
1
- /* expandable-menu-item-trigger.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* expandable-menu-item-trigger.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* expandable-menu-item.tsx generated by @compiled/babel-plugin v0.36.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";
@@ -1,4 +1,4 @@
1
- /* flyout-menu-item-content.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* flyout-menu-item-content.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* flyout-menu-item-trigger.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* link-menu-item.tsx generated by @compiled/babel-plugin v0.36.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,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)}
@@ -93,23 +92,19 @@
93
92
  ._yv0e7dup{grid-template-columns:minmax(0,auto) 1fr minmax(0,auto) minmax(0,auto)}
94
93
  ._yv0enbh3{grid-template-columns:subgrid}
95
94
  ._12s918uv:focus-within{overflow-y:initial}
96
- ._1brr1txw:focus-within{--actions-on-hover-display:flex}
95
+ ._1brr1txw:focus-within, ._109x1txw:hover{--actions-on-hover-display:flex}
97
96
  ._1guo18uv:focus-within{overflow-x:initial}
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}
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}
102
101
  ._11om6b4r:hover{animation-name:k1xyysw3}
103
- ._1sjuglyw:hover{--elem-after-display:none}
104
102
  ._1uy01amc:hover{animation-delay:.8s}
105
103
  ._30l3aqb7:hover{color:var(--ds-text-selected,#0c66e4)}
106
104
  ._7psyru3m:hover{animation-duration:0s}
107
105
  ._bir2q7pw:hover{animation-fill-mode:forwards}
108
- ._g4kikb7n:hover{--actions-on-hover-opacity:1}
109
106
  ._irr3108i:hover{background-color:var(--ds-surface-hovered,#f1f2f4)}
110
107
  ._irr3i1yw:hover{background-color:var(--ds-background-selected-hovered,#cce0ff)}
111
108
  ._irr3n7od:hover{background-color:unset}
112
- ._v4o21b66:hover{--actions-on-hover-padding:var(--ds-space-050,4px)}
113
109
  ._x0kw1txw:hover{--drag-handle-display:flex}
114
- ._ynyi1wug:hover{--actions-on-hover-width:auto}
115
110
  @keyframes k1xyysw3{to{cursor:grab}}
@@ -1,4 +1,4 @@
1
- /* menu-item.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* menu-item.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* top-level-spacer.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* divider.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* menu-section-heading.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* aside.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* banner.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* main-sticky-header.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* main.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./main.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -24,15 +24,12 @@
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{transition-duration:.2s}
28
- ._1dr21ylx:focus-within{transition-property:color}
29
- ._vp7gaqb7:focus-within{color:var(--ds-text-selected,#0c66e4)}
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)}
30
30
  ._1gavfnf5:hover{transition-delay:.2s}
31
- ._1s5z1ylx:hover{transition-property:color}
32
- ._30l3aqb7:hover{color:var(--ds-text-selected,#0c66e4)}
33
31
  ._d0al11mm:hover{cursor:col-resize}
34
32
  ._d0aluf7j:hover{cursor:ew-resize}
35
- ._le1bfnf5:hover{transition-duration:.2s}
36
33
  ._1gglglyw:active{transition:none}
37
34
  ._9h8h16c2:active{color:var(--ds-link-pressed,#05c)}
38
35
  @media (min-width:48rem){._181n1ule{display:block}}
@@ -1,4 +1,4 @@
1
- /* panel-splitter.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* panel-splitter.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./panel-splitter.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -4,7 +4,6 @@
4
4
  ._152timx3{inset-block-start:calc(var(--n_bnrM, 0px) + var(--n_tNvM, 0px))}
5
5
  ._16qs1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}
6
6
  ._18m91wug{overflow-y:auto}
7
- ._1bsb1adv{width:min(90%,365px)}
8
7
  ._1bsb1dxx{width:min(90%,var(--minWidth))}
9
8
  ._1e0cglyw{display:none}
10
9
  ._1pbykb7n{z-index:1}
@@ -1,9 +1,8 @@
1
- /* panel.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* panel.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./panel.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import { useCallback, useContext, useEffect, useRef, useState } from 'react';
6
- import { fg } from '@atlaskit/platform-feature-flags';
7
6
  import { media } from '@atlaskit/primitives/responsive';
8
7
  import { useSkipLinkInternal } from '../../context/skip-links/skip-links-context';
9
8
  import { contentHeightWhenFixed, contentInsetBlockStart, localSlotLayers, panelPanelSplitterId, panelVar, sideNavLiveWidthVar, UNSAFE_panelLayoutVar } from './constants';
@@ -15,6 +14,7 @@ import { useSideNavRef } from './side-nav/element-context';
15
14
  import { useResizingWidthCssVarOnRootElement } from './use-resizing-width-css-var-on-root-element';
16
15
  import { useSafeDefaultWidth } from './use-safe-default-width';
17
16
  const panelSplitterResizingVar = '--n_pnlRsz';
17
+ const fallbackDefaultWidth = 365;
18
18
 
19
19
  /**
20
20
  * We typically use the `defaultWidth` as the minimum resizing width,
@@ -24,14 +24,11 @@ const panelSplitterResizingVar = '--n_pnlRsz';
24
24
  */
25
25
  const fallbackResizeMinWidth = 400;
26
26
  const styles = {
27
- root: "_nd5l1b6c _10fph9n0 _vchhusvi _1pbykb7n _4t3ieqxy _kqsw1if8 _152timx3 _bfhk1bhr _14b54rrg _4ap3vuon _1dhy1c6w _9sns1wug",
27
+ root: "_nd5l1b6c _10fph9n0 _vchhusvi _1pbykb7n _4t3ieqxy _kqsw1if8 _152timx3 _bfhk1bhr _1bsb1dxx _14b54rrg _4ap3vuon _1dhy1c6w _9sns1wug",
28
28
  border: "_191wglyw _16qs1cd0 _1w6ezgxb _scbpglyw",
29
29
  scrollContainer: "_1reo1wug _18m91wug _4t3i1osq",
30
- hidden: "_1e0cglyw",
31
- oldMobileWidth: "_1bsb1adv",
32
- newMobileWidth: "_1bsb1dxx"
30
+ hidden: "_1e0cglyw"
33
31
  };
34
- const fallbackDefaultWidth = 365;
35
32
 
36
33
  /**
37
34
  * The Panel layout area is rendered to the right (inline end) of the Main area, or the Aside area if it is present.
@@ -135,11 +132,11 @@ export function Panel({
135
132
  id: id,
136
133
  "data-layout-slot": true,
137
134
  "aria-label": label,
138
- className: ax([styles.root, defaultWidth === 0 && styles.hidden, hasBorder && styles.border, fg('platform_design_system_nav4_panel_mobile_width_fix') ? styles.newMobileWidth : styles.oldMobileWidth, xcss]),
135
+ className: ax([styles.root, defaultWidth === 0 && styles.hidden, hasBorder && styles.border, xcss]),
139
136
  style: {
140
137
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop, @atlaskit/ui-styling-standard/no-imported-style-values
141
138
  [panelVar]: panelVariableWidth,
142
- '--minWidth': fg('platform_design_system_nav4_panel_mobile_width_fix') ? `${minWidth}px` : undefined
139
+ '--minWidth': `${minWidth}px`
143
140
  },
144
141
  "data-testid": testId,
145
142
  ref: ref
@@ -1,4 +1,4 @@
1
- /* root.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* root.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./root.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useEffect, useRef } from 'react';
@@ -25,7 +25,8 @@ export function Root({
25
25
  xcss,
26
26
  UNSAFE_dangerouslyHoistSlotSizes = false,
27
27
  skipLinksLabel = 'Skip to:',
28
- testId
28
+ testId,
29
+ defaultSideNavCollapsed = false
29
30
  }) {
30
31
  const ref = useRef(null);
31
32
  useEffect(() => {
@@ -50,7 +51,9 @@ This message will not be displayed in production.
50
51
  }
51
52
  }
52
53
  }, []);
53
- return /*#__PURE__*/React.createElement(SideNavVisibilityProvider, null, /*#__PURE__*/React.createElement(SideNavToggleButtonProvider, null, /*#__PURE__*/React.createElement(SideNavElementProvider, null, /*#__PURE__*/React.createElement(TopNavStartProvider, null, /*#__PURE__*/React.createElement(OpenLayerObserver, null, /*#__PURE__*/React.createElement(DangerouslyHoistSlotSizes.Provider, {
54
+ return /*#__PURE__*/React.createElement(SideNavVisibilityProvider, {
55
+ defaultCollapsed: defaultSideNavCollapsed
56
+ }, /*#__PURE__*/React.createElement(SideNavToggleButtonProvider, null, /*#__PURE__*/React.createElement(SideNavElementProvider, null, /*#__PURE__*/React.createElement(TopNavStartProvider, null, /*#__PURE__*/React.createElement(OpenLayerObserver, null, /*#__PURE__*/React.createElement(DangerouslyHoistSlotSizes.Provider, {
54
57
  value: UNSAFE_dangerouslyHoistSlotSizes
55
58
  }, /*#__PURE__*/React.createElement(SkipLinksProvider, {
56
59
  label: skipLinksLabel,
@@ -1,4 +1,4 @@
1
- /* side-nav-content.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* side-nav-content.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* side-nav-footer.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* side-nav-header.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* side-nav.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./side-nav.compiled.css";
4
4
  import * as React from 'react';
@@ -230,6 +230,11 @@ function SideNavInternal({
230
230
  trigger: 'click-outside-on-mobile'
231
231
  });
232
232
  useEffect(() => {
233
+ if (fg('platform_dst_nav4_full_height_sidebar_api_changes')) {
234
+ // We are passing initial state to the Root now, so no initial sync is required
235
+ return;
236
+ }
237
+
233
238
  // Sync the visibility in context (provided in `<Root>`) with the local `defaultCollapsed` prop provided to `SideNav`
234
239
  // after SSR hydration. This should only run once, after the initial render on the client.
235
240
  setSideNavState({
@@ -1,4 +1,4 @@
1
- /* toggle-button.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* toggle-button.tsx generated by @compiled/babel-plugin v0.36.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';
@@ -44,7 +44,10 @@ export const SideNavToggleButton = ({
44
44
  } = useSideNavVisibility({
45
45
  defaultCollapsed
46
46
  });
47
- const [isSideNavExpanded, setIsSideNavExpanded] = useState(!defaultCollapsed);
47
+
48
+ // When `platform_dst_nav4_full_height_sidebar_api_changes` is enabled,
49
+ // we default to the desktop state for SSR
50
+ const [isSideNavExpanded, setIsSideNavExpanded] = useState(fg('platform_dst_nav4_full_height_sidebar_api_changes') ? isSideNavExpandedOnDesktop : !defaultCollapsed);
48
51
  const ref = useContext(SideNavToggleButtonAttachRef);
49
52
  const elementRef = useRef(null);
50
53
  useEffect(() => {
@@ -1,14 +1,23 @@
1
1
  import React, { useState } from 'react';
2
+ import { fg } from '@atlaskit/platform-feature-flags';
2
3
  import { SetSideNavVisibilityState, SideNavVisibilityState } from './visibility-context';
3
4
 
4
5
  /**
5
6
  * Manages the side nav visibility state and provides the context.
6
7
  */
7
8
  export const SideNavVisibilityProvider = ({
8
- children
9
+ children,
10
+ defaultCollapsed
9
11
  }) => {
12
+ const initialState = fg('platform_dst_nav4_full_height_sidebar_api_changes') ? {
13
+ desktop: defaultCollapsed ? 'collapsed' : 'expanded',
14
+ mobile: 'collapsed',
15
+ flyout: 'closed',
16
+ lastTrigger: null
17
+ } : null;
18
+
10
19
  // Defaults to null so we can determine if the value has been set yet (for SSR)
11
- const [sideNavState, setSideNavState] = useState(null);
20
+ const [sideNavState, setSideNavState] = useState(initialState);
12
21
  return /*#__PURE__*/React.createElement(SideNavVisibilityState.Provider, {
13
22
  value: sideNavState
14
23
  }, /*#__PURE__*/React.createElement(SetSideNavVisibilityState.Provider, {
@@ -1,4 +1,4 @@
1
- /* top-nav-end.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* top-nav-end.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* top-nav-middle.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* top-nav-start.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./top-nav-start.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useContext, useEffect, useLayoutEffect, useRef, useState } from 'react';
@@ -1,4 +1,4 @@
1
- /* top-nav.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* top-nav.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* custom-title.tsx generated by @compiled/babel-plugin v0.36.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,4 +1,4 @@
1
- /* app-logo.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* app-logo.tsx generated by @compiled/babel-plugin v0.36.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';
@@ -1,4 +1,4 @@
1
- /* custom-logo.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* custom-logo.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* logo-renderer.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* search.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./search.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { Fragment } from 'react';
@@ -1,4 +1,3 @@
1
-
2
1
  ._11c82smr{font:var(--ds-font-body,normal 400 14px/20px ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
3
2
  ._11q71c9b{background:var(--ds-top-bar-button-disabled-background)}
4
3
  ._11q71qds{background:var(--ds-top-bar-button-selected-background)}
@@ -33,36 +32,27 @@
33
32
  ._syaz1i3i{color:var(--ds-top-bar-button-disabled-text)}
34
33
  ._syaz1r31{color:currentColor}
35
34
  ._syazw5ct{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)}
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)}
47
40
  ._19lc1c9b:hover{background:var(--ds-top-bar-button-disabled-background)}
48
41
  ._19lc1rps:hover{background:var(--ds-top-bar-button-background-hovered)}
49
42
  ._19lcjrv1:hover{background:var(--ds-top-bar-button-selected-background-hovered)}
50
43
  ._19lcp6hf:hover{background:var(--ds-top-bar-button-primary-background-hovered)}
51
- ._1bnxglyw:hover{text-decoration-line:none}
52
44
  ._30l315o7:hover{color:var(--ds-top-bar-button-primary-text)}
53
45
  ._30l31i3i:hover{color:var(--ds-top-bar-button-disabled-text)}
54
46
  ._30l31r31:hover{color:currentColor}
55
47
  ._30l3w5ct:hover{color:var(--ds-top-bar-button-selected-text)}
56
- ._9oik1r31:hover{text-decoration-color:currentColor}
57
- ._jf4cnqa1:hover{text-decoration-style:solid}
58
48
  ._j6xt1c9b:active{background:var(--ds-top-bar-button-disabled-background)}
59
49
  ._j6xt5sko:active{background:var(--ds-top-bar-button-primary-background-pressed)}
60
50
  ._j6xtnh62:active{background:var(--ds-top-bar-button-selected-background-pressed)}
61
51
  ._j6xtqtgh:active{background:var(--ds-top-bar-button-background-pressed)}
62
- ._1iohnqa1:active{text-decoration-style:solid}
63
- ._1nrm1r31:active{text-decoration-color:currentColor}
52
+ ._1iohnqa1:active, ._5goinqa1:focus, ._jf4cnqa1:hover{text-decoration-style:solid}
53
+ ._1nrm1r31:active, ._1a3b1r31:focus, ._9oik1r31:hover{text-decoration-color:currentColor}
64
54
  ._9h8h15o7:active{color:var(--ds-top-bar-button-primary-text)}
65
55
  ._9h8h1i3i:active{color:var(--ds-top-bar-button-disabled-text)}
66
56
  ._9h8h1r31:active{color:currentColor}
67
57
  ._9h8hw5ct:active{color:var(--ds-top-bar-button-selected-text)}
68
- ._c2waglyw:active{text-decoration-line:none}
58
+ ._c2waglyw:active, ._4fprglyw:focus, ._1bnxglyw:hover{text-decoration-line:none}
@@ -1,4 +1,4 @@
1
- /* button.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* button.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* badge-container.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* list-item.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* list.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* skip-link.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* skip-links-container.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* container-avatar.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* drag-preview.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* use-menu-item-drag-and-drop.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* drag-handle.tsx generated by @compiled/babel-plugin v0.36.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.38.1 */
1
+ /* expandable-menu-item-content.tsx generated by @compiled/babel-plugin v0.36.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";