@atlaskit/navigation-system 10.9.2 → 10.10.1

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 (101) hide show
  1. package/CHANGELOG.md +17 -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/components/skip-links/skip-links-popup.js +1 -1
  8. package/dist/cjs/ui/page-layout/aside.js +1 -1
  9. package/dist/cjs/ui/page-layout/banner.js +1 -1
  10. package/dist/cjs/ui/page-layout/main/main-sticky-header.js +1 -1
  11. package/dist/cjs/ui/page-layout/main/main.js +1 -1
  12. package/dist/cjs/ui/page-layout/panel-splitter/panel-splitter.js +1 -1
  13. package/dist/cjs/ui/page-layout/panel.js +1 -1
  14. package/dist/cjs/ui/page-layout/ribbon.js +1 -1
  15. package/dist/cjs/ui/page-layout/root.js +1 -1
  16. package/dist/cjs/ui/page-layout/side-nav/side-nav-content.js +1 -1
  17. package/dist/cjs/ui/page-layout/side-nav/side-nav-footer.js +1 -1
  18. package/dist/cjs/ui/page-layout/side-nav/side-nav-header.js +1 -1
  19. package/dist/cjs/ui/page-layout/side-nav/side-nav.js +1 -1
  20. package/dist/cjs/ui/page-layout/side-nav/toggle-button.js +1 -1
  21. package/dist/cjs/ui/page-layout/top-nav/top-nav-end.js +1 -1
  22. package/dist/cjs/ui/page-layout/top-nav/top-nav-middle.js +1 -1
  23. package/dist/cjs/ui/page-layout/top-nav/top-nav-start.js +1 -1
  24. package/dist/cjs/ui/page-layout/top-nav/top-nav.js +3 -3
  25. package/dist/cjs/ui/top-nav-items/custom-title.js +1 -1
  26. package/dist/cjs/ui/top-nav-items/nav-logo/app-logo.js +1 -1
  27. package/dist/cjs/ui/top-nav-items/nav-logo/custom-logo.js +1 -1
  28. package/dist/cjs/ui/top-nav-items/nav-logo/logo-renderer.js +1 -1
  29. package/dist/cjs/ui/top-nav-items/search.js +1 -1
  30. package/dist/cjs/ui/top-nav-items/themed/themed-anchor.js +1 -1
  31. package/dist/cjs/ui/top-nav-items/themed/themed-button.js +1 -1
  32. package/dist/cjs/ui/top-nav-items/themed/themed-icon-button.js +1 -1
  33. package/dist/cjs/ui/top-nav-items/themed/themed-link-button.js +1 -1
  34. package/dist/cjs/ui/top-nav-items/themed/themed-pressable.js +1 -1
  35. package/dist/es2019/components/badge-container.js +1 -1
  36. package/dist/es2019/components/list-item.js +1 -1
  37. package/dist/es2019/components/list.js +1 -1
  38. package/dist/es2019/components/skip-links/skip-link.js +1 -1
  39. package/dist/es2019/components/skip-links/skip-links-container.js +1 -1
  40. package/dist/es2019/components/skip-links/skip-links-popup.js +1 -1
  41. package/dist/es2019/ui/page-layout/aside.js +1 -1
  42. package/dist/es2019/ui/page-layout/banner.js +1 -1
  43. package/dist/es2019/ui/page-layout/main/main-sticky-header.js +1 -1
  44. package/dist/es2019/ui/page-layout/main/main.js +1 -1
  45. package/dist/es2019/ui/page-layout/panel-splitter/panel-splitter.js +1 -1
  46. package/dist/es2019/ui/page-layout/panel.js +1 -1
  47. package/dist/es2019/ui/page-layout/ribbon.js +1 -1
  48. package/dist/es2019/ui/page-layout/root.js +1 -1
  49. package/dist/es2019/ui/page-layout/side-nav/side-nav-content.js +1 -1
  50. package/dist/es2019/ui/page-layout/side-nav/side-nav-footer.js +1 -1
  51. package/dist/es2019/ui/page-layout/side-nav/side-nav-header.js +1 -1
  52. package/dist/es2019/ui/page-layout/side-nav/side-nav.js +1 -1
  53. package/dist/es2019/ui/page-layout/side-nav/toggle-button.js +1 -1
  54. package/dist/es2019/ui/page-layout/top-nav/top-nav-end.js +1 -1
  55. package/dist/es2019/ui/page-layout/top-nav/top-nav-middle.js +1 -1
  56. package/dist/es2019/ui/page-layout/top-nav/top-nav-start.js +1 -1
  57. package/dist/es2019/ui/page-layout/top-nav/top-nav.js +3 -3
  58. package/dist/es2019/ui/top-nav-items/custom-title.js +1 -1
  59. package/dist/es2019/ui/top-nav-items/nav-logo/app-logo.js +1 -1
  60. package/dist/es2019/ui/top-nav-items/nav-logo/custom-logo.js +1 -1
  61. package/dist/es2019/ui/top-nav-items/nav-logo/logo-renderer.js +1 -1
  62. package/dist/es2019/ui/top-nav-items/search.js +1 -1
  63. package/dist/es2019/ui/top-nav-items/themed/themed-anchor.js +1 -1
  64. package/dist/es2019/ui/top-nav-items/themed/themed-button.js +1 -1
  65. package/dist/es2019/ui/top-nav-items/themed/themed-icon-button.js +1 -1
  66. package/dist/es2019/ui/top-nav-items/themed/themed-link-button.js +1 -1
  67. package/dist/es2019/ui/top-nav-items/themed/themed-pressable.js +1 -1
  68. package/dist/esm/components/badge-container.js +1 -1
  69. package/dist/esm/components/list-item.js +1 -1
  70. package/dist/esm/components/list.js +1 -1
  71. package/dist/esm/components/skip-links/skip-link.js +1 -1
  72. package/dist/esm/components/skip-links/skip-links-container.js +1 -1
  73. package/dist/esm/components/skip-links/skip-links-popup.js +1 -1
  74. package/dist/esm/ui/page-layout/aside.js +1 -1
  75. package/dist/esm/ui/page-layout/banner.js +1 -1
  76. package/dist/esm/ui/page-layout/main/main-sticky-header.js +1 -1
  77. package/dist/esm/ui/page-layout/main/main.js +1 -1
  78. package/dist/esm/ui/page-layout/panel-splitter/panel-splitter.js +1 -1
  79. package/dist/esm/ui/page-layout/panel.js +1 -1
  80. package/dist/esm/ui/page-layout/ribbon.js +1 -1
  81. package/dist/esm/ui/page-layout/root.js +1 -1
  82. package/dist/esm/ui/page-layout/side-nav/side-nav-content.js +1 -1
  83. package/dist/esm/ui/page-layout/side-nav/side-nav-footer.js +1 -1
  84. package/dist/esm/ui/page-layout/side-nav/side-nav-header.js +1 -1
  85. package/dist/esm/ui/page-layout/side-nav/side-nav.js +1 -1
  86. package/dist/esm/ui/page-layout/side-nav/toggle-button.js +1 -1
  87. package/dist/esm/ui/page-layout/top-nav/top-nav-end.js +1 -1
  88. package/dist/esm/ui/page-layout/top-nav/top-nav-middle.js +1 -1
  89. package/dist/esm/ui/page-layout/top-nav/top-nav-start.js +1 -1
  90. package/dist/esm/ui/page-layout/top-nav/top-nav.js +3 -3
  91. package/dist/esm/ui/top-nav-items/custom-title.js +1 -1
  92. package/dist/esm/ui/top-nav-items/nav-logo/app-logo.js +1 -1
  93. package/dist/esm/ui/top-nav-items/nav-logo/custom-logo.js +1 -1
  94. package/dist/esm/ui/top-nav-items/nav-logo/logo-renderer.js +1 -1
  95. package/dist/esm/ui/top-nav-items/search.js +1 -1
  96. package/dist/esm/ui/top-nav-items/themed/themed-anchor.js +1 -1
  97. package/dist/esm/ui/top-nav-items/themed/themed-button.js +1 -1
  98. package/dist/esm/ui/top-nav-items/themed/themed-icon-button.js +1 -1
  99. package/dist/esm/ui/top-nav-items/themed/themed-link-button.js +1 -1
  100. package/dist/esm/ui/top-nav-items/themed/themed-pressable.js +1 -1
  101. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlassian/navigation-system
