@commercetools-frontend/application-shell 21.20.5 → 21.21.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 (46) hide show
  1. package/dist/{application-entry-point-6cfa13d7.esm.js → application-entry-point-695b1486.esm.js} +2 -2
  2. package/dist/{application-entry-point-d00f7f17.cjs.dev.js → application-entry-point-93af6416.cjs.dev.js} +2 -2
  3. package/dist/{application-entry-point-bdab17cb.cjs.prod.js → application-entry-point-cf074479.cjs.prod.js} +2 -2
  4. package/dist/commercetools-frontend-application-shell.cjs.dev.js +4 -4
  5. package/dist/commercetools-frontend-application-shell.cjs.prod.js +4 -4
  6. package/dist/commercetools-frontend-application-shell.esm.js +4 -4
  7. package/dist/{constants-84bfc123.esm.js → constants-69249abd.esm.js} +2 -1
  8. package/dist/{constants-d3b01ef6.cjs.prod.js → constants-88fb9ef8.cjs.prod.js} +2 -1
  9. package/dist/{constants-22e3b93b.cjs.dev.js → constants-c2d56f3d.cjs.dev.js} +2 -1
  10. package/dist/declarations/src/components/navbar/compiled/navbar.css.json.d.ts +1 -1
  11. package/dist/declarations/src/components/navbar/navbar.d.ts +0 -1
  12. package/dist/declarations/src/components/user-settings-menu/user-settings-menu.d.ts +1 -1
  13. package/dist/declarations/src/constants.d.ts +2 -1
  14. package/dist/declarations/src/types/generated/mc.d.ts +0 -1
  15. package/dist/declarations/src/utils/oidc.d.ts +1 -0
  16. package/dist/{index-eb4f399f.esm.js → index-5c6dbdfa.esm.js} +174 -99
  17. package/dist/{index-c5e597b3.cjs.dev.js → index-77efad83.cjs.dev.js} +172 -97
  18. package/dist/{index-38fd167c.cjs.prod.js → index-876a55eb.cjs.prod.js} +152 -81
  19. package/dist/{oidc-8f79eea8.cjs.prod.js → oidc-1c91f5ee.cjs.prod.js} +28 -7
  20. package/dist/{oidc-6c75da08.cjs.dev.js → oidc-5b2e4f8f.cjs.dev.js} +28 -7
  21. package/dist/{oidc-78a9ec10.esm.js → oidc-77749f1b.esm.js} +27 -7
  22. package/dist/{project-expired-0eda0957.esm.js → project-expired-14501b25.esm.js} +5 -5
  23. package/dist/{project-expired-d702fd62.cjs.prod.js → project-expired-46d763df.cjs.prod.js} +5 -5
  24. package/dist/{project-expired-1c266521.cjs.dev.js → project-expired-d065b32f.cjs.dev.js} +5 -5
  25. package/dist/{project-not-found-4626022a.cjs.dev.js → project-not-found-da7bf0af.cjs.dev.js} +5 -5
  26. package/dist/{project-not-found-4e08ea77.esm.js → project-not-found-eb5ac53a.esm.js} +5 -5
  27. package/dist/{project-not-found-df11e4d3.cjs.prod.js → project-not-found-fd9646ff.cjs.prod.js} +5 -5
  28. package/dist/{project-not-initialized-2e9bb109.cjs.prod.js → project-not-initialized-27d454ef.cjs.prod.js} +5 -5
  29. package/dist/{project-not-initialized-1ee10f31.cjs.dev.js → project-not-initialized-2cb96dd2.cjs.dev.js} +5 -5
  30. package/dist/{project-not-initialized-c18f6bc0.esm.js → project-not-initialized-6cf53027.esm.js} +5 -5
  31. package/dist/{project-suspended-4eff23d2.esm.js → project-suspended-1174dd05.esm.js} +5 -5
  32. package/dist/{project-suspended-48564659.cjs.prod.js → project-suspended-6dc1fe9f.cjs.prod.js} +5 -5
  33. package/dist/{project-suspended-1e56fb25.cjs.dev.js → project-suspended-f00b868e.cjs.dev.js} +5 -5
  34. package/dist/{quick-access-40335b74.cjs.prod.js → quick-access-7636e343.cjs.prod.js} +4 -4
  35. package/dist/{quick-access-f3c549cd.cjs.dev.js → quick-access-a8a42c97.cjs.dev.js} +4 -4
  36. package/dist/{quick-access-40f74bd1.esm.js → quick-access-eecafb29.esm.js} +4 -4
  37. package/dist/{service-page-project-switcher-d3729259.cjs.dev.js → service-page-project-switcher-8331c5ae.cjs.dev.js} +1 -1
  38. package/dist/{service-page-project-switcher-a5639b00.cjs.prod.js → service-page-project-switcher-df86219d.cjs.prod.js} +1 -1
  39. package/dist/{service-page-project-switcher-9f3b68f7.esm.js → service-page-project-switcher-f20dbe48.esm.js} +1 -1
  40. package/package.json +16 -16
  41. package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.dev.js +3 -2
  42. package/ssr/dist/commercetools-frontend-application-shell-ssr.cjs.prod.js +3 -2
  43. package/ssr/dist/commercetools-frontend-application-shell-ssr.esm.js +3 -2
  44. package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.dev.js +3 -123
  45. package/test-utils/dist/commercetools-frontend-application-shell-test-utils.cjs.prod.js +3 -123
  46. package/test-utils/dist/commercetools-frontend-application-shell-test-utils.esm.js +3 -123
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var applicationEntryPoint = require('./application-entry-point-bdab17cb.cjs.prod.js');
3
+ var applicationEntryPoint = require('./application-entry-point-cf074479.cjs.prod.js');
4
4
  var _defineProperty = require('@babel/runtime-corejs3/helpers/defineProperty');
5
5
  var _styled = require('@emotion/styled/base');
6
6
  var _pt = require('prop-types');