2
2
 
3
+ ## 10.10.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.10.0
10
+
11
+ ### Minor Changes
12
+
13
+ - [`b7302e44fd76d`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/b7302e44fd76d) -
14
+ [ux] Adjusts TopNav header height. Gated by the fg: platform_dst_ads_appswitcher_improvements
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 10.9.2
4
21
 
5
22
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* badge-container.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* badge-container.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* list-item.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* list-item.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* list.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* list.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* skip-link.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* skip-link.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* skip-links-container.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* skip-links-container.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* skip-links-popup.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* skip-links-popup.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* aside.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* aside.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* banner.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* banner.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* main-sticky-header.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* main-sticky-header.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* main.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* main.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* panel-splitter.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* panel-splitter.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* panel.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* panel.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* ribbon.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* ribbon.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* root.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* root.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* side-nav-content.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* side-nav-content.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* side-nav-footer.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* side-nav-footer.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* side-nav-header.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* side-nav-header.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* side-nav.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* side-nav.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* toggle-button.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* toggle-button.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* top-nav-end.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* top-nav-end.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* top-nav-middle.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* top-nav-middle.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* top-nav-start.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* top-nav-start.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* top-nav.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* top-nav.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -61,7 +61,7 @@ function TopNavOld(_ref) {
61
61
  label: skipLinkLabel,
62
62
  isHidden: (0, _platformFeatureFlags.fg)('platform_dst_nav4_skip_link_a11y_1')
63
63
  });
64
- var height = heightProp !== null && heightProp !== void 0 ? heightProp : isFhsEnabled ? 56 : 48;
64
+ var height = heightProp !== null && heightProp !== void 0 ? heightProp : isFhsEnabled || (0, _platformFeatureFlags.fg)('platform_dst_ads_appswitcher_improvements') ? 56 : 48;
65
65
  var customTheme = (0, _useCustomTheme.useCustomTheme)(customThemeConfig);
66
66
  var _useSideNavVisibility = (0, _useSideNavVisibility3.useSideNavVisibility)(),
67
67
  isExpandedOnDesktop = _useSideNavVisibility.isExpandedOnDesktop;
@@ -113,7 +113,7 @@ function TopNavNew(_ref2) {
113
113
  label: skipLinkLabel,
114
114
  isHidden: (0, _platformFeatureFlags.fg)('platform_dst_nav4_skip_link_a11y_1')
115
115
  });
116
- var height = heightProp !== null && heightProp !== void 0 ? heightProp : isFhsEnabled ? 56 : 48;
116
+ var height = heightProp !== null && heightProp !== void 0 ? heightProp : isFhsEnabled || (0, _platformFeatureFlags.fg)('platform_dst_ads_appswitcher_improvements') ? 56 : 48;
117
117
  var customTheme = (0, _useCustomThemeNew.useCustomThemeNew)(customThemeConfig);
118
118
  var hasDefaultBackground = customTheme.isEnabled ? customTheme.hasDefaultBackground : true;
119
119
  var _useSideNavVisibility2 = (0, _useSideNavVisibility3.useSideNavVisibility)(),