@@ -24,7 +24,7 @@ var applicationShellConnectors = require('@commercetools-frontend/application-sh
24
24
  var applicationComponents = require('@commercetools-frontend/application-components');
25
25
  var reactNotifications = require('@commercetools-frontend/react-notifications');
26
26
  var i18n = require('@commercetools-frontend/i18n');
27
- var constants = require('./constants-d3b01ef6.cjs.prod.js');
27
+ var constants = require('./constants-88fb9ef8.cjs.prod.js');
28
28
  var uuid = require('uuid');
29
29
  var _URL = require('@babel/runtime-corejs3/core-js-stable/url');
30
30
  var _concatInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/concat');
@@ -38,7 +38,7 @@ var reactRedux = require('react-redux');
38
38
  var history = require('@commercetools-frontend/browser-history');
39
39
  var reactIntl = require('react-intl');
40
40
  var _startsWithInstanceProperty = require('@babel/runtime-corejs3/core-js-stable/instance/starts-with');
41
- var oidc = require('./oidc-8f79eea8.cjs.prod.js');
41
+ var oidc = require('./oidc-1c91f5ee.cjs.prod.js');
42
42
  var qss = require('qss');
43
43
  var jwtDecode = require('jwt-decode');
44
44
  var FailedAuthenticationSVG = require('@commercetools-frontend/assets/images/locked-diamond.svg');
@@ -638,7 +638,7 @@ var hasCachedAuthenticationState = function hasCachedAuthenticationState() {
638
638
 
639
639
  if ((_window$app$__DEVELOP = window.app.__DEVELOPMENT__) !== null && _window$app$__DEVELOP !== void 0 && (_window$app$__DEVELOP2 = _window$app$__DEVELOP.oidc) !== null && _window$app$__DEVELOP2 !== void 0 && _window$app$__DEVELOP2.authorizeUrl) {
640
640
  try {
641
- var _window$app$__DEVELOP9, _window$app$__DEVELOP10, _window$app$__DEVELOP11, _window$app$__DEVELOP12;
641
+ var _window$app$__DEVELOP9, _window$app$__DEVELOP10, _window$app$__DEVELOP11, _window$app$__DEVELOP12, _window$app$__DEVELOP13, _window$app$__DEVELOP14;
642
642
 
643
643
  var activeProjectKey = applicationEntryPoint.getActiveProjectKey();
644
644
 
@@ -679,7 +679,8 @@ var hasCachedAuthenticationState = function hasCachedAuthenticationState() {
679
679
  var requestedScope = oidc.buildOidcScope({
680
680
  projectKey: activeProjectKey !== null && activeProjectKey !== void 0 ? activeProjectKey : undefined,
681
681
  oAuthScopes: (_window$app$__DEVELOP9 = window.app.__DEVELOPMENT__) === null || _window$app$__DEVELOP9 === void 0 ? void 0 : (_window$app$__DEVELOP10 = _window$app$__DEVELOP9.oidc) === null || _window$app$__DEVELOP10 === void 0 ? void 0 : _window$app$__DEVELOP10.oAuthScopes,
682
- teamId: (_window$app$__DEVELOP11 = window.app.__DEVELOPMENT__) === null || _window$app$__DEVELOP11 === void 0 ? void 0 : (_window$app$__DEVELOP12 = _window$app$__DEVELOP11.oidc) === null || _window$app$__DEVELOP12 === void 0 ? void 0 : _window$app$__DEVELOP12.teamId
682
+ additionalOAuthScopes: (_window$app$__DEVELOP11 = window.app.__DEVELOPMENT__) === null || _window$app$__DEVELOP11 === void 0 ? void 0 : (_window$app$__DEVELOP12 = _window$app$__DEVELOP11.oidc) === null || _window$app$__DEVELOP12 === void 0 ? void 0 : _window$app$__DEVELOP12.additionalOAuthScopes,
683
+ teamId: (_window$app$__DEVELOP13 = window.app.__DEVELOPMENT__) === null || _window$app$__DEVELOP13 === void 0 ? void 0 : (_window$app$__DEVELOP14 = _window$app$__DEVELOP13.oidc) === null || _window$app$__DEVELOP14 === void 0 ? void 0 : _window$app$__DEVELOP14.teamId
683
684
  }); // Omit the project key from the check. This allows to switch projects
684
685
  // without having to log in again.
685
686
 
@@ -1333,7 +1334,7 @@ ApplicationShellProvider.displayName = 'ApplicationShellProvider'; // This is us
1333
1334
 
1334
1335
  ApplicationShellProvider.history = history__default["default"];
1335
1336
 
1336
- var LoggedInUserQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchLoggedInUser" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", alias: { kind: "Name", value: "user" }, name: { kind: "Name", value: "me" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "id" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "email" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "gravatarHash" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "firstName" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "lastName" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "language" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "numberFormat" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "timeZone" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "launchdarklyTrackingId" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "launchdarklyTrackingGroup" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "launchdarklyTrackingSubgroup" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "launchdarklyTrackingTeam" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "launchdarklyTrackingTenant" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "defaultProjectKey" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "businessRole" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "projects" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "total" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "results" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "key" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "suspension" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "isActive" }, arguments: [], directives: [] }] } }, { kind: "Field", name: { kind: "Name", value: "expiry" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "isActive" }, arguments: [], directives: [] }] } }] } }] } }, { kind: "Field", name: { kind: "Name", value: "idTokenUserInfo" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "iss" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "sub" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "aud" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "exp" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "iat" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "email" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "additionalClaims" }, arguments: [], directives: [] }] } }, { kind: "Field", name: { kind: "Name", value: "verificationStatus" }, arguments: [], directives: [] }] } }] } }], loc: { start: 0, end: 663, source: { body: "query FetchLoggedInUser {\n user: me {\n id\n email\n gravatarHash\n firstName\n lastName\n language\n numberFormat\n timeZone\n launchdarklyTrackingId\n launchdarklyTrackingGroup\n launchdarklyTrackingSubgroup\n launchdarklyTrackingTeam\n launchdarklyTrackingTenant\n defaultProjectKey\n businessRole\n projects {\n total\n results {\n name\n key\n suspension {\n isActive\n }\n expiry {\n isActive\n }\n }\n }\n idTokenUserInfo {\n iss\n sub\n aud\n exp\n iat\n email\n name\n additionalClaims\n }\n verificationStatus\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
1337
+ var LoggedInUserQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchLoggedInUser" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", alias: { kind: "Name", value: "user" }, name: { kind: "Name", value: "me" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "id" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "email" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "gravatarHash" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "firstName" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "lastName" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "language" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "numberFormat" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "timeZone" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "launchdarklyTrackingId" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "launchdarklyTrackingGroup" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "launchdarklyTrackingSubgroup" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "launchdarklyTrackingTeam" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "launchdarklyTrackingTenant" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "defaultProjectKey" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "businessRole" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "projects" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "total" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "results" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "key" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "suspension" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "isActive" }, arguments: [], directives: [] }] } }, { kind: "Field", name: { kind: "Name", value: "expiry" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "isActive" }, arguments: [], directives: [] }] } }] } }] } }, { kind: "Field", name: { kind: "Name", value: "idTokenUserInfo" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "iss" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "sub" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "aud" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "exp" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "iat" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "email" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "additionalClaims" }, arguments: [], directives: [] }] } }] } }] } }], loc: { start: 0, end: 640, source: { body: "query FetchLoggedInUser {\n user: me {\n id\n email\n gravatarHash\n firstName\n lastName\n language\n numberFormat\n timeZone\n launchdarklyTrackingId\n launchdarklyTrackingGroup\n launchdarklyTrackingSubgroup\n launchdarklyTrackingTeam\n launchdarklyTrackingTenant\n defaultProjectKey\n businessRole\n projects {\n total\n results {\n name\n key\n suspension {\n isActive\n }\n expiry {\n isActive\n }\n }\n }\n idTokenUserInfo {\n iss\n sub\n aud\n exp\n iat\n email\n name\n additionalClaims\n }\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
1337
1338
 
1338
1339
  var FetchUser = function FetchUser(props) {
1339
1340
  var _useMcQuery = useMcQuery(LoggedInUserQuery, {
@@ -1634,7 +1635,7 @@ var messages$5 = reactIntl.defineMessages({
1634
1635
 
1635
1636
  function ownKeys$9(object, enumerableOnly) { var keys = _Object$keys__default["default"](object); if (_Object$getOwnPropertySymbols__default["default"]) { var symbols = _Object$getOwnPropertySymbols__default["default"](object); enumerableOnly && (symbols = _filterInstanceProperty__default["default"](symbols).call(symbols, function (sym) { return _Object$getOwnPropertyDescriptor__default["default"](object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
1636
1637
 
1637
- function _objectSpread$9(target) { for (var i = 1; i < arguments.length; i++) { var _context3, _context4; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty__default["default"](_context3 = ownKeys$9(Object(source), !0)).call(_context3, function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](target, _Object$getOwnPropertyDescriptors__default["default"](source)) : _forEachInstanceProperty__default["default"](_context4 = ownKeys$9(Object(source))).call(_context4, function (key) { _Object$defineProperty__default["default"](target, key, _Object$getOwnPropertyDescriptor__default["default"](source, key)); }); } return target; }
1638
+ function _objectSpread$9(target) { for (var i = 1; i < arguments.length; i++) { var _context4, _context5; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty__default["default"](_context4 = ownKeys$9(Object(source), !0)).call(_context4, function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](target, _Object$getOwnPropertyDescriptors__default["default"](source)) : _forEachInstanceProperty__default["default"](_context5 = ownKeys$9(Object(source))).call(_context5, function (key) { _Object$defineProperty__default["default"](target, key, _Object$getOwnPropertyDescriptor__default["default"](source, key)); }); } return target; }
1638
1639
  var MENU_LABEL_ID = 'user-menu-setting-menu-label';
1639
1640
 
1640
1641
  var UserAvatar = function UserAvatar(props) {
@@ -1649,6 +1650,10 @@ var UserAvatar = function UserAvatar(props) {
1649
1650
  var handleMouseOut = react.useCallback(function () {
1650
1651
  setIsMouseOver(false);
1651
1652
  }, []);
1653
+
1654
+ var _useTheme = designSystem.useTheme(),
1655
+ theme = _useTheme.theme;
1656
+
1652
1657
  return jsxRuntime.jsx("div", {
1653
1658
  onMouseOver: handleMouseOver,
1654
1659
  onMouseOut: handleMouseOut,
@@ -1659,7 +1664,7 @@ var UserAvatar = function UserAvatar(props) {
1659
1664
  firstName: props.firstName,
1660
1665
  lastName: props.lastName,
1661
1666
  isHighlighted: isMouseOver
1662
- }), jsxRuntime.jsx(icons.CaretDownIcon, {
1667
+ }), theme === 'test' ? null : jsxRuntime.jsx(icons.CaretDownIcon, {
1663
1668
  size: "small",
1664
1669
  color: isMouseOver ? 'neutral60' : 'solid'
1665
1670
  })]
@@ -1719,10 +1724,50 @@ var renderLabel = function renderLabel(menu, applicationLanguage) {
1719
1724
 
1720
1725
  var MenuItem$1 = /*#__PURE__*/_styled__default["default"]("div", {
1721
1726
  target: "e1al5ftg0"
1722
- } )("width:100%;cursor:pointer;color:", designSystem.customProperties.colorSolid, ";:hover{background-color:", designSystem.customProperties.colorNeutral90, ";}", function (props) {
1723
- return props.hasDivider === true ? /*#__PURE__*/react$2.css("border-bottom:1px solid ", designSystem.customProperties.colorNeutral, ";" + ("" ), "" ) : '';
1727
+ } )("width:100%;cursor:pointer;color:", designSystem.designTokens.colorSolid, ";:hover{background-color:", applicationComponents.designTokens.backgroundColorForUserMenuItemWhenHovered, ";}", function (props) {
1728
+ return props.hasDivider === true ? /*#__PURE__*/react$2.css("border-bottom:1px solid ", designSystem.designTokens.colorNeutral, ";margin:", applicationComponents.designTokens.marginForUserMenuItem, ";" + ("" ), "" ) : '';
1724
1729
  }, ";" + ("" ));
1725
1730
 
1731
+ var MenuItemLabel = function MenuItemLabel(props) {
1732
+ if (props.theme === 'test') {
1733
+ return jsxRuntime.jsx("div", {
1734
+ css: /*#__PURE__*/react$2.css("padding:", designSystem.designTokens.spacing20, " ", designSystem.designTokens.spacing50, ";" + ("" ), "" ),
1735
+ children: props.children
1736
+ });
1737
+ }
1738
+
1739
+ return jsxRuntime.jsx(Spacings__default["default"].Inset, {
1740
+ scale: "s",
1741
+ children: props.children
1742
+ });
1743
+ };
1744
+
1745
+ MenuItemLabel.propTypes = {};
1746
+
1747
+ var UserSettingsAvatarContainer = function UserSettingsAvatarContainer(props) {
1748
+ if (props.theme === 'test') {
1749
+ return jsxRuntime.jsx("div", {
1750
+ css: /*#__PURE__*/react$2.css("padding:", designSystem.designTokens.spacing30, " ", designSystem.designTokens.spacing50, ";" + ("" ), "" ),
1751
+ children: props.children
1752
+ });
1753
+ }
1754
+
1755
+ return jsxRuntime.jsx(Spacings__default["default"].Inset, {
1756
+ scale: "xs",
1757
+ children: props.children
1758
+ });
1759
+ };
1760
+
1761
+ UserSettingsAvatarContainer.propTypes = {};
1762
+
1763
+ var getUserSettingsMenuStyles = function getUserSettingsMenuStyles(theme) {
1764
+ if (theme === 'test') {
1765
+ return /*#__PURE__*/react$2.css("position:absolute;background:", designSystem.designTokens.colorSurface, ";border-radius:", designSystem.designTokens.borderRadius2, ";box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.15);width:", designSystem.designTokens.constraint9, ";right:40px;top:calc(", constants.DIMENSIONS.header, " + ", designSystem.designTokens.spacing20, ");padding:0 0 ", designSystem.designTokens.spacing10, " 0;overflow:hidden;" + ("" ), "" );
1766
+ }
1767
+
1768
+ return /*#__PURE__*/react$2.css("position:absolute;background:", designSystem.designTokens.colorSurface, ";border:1px ", designSystem.designTokens.colorPrimary40, " solid;border-radius:", designSystem.designTokens.borderRadius6, ";box-shadow:", designSystem.designTokens.shadow7, ";width:", designSystem.designTokens.constraint7, ";right:14px;top:calc(", constants.DIMENSIONS.header, " + ", designSystem.designTokens.spacing20, ");padding:", designSystem.designTokens.spacingXs, ";overflow:hidden;" + ("" ), "" );
1769
+ };
1770
+
1726
1771
  var _ref2$3 = {
1727
1772
  name: "4zleql",
1728
1773
  styles: "display:block"
@@ -1733,9 +1778,12 @@ var getUserSettingsMenuItemLinkStyles = function getUserSettingsMenuItemLinkStyl
1733
1778
  };
1734
1779
 
1735
1780
  var UserSettingsMenuBody = function UserSettingsMenuBody(props) {
1736
- var _context2;
1781
+ var _context2, _context3;
1782
+
1783
+ var _useTheme2 = designSystem.useTheme(),
1784
+ theme = _useTheme2.theme; // Focus on a menu item when it's opened through keyboard
1785
+
1737
1786
 
1738
- // Focus on a menu item when it's opened through keyboard
1739
1787
  var menuElementRef = react.useRef(null);
1740
1788
  react.useEffect(function () {
1741
1789
  var _menuElementRef$curre;
@@ -1751,34 +1799,47 @@ var UserSettingsMenuBody = function UserSettingsMenuBody(props) {
1751
1799
  },
1752
1800
  environment: environment
1753
1801
  });
1802
+ var accountMenuItems = applicationsAppBarMenu !== null && applicationsAppBarMenu !== void 0 ? applicationsAppBarMenu : [];
1754
1803
  return jsxRuntime.jsx("div", {
1755
1804
  onKeyDown: function onKeyDown(event) {
1756
1805
  if (event.key === 'Esc' || event.key === 'Tab' && !getIsFocusedElementInMenu()) {
1757
1806
  props.downshiftProps.closeMenu();
1758
1807
  }
1759
1808
  },
1760
- css: /*#__PURE__*/react$2.css("position:absolute;background:", designSystem.customProperties.colorSurface, ";border:1px ", designSystem.customProperties.colorPrimary40, " solid;border-radius:", designSystem.customProperties.borderRadius6, ";box-shadow:", designSystem.customProperties.shadow7, ";width:315px;right:14px;top:40px;padding:", designSystem.customProperties.spacingXs, ";overflow:hidden;" + ("" ), "" ),
1809
+ css: getUserSettingsMenuStyles(theme),
1761
1810
  children: jsxRuntime.jsxs("div", _objectSpread$9(_objectSpread$9({}, props.downshiftProps.getMenuProps()), {}, {
1762
- children: [jsxRuntime.jsx(Spacings__default["default"].Inset, {
1763
- scale: "xs",
1811
+ children: [jsxRuntime.jsx(UserSettingsAvatarContainer, {
1812
+ theme: theme,
1764
1813
  children: jsxRuntime.jsxs(Spacings__default["default"].Inline, {
1765
- scale: "xs",
1814
+ scale: theme === 'test' ? 'm' : 'xs',
1766
1815
  alignItems: "center",
1767
1816
  children: [jsxRuntime.jsx(Avatar__default["default"], {
1768
1817
  firstName: props.firstName,
1769
1818
  lastName: props.lastName,
1770
1819
  gravatarHash: props.gravatarHash
1771
- }), jsxRuntime.jsxs("div", {
1820
+ }), theme === 'test' ? jsxRuntime.jsxs("div", {
1821
+ children: [jsxRuntime.jsx(Text__default["default"].Subheadline, {
1822
+ as: "h4",
1823
+ children: _trimInstanceProperty__default["default"](_context2 = [props.firstName, props.lastName].join(' ')).call(_context2)
1824
+ }), jsxRuntime.jsx(Text__default["default"].Detail, {
1825
+ truncate: true,
1826
+ tone: "secondary",
1827
+ children: props.email
1828
+ })]
1829
+ }) : jsxRuntime.jsxs("div", {
1772
1830
  children: [jsxRuntime.jsx(Text__default["default"].Body, {
1773
1831
  isBold: true,
1774
- children: _trimInstanceProperty__default["default"](_context2 = [props.firstName, props.lastName].join(' ')).call(_context2)
1832
+ children: _trimInstanceProperty__default["default"](_context3 = [props.firstName, props.lastName].join(' ')).call(_context3)
1775
1833
  }), jsxRuntime.jsx(Text__default["default"].Body, {
1776
1834
  truncate: true,
1777
1835
  children: props.email
1778
1836
  })]
1779
1837
  })]
1780
1838
  })
1781
- }), applicationsAppBarMenu === null || applicationsAppBarMenu === void 0 ? void 0 : _mapInstanceProperty__default["default"](applicationsAppBarMenu).call(applicationsAppBarMenu, function (menu) {
1839
+ }), theme === 'test' && accountMenuItems.length > 0 ? jsxRuntime.jsx(MenuItem$1, {
1840
+ hasDivider: true,
1841
+ theme: theme
1842
+ }) : null, _mapInstanceProperty__default["default"](accountMenuItems).call(accountMenuItems, function (menu) {
1782
1843
  var _menu$featureToggle;
1783
1844
 
1784
1845
  return jsxRuntime.jsx(OptionalFeatureToggle, {
@@ -1792,15 +1853,19 @@ var UserSettingsMenuBody = function UserSettingsMenuBody(props) {
1792
1853
  "data-user-settings-menu": true,
1793
1854
  ref: menuElementRef,
1794
1855
  children: jsxRuntime.jsx(MenuItem$1, {
1795
- children: jsxRuntime.jsx(Spacings__default["default"].Inset, {
1796
- scale: "s",
1797
- children: renderLabel(menu, props.language)
1856
+ theme: theme,
1857
+ children: jsxRuntime.jsx(MenuItemLabel, {
1858
+ theme: theme,
1859
+ children: jsxRuntime.jsx(Text__default["default"].Body, {
1860
+ children: renderLabel(menu, props.language)
1861
+ })
1798
1862
  })
1799
1863
  })
1800
1864
  })
1801
1865
  }, menu.key);
1802
1866
  }), jsxRuntime.jsx(MenuItem$1, {
1803
- hasDivider: true
1867
+ hasDivider: true,
1868
+ theme: theme
1804
1869
  }), jsxRuntime.jsx("a", {
1805
1870
  css: getUserSettingsMenuItemLinkStyles(),
1806
1871
  href: "https://commercetools.com/privacy#suppliers",
@@ -1812,9 +1877,12 @@ var UserSettingsMenuBody = function UserSettingsMenuBody(props) {
1812
1877
  "data-user-settings-menu": true,
1813
1878
  ref: !applicationsAppBarMenu ? menuElementRef : undefined,
1814
1879
  children: jsxRuntime.jsx(MenuItem$1, {
1815
- children: jsxRuntime.jsx(Spacings__default["default"].Inset, {
1816
- scale: "s",
1817
- children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$9({}, messages$5.privacyPolicy))
1880
+ theme: theme,
1881
+ children: jsxRuntime.jsx(MenuItemLabel, {
1882
+ theme: theme,
1883
+ children: jsxRuntime.jsx(Text__default["default"].Body, {
1884
+ intlMessage: messages$5.privacyPolicy
1885
+ })
1818
1886
  })
1819
1887
  })
1820
1888
  }), jsxRuntime.jsx("a", {
@@ -1830,13 +1898,17 @@ var UserSettingsMenuBody = function UserSettingsMenuBody(props) {
1830
1898
  },
1831
1899
  "data-user-settings-menu": true,
1832
1900
  children: jsxRuntime.jsx(MenuItem$1, {
1833
- children: jsxRuntime.jsx(Spacings__default["default"].Inset, {
1834
- scale: "s",
1835
- children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$9({}, messages$5.support))
1901
+ theme: theme,
1902
+ children: jsxRuntime.jsx(MenuItemLabel, {
1903
+ theme: theme,
1904
+ children: jsxRuntime.jsx(Text__default["default"].Body, {
1905
+ intlMessage: messages$5.support
1906
+ })
1836
1907
  })
1837
1908
  })
1838
1909
  }), jsxRuntime.jsx(MenuItem$1, {
1839
- hasDivider: true
1910
+ hasDivider: true,
1911
+ theme: theme
1840
1912
  }), jsxRuntime.jsxs("a", {
1841
1913
  css: getUserSettingsMenuItemLinkStyles() // NOTE: we want to redirect to a new page so that the
1842
1914
  // server can remove things like cookie for access token.
@@ -1845,9 +1917,12 @@ var UserSettingsMenuBody = function UserSettingsMenuBody(props) {
1845
1917
  "data-test": "logout-button",
1846
1918
  "data-user-settings-menu": true,
1847
1919
  children: [jsxRuntime.jsx(MenuItem$1, {
1848
- children: jsxRuntime.jsx(Spacings__default["default"].Inset, {
1849
- scale: "s",
1850
- children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$9({}, messages$5.logout))
1920
+ theme: theme,
1921
+ children: jsxRuntime.jsx(MenuItemLabel, {
1922
+ theme: theme,
1923
+ children: jsxRuntime.jsx(Text__default["default"].Body, {
1924
+ intlMessage: messages$5.logout
1925
+ })
1851
1926
  })
1852
1927
  }), jsxRuntime.jsx("div", {
1853
1928
  tabIndex: 0,
@@ -1939,40 +2014,40 @@ function _objectSpread$8(target) { for (var i = 1; i < arguments.length; i++) {
1939
2014
  var ProjectsQuery = { kind: "Document", definitions: [{ kind: "OperationDefinition", operation: "query", name: { kind: "Name", value: "FetchUserProjects" }, variableDefinitions: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", alias: { kind: "Name", value: "user" }, name: { kind: "Name", value: "me" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "id" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "projects" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "results" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "name" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "key" }, arguments: [], directives: [] }, { kind: "Field", name: { kind: "Name", value: "suspension" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "isActive" }, arguments: [], directives: [] }] } }, { kind: "Field", name: { kind: "Name", value: "expiry" }, arguments: [], directives: [], selectionSet: { kind: "SelectionSet", selections: [{ kind: "Field", name: { kind: "Name", value: "isActive" }, arguments: [], directives: [] }] } }] } }] } }] } }] } }], loc: { start: 0, end: 218, source: { body: "query FetchUserProjects {\n user: me {\n id\n projects {\n results {\n name\n key\n suspension {\n isActive\n }\n expiry {\n isActive\n }\n }\n }\n }\n}\n", name: "GraphQL request", locationOffset: { line: 1, column: 1 } } } };
1940
2015
  var PROJECT_SWITCHER_LABEL_ID = 'project-switcher-label';
1941
2016
 
1942
- var _ref4$1 = {
2017
+ var _ref3$1 = {
1943
2018
  name: "82a6rk",
1944
2019
  styles: "flex:1"
1945
2020
  } ;
1946
2021
 
1947
- var _ref5 = {
2022
+ var _ref4$1 = {
1948
2023
  name: "zol16h",
1949
2024
  styles: "display:flex;flex:1;align-items:center"
1950
2025
  } ;
1951
2026
 
1952
- var ProjectSwitcherValueContainer = function ProjectSwitcherValueContainer(_ref6) {
1953
- var projectCount = _ref6.projectCount,
1954
- restProps = _objectWithoutProperties(_ref6, _excluded$1);
2027
+ var ProjectSwitcherValueContainer = function ProjectSwitcherValueContainer(_ref5) {
2028
+ var projectCount = _ref5.projectCount,
2029
+ restProps = _objectWithoutProperties(_ref5, _excluded$1);
1955
2030
 
1956
2031
  return jsxRuntime.jsxs("div", {
1957
- css: _ref5,
2032
+ css: _ref4$1,
1958
2033
  children: [jsxRuntime.jsx("div", {
1959
- css: _ref4$1,
2034
+ css: _ref3$1,
1960
2035
  children: jsxRuntime.jsx(SelectInput__default["default"].ValueContainer, _objectSpread$8(_objectSpread$8({}, restProps), {}, {
1961
2036
  children: restProps.children
1962
2037
  }))
1963
2038
  }), jsxRuntime.jsx("span", {
1964
- css: /*#__PURE__*/react$2.css("width:22px;height:22px;border-radius:100%;background:", designSystem.customProperties.colorAccent40, ";color:", designSystem.customProperties.colorSurface, ";font-size:0.9rem;display:flex;justify-content:center;align-items:center;" + ("" ), "" ),
2039
+ css: /*#__PURE__*/react$2.css("width:22px;height:22px;border-radius:100%;background:", designSystem.designTokens.colorAccent40, ";color:", designSystem.designTokens.colorSurface, ";font-size:0.9rem;display:flex;justify-content:center;align-items:center;" + ("" ), "" ),
1965
2040
  children: projectCount
1966
2041
  })]
1967
2042
  });
1968
2043
  };
1969
2044
 
1970
- var _ref2$2 = {
2045
+ var _ref$3 = {
1971
2046
  name: "16lqnjx",
1972
2047
  styles: "font-size:1.5rem;display:flex"
1973
2048
  } ;
1974
2049
 
1975
- var _ref3$1 = {
2050
+ var _ref2$2 = {
1976
2051
  name: "10s3lzp",
1977
2052
  styles: "word-wrap:break-word"
1978
2053
  } ;
@@ -1981,23 +2056,23 @@ var ProjectSwitcherOption = function ProjectSwitcherOption(props) {
1981
2056
  var project = props.data;
1982
2057
  return jsxRuntime.jsx(SelectInput__default["default"].Option, _objectSpread$8(_objectSpread$8({}, props), {}, {
1983
2058
  children: jsxRuntime.jsxs("div", {
1984
- css: _ref3$1,
2059
+ css: _ref2$2,
1985
2060
  children: [jsxRuntime.jsxs("div", {
1986
- css: /*#__PURE__*/react$2.css("color:", props.isDisabled ? designSystem.customProperties.colorNeutral : designSystem.customProperties.colorAccent, ";" + ("" ), "" ),
2061
+ css: /*#__PURE__*/react$2.css("color:", props.isDisabled ? designSystem.designTokens.colorNeutral : designSystem.designTokens.colorAccent, ";" + ("" ), "" ),
1987
2062
  children: [project.name, props.isDisabled && jsxRuntime.jsx("span", {
1988
- css: _ref2$2,
2063
+ css: _ref$3,
1989
2064
  children: jsxRuntime.jsx(icons.ErrorIcon, {
1990
2065
  size: "medium"
1991
2066
  })
1992
2067
  })]
1993
2068
  }), jsxRuntime.jsx("div", {
1994
- css: /*#__PURE__*/react$2.css("font-size:11px;color:", props.isDisabled ? designSystem.customProperties.colorNeutral : 'inherit', ";" + ("" ), "" ),
2069
+ css: /*#__PURE__*/react$2.css("font-size:11px;color:", props.isDisabled ? designSystem.designTokens.colorNeutral : 'inherit', ";" + ("" ), "" ),
1995
2070
  children: project.key
1996
2071
  }), project.suspension && project.suspension.isActive && jsxRuntime.jsx("div", {
1997
- css: /*#__PURE__*/react$2.css("font-size:11px;color:", designSystem.customProperties.colorError, ";" + ("" ), "" ),
2072
+ css: /*#__PURE__*/react$2.css("font-size:11px;color:", designSystem.designTokens.colorError, ";" + ("" ), "" ),
1998
2073
  children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$8({}, messages$4.suspended))
1999
2074
  }), project.expiry && project.expiry.isActive && jsxRuntime.jsx("div", {
2000
- css: /*#__PURE__*/react$2.css("font-size:11px;color:", designSystem.customProperties.colorError, ";" + ("" ), "" ),
2075
+ css: /*#__PURE__*/react$2.css("font-size:11px;color:", designSystem.designTokens.colorError, ";" + ("" ), "" ),
2001
2076
  children: jsxRuntime.jsx(reactIntl.FormattedMessage, _objectSpread$8({}, messages$4.expired))
2002
2077
  })]
2003
2078
  })
@@ -2020,11 +2095,6 @@ var redirectTo = function redirectTo(targetUrl) {
2020
2095
  return applicationEntryPoint.location.replace(targetUrl);
2021
2096
  };
2022
2097
 
2023
- var _ref$3 = {
2024
- name: "1i30uc2",
2025
- styles: "width:225px"
2026
- } ;
2027
-
2028
2098
  var ProjectSwitcher = function ProjectSwitcher(props) {
2029
2099
  var intl = reactIntl.useIntl();
2030
2100
 
@@ -2039,7 +2109,7 @@ var ProjectSwitcher = function ProjectSwitcher(props) {
2039
2109
 
2040
2110
  if (loading) return null;
2041
2111
  return jsxRuntime.jsxs("div", {
2042
- css: _ref$3,
2112
+ css: /*#__PURE__*/react$2.css("width:", designSystem.designTokens.constraint6, ";" + ("" ), "" ),
2043
2113
  "data-track-component": "ProjectSwitch",
2044
2114
  "data-track-event": "click",
2045
2115
  children: [jsxRuntime.jsx(AccessibleHidden__default["default"], {
@@ -2228,7 +2298,7 @@ var AppBar = function AppBar(props) {
2228
2298
 
2229
2299
  var previousProjectKey = getPreviousProjectKey((_props$user$defaultPr = (_props$user = props.user) === null || _props$user === void 0 ? void 0 : _props$user.defaultProjectKey) !== null && _props$user$defaultPr !== void 0 ? _props$user$defaultPr : undefined);
2230
2300
  return jsxRuntime.jsxs("div", {
2231
- css: /*#__PURE__*/react$2.css("background-color:", designSystem.customProperties.colorSurface, ";box-shadow:", designSystem.customProperties.shadow1, ";min-height:", constants.DIMENSIONS.header, ";position:relative;width:100%;z-index:20000;display:flex;align-items:center;justify-content:space-between;" + ("" ), "" ),
2301
+ css: /*#__PURE__*/react$2.css("background-color:", designSystem.designTokens.colorSurface, ";box-shadow:", applicationComponents.designTokens.shadowForAppbar, ";min-height:", constants.DIMENSIONS.header, ";position:relative;width:100%;z-index:20000;display:flex;align-items:center;justify-content:space-between;" + ("" ), "" ),
2232
2302
  "data-test": "top-navigation",
2233
2303
  children: [jsxRuntime.jsxs(Spacings__default["default"].Inline, {
2234
2304
  children: [jsxRuntime.jsx("div", {
@@ -2250,11 +2320,12 @@ var AppBar = function AppBar(props) {
2250
2320
  css: _ref$2
2251
2321
  })]
2252
2322
  }), jsxRuntime.jsx("div", {
2253
- css: /*#__PURE__*/react$2.css("float:right;font-weight:normal;font-size:1rem;margin-right:", designSystem.customProperties.spacingM, ";display:flex;align-items:center;" + ("" ), "" ),
2323
+ css: /*#__PURE__*/react$2.css("float:right;font-weight:normal;font-size:1rem;margin-right:", applicationComponents.designTokens.marginRightForAppbar, ";display:flex;align-items:center;" + ("" ), "" ),
2254
2324
  children: jsxRuntime.jsxs(Spacings__default["default"].Inline, {
2255
2325
  scale: "m",
2256
2326
  alignItems: "center",
2257
2327
  children: [jsxRuntime.jsxs(Spacings__default["default"].Inline, {
2328
+ scale: "m",
2258
2329
  alignItems: "center",
2259
2330
  children: [jsxRuntime.jsx("div", {
2260
2331
  id: constants.CONTAINERS.LOCALE_SWITCHER
@@ -2282,7 +2353,7 @@ var AppBar = function AppBar(props) {
2282
2353
  });
2283
2354
  }()]
2284
2355
  }), jsxRuntime.jsx("div", {
2285
- css: /*#__PURE__*/react$2.css("border-left:1px ", designSystem.customProperties.colorNeutral90, " solid;height:", constants.DIMENSIONS.header, ";" + ("" ), "" )
2356
+ css: /*#__PURE__*/react$2.css("border-left:1px ", designSystem.designTokens.colorNeutral90, " solid;height:", constants.DIMENSIONS.headerItemDivider, ";" + ("" ), "" )
2286
2357
  }), props.user ? jsxRuntime.jsx(UserSettingsMenu, {
2287
2358
  language: props.user.language,
2288
2359
  firstName: props.user.firstName,
@@ -2324,10 +2395,10 @@ var _SingleValue = function SingleValue(props) {
2324
2395
  children: [jsxRuntime.jsx(icons.WorldIcon, {
2325
2396
  size: "big"
2326
2397
  }), jsxRuntime.jsx("span", {
2327
- css: /*#__PURE__*/react$2.css("margin-left:2px;flex:1;color:", designSystem.customProperties.colorAccent, ";" + ("" ), "" ),
2398
+ css: /*#__PURE__*/react$2.css("margin-left:2px;flex:1;color:", designSystem.designTokens.colorAccent, ";" + ("" ), "" ),
2328
2399
  children: props.children
2329
2400
  }), jsxRuntime.jsx("span", {
2330
- css: /*#__PURE__*/react$2.css("width:22px;height:22px;border-radius:100%;background:", designSystem.customProperties.colorAccent40, ";color:", designSystem.customProperties.colorSurface, ";font-size:0.9rem;display:flex;justify-content:center;align-items:center;" + ("" ), "" ),
2401
+ css: /*#__PURE__*/react$2.css("width:22px;height:22px;border-radius:100%;background:", designSystem.designTokens.colorAccent40, ";color:", designSystem.designTokens.colorSurface, ";font-size:0.9rem;display:flex;justify-content:center;align-items:center;" + ("" ), "" ),
2331
2402
  children: props.localeCount
2332
2403
  })]
2333
2404
  });
@@ -2355,7 +2426,7 @@ var LocaleSwitcher = function LocaleSwitcher(props) {
2355
2426
  setProjectDataLocale(event.target.value);
2356
2427
  }, [setProjectDataLocale]);
2357
2428
  return jsxRuntime.jsxs("div", {
2358
- css: /*#__PURE__*/react$2.css("position:relative;width:", designSystem.customProperties.constraint3, ";" + ("" ), "" ),
2429
+ css: /*#__PURE__*/react$2.css("position:relative;width:", designSystem.designTokens.constraint3, ";" + ("" ), "" ),
2359
2430
  "data-track-component": "LocaleSwitch",
2360
2431
  children: [jsxRuntime.jsx(AccessibleHidden__default["default"], {
2361
2432
  children: jsxRuntime.jsx("span", {
@@ -2391,19 +2462,19 @@ var LocaleSwitcher = function LocaleSwitcher(props) {
2391
2462
  LocaleSwitcher.propTypes = {};
2392
2463
 
2393
2464
  var ProjectNotFound = /*#__PURE__*/react.lazy(function () {
2394
- return Promise.resolve().then(function () { return require('./project-not-found-df11e4d3.cjs.prod.js'
2465
+ return Promise.resolve().then(function () { return require('./project-not-found-fd9646ff.cjs.prod.js'
2395
2466
  /* webpackChunkName: "project-not-found" */
2396
2467
  ); });
2397
2468
  });
2398
2469
 
2399
2470
  var ProjectExpired = /*#__PURE__*/react.lazy(function () {
2400
- return Promise.resolve().then(function () { return require('./project-expired-d702fd62.cjs.prod.js'
2471
+ return Promise.resolve().then(function () { return require('./project-expired-46d763df.cjs.prod.js'
2401
2472
  /* webpackChunkName: "project-expired" */
2402
2473
  ); });
2403
2474
  });
2404
2475
 
2405
2476
  var ProjectNotInitialized = /*#__PURE__*/react.lazy(function () {
2406
- return Promise.resolve().then(function () { return require('./project-not-initialized-2e9bb109.cjs.prod.js'
2477
+ return Promise.resolve().then(function () { return require('./project-not-initialized-27d454ef.cjs.prod.js'
2407
2478
  /* webpackChunkName: "project-not-initialized" */
2408
2479
  ); });
2409
2480
  });
@@ -2450,7 +2521,7 @@ var RedirectToProjectCreate = function RedirectToProjectCreate() {
2450
2521
  RedirectToProjectCreate.displayName = 'RedirectToProjectCreate';
2451
2522
 
2452
2523
  var ProjectSuspended = /*#__PURE__*/react.lazy(function () {
2453
- return Promise.resolve().then(function () { return require('./project-suspended-48564659.cjs.prod.js'
2524
+ return Promise.resolve().then(function () { return require('./project-suspended-6dc1fe9f.cjs.prod.js'
2454
2525
  /* webpackChunkName: "project-suspended" */
2455
2526
  ); });
2456
2527
  });
@@ -3099,7 +3170,7 @@ function ownKeys$3(object, enumerableOnly) { var keys = _Object$keys__default["d
3099
3170
 
3100
3171
  function _objectSpread$3(target) { for (var i = 1; i < arguments.length; i++) { var _context11, _context12; var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? _forEachInstanceProperty__default["default"](_context11 = ownKeys$3(Object(source), !0)).call(_context11, function (key) { _defineProperty(target, key, source[key]); }) : _Object$getOwnPropertyDescriptors__default["default"] ? _Object$defineProperties__default["default"](target, _Object$getOwnPropertyDescriptors__default["default"](source)) : _forEachInstanceProperty__default["default"](_context12 = ownKeys$3(Object(source))).call(_context12, function (key) { _Object$defineProperty__default["default"](target, key, _Object$getOwnPropertyDescriptor__default["default"](source, key)); }); } return target; }
3101
3172
  var compiledStyles = {
3102
- "global": ":root {\n\n /* Left navigation */\n}\n\n/* Left Nav */\n\n.navbar-mod__left-navigation___n7yUt {\n display: flex;\n flex-grow: 1;\n width: 64px;\n z-index: 19999;\n background: var(--color-accent);\n}\n\n.navbar-mod__list___RCV3J {\n margin: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1 1 0;\n}\n\n.body__menu-open .navbar-mod__scrollable-menu___64pxJ {\n flex: 1 1 0;\n overflow-x: hidden;\n overflow-y: auto;\n}\n\n.navbar-mod__list-item___MjK6t {\n width: 64px;\n height: 56px;\n background: var(--color-accent);\n margin: 0;\n list-style: none;\n cursor: pointer;\n}\n\n.navbar-mod__item-link___X2Ina {\n color: var(--color-surface);\n padding: var(--spacing-m);\n width: 100%;\n position: relative;\n display: block;\n}\n\n.navbar-mod__item__active___lo1sr .navbar-mod__item-link___X2Ina {\n padding-right: var(--spacing-l);\n}\n\n.navbar-mod__list-item___MjK6t .navbar-mod__item-icon-text___a-8JY {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n\n.navbar-mod__list-item___MjK6t .navbar-mod__icon___bLsep {\n width: 24px;\n height: 24px;\n}\n\n.navbar-mod__list-item___MjK6t .navbar-mod__title___eRWUj {\n flex: 1;\n font-weight: 500;\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-size: var(--font-size-for-nav-bar-link);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n line-height: var(--line-height-for-nav-bar-link);\n color: var(--color-surface);\n display: none;\n opacity: 0;\n transition: all 0.25s ease-in-out;\n text-align: left;\n text-decoration: none;\n}\n\n.navbar-mod__expander___jyAUi {\n border-top: 1px solid var(--color-neutral-40);\n height: 50px;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: transparent;\n}\n\n.navbar-mod__expander___jyAUi:hover {\n background: transparent !important;\n}\n\n.navbar-mod__expand-icon___BtmRa {\n align-items: center;\n border-radius: 32px;\n cursor: pointer;\n display: flex;\n height: 24px;\n justify-content: center;\n transform: translateX(0) rotateZ(0deg);\n width: 24px;\n}\n\n.navbar-mod__item--bottom___eW7nh {\n position: absolute;\n bottom: 50px;\n}\n\n.navbar-mod__list-item___MjK6t:hover {\n background-color: var(--color-accent-30);\n}\n\n.navbar-mod__item__active___lo1sr .navbar-mod__title___eRWUj {\n opacity: 1;\n display: block;\n transition: all 0.2s ease;\n}\n\n.navbar-mod__item_menu-open___zk0zh {\n height: auto !important;\n}\n\n/* NO SUBMENU */\n\n.navbar-mod__item__no-submenu___0lmiH,\n.navbar-mod__item_menu-collapsed___cluyY {\n height: 56px !important;\n}\n\n.navbar-mod__item_menu-collapsed___cluyY .navbar-mod__item-link___X2Ina {\n text-align: center;\n}\n\n.navbar-mod__item__no-submenu___0lmiH .navbar-mod__title___eRWUj {\n border-bottom: 0;\n}\n\n.navbar-mod__item__no-submenu___0lmiH .navbar-mod__sublist___os1s7 {\n padding-top: 40px;\n}\n\n/* left-nav open */\n\n.body__menu-open .navbar-mod__title___eRWUj {\n color: var(--color-surface);\n font-weight: 500;\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-size: var(--font-size-for-nav-bar-link);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n line-height: var(--line-height-for-nav-bar-link);\n}\n\n.body__menu-open .navbar-mod__left-navigation___n7yUt {\n box-shadow: 6px 0 10px rgba(0, 0, 0, 0.16);\n}\n\n.body__menu-open .navbar-mod__list-item___MjK6t {\n height: auto;\n min-height: 56px;\n max-height: 0;\n transition: max-height 0.15s ease-out;\n overflow: hidden;\n}\n\n.body__menu-open .navbar-mod__left-navigation___n7yUt,\n.body__menu-open .navbar-mod__list-item___MjK6t {\n width: 245px;\n}\n\n.body__menu-open .navbar-mod__list-item___MjK6t .navbar-mod__title___eRWUj {\n display: block;\n opacity: 1;\n margin-left: var(--spacing-m);\n color: var(--color-surface);\n}\n\n.body__menu-open .navbar-mod__expand-icon___BtmRa {\n transform: translateX(0) rotateZ(180deg);\n}\n\n.body__menu-open .navbar-mod__item__active___lo1sr {\n max-height: 500px;\n transition: max-height 0.25s ease-in;\n}\n\n.body__menu-open .navbar-mod__sublist___os1s7 {\n position: relative;\n z-index: 1;\n left: 0;\n margin: 0 0 0 calc(\n 24px + var(--spacing-m) + 4px + 4px\n );\n padding: var(--spacing-m) 0 0;\n background-color: transparent;\n}\n\n.body__menu-open .navbar-mod__sublist___os1s7.navbar-mod__sublist-no-children___Dy-h- {\n border: 0;\n}\n\n.body__menu-open .navbar-mod__title-copy___o2y1q {\n font-weight: 400;\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-size: var(--font-size-for-nav-bar-link);\n color: white;\n text-decoration: none;\n transition: all 0.15s ease;\n}\n\n.body__menu-open .navbar-mod__title-copy___o2y1q:hover {\n color: var(--color-primary-40);\n}\n\n.body__menu-open .navbar-mod__expander___jyAUi {\n min-height: 50px;\n justify-content: flex-end;\n padding: var(--spacing-m);\n}\n\n/* Second level menu */\n\n.navbar-mod__sublist___os1s7 {\n padding: 55px var(--spacing-l) var(--spacing-m);\n font-weight: 400;\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-size: var(--font-size-for-nav-bar-link);\n position: absolute;\n background-color: var(--color-accent-30);\n top: 0;\n left: 64px;\n z-index: -1;\n list-style: none;\n opacity: 0.01;\n visibility: hidden;\n}\n\n.navbar-mod__sublist__inactive___kJvf- {\n /* empty block */\n}\n\n.navbar-mod__sublist-item___gafkS {\n padding: var(--spacing-s) 0 0;\n}\n\n.navbar-mod__sublist-item___gafkS:first-of-type {\n padding: 0;\n}\n\n.navbar-mod__sublist-item___gafkS:hover {\n color: var(--color-primary-40);\n}\n\n.navbar-mod__text___ccHEu {\n font-weight: 400;\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-size: var(--font-size-for-nav-bar-link);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n line-height: var(--line-height-for-nav-bar-link);\n}\n\n.navbar-mod__text-link___dhtj6 {\n color: white;\n text-decoration: none;\n transition: all 0.15s ease;\n}\n\n.navbar-mod__text-link___dhtj6:hover {\n color: var(--color-primary-40);\n}\n\n/* Item active */\n\n.navbar-mod__item__active___lo1sr {\n background: var(--color-accent-30);\n}\n\n.navbar-mod__list-item___MjK6t.navbar-mod__item__active___lo1sr .navbar-mod__item-icon-text___a-8JY {\n width: calc(\n 205px + 64px -\n var(--spacing-m) * 2\n );\n justify-content: flex-start;\n}\n\n.navbar-mod__list-item___MjK6t .navbar-mod__icon-container___w3FtA {\n width: calc(24px + 4px * 2);\n display: flex;\n justify-content: center;\n align-self: flex-start;\n}\n\n.navbar-mod__fixed-menu___42tD9 .navbar-mod__list-item___MjK6t .navbar-mod__item-icon-text___a-8JY {\n justify-content: flex-start;\n display: flex;\n width: 100%;\n}\n\n.navbar-mod__fixed-menu___42tD9 .navbar-mod__list-item___MjK6t .navbar-mod__icon-container___w3FtA {\n /* empty block */\n}\n\n.body__menu-open .navbar-mod__list-item___MjK6t.navbar-mod__item__active___lo1sr .navbar-mod__item-icon-text___a-8JY {\n position: relative;\n width: auto;\n}\n\n.navbar-mod__list-item___MjK6t.navbar-mod__item__active___lo1sr .navbar-mod__item-icon-text___a-8JY .navbar-mod__title___eRWUj {\n margin-left: 40px;\n}\n\n.body__menu-open .navbar-mod__list-item___MjK6t.navbar-mod__item__active___lo1sr .navbar-mod__item-icon-text___a-8JY .navbar-mod__title___eRWUj {\n margin-left: var(--spacing-m);\n}\n\n.body__menu-open .navbar-mod__list-item___MjK6t.navbar-mod__item__active___lo1sr .navbar-mod__item-icon-text___a-8JY {\n margin-left: 0;\n}\n\n.navbar-mod__list-item___MjK6t.navbar-mod__item__active___lo1sr .navbar-mod__sublist___os1s7 {\n width: 205px;\n}\n\n.body__menu-open .navbar-mod__list-item___MjK6t.navbar-mod__item__active___lo1sr .navbar-mod__sublist___os1s7 {\n width: calc(100% - calc(\n 24px + var(--spacing-m) + 4px + 4px\n ));\n}\n\n.navbar-mod__sublist-expanded__active___240JK,\n.navbar-mod__sublist-collapsed__active___-9vYh {\n opacity: 1;\n visibility: visible;\n text-align: left;\n}\n\n.navbar-mod__highlighted___oJWkA {\n color: var(--color-primary-40) !important;\n}\n\n.navbar-mod__hidden___TQLSs {\n display: none;\n}\n\n.navbar-mod__divider___TpVzu {\n border-top: 1px solid var(--color-neutral-40);\n}\n\n.navbar-mod__loading-dot-container___G2LVb {\n width: 24px;\n height: 24px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.navbar-mod__scrollable-menu___64pxJ {\n flex: 1 1 0;\n}\n\n.navbar-mod__fixed-menu___42tD9 {\n flex: 0 0 0;\n}\n",
3173
+ "global": ":root {\n\n /* Left navigation */\n}\n\n/* Left Nav */\n\n.navbar-mod__left-navigation___n7yUt {\n display: flex;\n flex-grow: 1;\n width: 64px;\n z-index: 19999;\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n background: var(--background-color-for-navbar);\n}\n\n.navbar-mod__list___RCV3J {\n margin: 0;\n padding: 0;\n display: flex;\n flex-direction: column;\n min-height: 0;\n flex: 1 1 0;\n}\n\n.body__menu-open .navbar-mod__scrollable-menu___64pxJ {\n flex: 1 1 0;\n overflow-x: hidden;\n overflow-y: auto;\n}\n\n.navbar-mod__list-item___MjK6t {\n width: 64px;\n height: 56px;\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n background: var(--background-color-for-navbar);\n margin: 0;\n list-style: none;\n cursor: pointer;\n}\n\n.navbar-mod__item-link___X2Ina {\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n color: var(--color-for-navbar-link);\n padding: var(--spacing-m);\n width: 100%;\n position: relative;\n display: block;\n}\n\n.navbar-mod__item__active___lo1sr .navbar-mod__item-link___X2Ina {\n padding-right: var(--spacing-l);\n}\n\n.navbar-mod__list-item___MjK6t .navbar-mod__item-icon-text___a-8JY {\n display: flex;\n flex-direction: row;\n justify-content: center;\n align-items: center;\n}\n\n.navbar-mod__list-item___MjK6t .navbar-mod__icon___bLsep {\n width: 24px;\n height: 24px;\n}\n\n.navbar-mod__list-item___MjK6t .navbar-mod__icon___bLsep > svg *:not([fill='none']) {\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n fill: var(--color-for-navbar-icon);\n}\n\n.navbar-mod__list-item___MjK6t .navbar-mod__icon__active___asorg > svg *:not([fill='none']) {\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n fill: var(--color-for-navbar-icon-when-active);\n}\n\n.navbar-mod__list-item___MjK6t .navbar-mod__title___eRWUj {\n flex: 1;\n font-weight: 500;\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-size: var(--font-size-for-navbar-link);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n line-height: var(--line-height-for-navbar-link);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n color: var(--color-for-navbar-link);\n display: none;\n opacity: 0;\n transition: all 0.25s ease-in-out;\n text-align: left;\n text-decoration: none;\n}\n\n.navbar-mod__expander___jyAUi {\n border-top: 1px solid var(--color-neutral-40);\n height: 50px;\n display: flex;\n align-items: center;\n justify-content: center;\n background-color: transparent;\n}\n\n.navbar-mod__expander___jyAUi:hover {\n background: transparent !important;\n}\n\n.navbar-mod__expand-icon___BtmRa {\n align-items: center;\n border-radius: 32px;\n cursor: pointer;\n display: flex;\n height: 24px;\n justify-content: center;\n transform: translateX(0) rotateZ(0deg);\n width: 24px;\n}\n\n.navbar-mod__item--bottom___eW7nh {\n position: absolute;\n bottom: 50px;\n}\n\n.navbar-mod__list-item___MjK6t:hover {\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n background-color: var(--background-color-for-navbar-when-hovered);\n}\n\n.navbar-mod__item__active___lo1sr .navbar-mod__title___eRWUj {\n opacity: 1;\n display: block;\n transition: all 0.2s ease;\n}\n\n.navbar-mod__item_menu-open___zk0zh {\n height: auto !important;\n}\n\n/* NO SUBMENU */\n\n.navbar-mod__item__no-submenu___0lmiH,\n.navbar-mod__item_menu-collapsed___cluyY {\n height: 56px !important;\n}\n\n.navbar-mod__item_menu-collapsed___cluyY .navbar-mod__item-link___X2Ina {\n text-align: center;\n}\n\n.navbar-mod__item__no-submenu___0lmiH .navbar-mod__title___eRWUj {\n border-bottom: 0;\n}\n\n.navbar-mod__item__no-submenu___0lmiH .navbar-mod__sublist___os1s7 {\n padding-top: 40px;\n}\n\n/* left-nav open */\n\n.body__menu-open .navbar-mod__title___eRWUj {\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n color: var(--color-for-navbar-link);\n font-weight: 500;\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-size: var(--font-size-for-navbar-link);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n line-height: var(--line-height-for-navbar-link);\n}\n\n.body__menu-open .navbar-mod__left-navigation___n7yUt {\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n box-shadow: var(--shadow-for-navbar);\n}\n\n.body__menu-open .navbar-mod__list-item___MjK6t {\n height: auto;\n min-height: 56px;\n max-height: 0;\n transition: max-height 0.15s ease-out;\n overflow: hidden;\n}\n\n.body__menu-open .navbar-mod__left-navigation___n7yUt,\n.body__menu-open .navbar-mod__list-item___MjK6t {\n width: 245px;\n}\n\n.body__menu-open .navbar-mod__list-item___MjK6t .navbar-mod__title___eRWUj {\n display: block;\n opacity: 1;\n margin-left: var(--spacing-m);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n color: var(--color-for-navbar-link);\n}\n\n.body__menu-open .navbar-mod__expand-icon___BtmRa {\n transform: translateX(0) rotateZ(180deg);\n}\n\n.body__menu-open .navbar-mod__item__active___lo1sr {\n max-height: 500px;\n transition: max-height 0.25s ease-in;\n}\n\n.body__menu-open .navbar-mod__sublist___os1s7 {\n position: relative;\n z-index: 1;\n left: 0;\n margin: 0 0 0 calc(\n 24px + var(--spacing-m) + 4px + 4px\n );\n padding: var(--spacing-m) 0 0;\n background-color: transparent;\n}\n\n.body__menu-open .navbar-mod__sublist___os1s7.navbar-mod__sublist-no-children___Dy-h- {\n border: 0;\n}\n\n.body__menu-open .navbar-mod__title-copy___o2y1q {\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-weight: var(--font-weight-for-navbar-link);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-size: var(--font-size-for-navbar-link);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n color: var(--color-for-navbar-link);\n text-decoration: none;\n transition: all 0.15s ease;\n}\n\n.body__menu-open .navbar-mod__title-copy___o2y1q:hover {\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n color: var(--color-for-navbar-link-when-hovered);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-weight: var(--font-weight-for-navbar-link-when-hovered);\n}\n\n.body__menu-open .navbar-mod__expander___jyAUi {\n min-height: 50px;\n justify-content: flex-end;\n padding: var(--spacing-m);\n}\n\n/* Second level menu */\n\n.navbar-mod__sublist___os1s7 {\n padding: 55px var(--spacing-l) var(--spacing-m);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-weight: var(--font-weight-for-navbar-link);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-size: var(--font-size-for-navbar-link);\n position: absolute;\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n background-color: var(--background-color-for-navbar);\n top: 0;\n left: 64px;\n z-index: -1;\n list-style: none;\n opacity: 0.01;\n visibility: hidden;\n}\n\n.navbar-mod__sublist__inactive___kJvf- {\n /* empty block */\n}\n\n.navbar-mod__sublist-item___gafkS {\n padding: var(--spacing-s) 0 0;\n}\n\n.navbar-mod__sublist-item___gafkS:first-of-type {\n padding: 0;\n}\n\n.navbar-mod__sublist-item___gafkS:hover {\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n color: var(--color-for-navbar-link-when-hovered);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-weight: var(--font-weight-for-navbar-link-when-hovered);\n}\n\n.navbar-mod__text___ccHEu {\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-weight: var(--font-weight-for-navbar-link);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-size: var(--font-size-for-navbar-link);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n line-height: var(--line-height-for-navbar-link);\n}\n\n.navbar-mod__text-link___dhtj6 {\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n color: var(--color-for-navbar-link);\n text-decoration: none;\n transition: all 0.15s ease;\n}\n\n.navbar-mod__text-link___dhtj6:hover {\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n color: var(--color-for-navbar-link-when-hovered);\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-weight: var(--font-weight-for-navbar-link-when-hovered);\n}\n\n/* Item active */\n\n.navbar-mod__item__active___lo1sr {\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n background: var(--background-color-for-navbar-when-active);\n}\n\n.navbar-mod__list-item___MjK6t.navbar-mod__item__active___lo1sr .navbar-mod__item-icon-text___a-8JY {\n width: calc(\n 205px + 64px -\n var(--spacing-m) * 2\n );\n justify-content: flex-start;\n}\n\n.navbar-mod__list-item___MjK6t .navbar-mod__icon-container___w3FtA {\n width: calc(24px + 4px * 2);\n display: flex;\n justify-content: center;\n align-self: flex-start;\n}\n\n.navbar-mod__fixed-menu___42tD9 .navbar-mod__list-item___MjK6t .navbar-mod__item-icon-text___a-8JY {\n justify-content: flex-start;\n display: flex;\n width: 100%;\n}\n\n.navbar-mod__fixed-menu___42tD9 .navbar-mod__list-item___MjK6t .navbar-mod__icon-container___w3FtA {\n /* empty block */\n}\n\n.body__menu-open .navbar-mod__list-item___MjK6t.navbar-mod__item__active___lo1sr .navbar-mod__item-icon-text___a-8JY {\n position: relative;\n width: auto;\n}\n\n.navbar-mod__list-item___MjK6t.navbar-mod__item__active___lo1sr .navbar-mod__item-icon-text___a-8JY .navbar-mod__title___eRWUj {\n margin-left: 40px;\n}\n\n.body__menu-open .navbar-mod__list-item___MjK6t.navbar-mod__item__active___lo1sr .navbar-mod__item-icon-text___a-8JY .navbar-mod__title___eRWUj {\n margin-left: var(--spacing-m);\n}\n\n.body__menu-open .navbar-mod__list-item___MjK6t.navbar-mod__item__active___lo1sr .navbar-mod__item-icon-text___a-8JY {\n margin-left: 0;\n}\n\n.navbar-mod__list-item___MjK6t.navbar-mod__item__active___lo1sr .navbar-mod__sublist___os1s7 {\n width: 205px;\n}\n\n.body__menu-open .navbar-mod__list-item___MjK6t.navbar-mod__item__active___lo1sr .navbar-mod__sublist___os1s7 {\n width: calc(100% - calc(\n 24px + var(--spacing-m) + 4px + 4px\n ));\n}\n\n.navbar-mod__sublist-expanded__active___240JK,\n.navbar-mod__sublist-collapsed__active___-9vYh {\n opacity: 1;\n visibility: visible;\n text-align: left;\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n background-color: var(--background-color-for-navbar-when-active);\n}\n\n.navbar-mod__highlighted___oJWkA {\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n color: var(--color-for-navbar-link-when-active) !important;\n /* stylelint-disable-next-line csstools/value-no-unknown-custom-properties */\n font-weight: var(--font-weight-for-navbar-link-when-active);\n}\n\n.navbar-mod__hidden___TQLSs {\n display: none;\n}\n\n.navbar-mod__divider___TpVzu {\n border-top: 1px solid var(--color-neutral-40);\n}\n\n.navbar-mod__loading-dot-container___G2LVb {\n width: 24px;\n height: 24px;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.navbar-mod__scrollable-menu___64pxJ {\n flex: 1 1 0;\n}\n\n.navbar-mod__fixed-menu___42tD9 {\n flex: 0 0 0;\n position: relative;\n}\n",
3103
3174
  "jsonMap": {
3104
3175
  "left-navigation": "navbar-mod__left-navigation___n7yUt",
3105
3176
  "list": "navbar-mod__list___RCV3J",
@@ -3109,6 +3180,7 @@ var compiledStyles = {
3109
3180
  "item__active": "navbar-mod__item__active___lo1sr",
3110
3181
  "item-icon-text": "navbar-mod__item-icon-text___a-8JY",
3111
3182
  "icon": "navbar-mod__icon___bLsep",
3183
+ "icon__active": "navbar-mod__icon__active___asorg",
3112
3184
  "title": "navbar-mod__title___eRWUj",
3113
3185
  "expander": "navbar-mod__expander___jyAUi",
3114
3186
  "expand-icon": "navbar-mod__expand-icon___BtmRa",
@@ -3296,6 +3368,10 @@ var MenuExpander = function MenuExpander(props) {
3296
3368
  MenuExpander.propTypes = {};
3297
3369
  MenuExpander.displayName = 'MenuExpander';
3298
3370
 
3371
+ var Faded = /*#__PURE__*/_styled__default["default"]("div", {
3372
+ target: "ejre2oe0"
3373
+ } )("position:absolute;top:-32px;height:32px;width:100%;background:linear-gradient(\n 0deg,\n ", applicationComponents.designTokens.backgroundColorForNavbar, " 0%,\n rgba(0, 0, 0, 0) 100%\n );z-index:1;" + ("" ));
3374
+
3299
3375
  var MenuGroup = function MenuGroup(props) {
3300
3376
  var isSublistActiveWhileIsMenuExpanded = props.level === 2 && props.isActive && props.isExpanded;
3301
3377
  var isSublistActiveWhileIsMenuCollapsed = props.level === 2 && props.isActive && !props.isExpanded;
@@ -3431,10 +3507,6 @@ var RestrictedMenuItem = function RestrictedMenuItem(props) {
3431
3507
  RestrictedMenuItem.propTypes = {};
3432
3508
  RestrictedMenuItem.displayName = 'RestrictedMenuItem';
3433
3509
  RestrictedMenuItem.defaultProps = restrictedMenuItemDefaultProps;
3434
- var getIconColor = function getIconColor(isActive) {
3435
- if (isActive) return 'primary40';
3436
- return 'surface';
3437
- };
3438
3510
 
3439
3511
  var getMenuVisibilitiesOfSubmenus = function getMenuVisibilitiesOfSubmenus(menu) {
3440
3512
  var _context, _context2;
@@ -3522,11 +3594,10 @@ var ApplicationMenu = function ApplicationMenu(props) {
3522
3594
  children: [jsxRuntime.jsx("div", {
3523
3595
  className: styles$1['icon-container'],
3524
3596
  children: jsxRuntime.jsx("div", {
3525
- className: styles$1.icon,
3597
+ className: classnames__default["default"](styles$1.icon, _defineProperty({}, styles$1.icon__active, props.isActive || isMainMenuRouteActive)),
3526
3598
  children: jsxRuntime.jsx(IconSwitcher, {
3527
3599
  icon: props.menu.icon,
3528
- size: "scale",
3529
- color: getIconColor(props.isActive || isMainMenuRouteActive)
3600
+ size: "scale"
3530
3601
  })
3531
3602
  })
3532
3603
  }), jsxRuntime.jsx("div", {
@@ -3677,7 +3748,7 @@ var NavBar = function NavBar(props) {
3677
3748
  })]
3678
3749
  }), jsxRuntime.jsxs("div", {
3679
3750
  className: styles$1['fixed-menu'],
3680
- children: [jsxRuntime.jsx(MenuItem, {
3751
+ children: [jsxRuntime.jsx(Faded, {}), jsxRuntime.jsx(MenuItem, {
3681
3752
  hasSubmenu: false,
3682
3753
  isActive: false,
3683
3754
  isMenuOpen: isMenuOpen,
@@ -3699,10 +3770,9 @@ var NavBar = function NavBar(props) {
3699
3770
  children: [jsxRuntime.jsx("div", {
3700
3771
  className: styles$1['icon-container'],
3701
3772
  children: jsxRuntime.jsx("div", {
3702
- className: styles$1.icon,
3773
+ className: classnames__default["default"](styles$1.icon, _defineProperty({}, styles$1.icon__active, activeItemIndex === 'fixed-support')),
3703
3774
  children: jsxRuntime.jsx(icons.SupportIcon, {
3704
- size: "scale",
3705
- color: getIconColor(activeItemIndex === 'fixed-support')
3775
+ size: "scale"
3706
3776
  })
3707
3777
  })
3708
3778
  }), jsxRuntime.jsx("div", {
@@ -3783,7 +3853,7 @@ var pimIndexerStates = {
3783
3853
  };
3784
3854
 
3785
3855
  var QuickAccess = /*#__PURE__*/react.lazy(function () {
3786
- return Promise.resolve().then(function () { return require('./quick-access-40335b74.cjs.prod.js'
3856
+ return Promise.resolve().then(function () { return require('./quick-access-7636e343.cjs.prod.js'
3787
3857
  /* webpackChunkName: "quick-access" */
3788
3858
  ); });
3789
3859
  });
@@ -3944,7 +4014,7 @@ var RedirectToLogin = function RedirectToLogin() {
3944
4014
  var servedByProxy = applicationEntryPoint.useIsServedByProxy();
3945
4015
 
3946
4016
  if ((_window$app$__DEVELOP = window.app.__DEVELOPMENT__) !== null && _window$app$__DEVELOP !== void 0 && (_window$app$__DEVELOP2 = _window$app$__DEVELOP.oidc) !== null && _window$app$__DEVELOP2 !== void 0 && _window$app$__DEVELOP2.authorizeUrl) {
3947
- var _window$app$__DEVELOP3, _window$app$__DEVELOP4, _window$app$__DEVELOP5, _window$app$__DEVELOP6, _window$app$__DEVELOP7, _window$app$__DEVELOP8;
4017
+ var _window$app$__DEVELOP3, _window$app$__DEVELOP4, _window$app$__DEVELOP5, _window$app$__DEVELOP6, _window$app$__DEVELOP7, _window$app$__DEVELOP8, _window$app$__DEVELOP9, _window$app$__DEVELOP10;
3948
4018
 
3949
4019
  // We pick the project key from local storage. This assumes that the value
3950
4020
  // as been previously set when the application starts up.
@@ -3969,7 +4039,8 @@ var RedirectToLogin = function RedirectToLogin() {
3969
4039
  var requestedScope = oidc.buildOidcScope({
3970
4040
  projectKey: nextProjectKey !== null && nextProjectKey !== void 0 ? nextProjectKey : undefined,
3971
4041
  oAuthScopes: (_window$app$__DEVELOP3 = window.app.__DEVELOPMENT__) === null || _window$app$__DEVELOP3 === void 0 ? void 0 : (_window$app$__DEVELOP4 = _window$app$__DEVELOP3.oidc) === null || _window$app$__DEVELOP4 === void 0 ? void 0 : _window$app$__DEVELOP4.oAuthScopes,
3972
- teamId: (_window$app$__DEVELOP5 = window.app.__DEVELOPMENT__) === null || _window$app$__DEVELOP5 === void 0 ? void 0 : (_window$app$__DEVELOP6 = _window$app$__DEVELOP5.oidc) === null || _window$app$__DEVELOP6 === void 0 ? void 0 : _window$app$__DEVELOP6.teamId
4042
+ additionalOAuthScopes: (_window$app$__DEVELOP5 = window.app.__DEVELOPMENT__) === null || _window$app$__DEVELOP5 === void 0 ? void 0 : (_window$app$__DEVELOP6 = _window$app$__DEVELOP5.oidc) === null || _window$app$__DEVELOP6 === void 0 ? void 0 : _window$app$__DEVELOP6.additionalOAuthScopes,
4043
+ teamId: (_window$app$__DEVELOP7 = window.app.__DEVELOPMENT__) === null || _window$app$__DEVELOP7 === void 0 ? void 0 : (_window$app$__DEVELOP8 = _window$app$__DEVELOP7.oidc) === null || _window$app$__DEVELOP8 === void 0 ? void 0 : _window$app$__DEVELOP8.teamId
3973
4044
  }); // Store session scopes, to be able to detect if requested scopes changed
3974
4045
  // in the application config and invalidate the session.
3975
4046
  // This is only valid for local development.
@@ -3977,7 +4048,7 @@ var RedirectToLogin = function RedirectToLogin() {
3977
4048
  applicationEntryPoint.setSessionScope(requestedScope);
3978
4049
  return jsxRuntime.jsx(Redirector, {
3979
4050
  to: "",
3980
- origin: (_window$app$__DEVELOP7 = window.app.__DEVELOPMENT__) === null || _window$app$__DEVELOP7 === void 0 ? void 0 : (_window$app$__DEVELOP8 = _window$app$__DEVELOP7.oidc) === null || _window$app$__DEVELOP8 === void 0 ? void 0 : _window$app$__DEVELOP8.authorizeUrl,
4051
+ origin: (_window$app$__DEVELOP9 = window.app.__DEVELOPMENT__) === null || _window$app$__DEVELOP9 === void 0 ? void 0 : (_window$app$__DEVELOP10 = _window$app$__DEVELOP9.oidc) === null || _window$app$__DEVELOP10 === void 0 ? void 0 : _window$app$__DEVELOP10.authorizeUrl,
3981
4052
  location: location,
3982
4053
  queryParams: {
3983
4054
  reason: constants$1.LOGOUT_REASONS.UNAUTHORIZED,