@@ -1,4 +1,4 @@
1
- /* custom-title.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* custom-title.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* app-logo.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* app-logo.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* custom-logo.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* custom-logo.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* logo-renderer.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* logo-renderer.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* search.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* search.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* themed-anchor.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-anchor.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* themed-button.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-button.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* themed-icon-button.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-icon-button.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* themed-link-button.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-link-button.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* themed-pressable.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-pressable.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* badge-container.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* badge-container.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* list-item.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* list.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* skip-link.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* skip-links-container.tsx generated by @compiled/babel-plugin v2.0.0 */
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
- /* skip-links-popup.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* skip-links-popup.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./skip-links-popup.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* aside.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* aside.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* banner.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* main-sticky-header.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* main.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import "./main.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* panel-splitter.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* panel-splitter.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./panel-splitter.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* panel.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* panel.tsx generated by @compiled/babel-plugin v2.0.0 */
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
- /* ribbon.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* ribbon.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import "./ribbon.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.40.0 */
1
+ /* root.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* side-nav-content.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import "./side-nav-content.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { forwardRef, useMemo, useRef } from 'react';
@@ -1,4 +1,4 @@
1
- /* side-nav-footer.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* side-nav-footer.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* side-nav-header.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* side-nav.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./side-nav.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* toggle-button.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* toggle-button.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import "./toggle-button.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useCallback, useContext, useEffect, useMemo, useState } from 'react';
@@ -1,4 +1,4 @@
1
- /* top-nav-end.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* top-nav-end.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* top-nav-middle.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* top-nav-start.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import "./top-nav-start.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { forwardRef, useContext, useEffect, useLayoutEffect, useRef, useState } from 'react';
@@ -1,4 +1,4 @@
1
- /* top-nav.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* top-nav.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import "./top-nav.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -54,7 +54,7 @@ function TopNavOld({
54
54
  label: skipLinkLabel,
55
55
  isHidden: fg('platform_dst_nav4_skip_link_a11y_1')
56
56
  });
57
- const height = heightProp !== null && heightProp !== void 0 ? heightProp : isFhsEnabled ? 56 : 48;
57
+ const height = heightProp !== null && heightProp !== void 0 ? heightProp : isFhsEnabled || fg('platform_dst_ads_appswitcher_improvements') ? 56 : 48;
58
58
  const customTheme = useCustomTheme(customThemeConfig);
59
59
  const {
60
60
  isExpandedOnDesktop
@@ -107,7 +107,7 @@ function TopNavNew({
107
107
  label: skipLinkLabel,
108
108
  isHidden: fg('platform_dst_nav4_skip_link_a11y_1')
109
109
  });
110
- const height = heightProp !== null && heightProp !== void 0 ? heightProp : isFhsEnabled ? 56 : 48;
110
+ const height = heightProp !== null && heightProp !== void 0 ? heightProp : isFhsEnabled || fg('platform_dst_ads_appswitcher_improvements') ? 56 : 48;
111
111
  const customTheme = useCustomThemeNew(customThemeConfig);
112
112
  const hasDefaultBackground = customTheme.isEnabled ? customTheme.hasDefaultBackground : true;
113
113
  const {
@@ -1,4 +1,4 @@
1
- /* custom-title.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* custom-title.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* app-logo.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* custom-logo.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* logo-renderer.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import * as React from 'react';
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import { useHasCustomTheme } from '../themed/has-custom-theme-context';
@@ -1,4 +1,4 @@
1
- /* search.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* search.tsx generated by @compiled/babel-plugin v2.0.0 */
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,4 @@
1
- /* themed-anchor.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-anchor.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./themed-anchor.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* themed-button.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-button.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./themed-button.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* themed-icon-button.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-icon-button.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { forwardRef } from 'react';
@@ -1,4 +1,4 @@
1
- /* themed-link-button.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-link-button.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./themed-link-button.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* themed-pressable.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-pressable.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./themed-pressable.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.40.0 */
1
+ /* badge-container.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* list-item.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* list.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* skip-link.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* skip-links-container.tsx generated by @compiled/babel-plugin v2.0.0 */
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
- /* skip-links-popup.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* skip-links-popup.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import "./skip-links-popup.compiled.css";
@@ -1,4 +1,4 @@
1
- /* aside.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* aside.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import "./aside.compiled.css";
@@ -1,4 +1,4 @@
1
- /* banner.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* banner.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* main-sticky-header.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* main.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import "./main.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* panel-splitter.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* panel-splitter.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
@@ -1,4 +1,4 @@
1
- /* panel.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* panel.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import "./panel.compiled.css";
@@ -1,4 +1,4 @@
1
- /* ribbon.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* ribbon.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import "./ribbon.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.40.0 */
1
+ /* root.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* side-nav-content.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import "./side-nav-content.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { forwardRef, useMemo, useRef } from 'react';
@@ -1,4 +1,4 @@
1
- /* side-nav-footer.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* side-nav-footer.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* side-nav-header.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* side-nav.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
4
4
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
@@ -1,4 +1,4 @@
1
- /* toggle-button.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* toggle-button.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import "./toggle-button.compiled.css";
@@ -1,4 +1,4 @@
1
- /* top-nav-end.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* top-nav-end.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import "./top-nav-end.compiled.css";
@@ -1,4 +1,4 @@
1
- /* top-nav-middle.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* top-nav-middle.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* top-nav-start.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  import "./top-nav-start.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* top-nav.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* top-nav.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import "./top-nav.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -54,7 +54,7 @@ function TopNavOld(_ref) {
54
54
  label: skipLinkLabel,
55
55
  isHidden: fg('platform_dst_nav4_skip_link_a11y_1')
56
56
  });
57
- var height = heightProp !== null && heightProp !== void 0 ? heightProp : isFhsEnabled ? 56 : 48;
57
+ var height = heightProp !== null && heightProp !== void 0 ? heightProp : isFhsEnabled || fg('platform_dst_ads_appswitcher_improvements') ? 56 : 48;
58
58
  var customTheme = useCustomTheme(customThemeConfig);
59
59
  var _useSideNavVisibility = useSideNavVisibility(),
60
60
  isExpandedOnDesktop = _useSideNavVisibility.isExpandedOnDesktop;
@@ -106,7 +106,7 @@ function TopNavNew(_ref2) {
106
106
  label: skipLinkLabel,
107
107
  isHidden: fg('platform_dst_nav4_skip_link_a11y_1')
108
108
  });
109
- var height = heightProp !== null && heightProp !== void 0 ? heightProp : isFhsEnabled ? 56 : 48;
109
+ var height = heightProp !== null && heightProp !== void 0 ? heightProp : isFhsEnabled || fg('platform_dst_ads_appswitcher_improvements') ? 56 : 48;
110
110
  var customTheme = useCustomThemeNew(customThemeConfig);
111
111
  var hasDefaultBackground = customTheme.isEnabled ? customTheme.hasDefaultBackground : true;
112
112
  var _useSideNavVisibility2 = useSideNavVisibility(),
@@ -1,4 +1,4 @@
1
- /* custom-title.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* custom-title.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* app-logo.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* custom-logo.tsx generated by @compiled/babel-plugin v2.0.0 */
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.40.0 */
1
+ /* logo-renderer.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import * as React from 'react';
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import { useHasCustomTheme } from '../themed/has-custom-theme-context';
@@ -1,4 +1,4 @@
1
- /* search.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* search.tsx generated by @compiled/babel-plugin v2.0.0 */
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,4 @@
1
- /* themed-anchor.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-anchor.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
4
4
  var _excluded = ["appearance", "shape", "isSelected", "isDisabled"];
@@ -1,4 +1,4 @@
1
- /* themed-button.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-button.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
4
4
  var _excluded = ["iconBefore", "children"];
@@ -1,4 +1,4 @@
1
- /* themed-icon-button.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-icon-button.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
4
4
  var _excluded = ["icon", "label", "tooltip"];
@@ -1,4 +1,4 @@
1
- /* themed-link-button.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-link-button.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
4
4
  var _excluded = ["iconBefore", "children"];
@@ -1,4 +1,4 @@
1
- /* themed-pressable.tsx generated by @compiled/babel-plugin v0.40.0 */
1
+ /* themed-pressable.tsx generated by @compiled/babel-plugin v2.0.0 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
4
4
  var _excluded = ["appearance", "shape", "isSelected", "isDisabled"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/navigation-system",
3
- "version": "10.9.2",
3
+ "version": "10.10.1",
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",
@@ -56,7 +56,7 @@
56
56
  "@atlaskit/analytics-next": "^12.3.0",
57
57
  "@atlaskit/app-provider": "^5.1.0",
58
58
  "@atlaskit/avatar": "^26.4.0",
59
- "@atlaskit/button": "^24.3.0",
59
+ "@atlaskit/button": "^25.0.0",
60
60
  "@atlaskit/css": "^1.0.0",
61
61
  "@atlaskit/ds-lib": "^8.0.0",
62
62
  "@atlaskit/icon": "^37.2.0",
@@ -96,19 +96,19 @@
96
96
  "@atlaskit/heading": "^7.0.0",
97
97
  "@atlaskit/inline-dialog": "^19.2.0",
98
98
  "@atlaskit/link": "^5.0.0",
99
- "@atlaskit/lozenge": "^14.1.0",
99
+ "@atlaskit/lozenge": "^15.0.0",
100
100
  "@atlaskit/menu": "^9.2.0",
101
101
  "@atlaskit/modal-dialog": "^16.2.0",
102
102
  "@atlaskit/onboarding": "^15.1.0",
103
103
  "@atlaskit/page-header": "^13.1.0",
104
104
  "@atlaskit/page-layout": "^5.2.0",
105
- "@atlaskit/popper": "^8.4.0",
105
+ "@atlaskit/popper": "^8.5.0",
106
106
  "@atlaskit/pragmatic-drag-and-drop-auto-scroll": "^3.0.0",
107
107
  "@atlaskit/select": "^22.6.0",
108
108
  "@atlaskit/skeleton": "^4.2.0",
109
109
  "@atlaskit/spotlight": "^3.0.0",
110
110
  "@atlaskit/textfield": "^9.1.0",
111
- "@atlaskit/top-layer": "^2.0.0",
111
+ "@atlaskit/top-layer": "^3.0.0",
112
112
  "@atlassian/feature-flags-test-utils": "^1.2.0",
113
113
  "@atlassian/gemini": "^1.51.0",
114
114
  "@atlassian/search-dialog": "^10.7.0",