@openfin/ui-library 0.31.3-alpha.20251203172248.f33d571 → 0.31.3-alpha.20260115161636

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 (49) hide show
  1. package/dist/components/controls/Button/button.variants.d.ts +3 -3
  2. package/dist/components/controls/ViewTab/ViewTab.d.ts +41 -0
  3. package/dist/components/controls/ViewTab/index.d.ts +2 -0
  4. package/dist/components/system/ThemeProvider/lib/helpers.d.ts +8 -3
  5. package/dist/components/system/ThemeProvider/lib/types.d.ts +2 -0
  6. package/dist/index.d.ts +1 -0
  7. package/dist/index.js +329 -295
  8. package/dist/styles/_core/tokens.css +1 -1
  9. package/dist/styles/_modules/core-ui/browser/control-bar.css +1 -1
  10. package/dist/styles/_modules/core-ui/browser/control-bar.css.map +1 -1
  11. package/dist/styles/_modules/core-ui/browser/golden-layout-story.css +1 -0
  12. package/dist/styles/_modules/core-ui/browser/golden-layout-story.css.map +1 -0
  13. package/dist/styles/_modules/core-ui/browser/index.css +1 -1
  14. package/dist/styles/_modules/core-ui/browser/index.css.map +1 -1
  15. package/dist/styles/_modules/core-ui/browser/layout-container.css +1 -0
  16. package/dist/styles/_modules/core-ui/browser/layout-container.css.map +1 -0
  17. package/dist/styles/_modules/core-ui/browser/page-button.css +1 -1
  18. package/dist/styles/_modules/core-ui/browser/page-button.css.map +1 -1
  19. package/dist/styles/_modules/core-ui/browser/root.css +1 -1
  20. package/dist/styles/_modules/core-ui/browser/root.css.map +1 -1
  21. package/dist/styles/_modules/core-ui/browser/view-tab.css +1 -0
  22. package/dist/styles/_modules/core-ui/browser/view-tab.css.map +1 -0
  23. package/dist/styles/_modules/core-ui/browser/view-tab.stories.css +1 -0
  24. package/dist/styles/_modules/core-ui/browser/view-tab.stories.css.map +1 -0
  25. package/dist/styles/_modules/core-ui/index.css +1 -1
  26. package/dist/styles/_modules/core-ui/index.css.map +1 -1
  27. package/dist/styles/_modules/core-ui/temp-tokens.css +1 -1
  28. package/dist/styles/_modules/core-ui/tokens-data-scheme.css +1 -0
  29. package/dist/styles/_modules/core-ui/tokens-data-scheme.css.map +1 -0
  30. package/dist/styles/_modules/core-ui/tokens-prefers-color-scheme.css +3 -0
  31. package/dist/styles/_modules/core-ui/tokens-prefers-color-scheme.css.map +1 -0
  32. package/dist/styles/_modules/enterprise/index.css +1 -1
  33. package/dist/styles/_modules/enterprise/index.css.map +1 -1
  34. package/dist/styles/_modules/enterprise/tabs/index.css +1 -1
  35. package/dist/styles/_modules/enterprise/tabs/index.css.map +1 -1
  36. package/dist/styles/_modules/enterprise/tabs/tabs.css +1 -1
  37. package/dist/styles/_modules/enterprise/tabs/tabs.css.map +1 -1
  38. package/dist/types/core-ui-css-selectors.d.ts +3 -8
  39. package/dist/types/core-ui-css-selectors.js +3 -8
  40. package/dist/types/core-ui-css-selectors.ts +3 -8
  41. package/dist/types/enterprise-css-selectors.d.ts +1 -1
  42. package/dist/types/enterprise-css-selectors.js +1 -1
  43. package/dist/types/enterprise-css-selectors.ts +1 -1
  44. package/dist/types/shared-css-selectors.d.ts +1 -1
  45. package/dist/types/shared-css-selectors.js +1 -1
  46. package/dist/types/shared-css-selectors.ts +1 -1
  47. package/dist/utils/SchemeManager.d.ts +85 -0
  48. package/dist/utils/index.d.ts +2 -0
  49. package/package.json +5 -4
@@ -0,0 +1 @@
1
+ :root{--brand-base-dark: rgb(20, 6, 17);--brand-base-light: rgb(255, 255, 255);--brand-accent-100: rgb(237, 223, 234);--brand-accent-200: rgb(224, 198, 218);--brand-accent-300: rgb(182, 125, 170);--brand-accent-400: rgb(100, 30, 85);--brand-accent-500: rgb(68, 20, 58);--brand-accent-600: rgb(52, 16, 44);--brand-accent-dark: rgb(255, 214, 210);--brand-accent-light: rgb(100, 30, 85);--brand-status-positive-100: rgb(230, 242, 238);--brand-status-positive-200: rgb(204, 229, 221);--brand-status-positive-300: rgb(179, 216, 204);--brand-status-positive-400: rgb(1, 126, 86);--brand-status-positive-500: rgb(9, 78, 58);--brand-status-positive-600: rgb(12, 54, 45);--brand-status-warning-100: rgb(245, 241, 230);--brand-status-warning-200: rgb(235, 226, 205);--brand-status-warning-300: rgb(225, 212, 179);--brand-status-warning-400: rgb(155, 111, 3);--brand-status-warning-500: rgb(101, 69, 9);--brand-status-warning-600: rgb(74, 48, 11);--brand-status-critical-100: rgb(250, 230, 231);--brand-status-critical-200: rgb(245, 206, 206);--brand-status-critical-300: rgb(240, 181, 181);--brand-status-critical-400: rgb(206, 8, 10);--brand-status-critical-500: rgb(132, 7, 13);--brand-status-critical-600: rgb(94, 7, 14);--brand-status-informative-100: rgb(230, 241, 248);--brand-status-informative-200: rgb(204, 227, 241);--brand-status-informative-300: rgb(179, 212, 234);--brand-status-informative-400: rgb(0, 113, 184);--brand-status-informative-500: rgb(8, 70, 117);--brand-status-informative-600: rgb(12, 49, 84);--color-role-focus-ring: rgba(20, 6, 17, 0.5);--color-role-overlay: rgba(0, 0, 0, 0.75);--color-role-background-1: rgb(255, 255, 255);--color-role-background-2: rgb(241, 240, 241);--color-role-background-3: rgb(227, 225, 226);--color-role-background-4: rgb(213, 210, 212);--color-role-background-5: rgb(199, 195, 198);--color-role-background-6: rgb(185, 180, 184);--color-role-background-base: rgb(255, 255, 255);--color-role-background-inverse: rgb(20, 6, 17);--color-role-background-accent-stronger: rgb(52, 16, 44);--color-role-background-accent-strong: rgb(68, 20, 58);--color-role-background-accent-base: rgb(100, 30, 85);--color-role-background-accent-soft: rgb(182, 125, 170);--color-role-background-accent-softer: rgb(224, 198, 218);--color-role-background-accent-softest: rgb(237, 223, 234);--color-role-background-positive-strong: rgb(9, 78, 58);--color-role-background-positive-base: rgb(1, 126, 86);--color-role-background-positive-soft: rgb(179, 216, 204);--color-role-background-positive-stronger: rgb(12, 54, 45);--color-role-background-positive-softer: rgb(204, 229, 221);--color-role-background-positive-softest: rgb(230, 242, 238);--color-role-background-warning-strong: rgb(101, 69, 9);--color-role-background-warning-base: rgb(155, 111, 3);--color-role-background-warning-soft: rgb(225, 212, 179);--color-role-background-warning-stronger: rgb(74, 48, 11);--color-role-background-warning-softer: rgb(235, 226, 205);--color-role-background-warning-softest: rgb(245, 241, 230);--color-role-background-critical-strong: rgb(132, 7, 13);--color-role-background-critical-base: rgb(206, 8, 10);--color-role-background-critical-soft: rgb(240, 181, 181);--color-role-background-critical-stronger: rgb(94, 7, 14);--color-role-background-critical-softer: rgb(245, 206, 206);--color-role-background-critical-softest: rgb(250, 230, 231);--color-role-background-informative-strong: rgb(8, 70, 117);--color-role-background-informative-base: rgb(0, 113, 184);--color-role-background-informative-soft: rgb(179, 212, 234);--color-role-background-informative-stronger: rgb(12, 49, 84);--color-role-background-informative-softer: rgb(204, 227, 241);--color-role-background-informative-softest: rgb(230, 241, 248);--color-role-foreground-base: rgb(20, 6, 17);--color-role-foreground-soft: rgb(79, 68, 77);--color-role-foreground-softer: rgb(114, 106, 112);--color-role-foreground-on-primary: rgb(255, 255, 255);--color-role-foreground-inverse: rgb(255, 255, 255);--color-role-foreground-neutral: rgb(20, 6, 17);--color-role-foreground-positive: rgb(1, 126, 86);--color-role-foreground-warning: rgb(155, 111, 3);--color-role-foreground-critical: rgb(206, 8, 10);--color-role-foreground-accent-stronger: rgb(52, 16, 44);--color-role-foreground-accent-strong: rgb(68, 20, 58);--color-role-foreground-accent-base: rgb(100, 30, 85);--color-role-foreground-accent-soft: rgb(182, 125, 170);--color-role-foreground-accent-softer: rgb(224, 198, 218);--color-role-foreground-accent-softest: rgb(237, 223, 234);--color-role-foreground-informative: rgb(0, 113, 184);--color-role-border-1: rgb(255, 255, 255);--color-role-border-2: rgb(241, 240, 241);--color-role-border-3: rgb(227, 225, 226);--color-role-border-4: rgb(213, 210, 212);--color-role-border-5: rgb(199, 195, 198);--color-role-border-6: rgb(185, 180, 184);--color-role-border-base: rgb(199, 195, 198);--color-role-border-accent-stronger: rgb(52, 16, 44);--color-role-border-accent-strong: rgb(68, 20, 58);--color-role-border-accent-base: rgb(100, 30, 85);--color-role-border-accent-soft: rgb(182, 125, 170);--color-role-border-accent-softer: rgb(224, 198, 218);--color-role-border-accent-softest: rgb(237, 223, 234);--color-role-border-positive-strong: rgb(9, 78, 58);--color-role-border-positive-base: rgb(1, 126, 86);--color-role-border-positive-soft: rgb(179, 216, 204);--color-role-border-positive-stronger: rgb(12, 54, 45);--color-role-border-positive-softer: rgb(204, 229, 221);--color-role-border-positive-softest: rgb(230, 242, 238);--color-role-border-warning-strong: rgb(101, 69, 9);--color-role-border-warning-base: rgb(155, 111, 3);--color-role-border-warning-soft: rgb(225, 212, 179);--color-role-border-warning-stronger: rgb(74, 48, 11);--color-role-border-warning-softer: rgb(235, 226, 205);--color-role-border-warning-softest: rgb(245, 241, 230);--color-role-border-critical-strong: rgb(132, 7, 13);--color-role-border-critical-base: rgb(206, 8, 10);--color-role-border-critical-soft: rgb(240, 181, 181);--color-role-border-critical-stronger: rgb(94, 7, 14);--color-role-border-critical-softer: rgb(245, 206, 206);--color-role-border-critical-softest: rgb(250, 230, 231);--color-role-border-stronger: rgb(79, 68, 77);--color-role-border-strong: rgb(114, 106, 112);--color-role-identifier-blue: rgb(0, 113, 184);--color-role-identifier-pink: rgb(215, 15, 167);--color-role-identifier-indigo: rgb(83, 61, 255);--color-role-identifier-teal: rgb(22, 131, 131);--color-role-identifier-green: rgb(1, 126, 86);--color-role-identifier-orange: rgb(208, 74, 1);--color-role-identifier-red: rgb(206, 8, 10);--color-role-identifier-yellow: rgb(175, 140, 53);--color-role-identifier-gray: rgb(104, 109, 110);--color-role-link-default: rgb(100, 30, 85);--color-role-link-hover: rgb(52, 16, 44);--color-role-transparent-0: rgba(20, 6, 17, 0);--color-role-transparent-12: rgba(20, 6, 17, 0.12);--color-role-transparent-18: rgba(20, 6, 17, 0.18);--color-role-transparent-32: rgba(20, 6, 17, 0.32);--color-role-transparent-50: rgba(20, 6, 17, 0.5);--color-generated-scale-1: rgb(255, 255, 255);--color-generated-scale-2: rgb(241, 240, 241);--color-generated-scale-3: rgb(227, 225, 226);--color-generated-scale-4: rgb(213, 210, 212);--color-generated-scale-5: rgb(199, 195, 198);--color-generated-scale-6: rgb(185, 180, 184);--color-generated-foreground-soft: rgb(79, 68, 77);--color-generated-foreground-softer: rgb(114, 106, 112);--color-generated-foreground-base: rgb(20, 6, 17);--color-generated-accent-stronger: rgb(52, 16, 44);--color-generated-accent-strong: rgb(68, 20, 58);--color-generated-accent-base: rgb(100, 30, 85);--color-generated-accent-soft: rgb(182, 125, 170);--color-generated-accent-softer: rgb(224, 198, 218);--color-generated-accent-softest: rgb(237, 223, 234);--color-generated-background-base: rgb(255, 255, 255);--color-generated-identifier-blue: rgb(0, 113, 184);--color-generated-identifier-pink: rgb(215, 15, 167);--color-generated-identifier-indigo: rgb(83, 61, 255);--color-generated-identifier-teal: rgb(22, 131, 131);--color-generated-identifier-green: rgb(1, 126, 86);--color-generated-identifier-orange: rgb(208, 74, 1);--color-generated-identifier-red: rgb(206, 8, 10);--color-generated-identifier-yellow: rgb(175, 140, 53);--color-generated-identifier-gray: rgb(104, 109, 110);--color-generated-positive-strong: rgb(9, 78, 58);--color-generated-positive-base: rgb(1, 126, 86);--color-generated-positive-soft: rgb(179, 216, 204);--color-generated-positive-stronger: rgb(12, 54, 45);--color-generated-positive-softer: rgb(204, 229, 221);--color-generated-positive-softest: rgb(230, 242, 238);--color-generated-warning-strong: rgb(101, 69, 9);--color-generated-warning-base: rgb(155, 111, 3);--color-generated-warning-soft: rgb(225, 212, 179);--color-generated-warning-stronger: rgb(74, 48, 11);--color-generated-warning-softer: rgb(235, 226, 205);--color-generated-warning-softest: rgb(245, 241, 230);--color-generated-critical-strong: rgb(132, 7, 13);--color-generated-critical-base: rgb(206, 8, 10);--color-generated-critical-soft: rgb(240, 181, 181);--color-generated-critical-stronger: rgb(94, 7, 14);--color-generated-critical-softer: rgb(245, 206, 206);--color-generated-critical-softest: rgb(250, 230, 231);--color-generated-informative-strong: rgb(8, 70, 117);--color-generated-informative-base: rgb(0, 113, 184);--color-generated-informative-soft: rgb(179, 212, 234);--color-generated-informative-stronger: rgb(12, 49, 84);--color-generated-informative-softer: rgb(204, 227, 241);--color-generated-informative-softest: rgb(230, 241, 248);--color-enterprise-context-menu-background: rgb(255, 255, 255);--color-enterprise-context-menu-border: rgb(199, 195, 198);--color-enterprise-context-menu-item-divider: rgb(227, 225, 226);--color-enterprise-context-menu-item-heading: rgb(79, 68, 77);--color-enterprise-context-menu-item-default-background-default: rgba(20, 6, 17, 0);--color-enterprise-context-menu-item-default-background-hover: rgb(227, 225, 226);--color-enterprise-context-menu-item-default-background-active: rgb(227, 225, 226);--color-enterprise-context-menu-item-default-background-focus: rgb(227, 225, 226);--color-enterprise-context-menu-item-default-text-default: rgb(20, 6, 17);--color-enterprise-context-menu-item-default-text-hover: rgb(20, 6, 17);--color-enterprise-context-menu-item-default-text-active: rgb(20, 6, 17);--color-enterprise-context-menu-item-default-text-focus: rgb(20, 6, 17);--color-enterprise-context-menu-item-default-icon-default: rgb(20, 6, 17);--color-enterprise-context-menu-item-default-icon-hover: rgb(20, 6, 17);--color-enterprise-context-menu-item-default-icon-active: rgb(20, 6, 17);--color-enterprise-context-menu-item-default-icon-focus: rgb(20, 6, 17);--color-enterprise-context-menu-item-default-hint-default: rgb(114, 106, 112);--color-enterprise-context-menu-item-default-hint-hover: rgb(114, 106, 112);--color-enterprise-context-menu-item-default-hint-active: rgb(114, 106, 112);--color-enterprise-context-menu-item-default-hint-focus: rgb(114, 106, 112);--color-enterprise-context-menu-item-critical-background-default: rgba(20, 6, 17, 0);--color-enterprise-context-menu-item-critical-background-hover: rgb(250, 230, 231);--color-enterprise-context-menu-item-critical-background-active: rgb(250, 230, 231);--color-enterprise-context-menu-item-critical-background-focus: rgb(250, 230, 231);--color-enterprise-context-menu-item-critical-text-default: rgb(206, 8, 10);--color-enterprise-context-menu-item-critical-text-hover: rgb(206, 8, 10);--color-enterprise-context-menu-item-critical-text-active: rgb(206, 8, 10);--color-enterprise-context-menu-item-critical-text-focus: rgb(206, 8, 10);--color-enterprise-context-menu-item-critical-icon-default: rgb(206, 8, 10);--color-enterprise-context-menu-item-critical-icon-hover: rgb(206, 8, 10);--color-enterprise-context-menu-item-critical-icon-active: rgb(206, 8, 10);--color-enterprise-context-menu-item-critical-icon-focus: rgb(206, 8, 10);--color-enterprise-view-border: rgb(199, 195, 198);--color-enterprise-view-background: rgb(255, 255, 255);--color-enterprise-view-splitter-default: rgba(20, 6, 17, 0);--color-enterprise-view-splitter-hover: rgb(185, 180, 184);--color-enterprise-window-background: rgb(255, 255, 255);--color-enterprise-window-border: rgb(199, 195, 198);--color-enterprise-window-text-base: rgb(20, 6, 17);--color-enterprise-window-text-soft: rgb(79, 68, 77);--color-enterprise-top-chrome-border: rgb(199, 195, 198);--color-enterprise-top-chrome-background: rgb(241, 240, 241);--color-enterprise-top-tab-icon-default: rgb(79, 68, 77);--color-enterprise-top-tab-icon-hover: rgb(100, 30, 85);--color-enterprise-top-tab-icon-selected: rgb(100, 30, 85);--color-enterprise-top-tab-text-default: rgb(79, 68, 77);--color-enterprise-top-tab-text-hover: rgb(20, 6, 17);--color-enterprise-top-tab-text-selected: rgb(20, 6, 17);--color-enterprise-top-tab-overflow-start-default: rgb(241, 240, 241);--color-enterprise-top-tab-overflow-start-hover: rgb(255, 255, 255);--color-enterprise-top-tab-overflow-start-selected: rgb(255, 255, 255);--color-enterprise-top-tab-overflow-middle-default: rgba(241, 240, 241, 0.5);--color-enterprise-top-tab-overflow-middle-hover: rgba(255, 255, 255, 0.5);--color-enterprise-top-tab-overflow-middle-selected: rgba(255, 255, 255, 0.5);--color-enterprise-top-tab-overflow-end-default: rgba(241, 240, 241, 0);--color-enterprise-top-tab-overflow-end-hover: rgba(255, 255, 255, 0);--color-enterprise-top-tab-overflow-end-selected: rgba(255, 255, 255, 0);--color-enterprise-top-tab-unsaved-icon: rgb(20, 6, 17);--color-enterprise-top-tab-loader: rgb(20, 6, 17);--color-enterprise-top-tab-background-default: rgb(241, 240, 241);--color-enterprise-top-tab-background-hover: rgb(255, 255, 255);--color-enterprise-top-tab-background-selected: rgb(255, 255, 255);--color-enterprise-top-tab-background-dragging: rgb(255, 255, 255);--color-enterprise-view-tab-border-selected: rgb(20, 6, 17);--color-enterprise-view-tab-border-dragging: rgb(20, 6, 17);--color-enterprise-view-tab-icon-default: rgb(79, 68, 77);--color-enterprise-view-tab-icon-hover: rgb(20, 6, 17);--color-enterprise-view-tab-icon-active: rgb(20, 6, 17);--color-enterprise-view-tab-icon-selected: rgb(20, 6, 17);--color-enterprise-view-tab-text-default: rgb(79, 68, 77);--color-enterprise-view-tab-text-hover: rgb(20, 6, 17);--color-enterprise-view-tab-text-active: rgb(20, 6, 17);--color-enterprise-view-tab-text-inactive: rgb(79, 68, 77);--color-enterprise-view-tab-text-selected: rgb(20, 6, 17);--color-enterprise-view-tab-overflow-start-default: rgb(255, 255, 255);--color-enterprise-view-tab-overflow-start-hover: rgb(227, 225, 226);--color-enterprise-view-tab-overflow-start-active: rgb(227, 225, 226);--color-enterprise-view-tab-overflow-start-selected: rgb(227, 225, 226);--color-enterprise-view-tab-overflow-middle-default: rgba(255, 255, 255, 0.5);--color-enterprise-view-tab-overflow-middle-hover: rgba(227, 225, 226, 0.5);--color-enterprise-view-tab-overflow-middle-selected: rgba(227, 225, 226, 0.5);--color-enterprise-view-tab-overflow-end-default: rgba(255, 255, 255, 0);--color-enterprise-view-tab-overflow-end-hover: rgba(227, 225, 226, 0);--color-enterprise-view-tab-overflow-end-selected: rgba(227, 225, 226, 0);--color-enterprise-view-tab-loader: rgb(20, 6, 17);--color-enterprise-view-tab-background-default: rgb(255, 255, 255);--color-enterprise-view-tab-background-hover: rgb(227, 225, 226);--color-enterprise-view-tab-background-active: rgb(227, 225, 226);--color-enterprise-view-tab-background-selected: rgb(227, 225, 226);--color-enterprise-view-tab-background-dragging: rgb(227, 225, 226);--color-enterprise-command-default: rgba(20, 6, 17, 0);--color-enterprise-command-hover: rgb(213, 210, 212);--color-enterprise-shortcut-key-background: rgb(213, 210, 212);--color-enterprise-shortcut-key-icon: rgb(20, 6, 17);--color-enterprise-search-bar-border-default: rgb(199, 195, 198);--color-enterprise-search-bar-border-hover: rgb(185, 180, 184);--color-enterprise-search-bar-border-active: rgb(185, 180, 184);--color-enterprise-search-bar-border-focus: rgb(114, 106, 112);--color-enterprise-search-bar-icon-default: rgb(20, 6, 17);--color-enterprise-search-bar-value-default: rgb(79, 68, 77);--color-enterprise-search-bar-value-hover: rgb(79, 68, 77);--color-enterprise-search-bar-value-active: rgb(79, 68, 77);--color-enterprise-search-bar-value-focus: rgb(79, 68, 77);--color-enterprise-search-bar-value-filled: rgb(20, 6, 17);--color-enterprise-search-bar-overflow-start-default: rgb(255, 255, 255);--color-enterprise-search-bar-overflow-start-hover: rgb(227, 225, 226);--color-enterprise-search-bar-overflow-middle-default: rgba(255, 255, 255, 0.5);--color-enterprise-search-bar-overflow-middle-hover: rgba(227, 225, 226, 0.5);--color-enterprise-search-bar-overflow-end-default: rgba(255, 255, 255, 0);--color-enterprise-search-bar-overflow-end-hover: rgba(227, 225, 226, 0);--color-enterprise-search-bar-background-default: rgb(255, 255, 255);--color-enterprise-search-bar-background-hover: rgb(227, 225, 226);--color-enterprise-search-bar-background-active: rgb(255, 255, 255);--color-enterprise-search-bar-background-focus: rgb(255, 255, 255);--color-enterprise-search-menu-background: rgb(255, 255, 255);--color-enterprise-search-menu-border: rgb(199, 195, 198);--color-enterprise-search-menu-command-bar: rgb(241, 240, 241);--color-enterprise-search-menu-banner: rgb(241, 240, 241);--color-enterprise-search-menu-text-base: rgb(20, 6, 17);--color-enterprise-search-menu-text-soft: rgb(79, 68, 77);--color-enterprise-search-result-icon: rgb(100, 30, 85);--color-enterprise-search-result-icon-background: rgb(241, 240, 241);--color-enterprise-search-result-heading: rgb(79, 68, 77);--color-enterprise-search-result-title: rgb(20, 6, 17);--color-enterprise-search-result-description: rgb(79, 68, 77);--color-enterprise-search-result-link: rgb(100, 30, 85);--color-enterprise-search-result-background-default: rgba(20, 6, 17, 0);--color-enterprise-search-result-background-hover: rgb(227, 225, 226);--color-enterprise-search-result-background-selected: rgb(213, 210, 212);--color-enterprise-progress-indicator-container: rgba(20, 6, 17, 0.18);--color-enterprise-progress-indicator-fill: rgb(100, 30, 85);--color-enterprise-side-panel-background: rgb(255, 255, 255);--color-enterprise-side-panel-background-transparent: rgba(255, 255, 255, 0);--color-enterprise-side-panel-border: rgb(199, 195, 198);--color-enterprise-side-panel-icon: rgb(20, 6, 17);--color-enterprise-side-panel-text-base: rgb(20, 6, 17);--color-enterprise-side-panel-text-soft: rgb(79, 68, 77);--color-enterprise-side-panel-text-softer: rgb(114, 106, 112);--color-enterprise-list-item-background-default: rgba(20, 6, 17, 0);--color-enterprise-list-item-background-hover: rgb(227, 225, 226);--color-enterprise-list-item-text-default: rgb(20, 6, 17);--color-enterprise-list-item-text-hover: rgb(20, 6, 17);--color-enterprise-list-item-icon-default: rgb(20, 6, 17);--color-enterprise-list-item-icon-hover: rgb(20, 6, 17);--color-enterprise-list-item-icon-background-default: rgb(227, 225, 226);--color-enterprise-list-item-icon-background-hover: rgb(227, 225, 226);--color-enterprise-prompt-text: rgb(20, 6, 17);--color-enterprise-prompt-icon: rgb(20, 6, 17);--color-enterprise-prompt-icon-background: rgb(255, 255, 255);--color-enterprise-prompt-edit-border: rgb(199, 195, 198);--color-enterprise-prompt-background-default: rgb(227, 225, 226);--color-enterprise-prompt-background-hover: rgb(213, 210, 212);--color-enterprise-composer-background: rgb(241, 240, 241);--color-enterprise-composer-border: rgb(199, 195, 198);--color-enterprise-composer-placeholder: rgb(79, 68, 77);--color-enterprise-composer-text: rgb(20, 6, 17);--color-enterprise-skeleton-loader-background: rgb(227, 225, 226);--color-enterprise-skeleton-loader-template-start: rgba(227, 225, 226, 0);--color-enterprise-skeleton-loader-template-middle: rgb(213, 210, 212);--color-enterprise-skeleton-loader-template-end: rgba(227, 225, 226, 0);--color-enterprise-search-filter-background-default: rgba(20, 6, 17, 0);--color-enterprise-search-filter-background-hover: rgb(227, 225, 226);--color-enterprise-search-filter-background-selected: rgb(224, 198, 218);--color-enterprise-search-filter-background-selected-hover: rgb(182, 125, 170);--color-enterprise-search-filter-border-default: rgb(227, 225, 226);--color-enterprise-search-filter-border-hover: rgb(227, 225, 226);--color-enterprise-search-filter-border-selected: rgb(100, 30, 85);--color-enterprise-search-filter-border-selected-hover: rgb(100, 30, 85);--color-enterprise-search-filter-icon-default: rgb(79, 68, 77);--color-enterprise-search-filter-icon-hover: rgb(79, 68, 77);--color-enterprise-search-filter-icon-selected: rgb(100, 30, 85);--color-enterprise-search-filter-text-default: rgb(79, 68, 77);--color-enterprise-search-filter-text-hover: rgb(79, 68, 77);--color-enterprise-search-filter-text-selected: rgb(100, 30, 85);--color-enterprise-search-tab-background-default: rgba(20, 6, 17, 0);--color-enterprise-search-tab-background-hover: rgb(227, 225, 226);--color-enterprise-search-tab-background-selected: rgba(20, 6, 17, 0);--color-enterprise-search-tab-icon-default: rgb(79, 68, 77);--color-enterprise-search-tab-icon-hover: rgb(79, 68, 77);--color-enterprise-search-tab-icon-selected: rgb(100, 30, 85);--color-enterprise-search-tab-text-default: rgb(79, 68, 77);--color-enterprise-search-tab-text-hover: rgb(20, 6, 17);--color-enterprise-search-tab-text-selected: rgb(20, 6, 17);--color-enterprise-search-tab-indicator-default: rgba(20, 6, 17, 0);--color-enterprise-search-tab-indicator-hover: rgba(20, 6, 17, 0);--color-enterprise-search-tab-indicator-selected: rgb(100, 30, 85);--color-enterprise-featured-content-item-background-default: rgb(241, 240, 241);--color-enterprise-featured-content-item-background-hover: rgb(227, 225, 226);--color-enterprise-featured-content-item-background-selected: rgb(213, 210, 212);--color-enterprise-featured-content-item-text-default: rgb(20, 6, 17);--color-enterprise-logo-background: rgb(100, 30, 85);--color-enterprise-logo-foreground: rgb(255, 214, 210);--color-shared-overlay: rgba(0, 0, 0, 0.75);--color-shared-focus-ring: rgba(20, 6, 17, 0.5);--color-shared-watermark: rgba(20, 6, 17, 0.5);--color-shared-banner-positive-background: rgb(179, 216, 204);--color-shared-banner-positive-border: rgb(1, 126, 86);--color-shared-banner-positive-text: rgb(20, 6, 17);--color-shared-banner-positive-icon: rgb(1, 126, 86);--color-shared-banner-warning-background: rgb(101, 69, 9);--color-shared-banner-warning-border: rgb(155, 111, 3);--color-shared-banner-warning-text: rgb(255, 255, 255);--color-shared-banner-warning-icon: rgb(155, 111, 3);--color-shared-banner-critical-background: rgb(240, 181, 181);--color-shared-banner-critical-border: rgb(206, 8, 10);--color-shared-banner-critical-text: rgb(20, 6, 17);--color-shared-banner-critical-icon: rgb(206, 8, 10);--color-shared-button-default-background-default: rgba(20, 6, 17, 0);--color-shared-button-default-background-hover: rgba(20, 6, 17, 0.12);--color-shared-button-default-background-selected: rgb(224, 198, 218);--color-shared-button-default-background-pressed: rgba(20, 6, 17, 0.18);--color-shared-button-default-border-default: rgb(199, 195, 198);--color-shared-button-default-border-hover: rgb(199, 195, 198);--color-shared-button-default-border-pressed: rgb(199, 195, 198);--color-shared-button-default-border-selected: rgb(100, 30, 85);--color-shared-button-default-icon-default: rgb(20, 6, 17);--color-shared-button-default-icon-hover: rgb(20, 6, 17);--color-shared-button-default-icon-pressed: rgb(20, 6, 17);--color-shared-button-default-icon-selected: rgb(100, 30, 85);--color-shared-button-default-text-default: rgb(20, 6, 17);--color-shared-button-default-text-hover: rgb(20, 6, 17);--color-shared-button-default-text-selected: rgb(100, 30, 85);--color-shared-button-default-focus-ring: rgba(20, 6, 17, 0.5);--color-shared-button-primary-background-default: rgb(100, 30, 85);--color-shared-button-primary-background-hover: rgb(68, 20, 58);--color-shared-button-primary-background-pressed: rgb(52, 16, 44);--color-shared-button-primary-border-default: rgba(20, 6, 17, 0);--color-shared-button-primary-border-hover: rgba(20, 6, 17, 0);--color-shared-button-primary-border-pressed: rgba(20, 6, 17, 0);--color-shared-button-primary-icon-default: rgb(255, 255, 255);--color-shared-button-primary-icon-hover: rgb(255, 255, 255);--color-shared-button-primary-icon-pressed: rgb(255, 255, 255);--color-shared-button-primary-text-default: rgb(255, 255, 255);--color-shared-button-primary-text-hover: rgb(255, 255, 255);--color-shared-button-primary-focus-ring: rgb(182, 125, 170);--color-shared-button-subtle-background-default: rgba(20, 6, 17, 0);--color-shared-button-subtle-background-hover: rgba(20, 6, 17, 0.12);--color-shared-button-subtle-background-pressed: rgba(20, 6, 17, 0.18);--color-shared-button-subtle-border-default: rgba(20, 6, 17, 0);--color-shared-button-subtle-border-hover: rgba(20, 6, 17, 0);--color-shared-button-subtle-border-pressed: rgba(20, 6, 17, 0);--color-shared-button-subtle-icon-default: rgb(20, 6, 17);--color-shared-button-subtle-icon-hover: rgb(20, 6, 17);--color-shared-button-subtle-icon-pressed: rgb(20, 6, 17);--color-shared-button-subtle-text-default: rgb(20, 6, 17);--color-shared-button-subtle-text-hover: rgb(20, 6, 17);--color-shared-button-critical-background-default: rgb(206, 8, 10);--color-shared-button-critical-background-hover: rgb(132, 7, 13);--color-shared-button-critical-background-pressed: rgb(94, 7, 14);--color-shared-button-critical-border-default: rgba(20, 6, 17, 0);--color-shared-button-critical-border-hover: rgba(20, 6, 17, 0);--color-shared-button-critical-border-pressed: rgba(20, 6, 17, 0);--color-shared-button-critical-icon-default: rgb(255, 255, 255);--color-shared-button-critical-icon-hover: rgb(255, 255, 255);--color-shared-button-critical-icon-pressed: rgb(255, 255, 255);--color-shared-button-critical-text-default: rgb(255, 255, 255);--color-shared-button-critical-text-hover: rgb(255, 255, 255);--color-shared-button-critical-focus-ring: rgb(240, 181, 181);--color-shared-button-ghost-icon-default: rgb(20, 6, 17);--color-shared-button-ghost-icon-hover: rgb(68, 20, 58);--color-shared-button-ghost-icon-active: rgb(52, 16, 44);--color-shared-button-ghost-text-default: rgb(20, 6, 17);--color-shared-button-ghost-text-hover: rgb(68, 20, 58);--color-shared-button-ghost-text-pressed: rgb(52, 16, 44);--color-shared-button-ghost-background: rgba(20, 6, 17, 0);--color-shared-icon-button-ghost-icon-default: rgb(20, 6, 17);--color-shared-icon-button-ghost-icon-hover: rgb(68, 20, 58);--color-shared-icon-button-ghost-icon-pressed: rgb(52, 16, 44);--color-shared-icon-button-ghost-background: rgba(20, 6, 17, 0);--color-shared-icon-button-primary-background-default: rgb(100, 30, 85);--color-shared-icon-button-primary-background-hover: rgb(68, 20, 58);--color-shared-icon-button-primary-border-default: rgba(20, 6, 17, 0);--color-shared-icon-button-primary-border-hover: rgba(20, 6, 17, 0);--color-shared-icon-button-primary-border-pressed: rgba(20, 6, 17, 0);--color-shared-icon-button-primary-icon-default: rgb(255, 255, 255);--color-shared-icon-button-primary-icon-hover: rgb(255, 255, 255);--color-shared-icon-button-primary-icon-pressed: rgb(255, 255, 255);--color-shared-icon-button-primary-focus-ring: rgb(182, 125, 170);--color-shared-icon-button-subtle-background-default: rgba(20, 6, 17, 0);--color-shared-icon-button-subtle-background-hover: rgba(20, 6, 17, 0.12);--color-shared-icon-button-subtle-background-pressed: rgba(20, 6, 17, 0.18);--color-shared-icon-button-subtle-border-default: rgba(20, 6, 17, 0);--color-shared-icon-button-subtle-border-hover: rgba(20, 6, 17, 0);--color-shared-icon-button-subtle-border-pressed: rgba(20, 6, 17, 0);--color-shared-icon-button-subtle-icon-default: rgb(79, 68, 77);--color-shared-icon-button-subtle-icon-hover: rgb(79, 68, 77);--color-shared-icon-button-subtle-icon-pressed: rgb(79, 68, 77);--color-shared-icon-button-default-background-default: rgba(20, 6, 17, 0);--color-shared-icon-button-default-background-hover: rgba(20, 6, 17, 0.12);--color-shared-icon-button-default-background-selected: rgb(224, 198, 218);--color-shared-icon-button-default-background-pressed: rgba(20, 6, 17, 0.18);--color-shared-icon-button-default-border-default: rgb(199, 195, 198);--color-shared-icon-button-default-border-hover: rgb(199, 195, 198);--color-shared-icon-button-default-border-pressed: rgb(199, 195, 198);--color-shared-icon-button-default-border-selected: rgb(100, 30, 85);--color-shared-icon-button-default-icon-default: rgb(20, 6, 17);--color-shared-icon-button-default-icon-hover: rgb(20, 6, 17);--color-shared-icon-button-default-icon-pressed: rgb(20, 6, 17);--color-shared-icon-button-default-icon-selected: rgb(100, 30, 85);--color-shared-icon-button-default-focus-ring: rgba(20, 6, 17, 0.5);--color-shared-icon-base: rgb(20, 6, 17);--color-shared-icon-soft: rgb(79, 68, 77);--color-shared-icon-error: rgb(206, 8, 10);--color-shared-icon-background-3: rgb(227, 225, 226);--color-shared-icon-background-1: rgb(255, 255, 255);--color-shared-icon-accent: rgb(100, 30, 85);--color-shared-icon-border: rgb(20, 6, 17);--color-shared-icon-accent-transparent: rgba(100, 30, 85, 0.16);--color-shared-dock-background: rgb(255, 255, 255);--color-shared-dock-drag-indicator: rgb(79, 68, 77);--color-shared-dock-border: rgb(199, 195, 198);--color-shared-indicator-text: rgb(255, 255, 255);--color-shared-indicator-background-blue: rgb(0, 113, 184);--color-shared-indicator-background-orange: rgb(208, 74, 1);--color-shared-indicator-background-indigo: rgb(83, 61, 255);--color-shared-indicator-background-pink: rgb(215, 15, 167);--color-shared-indicator-background-yellow: rgb(175, 140, 53);--color-shared-indicator-background-green: rgb(1, 126, 86);--color-shared-indicator-background-teal: rgb(22, 131, 131);--color-shared-indicator-background-red: rgb(206, 8, 10);--color-shared-indicator-background-expired: rgb(185, 180, 184);--color-shared-indicator-background-transparent: rgba(20, 6, 17, 0);--color-shared-notification-background: rgb(227, 225, 226);--color-shared-notification-border: rgb(199, 195, 198);--color-shared-notification-text-base: rgb(20, 6, 17);--color-shared-notification-text-soft: rgb(79, 68, 77);--color-shared-placement-option-text-default: rgb(20, 6, 17);--color-shared-placement-option-backdrop: rgb(255, 255, 255);--color-shared-placement-option-background-default: rgba(20, 6, 17, 0);--color-shared-placement-option-background-hover: rgb(213, 210, 212);--color-shared-placement-option-background-selected: rgb(185, 180, 184);--color-shared-placement-option-preview-object-default: rgb(199, 195, 198);--color-shared-placement-option-preview-object-hover: rgb(100, 30, 85);--color-shared-placement-option-preview-object-selected: rgb(100, 30, 85);--color-shared-platform-selector-underline: rgb(199, 195, 198);--color-shared-notification-center-background: rgb(255, 255, 255);--color-shared-notification-center-border: rgb(199, 195, 198);--color-shared-notification-center-text-base: rgb(20, 6, 17);--color-shared-notification-center-text-soft: rgb(79, 68, 77);--color-shared-notification-center-icon-base: rgb(20, 6, 17);--color-shared-notification-center-icon-soft: rgb(79, 68, 77);--color-shared-toggle-track-off: rgba(20, 6, 17, 0.32);--color-shared-toggle-track-on: rgb(100, 30, 85);--color-shared-toggle-thumb-off: rgb(20, 6, 17);--color-shared-toggle-thumb-on: rgb(255, 255, 255);--color-shared-color-channel-blue: rgb(0, 113, 184);--color-shared-color-channel-pink: rgb(215, 15, 167);--color-shared-color-channel-indigo: rgb(83, 61, 255);--color-shared-color-channel-teal: rgb(22, 131, 131);--color-shared-color-channel-green: rgb(1, 126, 86);--color-shared-color-channel-orange: rgb(208, 74, 1);--color-shared-color-channel-red: rgb(206, 8, 10);--color-shared-color-channel-yellow: rgb(175, 140, 53);--color-shared-color-channel-gray: rgb(104, 109, 110);--color-shared-color-channel-unlink: rgb(20, 6, 17);--color-shared-color-channel-selected: rgb(255, 255, 255);--color-shared-dropzone-border: rgb(100, 30, 85);--color-shared-dropzone-background: rgba(100, 30, 85, 0.25);--color-shared-form-label: rgb(20, 6, 17);--color-shared-form-help-icon: rgb(79, 68, 77);--color-shared-form-optional-dot: rgb(206, 8, 10);--color-shared-form-background-default: rgba(20, 6, 17, 0);--color-shared-form-background-hover: rgba(20, 6, 17, 0);--color-shared-form-background-focus: rgba(20, 6, 17, 0);--color-shared-form-background-filled: rgba(20, 6, 17, 0);--color-shared-form-background-error: rgba(20, 6, 17, 0);--color-shared-form-background-selected: rgb(100, 30, 85);--color-shared-form-border-default: rgb(199, 195, 198);--color-shared-form-border-hover: rgb(185, 180, 184);--color-shared-form-border-focus: rgb(100, 30, 85);--color-shared-form-border-filled: rgb(199, 195, 198);--color-shared-form-border-error: rgb(206, 8, 10);--color-shared-form-border-selected: rgb(100, 30, 85);--color-shared-form-placeholder-default: rgb(79, 68, 77);--color-shared-form-placeholder-hover: rgb(79, 68, 77);--color-shared-form-placeholder-focus: rgb(79, 68, 77);--color-shared-form-icon-default: rgb(79, 68, 77);--color-shared-form-icon-focus: rgb(20, 6, 17);--color-shared-form-icon-selected: rgb(255, 255, 255);--color-shared-form-value-default: rgb(79, 68, 77);--color-shared-form-value-hover: rgb(79, 68, 77);--color-shared-form-value-focus: rgb(20, 6, 17);--color-shared-form-value-filled: rgb(20, 6, 17);--color-shared-form-error-message-background: rgb(250, 230, 231);--color-shared-form-error-message-text: rgb(20, 6, 17);--color-shared-form-error-message-icon: rgb(206, 8, 10);--color-shared-form-focus-ring: rgb(182, 125, 170);--color-shared-form-hint: rgb(114, 106, 112);--color-shared-scroll-bar-area: rgba(20, 6, 17, 0.5);--color-shared-scroll-bar-bar: rgb(255, 255, 255);--color-coreui-home-background: rgb(241, 240, 241);--color-coreui-home-border: rgb(213, 210, 212);--color-coreui-home-input-background-default: rgb(213, 210, 212);--color-coreui-home-input-background-hover: rgb(213, 210, 212);--color-coreui-home-input-background-active: rgb(213, 210, 212);--color-coreui-home-input-background-focus: rgb(213, 210, 212);--color-coreui-home-input-value-default: rgb(79, 68, 77);--color-coreui-home-input-value-hover: rgb(79, 68, 77);--color-coreui-home-input-value-active: rgb(20, 6, 17);--color-coreui-home-input-value-filled: rgb(20, 6, 17);--color-coreui-home-input-border-active: rgb(199, 195, 198);--color-coreui-home-input-border-focus: rgb(199, 195, 198);--color-coreui-home-input-border-default: rgb(213, 210, 212);--color-coreui-home-input-border-hover: rgb(213, 210, 212);--color-coreui-home-result-icon: rgb(20, 6, 17);--color-coreui-home-result-background-default: rgba(20, 6, 17, 0);--color-coreui-home-result-background-hover: rgb(227, 225, 226);--color-coreui-home-result-background-selected: rgb(185, 180, 184);--color-coreui-home-result-background-launching: rgb(185, 180, 184);--color-coreui-home-result-title-default: rgb(20, 6, 17);--color-coreui-home-result-title-hover: rgb(20, 6, 17);--color-coreui-home-result-title-selected: rgb(20, 6, 17);--color-coreui-home-result-title-launching: rgb(20, 6, 17);--color-coreui-home-result-description-default: rgb(20, 6, 17);--color-coreui-home-result-description-hover: rgb(20, 6, 17);--color-coreui-home-result-description-selected: rgb(20, 6, 17);--color-coreui-home-result-description-launching: rgb(20, 6, 17);--color-coreui-home-template-background: rgb(227, 225, 226);--color-coreui-home-template-icon: rgb(20, 6, 17);--color-coreui-home-template-text-base: rgb(20, 6, 17);--color-coreui-home-template-text-soft: rgb(79, 68, 77);--color-coreui-home-card-background: rgb(227, 225, 226);--color-coreui-home-hotkey-background: rgb(185, 180, 184);--color-coreui-home-hotkey-icon: rgb(20, 6, 17);--color-coreui-home-hotkey-text: rgb(20, 6, 17);--color-coreui-home-text-base: rgb(20, 6, 17);--color-coreui-home-text-soft: rgb(79, 68, 77);--color-coreui-store-background: rgb(241, 240, 241);--color-coreui-store-banner-background: rgb(100, 30, 85);--color-coreui-store-banner-button-background-default: rgb(255, 255, 255);--color-coreui-store-banner-button-background-hover: rgb(255, 255, 255);--color-coreui-store-banner-button-text-default: rgb(100, 30, 85);--color-coreui-store-banner-button-text-hover: rgb(100, 30, 85);--color-coreui-store-banner-button-icon-default: rgb(100, 30, 85);--color-coreui-store-banner-button-icon-hover: rgb(100, 30, 85);--color-coreui-store-banner-header-title: rgb(255, 255, 255);--color-coreui-store-banner-header-description: rgb(255, 255, 255);--color-coreui-store-input-background-default: rgb(213, 210, 212);--color-coreui-store-input-background-hover: rgb(213, 210, 212);--color-coreui-store-input-background-active: rgb(213, 210, 212);--color-coreui-store-input-background-filled: rgb(213, 210, 212);--color-coreui-store-input-background-error: rgb(213, 210, 212);--color-coreui-store-input-border-active: rgb(199, 195, 198);--color-coreui-store-input-border-focus: rgb(199, 195, 198);--color-coreui-store-input-border-error: rgb(206, 8, 10);--color-coreui-store-input-border-default: rgb(185, 180, 184);--color-coreui-store-input-border-hover: rgb(185, 180, 184);--color-coreui-store-input-value-default: rgb(79, 68, 77);--color-coreui-store-input-value-hover: rgb(79, 68, 77);--color-coreui-store-input-value-active: rgb(79, 68, 77);--color-coreui-store-input-value-filled: rgb(20, 6, 17);--color-coreui-store-input-value-error: rgb(206, 8, 10);--color-coreui-store-input-icon: rgb(20, 6, 17);--color-coreui-store-sidebar-background: rgb(227, 225, 226);--color-coreui-store-sidebar-header: rgb(20, 6, 17);--color-coreui-store-card-background-default: rgba(20, 6, 17, 0);--color-coreui-store-card-background-hover: rgb(213, 210, 212);--color-coreui-store-card-title-default: rgb(20, 6, 17);--color-coreui-store-card-title-hover: rgb(20, 6, 17);--color-coreui-store-card-description-default: rgb(20, 6, 17);--color-coreui-store-card-description-hover: rgb(20, 6, 17);--color-coreui-store-menu-item-text-default: rgb(20, 6, 17);--color-coreui-store-menu-item-text-hover: rgb(20, 6, 17);--color-coreui-store-menu-item-background-default: rgba(20, 6, 17, 0);--color-coreui-store-menu-item-background-hover: rgb(227, 225, 226);--color-coreui-store-menu-item-category: rgb(79, 68, 77);--color-coreui-store-footer-link-default: rgb(20, 6, 17);--color-coreui-store-footer-link-hover: rgb(20, 6, 17);--color-coreui-store-footer-tagline: rgb(20, 6, 17);--color-coreui-store-footer-icon: rgb(20, 6, 17);--color-coreui-browser-background: rgb(255, 255, 255);--color-coreui-browser-border: rgb(199, 195, 198);--color-coreui-browser-top-bar-background: rgb(241, 240, 241);--color-coreui-browser-top-bar-border: rgb(199, 195, 198);--color-coreui-browser-toolbar-icon-default: rgb(20, 6, 17);--color-coreui-browser-toolbar-icon-focus: rgb(20, 6, 17);--color-coreui-browser-toolbar-icon-selected: rgb(255, 255, 255);--color-coreui-browser-toolbar-icon-active: rgb(20, 6, 17);--color-coreui-browser-toolbar-icon-hover: rgb(20, 6, 17);--color-coreui-browser-toolbar-icon-background-default: rgba(20, 6, 17, 0);--color-coreui-browser-toolbar-icon-background-focus: rgba(20, 6, 17, 0);--color-coreui-browser-toolbar-icon-background-selected: rgb(100, 30, 85);--color-coreui-browser-toolbar-icon-background-active: rgba(20, 6, 17, 0);--color-coreui-browser-toolbar-icon-background-hover: rgb(213, 210, 212);--color-coreui-browser-view-splitter-default: rgb(255, 255, 255);--color-coreui-browser-view-splitter-hover: rgb(227, 225, 226);--color-coreui-browser-page-tab-text-default: rgb(20, 6, 17);--color-coreui-browser-page-tab-text-selected: rgb(255, 255, 255);--color-coreui-browser-page-tab-background-default: rgb(213, 210, 212);--color-coreui-browser-page-tab-background-selected: rgb(100, 30, 85);--color-coreui-browser-page-tab-icon-default: rgb(20, 6, 17);--color-coreui-browser-page-tab-icon-selected: rgb(255, 255, 255);--color-coreui-browser-view-tab-background-default: rgba(20, 6, 17, 0);--color-coreui-browser-view-tab-background-hover: rgb(241, 240, 241);--color-coreui-browser-view-tab-background-active: rgb(241, 240, 241);--color-coreui-browser-view-tab-background-focus: rgb(241, 240, 241);--color-coreui-browser-view-tab-icon: rgb(20, 6, 17);--color-coreui-browser-view-border-default: rgba(20, 6, 17, 0);--color-coreui-browser-view-border-focus: rgb(199, 195, 198);--color-coreui-browser-view-border-green: rgb(1, 126, 86);--color-coreui-browser-view-border-purple: rgb(83, 61, 255);--color-coreui-browser-view-border-orange: rgb(208, 74, 1);--color-coreui-browser-view-border-red: rgb(206, 8, 10);--color-coreui-browser-view-border-pink: rgb(215, 15, 167);--color-coreui-browser-view-border-yellow: rgb(175, 140, 53);--color-coreui-browser-view-icon: rgb(20, 6, 17);--color-admin-1: rgb(255, 255, 255);--color-admin-color: rgb(255, 255, 255);--color-admin-color-2: rgb(255, 255, 255);--color-primitives-green-50: rgb(230, 242, 238);--color-primitives-green-100: rgb(204, 229, 221);--color-primitives-green-200: rgb(153, 203, 187);--color-primitives-green-300: rgb(103, 178, 154);--color-primitives-green-400: rgb(52, 152, 120);--color-primitives-green-500: rgb(1, 126, 86);--color-primitives-green-600: rgb(1, 101, 69);--color-primitives-green-700: rgb(1, 76, 52);--color-primitives-green-800: rgb(0, 50, 34);--color-primitives-green-900: rgb(0, 25, 17);--color-primitives-green-base: rgb(1, 126, 86);--color-primitives-blue-50: rgb(230, 241, 248);--color-primitives-blue-100: rgb(204, 227, 241);--color-primitives-blue-200: rgb(153, 198, 227);--color-primitives-blue-300: rgb(102, 170, 212);--color-primitives-blue-400: rgb(51, 141, 198);--color-primitives-blue-500: rgb(0, 113, 184);--color-primitives-blue-600: rgb(0, 90, 147);--color-primitives-blue-700: rgb(0, 68, 110);--color-primitives-blue-800: rgb(0, 45, 74);--color-primitives-blue-900: rgb(0, 23, 37);--color-primitives-blue-base: rgb(0, 113, 184);--color-primitives-indigo-50: rgb(238, 236, 255);--color-primitives-indigo-100: rgb(221, 216, 255);--color-primitives-indigo-200: rgb(186, 177, 255);--color-primitives-indigo-300: rgb(152, 139, 255);--color-primitives-indigo-400: rgb(117, 100, 255);--color-primitives-indigo-500: rgb(83, 61, 255);--color-primitives-indigo-600: rgb(66, 49, 204);--color-primitives-indigo-700: rgb(50, 37, 153);--color-primitives-indigo-800: rgb(33, 24, 102);--color-primitives-indigo-900: rgb(17, 12, 51);--color-primitives-indigo-base: rgb(83, 61, 255);--color-primitives-pink-50: rgb(251, 231, 246);--color-primitives-pink-100: rgb(247, 207, 237);--color-primitives-pink-200: rgb(239, 159, 220);--color-primitives-pink-300: rgb(231, 111, 202);--color-primitives-pink-400: rgb(223, 63, 185);--color-primitives-pink-500: rgb(215, 15, 167);--color-primitives-pink-600: rgb(172, 12, 134);--color-primitives-pink-700: rgb(129, 9, 100);--color-primitives-pink-800: rgb(86, 6, 67);--color-primitives-pink-900: rgb(43, 3, 33);--color-primitives-pink-base: rgb(215, 15, 167);--color-primitives-orange-50: rgb(250, 237, 230);--color-primitives-orange-100: rgb(246, 219, 204);--color-primitives-orange-200: rgb(236, 183, 153);--color-primitives-orange-300: rgb(227, 146, 103);--color-primitives-orange-400: rgb(217, 110, 52);--color-primitives-orange-500: rgb(208, 74, 1);--color-primitives-orange-600: rgb(166, 59, 1);--color-primitives-orange-700: rgb(125, 44, 1);--color-primitives-orange-800: rgb(83, 30, 0);--color-primitives-orange-900: rgb(42, 15, 0);--color-primitives-orange-base: rgb(208, 74, 1);--color-primitives-teal-50: rgb(232, 243, 243);--color-primitives-teal-100: rgb(208, 230, 230);--color-primitives-teal-200: rgb(162, 205, 205);--color-primitives-teal-300: rgb(115, 181, 181);--color-primitives-teal-400: rgb(69, 156, 156);--color-primitives-teal-500: rgb(22, 131, 131);--color-primitives-teal-600: rgb(18, 105, 105);--color-primitives-teal-700: rgb(13, 79, 79);--color-primitives-teal-800: rgb(9, 52, 52);--color-primitives-teal-900: rgb(4, 26, 26);--color-primitives-teal-base: rgb(22, 131, 131);--color-primitives-red-50: rgb(250, 230, 231);--color-primitives-red-100: rgb(245, 206, 206);--color-primitives-red-200: rgb(235, 156, 157);--color-primitives-red-300: rgb(226, 107, 108);--color-primitives-red-400: rgb(216, 57, 59);--color-primitives-red-500: rgb(206, 8, 10);--color-primitives-red-600: rgb(165, 6, 8);--color-primitives-red-700: rgb(124, 5, 6);--color-primitives-red-800: rgb(82, 3, 4);--color-primitives-red-900: rgb(41, 2, 2);--color-primitives-red-base: rgb(206, 8, 10);--color-primitives-yellow-50: rgb(245, 241, 230);--color-primitives-yellow-100: rgb(235, 226, 205);--color-primitives-yellow-200: rgb(215, 197, 154);--color-primitives-yellow-300: rgb(195, 169, 104);--color-primitives-yellow-400: rgb(175, 140, 53);--color-primitives-yellow-500: rgb(155, 111, 3);--color-primitives-yellow-600: rgb(124, 89, 2);--color-primitives-yellow-700: rgb(93, 67, 2);--color-primitives-yellow-800: rgb(62, 44, 1);--color-primitives-yellow-900: rgb(31, 22, 1);--color-primitives-yellow-base: rgb(155, 111, 3);--color-primitives-gray-50: rgb(240, 240, 241);--color-primitives-gray-100: rgb(225, 226, 226);--color-primitives-gray-200: rgb(195, 197, 197);--color-primitives-gray-300: rgb(164, 167, 168);--color-primitives-gray-400: rgb(134, 138, 139);--color-primitives-gray-500: rgb(104, 109, 110);--color-primitives-gray-600: rgb(83, 87, 88);--color-primitives-gray-700: rgb(62, 65, 66);--color-primitives-gray-800: rgb(42, 44, 44);--color-primitives-gray-900: rgb(21, 22, 22);--color-primitives-gray-base: rgb(104, 109, 110)}[data-scheme=dark]{--brand-base-dark: rgb(20, 6, 17);--brand-base-light: rgb(255, 255, 255);--brand-accent-100: rgb(40, 23, 30);--brand-accent-200: rgb(67, 41, 49);--brand-accent-300: rgb(93, 59, 66);--brand-accent-400: rgb(255, 214, 210);--brand-accent-500: rgb(255, 230, 228);--brand-accent-600: rgb(255, 239, 237);--brand-accent-dark: rgb(255, 214, 210);--brand-accent-light: rgb(100, 30, 85);--brand-status-positive-100: rgb(18, 28, 31);--brand-status-positive-200: rgb(17, 50, 45);--brand-status-positive-300: rgb(15, 72, 59);--brand-status-positive-400: rgb(3, 227, 156);--brand-status-positive-500: rgb(104, 238, 196);--brand-status-positive-600: rgb(154, 244, 215);--brand-status-warning-100: rgb(43, 27, 28);--brand-status-warning-200: rgb(66, 48, 39);--brand-status-warning-300: rgb(89, 68, 50);--brand-status-warning-400: rgb(250, 214, 127);--brand-status-warning-500: rgb(252, 230, 178);--brand-status-warning-600: rgb(253, 239, 204);--brand-status-critical-100: rgb(43, 16, 26);--brand-status-critical-200: rgb(66, 25, 35);--brand-status-critical-300: rgb(89, 35, 43);--brand-status-critical-400: rgb(250, 102, 105);--brand-status-critical-500: rgb(252, 163, 165);--brand-status-critical-600: rgb(253, 194, 195);--brand-status-informative-100: rgb(21, 22, 41);--brand-status-informative-200: rgb(22, 39, 65);--brand-status-informative-300: rgb(23, 55, 88);--brand-status-informative-400: rgb(31, 169, 255);--brand-status-informative-500: rgb(121, 203, 255);--brand-status-informative-600: rgb(165, 221, 255);--color-role-focus-ring: rgba(255, 255, 255, 0.5);--color-role-overlay: rgba(0, 0, 0, 0.75);--color-role-background-1: rgb(20, 6, 17);--color-role-background-2: rgb(34, 21, 31);--color-role-background-3: rgb(48, 36, 46);--color-role-background-4: rgb(62, 51, 60);--color-role-background-5: rgb(76, 66, 74);--color-role-background-6: rgb(90, 81, 88);--color-role-background-base: rgb(20, 6, 17);--color-role-background-inverse: rgb(255, 255, 255);--color-role-background-accent-stronger: rgb(255, 239, 237);--color-role-background-accent-strong: rgb(255, 230, 228);--color-role-background-accent-base: rgb(255, 214, 210);--color-role-background-accent-soft: rgb(93, 59, 66);--color-role-background-accent-softer: rgb(67, 41, 49);--color-role-background-accent-softest: rgb(40, 23, 30);--color-role-background-positive-strong: rgb(104, 238, 196);--color-role-background-positive-base: rgb(3, 227, 156);--color-role-background-positive-soft: rgb(15, 72, 59);--color-role-background-positive-stronger: rgb(154, 244, 215);--color-role-background-positive-softer: rgb(17, 50, 45);--color-role-background-positive-softest: rgb(18, 28, 31);--color-role-background-warning-strong: rgb(252, 230, 178);--color-role-background-warning-base: rgb(250, 214, 127);--color-role-background-warning-soft: rgb(89, 68, 50);--color-role-background-warning-stronger: rgb(253, 239, 204);--color-role-background-warning-softer: rgb(66, 48, 39);--color-role-background-warning-softest: rgb(43, 27, 28);--color-role-background-critical-strong: rgb(252, 163, 165);--color-role-background-critical-base: rgb(250, 102, 105);--color-role-background-critical-soft: rgb(89, 35, 43);--color-role-background-critical-stronger: rgb(253, 194, 195);--color-role-background-critical-softer: rgb(66, 25, 35);--color-role-background-critical-softest: rgb(43, 16, 26);--color-role-background-informative-strong: rgb(121, 203, 255);--color-role-background-informative-base: rgb(31, 169, 255);--color-role-background-informative-soft: rgb(23, 55, 88);--color-role-background-informative-stronger: rgb(165, 221, 255);--color-role-background-informative-softer: rgb(22, 39, 65);--color-role-background-informative-softest: rgb(21, 22, 41);--color-role-foreground-base: rgb(255, 255, 255);--color-role-foreground-soft: rgb(196, 193, 196);--color-role-foreground-softer: rgb(161, 155, 160);--color-role-foreground-on-primary: rgb(20, 6, 17);--color-role-foreground-inverse: rgb(20, 6, 17);--color-role-foreground-neutral: rgb(255, 255, 255);--color-role-foreground-positive: rgb(3, 227, 156);--color-role-foreground-warning: rgb(250, 214, 127);--color-role-foreground-critical: rgb(250, 102, 105);--color-role-foreground-accent-stronger: rgb(255, 239, 237);--color-role-foreground-accent-strong: rgb(255, 230, 228);--color-role-foreground-accent-base: rgb(255, 214, 210);--color-role-foreground-accent-soft: rgb(93, 59, 66);--color-role-foreground-accent-softer: rgb(67, 41, 49);--color-role-foreground-accent-softest: rgb(40, 23, 30);--color-role-foreground-informative: rgb(31, 169, 255);--color-role-border-1: rgb(20, 6, 17);--color-role-border-2: rgb(34, 21, 31);--color-role-border-3: rgb(48, 36, 46);--color-role-border-4: rgb(62, 51, 60);--color-role-border-5: rgb(76, 66, 74);--color-role-border-6: rgb(90, 81, 88);--color-role-border-base: rgb(76, 66, 74);--color-role-border-accent-stronger: rgb(255, 239, 237);--color-role-border-accent-strong: rgb(255, 230, 228);--color-role-border-accent-base: rgb(255, 214, 210);--color-role-border-accent-soft: rgb(93, 59, 66);--color-role-border-accent-softer: rgb(67, 41, 49);--color-role-border-accent-softest: rgb(40, 23, 30);--color-role-border-positive-strong: rgb(104, 238, 196);--color-role-border-positive-base: rgb(3, 227, 156);--color-role-border-positive-soft: rgb(15, 72, 59);--color-role-border-positive-stronger: rgb(154, 244, 215);--color-role-border-positive-softer: rgb(17, 50, 45);--color-role-border-positive-softest: rgb(18, 28, 31);--color-role-border-warning-strong: rgb(252, 230, 178);--color-role-border-warning-base: rgb(250, 214, 127);--color-role-border-warning-soft: rgb(89, 68, 50);--color-role-border-warning-stronger: rgb(253, 239, 204);--color-role-border-warning-softer: rgb(66, 48, 39);--color-role-border-warning-softest: rgb(43, 27, 28);--color-role-border-critical-strong: rgb(252, 163, 165);--color-role-border-critical-base: rgb(250, 102, 105);--color-role-border-critical-soft: rgb(89, 35, 43);--color-role-border-critical-stronger: rgb(253, 194, 195);--color-role-border-critical-softer: rgb(66, 25, 35);--color-role-border-critical-softest: rgb(43, 16, 26);--color-role-border-stronger: rgb(196, 193, 196);--color-role-border-strong: rgb(161, 155, 160);--color-role-identifier-blue: rgb(31, 169, 255);--color-role-identifier-pink: rgb(240, 163, 222);--color-role-identifier-indigo: rgb(147, 133, 255);--color-role-identifier-teal: rgb(72, 224, 224);--color-role-identifier-green: rgb(3, 227, 156);--color-role-identifier-orange: rgb(254, 159, 108);--color-role-identifier-red: rgb(250, 102, 105);--color-role-identifier-yellow: rgb(250, 214, 127);--color-role-identifier-gray: rgb(156, 160, 160);--color-role-link-default: rgb(255, 214, 210);--color-role-link-hover: rgb(255, 239, 237);--color-role-transparent-0: rgba(255, 255, 255, 0);--color-role-transparent-12: rgba(255, 255, 255, 0.12);--color-role-transparent-18: rgba(255, 255, 255, 0.18);--color-role-transparent-32: rgba(255, 255, 255, 0.32);--color-role-transparent-50: rgba(255, 255, 255, 0.5);--color-generated-scale-1: rgb(20, 6, 17);--color-generated-scale-2: rgb(34, 21, 31);--color-generated-scale-3: rgb(48, 36, 46);--color-generated-scale-4: rgb(62, 51, 60);--color-generated-scale-5: rgb(76, 66, 74);--color-generated-scale-6: rgb(90, 81, 88);--color-generated-foreground-soft: rgb(196, 193, 196);--color-generated-foreground-softer: rgb(161, 155, 160);--color-generated-foreground-base: rgb(255, 255, 255);--color-generated-accent-stronger: rgb(255, 239, 237);--color-generated-accent-strong: rgb(255, 230, 228);--color-generated-accent-base: rgb(255, 214, 210);--color-generated-accent-soft: rgb(93, 59, 66);--color-generated-accent-softer: rgb(67, 41, 49);--color-generated-accent-softest: rgb(40, 23, 30);--color-generated-background-base: rgb(20, 6, 17);--color-generated-identifier-blue: rgb(31, 169, 255);--color-generated-identifier-pink: rgb(240, 163, 222);--color-generated-identifier-indigo: rgb(147, 133, 255);--color-generated-identifier-teal: rgb(72, 224, 224);--color-generated-identifier-green: rgb(3, 227, 156);--color-generated-identifier-orange: rgb(254, 159, 108);--color-generated-identifier-red: rgb(250, 102, 105);--color-generated-identifier-yellow: rgb(250, 214, 127);--color-generated-identifier-gray: rgb(156, 160, 160);--color-generated-positive-strong: rgb(104, 238, 196);--color-generated-positive-base: rgb(3, 227, 156);--color-generated-positive-soft: rgb(15, 72, 59);--color-generated-positive-stronger: rgb(154, 244, 215);--color-generated-positive-softer: rgb(17, 50, 45);--color-generated-positive-softest: rgb(18, 28, 31);--color-generated-warning-strong: rgb(252, 230, 178);--color-generated-warning-base: rgb(250, 214, 127);--color-generated-warning-soft: rgb(89, 68, 50);--color-generated-warning-stronger: rgb(253, 239, 204);--color-generated-warning-softer: rgb(66, 48, 39);--color-generated-warning-softest: rgb(43, 27, 28);--color-generated-critical-strong: rgb(252, 163, 165);--color-generated-critical-base: rgb(250, 102, 105);--color-generated-critical-soft: rgb(89, 35, 43);--color-generated-critical-stronger: rgb(253, 194, 195);--color-generated-critical-softer: rgb(66, 25, 35);--color-generated-critical-softest: rgb(43, 16, 26);--color-generated-informative-strong: rgb(121, 203, 255);--color-generated-informative-base: rgb(31, 169, 255);--color-generated-informative-soft: rgb(23, 55, 88);--color-generated-informative-stronger: rgb(165, 221, 255);--color-generated-informative-softer: rgb(22, 39, 65);--color-generated-informative-softest: rgb(21, 22, 41);--color-enterprise-context-menu-background: rgb(20, 6, 17);--color-enterprise-context-menu-border: rgb(76, 66, 74);--color-enterprise-context-menu-item-divider: rgb(48, 36, 46);--color-enterprise-context-menu-item-heading: rgb(196, 193, 196);--color-enterprise-context-menu-item-default-background-default: rgba(255, 255, 255, 0);--color-enterprise-context-menu-item-default-background-hover: rgb(48, 36, 46);--color-enterprise-context-menu-item-default-background-active: rgb(48, 36, 46);--color-enterprise-context-menu-item-default-background-focus: rgb(48, 36, 46);--color-enterprise-context-menu-item-default-text-default: rgb(255, 255, 255);--color-enterprise-context-menu-item-default-text-hover: rgb(255, 255, 255);--color-enterprise-context-menu-item-default-text-active: rgb(255, 255, 255);--color-enterprise-context-menu-item-default-text-focus: rgb(255, 255, 255);--color-enterprise-context-menu-item-default-icon-default: rgb(255, 255, 255);--color-enterprise-context-menu-item-default-icon-hover: rgb(255, 255, 255);--color-enterprise-context-menu-item-default-icon-active: rgb(255, 255, 255);--color-enterprise-context-menu-item-default-icon-focus: rgb(255, 255, 255);--color-enterprise-context-menu-item-default-hint-default: rgb(196, 193, 196);--color-enterprise-context-menu-item-default-hint-hover: rgb(196, 193, 196);--color-enterprise-context-menu-item-default-hint-active: rgb(196, 193, 196);--color-enterprise-context-menu-item-default-hint-focus: rgb(196, 193, 196);--color-enterprise-context-menu-item-critical-background-default: rgba(255, 255, 255, 0);--color-enterprise-context-menu-item-critical-background-hover: rgb(43, 16, 26);--color-enterprise-context-menu-item-critical-background-active: rgb(43, 16, 26);--color-enterprise-context-menu-item-critical-background-focus: rgb(43, 16, 26);--color-enterprise-context-menu-item-critical-text-default: rgb(250, 102, 105);--color-enterprise-context-menu-item-critical-text-hover: rgb(250, 102, 105);--color-enterprise-context-menu-item-critical-text-active: rgb(250, 102, 105);--color-enterprise-context-menu-item-critical-text-focus: rgb(250, 102, 105);--color-enterprise-context-menu-item-critical-icon-default: rgb(250, 102, 105);--color-enterprise-context-menu-item-critical-icon-hover: rgb(250, 102, 105);--color-enterprise-context-menu-item-critical-icon-active: rgb(250, 102, 105);--color-enterprise-context-menu-item-critical-icon-focus: rgb(250, 102, 105);--color-enterprise-view-border: rgb(76, 66, 74);--color-enterprise-view-background: rgb(48, 36, 46);--color-enterprise-view-splitter-default: rgba(255, 255, 255, 0);--color-enterprise-view-splitter-hover: rgb(90, 81, 88);--color-enterprise-window-background: rgb(20, 6, 17);--color-enterprise-window-border: rgb(76, 66, 74);--color-enterprise-window-text-base: rgb(255, 255, 255);--color-enterprise-window-text-soft: rgb(196, 193, 196);--color-enterprise-top-chrome-border: rgb(76, 66, 74);--color-enterprise-top-chrome-background: rgb(20, 6, 17);--color-enterprise-top-tab-icon-default: rgb(196, 193, 196);--color-enterprise-top-tab-icon-hover: rgb(255, 214, 210);--color-enterprise-top-tab-icon-selected: rgb(255, 214, 210);--color-enterprise-top-tab-text-default: rgb(196, 193, 196);--color-enterprise-top-tab-text-hover: rgb(255, 255, 255);--color-enterprise-top-tab-text-selected: rgb(255, 255, 255);--color-enterprise-top-tab-overflow-start-default: rgb(20, 6, 17);--color-enterprise-top-tab-overflow-start-hover: rgb(48, 36, 46);--color-enterprise-top-tab-overflow-start-selected: rgb(48, 36, 46);--color-enterprise-top-tab-overflow-middle-default: rgba(20, 6, 17, 0.5);--color-enterprise-top-tab-overflow-middle-hover: rgba(48, 36, 46, 0.5);--color-enterprise-top-tab-overflow-middle-selected: rgba(48, 36, 46, 0.5);--color-enterprise-top-tab-overflow-end-default: rgba(20, 6, 17, 0);--color-enterprise-top-tab-overflow-end-hover: rgba(48, 36, 46, 0);--color-enterprise-top-tab-overflow-end-selected: rgba(48, 36, 46, 0);--color-enterprise-top-tab-unsaved-icon: rgb(255, 255, 255);--color-enterprise-top-tab-loader: rgb(255, 255, 255);--color-enterprise-top-tab-background-default: rgb(20, 6, 17);--color-enterprise-top-tab-background-hover: rgb(48, 36, 46);--color-enterprise-top-tab-background-selected: rgb(48, 36, 46);--color-enterprise-top-tab-background-dragging: rgb(48, 36, 46);--color-enterprise-view-tab-border-selected: rgb(255, 255, 255);--color-enterprise-view-tab-border-dragging: rgb(255, 255, 255);--color-enterprise-view-tab-icon-default: rgb(196, 193, 196);--color-enterprise-view-tab-icon-hover: rgb(255, 255, 255);--color-enterprise-view-tab-icon-active: rgb(255, 255, 255);--color-enterprise-view-tab-icon-selected: rgb(255, 255, 255);--color-enterprise-view-tab-text-default: rgb(196, 193, 196);--color-enterprise-view-tab-text-hover: rgb(255, 255, 255);--color-enterprise-view-tab-text-active: rgb(255, 255, 255);--color-enterprise-view-tab-text-inactive: rgb(196, 193, 196);--color-enterprise-view-tab-text-selected: rgb(255, 255, 255);--color-enterprise-view-tab-overflow-start-default: rgb(48, 36, 46);--color-enterprise-view-tab-overflow-start-hover: rgb(76, 66, 74);--color-enterprise-view-tab-overflow-start-active: rgb(76, 66, 74);--color-enterprise-view-tab-overflow-start-selected: rgb(76, 66, 74);--color-enterprise-view-tab-overflow-middle-default: rgba(48, 36, 46, 0.5);--color-enterprise-view-tab-overflow-middle-hover: rgba(76, 66, 74, 0.5);--color-enterprise-view-tab-overflow-middle-selected: rgba(76, 66, 74, 0.5);--color-enterprise-view-tab-overflow-end-default: rgba(48, 36, 46, 0);--color-enterprise-view-tab-overflow-end-hover: rgba(76, 66, 74, 0);--color-enterprise-view-tab-overflow-end-selected: rgba(76, 66, 74, 0);--color-enterprise-view-tab-loader: rgb(255, 255, 255);--color-enterprise-view-tab-background-default: rgb(48, 36, 46);--color-enterprise-view-tab-background-hover: rgb(76, 66, 74);--color-enterprise-view-tab-background-active: rgb(76, 66, 74);--color-enterprise-view-tab-background-selected: rgb(76, 66, 74);--color-enterprise-view-tab-background-dragging: rgb(76, 66, 74);--color-enterprise-command-default: rgba(255, 255, 255, 0);--color-enterprise-command-hover: rgb(62, 51, 60);--color-enterprise-shortcut-key-background: rgb(62, 51, 60);--color-enterprise-shortcut-key-icon: rgb(255, 255, 255);--color-enterprise-search-bar-border-default: rgb(76, 66, 74);--color-enterprise-search-bar-border-hover: rgb(90, 81, 88);--color-enterprise-search-bar-border-active: rgb(90, 81, 88);--color-enterprise-search-bar-border-focus: rgb(161, 155, 160);--color-enterprise-search-bar-icon-default: rgb(255, 255, 255);--color-enterprise-search-bar-value-default: rgb(196, 193, 196);--color-enterprise-search-bar-value-hover: rgb(196, 193, 196);--color-enterprise-search-bar-value-active: rgb(196, 193, 196);--color-enterprise-search-bar-value-focus: rgb(196, 193, 196);--color-enterprise-search-bar-value-filled: rgb(255, 255, 255);--color-enterprise-search-bar-overflow-start-default: rgb(48, 36, 46);--color-enterprise-search-bar-overflow-start-hover: rgb(62, 51, 60);--color-enterprise-search-bar-overflow-middle-default: rgba(48, 36, 46, 0.5);--color-enterprise-search-bar-overflow-middle-hover: rgba(62, 51, 60, 0.5);--color-enterprise-search-bar-overflow-end-default: rgba(48, 36, 46, 0);--color-enterprise-search-bar-overflow-end-hover: rgba(62, 51, 60, 0);--color-enterprise-search-bar-background-default: rgb(48, 36, 46);--color-enterprise-search-bar-background-hover: rgb(62, 51, 60);--color-enterprise-search-bar-background-active: rgb(48, 36, 46);--color-enterprise-search-bar-background-focus: rgb(48, 36, 46);--color-enterprise-search-menu-background: rgb(20, 6, 17);--color-enterprise-search-menu-border: rgb(76, 66, 74);--color-enterprise-search-menu-command-bar: rgb(34, 21, 31);--color-enterprise-search-menu-banner: rgb(34, 21, 31);--color-enterprise-search-menu-text-base: rgb(255, 255, 255);--color-enterprise-search-menu-text-soft: rgb(196, 193, 196);--color-enterprise-search-result-icon: rgb(255, 214, 210);--color-enterprise-search-result-icon-background: rgb(34, 21, 31);--color-enterprise-search-result-heading: rgb(196, 193, 196);--color-enterprise-search-result-title: rgb(255, 255, 255);--color-enterprise-search-result-description: rgb(196, 193, 196);--color-enterprise-search-result-link: rgb(255, 214, 210);--color-enterprise-search-result-background-default: rgba(255, 255, 255, 0);--color-enterprise-search-result-background-hover: rgb(48, 36, 46);--color-enterprise-search-result-background-selected: rgb(62, 51, 60);--color-enterprise-progress-indicator-container: rgba(255, 255, 255, 0.18);--color-enterprise-progress-indicator-fill: rgb(255, 214, 210);--color-enterprise-side-panel-background: rgb(20, 6, 17);--color-enterprise-side-panel-background-transparent: rgba(20, 6, 17, 0);--color-enterprise-side-panel-border: rgb(76, 66, 74);--color-enterprise-side-panel-icon: rgb(255, 255, 255);--color-enterprise-side-panel-text-base: rgb(255, 255, 255);--color-enterprise-side-panel-text-soft: rgb(196, 193, 196);--color-enterprise-side-panel-text-softer: rgb(161, 155, 160);--color-enterprise-list-item-background-default: rgba(255, 255, 255, 0);--color-enterprise-list-item-background-hover: rgb(48, 36, 46);--color-enterprise-list-item-text-default: rgb(255, 255, 255);--color-enterprise-list-item-text-hover: rgb(255, 255, 255);--color-enterprise-list-item-icon-default: rgb(255, 255, 255);--color-enterprise-list-item-icon-hover: rgb(255, 255, 255);--color-enterprise-list-item-icon-background-default: rgb(48, 36, 46);--color-enterprise-list-item-icon-background-hover: rgb(48, 36, 46);--color-enterprise-prompt-text: rgb(255, 255, 255);--color-enterprise-prompt-icon: rgb(255, 255, 255);--color-enterprise-prompt-icon-background: rgb(20, 6, 17);--color-enterprise-prompt-edit-border: rgb(76, 66, 74);--color-enterprise-prompt-background-default: rgb(48, 36, 46);--color-enterprise-prompt-background-hover: rgb(62, 51, 60);--color-enterprise-composer-background: rgb(34, 21, 31);--color-enterprise-composer-border: rgb(76, 66, 74);--color-enterprise-composer-placeholder: rgb(196, 193, 196);--color-enterprise-composer-text: rgb(255, 255, 255);--color-enterprise-skeleton-loader-background: rgb(48, 36, 46);--color-enterprise-skeleton-loader-template-start: rgba(48, 36, 46, 0);--color-enterprise-skeleton-loader-template-middle: rgb(62, 51, 60);--color-enterprise-skeleton-loader-template-end: rgba(48, 36, 46, 0);--color-enterprise-search-filter-background-default: rgba(255, 255, 255, 0);--color-enterprise-search-filter-background-hover: rgb(48, 36, 46);--color-enterprise-search-filter-background-selected: rgb(67, 41, 49);--color-enterprise-search-filter-background-selected-hover: rgb(93, 59, 66);--color-enterprise-search-filter-border-default: rgb(48, 36, 46);--color-enterprise-search-filter-border-hover: rgb(48, 36, 46);--color-enterprise-search-filter-border-selected: rgb(255, 214, 210);--color-enterprise-search-filter-border-selected-hover: rgb(255, 214, 210);--color-enterprise-search-filter-icon-default: rgb(196, 193, 196);--color-enterprise-search-filter-icon-hover: rgb(196, 193, 196);--color-enterprise-search-filter-icon-selected: rgb(255, 214, 210);--color-enterprise-search-filter-text-default: rgb(196, 193, 196);--color-enterprise-search-filter-text-hover: rgb(196, 193, 196);--color-enterprise-search-filter-text-selected: rgb(255, 214, 210);--color-enterprise-search-tab-background-default: rgba(255, 255, 255, 0);--color-enterprise-search-tab-background-hover: rgb(48, 36, 46);--color-enterprise-search-tab-background-selected: rgba(255, 255, 255, 0);--color-enterprise-search-tab-icon-default: rgb(196, 193, 196);--color-enterprise-search-tab-icon-hover: rgb(196, 193, 196);--color-enterprise-search-tab-icon-selected: rgb(255, 214, 210);--color-enterprise-search-tab-text-default: rgb(196, 193, 196);--color-enterprise-search-tab-text-hover: rgb(255, 255, 255);--color-enterprise-search-tab-text-selected: rgb(255, 255, 255);--color-enterprise-search-tab-indicator-default: rgba(255, 255, 255, 0);--color-enterprise-search-tab-indicator-hover: rgba(255, 255, 255, 0);--color-enterprise-search-tab-indicator-selected: rgb(255, 214, 210);--color-enterprise-featured-content-item-background-default: rgb(34, 21, 31);--color-enterprise-featured-content-item-background-hover: rgb(48, 36, 46);--color-enterprise-featured-content-item-background-selected: rgb(62, 51, 60);--color-enterprise-featured-content-item-text-default: rgb(255, 255, 255);--color-enterprise-logo-background: rgb(255, 214, 210);--color-enterprise-logo-foreground: rgb(100, 30, 85);--color-shared-overlay: rgba(0, 0, 0, 0.75);--color-shared-focus-ring: rgba(255, 255, 255, 0.5);--color-shared-watermark: rgba(255, 255, 255, 0.5);--color-shared-banner-positive-background: rgb(15, 72, 59);--color-shared-banner-positive-border: rgb(3, 227, 156);--color-shared-banner-positive-text: rgb(255, 255, 255);--color-shared-banner-positive-icon: rgb(3, 227, 156);--color-shared-banner-warning-background: rgb(252, 230, 178);--color-shared-banner-warning-border: rgb(250, 214, 127);--color-shared-banner-warning-text: rgb(20, 6, 17);--color-shared-banner-warning-icon: rgb(250, 214, 127);--color-shared-banner-critical-background: rgb(89, 35, 43);--color-shared-banner-critical-border: rgb(250, 102, 105);--color-shared-banner-critical-text: rgb(255, 255, 255);--color-shared-banner-critical-icon: rgb(250, 102, 105);--color-shared-button-default-background-default: rgba(255, 255, 255, 0);--color-shared-button-default-background-hover: rgba(255, 255, 255, 0.12);--color-shared-button-default-background-selected: rgb(67, 41, 49);--color-shared-button-default-background-pressed: rgba(255, 255, 255, 0.18);--color-shared-button-default-border-default: rgb(76, 66, 74);--color-shared-button-default-border-hover: rgb(76, 66, 74);--color-shared-button-default-border-pressed: rgb(76, 66, 74);--color-shared-button-default-border-selected: rgb(255, 214, 210);--color-shared-button-default-icon-default: rgb(255, 255, 255);--color-shared-button-default-icon-hover: rgb(255, 255, 255);--color-shared-button-default-icon-pressed: rgb(255, 255, 255);--color-shared-button-default-icon-selected: rgb(255, 214, 210);--color-shared-button-default-text-default: rgb(255, 255, 255);--color-shared-button-default-text-hover: rgb(255, 255, 255);--color-shared-button-default-text-selected: rgb(255, 214, 210);--color-shared-button-default-focus-ring: rgba(255, 255, 255, 0.5);--color-shared-button-primary-background-default: rgb(255, 214, 210);--color-shared-button-primary-background-hover: rgb(255, 230, 228);--color-shared-button-primary-background-pressed: rgb(255, 239, 237);--color-shared-button-primary-border-default: rgba(255, 255, 255, 0);--color-shared-button-primary-border-hover: rgba(255, 255, 255, 0);--color-shared-button-primary-border-pressed: rgba(255, 255, 255, 0);--color-shared-button-primary-icon-default: rgb(20, 6, 17);--color-shared-button-primary-icon-hover: rgb(20, 6, 17);--color-shared-button-primary-icon-pressed: rgb(20, 6, 17);--color-shared-button-primary-text-default: rgb(20, 6, 17);--color-shared-button-primary-text-hover: rgb(20, 6, 17);--color-shared-button-primary-focus-ring: rgb(93, 59, 66);--color-shared-button-subtle-background-default: rgba(255, 255, 255, 0);--color-shared-button-subtle-background-hover: rgba(255, 255, 255, 0.12);--color-shared-button-subtle-background-pressed: rgba(255, 255, 255, 0.18);--color-shared-button-subtle-border-default: rgba(255, 255, 255, 0);--color-shared-button-subtle-border-hover: rgba(255, 255, 255, 0);--color-shared-button-subtle-border-pressed: rgba(255, 255, 255, 0);--color-shared-button-subtle-icon-default: rgb(255, 255, 255);--color-shared-button-subtle-icon-hover: rgb(255, 255, 255);--color-shared-button-subtle-icon-pressed: rgb(255, 255, 255);--color-shared-button-subtle-text-default: rgb(255, 255, 255);--color-shared-button-subtle-text-hover: rgb(255, 255, 255);--color-shared-button-critical-background-default: rgb(250, 102, 105);--color-shared-button-critical-background-hover: rgb(252, 163, 165);--color-shared-button-critical-background-pressed: rgb(253, 194, 195);--color-shared-button-critical-border-default: rgba(255, 255, 255, 0);--color-shared-button-critical-border-hover: rgba(255, 255, 255, 0);--color-shared-button-critical-border-pressed: rgba(255, 255, 255, 0);--color-shared-button-critical-icon-default: rgb(20, 6, 17);--color-shared-button-critical-icon-hover: rgb(20, 6, 17);--color-shared-button-critical-icon-pressed: rgb(20, 6, 17);--color-shared-button-critical-text-default: rgb(20, 6, 17);--color-shared-button-critical-text-hover: rgb(20, 6, 17);--color-shared-button-critical-focus-ring: rgb(89, 35, 43);--color-shared-button-ghost-icon-default: rgb(255, 255, 255);--color-shared-button-ghost-icon-hover: rgb(255, 214, 210);--color-shared-button-ghost-icon-active: rgb(255, 230, 228);--color-shared-button-ghost-text-default: rgb(255, 255, 255);--color-shared-button-ghost-text-hover: rgb(255, 230, 228);--color-shared-button-ghost-text-pressed: rgb(255, 230, 228);--color-shared-button-ghost-background: rgba(255, 255, 255, 0);--color-shared-icon-button-ghost-icon-default: rgb(255, 255, 255);--color-shared-icon-button-ghost-icon-hover: rgb(255, 214, 210);--color-shared-icon-button-ghost-icon-pressed: rgb(255, 230, 228);--color-shared-icon-button-ghost-background: rgba(255, 255, 255, 0);--color-shared-icon-button-primary-background-default: rgb(255, 214, 210);--color-shared-icon-button-primary-background-hover: rgb(255, 230, 228);--color-shared-icon-button-primary-border-default: rgba(255, 255, 255, 0);--color-shared-icon-button-primary-border-hover: rgba(255, 255, 255, 0);--color-shared-icon-button-primary-border-pressed: rgba(255, 255, 255, 0);--color-shared-icon-button-primary-icon-default: rgb(20, 6, 17);--color-shared-icon-button-primary-icon-hover: rgb(20, 6, 17);--color-shared-icon-button-primary-icon-pressed: rgb(20, 6, 17);--color-shared-icon-button-primary-focus-ring: rgb(93, 59, 66);--color-shared-icon-button-subtle-background-default: rgba(255, 255, 255, 0);--color-shared-icon-button-subtle-background-hover: rgba(255, 255, 255, 0.12);--color-shared-icon-button-subtle-background-pressed: rgba(255, 255, 255, 0.18);--color-shared-icon-button-subtle-border-default: rgba(255, 255, 255, 0);--color-shared-icon-button-subtle-border-hover: rgba(255, 255, 255, 0);--color-shared-icon-button-subtle-border-pressed: rgba(255, 255, 255, 0);--color-shared-icon-button-subtle-icon-default: rgb(196, 193, 196);--color-shared-icon-button-subtle-icon-hover: rgb(196, 193, 196);--color-shared-icon-button-subtle-icon-pressed: rgb(196, 193, 196);--color-shared-icon-button-default-background-default: rgba(255, 255, 255, 0);--color-shared-icon-button-default-background-hover: rgba(255, 255, 255, 0.12);--color-shared-icon-button-default-background-selected: rgb(67, 41, 49);--color-shared-icon-button-default-background-pressed: rgba(255, 255, 255, 0.18);--color-shared-icon-button-default-border-default: rgb(76, 66, 74);--color-shared-icon-button-default-border-hover: rgb(76, 66, 74);--color-shared-icon-button-default-border-pressed: rgb(76, 66, 74);--color-shared-icon-button-default-border-selected: rgb(255, 214, 210);--color-shared-icon-button-default-icon-default: rgb(255, 255, 255);--color-shared-icon-button-default-icon-hover: rgb(255, 255, 255);--color-shared-icon-button-default-icon-pressed: rgb(255, 255, 255);--color-shared-icon-button-default-icon-selected: rgb(255, 214, 210);--color-shared-icon-button-default-focus-ring: rgba(255, 255, 255, 0.5);--color-shared-icon-base: rgb(255, 255, 255);--color-shared-icon-soft: rgb(196, 193, 196);--color-shared-icon-error: rgb(250, 102, 105);--color-shared-icon-background-3: rgb(48, 36, 46);--color-shared-icon-background-1: rgb(20, 6, 17);--color-shared-icon-accent: rgb(255, 214, 210);--color-shared-icon-border: rgb(255, 255, 255);--color-shared-icon-accent-transparent: rgba(255, 214, 210, 0.16);--color-shared-dock-background: rgb(20, 6, 17);--color-shared-dock-drag-indicator: rgb(196, 193, 196);--color-shared-dock-border: rgb(76, 66, 74);--color-shared-indicator-text: rgb(20, 6, 17);--color-shared-indicator-background-blue: rgb(31, 169, 255);--color-shared-indicator-background-orange: rgb(254, 159, 108);--color-shared-indicator-background-indigo: rgb(147, 133, 255);--color-shared-indicator-background-pink: rgb(240, 163, 222);--color-shared-indicator-background-yellow: rgb(250, 214, 127);--color-shared-indicator-background-green: rgb(3, 227, 156);--color-shared-indicator-background-teal: rgb(72, 224, 224);--color-shared-indicator-background-red: rgb(250, 102, 105);--color-shared-indicator-background-expired: rgb(90, 81, 88);--color-shared-indicator-background-transparent: rgba(255, 255, 255, 0);--color-shared-notification-background: rgb(48, 36, 46);--color-shared-notification-border: rgb(76, 66, 74);--color-shared-notification-text-base: rgb(255, 255, 255);--color-shared-notification-text-soft: rgb(196, 193, 196);--color-shared-placement-option-text-default: rgb(255, 255, 255);--color-shared-placement-option-backdrop: rgb(255, 255, 255);--color-shared-placement-option-background-default: rgba(255, 255, 255, 0);--color-shared-placement-option-background-hover: rgb(62, 51, 60);--color-shared-placement-option-background-selected: rgb(90, 81, 88);--color-shared-placement-option-preview-object-default: rgb(76, 66, 74);--color-shared-placement-option-preview-object-hover: rgb(255, 214, 210);--color-shared-placement-option-preview-object-selected: rgb(255, 214, 210);--color-shared-platform-selector-underline: rgb(76, 66, 74);--color-shared-notification-center-background: rgb(20, 6, 17);--color-shared-notification-center-border: rgb(76, 66, 74);--color-shared-notification-center-text-base: rgb(255, 255, 255);--color-shared-notification-center-text-soft: rgb(196, 193, 196);--color-shared-notification-center-icon-base: rgb(255, 255, 255);--color-shared-notification-center-icon-soft: rgb(196, 193, 196);--color-shared-toggle-track-off: rgba(255, 255, 255, 0.32);--color-shared-toggle-track-on: rgb(255, 214, 210);--color-shared-toggle-thumb-off: rgb(255, 255, 255);--color-shared-toggle-thumb-on: rgb(20, 6, 17);--color-shared-color-channel-blue: rgb(31, 169, 255);--color-shared-color-channel-pink: rgb(240, 163, 222);--color-shared-color-channel-indigo: rgb(147, 133, 255);--color-shared-color-channel-teal: rgb(72, 224, 224);--color-shared-color-channel-green: rgb(3, 227, 156);--color-shared-color-channel-orange: rgb(254, 159, 108);--color-shared-color-channel-red: rgb(250, 102, 105);--color-shared-color-channel-yellow: rgb(250, 214, 127);--color-shared-color-channel-gray: rgb(156, 160, 160);--color-shared-color-channel-unlink: rgb(255, 255, 255);--color-shared-color-channel-selected: rgb(20, 6, 17);--color-shared-dropzone-border: rgb(255, 214, 210);--color-shared-dropzone-background: rgba(255, 214, 210, 0.25);--color-shared-form-label: rgb(255, 255, 255);--color-shared-form-help-icon: rgb(196, 193, 196);--color-shared-form-optional-dot: rgb(250, 102, 105);--color-shared-form-background-default: rgba(255, 255, 255, 0);--color-shared-form-background-hover: rgba(255, 255, 255, 0);--color-shared-form-background-focus: rgba(255, 255, 255, 0);--color-shared-form-background-filled: rgba(255, 255, 255, 0);--color-shared-form-background-error: rgba(255, 255, 255, 0);--color-shared-form-background-selected: rgb(255, 214, 210);--color-shared-form-border-default: rgb(76, 66, 74);--color-shared-form-border-hover: rgb(90, 81, 88);--color-shared-form-border-focus: rgb(255, 214, 210);--color-shared-form-border-filled: rgb(76, 66, 74);--color-shared-form-border-error: rgb(250, 102, 105);--color-shared-form-border-selected: rgb(255, 214, 210);--color-shared-form-placeholder-default: rgb(196, 193, 196);--color-shared-form-placeholder-hover: rgb(196, 193, 196);--color-shared-form-placeholder-focus: rgb(196, 193, 196);--color-shared-form-icon-default: rgb(196, 193, 196);--color-shared-form-icon-focus: rgb(255, 255, 255);--color-shared-form-icon-selected: rgb(20, 6, 17);--color-shared-form-value-default: rgb(196, 193, 196);--color-shared-form-value-hover: rgb(196, 193, 196);--color-shared-form-value-focus: rgb(255, 255, 255);--color-shared-form-value-filled: rgb(255, 255, 255);--color-shared-form-error-message-background: rgb(43, 16, 26);--color-shared-form-error-message-text: rgb(255, 255, 255);--color-shared-form-error-message-icon: rgb(250, 102, 105);--color-shared-form-focus-ring: rgb(93, 59, 66);--color-shared-form-hint: rgb(161, 155, 160);--color-shared-scroll-bar-area: rgba(255, 255, 255, 0.5);--color-shared-scroll-bar-bar: rgb(20, 6, 17);--color-coreui-home-background: rgb(34, 21, 31);--color-coreui-home-border: rgb(62, 51, 60);--color-coreui-home-input-background-default: rgb(62, 51, 60);--color-coreui-home-input-background-hover: rgb(62, 51, 60);--color-coreui-home-input-background-active: rgb(62, 51, 60);--color-coreui-home-input-background-focus: rgb(62, 51, 60);--color-coreui-home-input-value-default: rgb(196, 193, 196);--color-coreui-home-input-value-hover: rgb(196, 193, 196);--color-coreui-home-input-value-active: rgb(255, 255, 255);--color-coreui-home-input-value-filled: rgb(255, 255, 255);--color-coreui-home-input-border-active: rgb(76, 66, 74);--color-coreui-home-input-border-focus: rgb(76, 66, 74);--color-coreui-home-input-border-default: rgb(90, 81, 88);--color-coreui-home-input-border-hover: rgb(90, 81, 88);--color-coreui-home-result-icon: rgb(255, 255, 255);--color-coreui-home-result-background-default: rgba(255, 255, 255, 0);--color-coreui-home-result-background-hover: rgb(48, 36, 46);--color-coreui-home-result-background-selected: rgb(90, 81, 88);--color-coreui-home-result-background-launching: rgb(90, 81, 88);--color-coreui-home-result-title-default: rgb(255, 255, 255);--color-coreui-home-result-title-hover: rgb(255, 255, 255);--color-coreui-home-result-title-selected: rgb(255, 255, 255);--color-coreui-home-result-title-launching: rgb(255, 255, 255);--color-coreui-home-result-description-default: rgb(255, 255, 255);--color-coreui-home-result-description-hover: rgb(255, 255, 255);--color-coreui-home-result-description-selected: rgb(255, 255, 255);--color-coreui-home-result-description-launching: rgb(255, 255, 255);--color-coreui-home-template-background: rgb(48, 36, 46);--color-coreui-home-template-icon: rgb(255, 255, 255);--color-coreui-home-template-text-base: rgb(255, 255, 255);--color-coreui-home-template-text-soft: rgb(196, 193, 196);--color-coreui-home-card-background: rgb(48, 36, 46);--color-coreui-home-hotkey-background: rgb(90, 81, 88);--color-coreui-home-hotkey-icon: rgb(255, 255, 255);--color-coreui-home-hotkey-text: rgb(255, 255, 255);--color-coreui-home-text-base: rgb(255, 255, 255);--color-coreui-home-text-soft: rgb(196, 193, 196);--color-coreui-store-background: rgb(34, 21, 31);--color-coreui-store-banner-background: rgb(255, 214, 210);--color-coreui-store-banner-button-background-default: rgb(20, 6, 17);--color-coreui-store-banner-button-background-hover: rgb(20, 6, 17);--color-coreui-store-banner-button-text-default: rgb(255, 214, 210);--color-coreui-store-banner-button-text-hover: rgb(255, 214, 210);--color-coreui-store-banner-button-icon-default: rgb(255, 214, 210);--color-coreui-store-banner-button-icon-hover: rgb(255, 214, 210);--color-coreui-store-banner-header-title: rgb(20, 6, 17);--color-coreui-store-banner-header-description: rgb(20, 6, 17);--color-coreui-store-input-background-default: rgb(62, 51, 60);--color-coreui-store-input-background-hover: rgb(62, 51, 60);--color-coreui-store-input-background-active: rgb(62, 51, 60);--color-coreui-store-input-background-filled: rgb(62, 51, 60);--color-coreui-store-input-background-error: rgb(62, 51, 60);--color-coreui-store-input-border-active: rgb(76, 66, 74);--color-coreui-store-input-border-focus: rgb(76, 66, 74);--color-coreui-store-input-border-error: rgb(250, 102, 105);--color-coreui-store-input-border-default: rgb(62, 51, 60);--color-coreui-store-input-border-hover: rgb(62, 51, 60);--color-coreui-store-input-value-default: rgb(196, 193, 196);--color-coreui-store-input-value-hover: rgb(196, 193, 196);--color-coreui-store-input-value-active: rgb(196, 193, 196);--color-coreui-store-input-value-filled: rgb(255, 255, 255);--color-coreui-store-input-value-error: rgb(250, 102, 105);--color-coreui-store-input-icon: rgb(255, 255, 255);--color-coreui-store-sidebar-background: rgb(48, 36, 46);--color-coreui-store-sidebar-header: rgb(255, 255, 255);--color-coreui-store-card-background-default: rgba(255, 255, 255, 0);--color-coreui-store-card-background-hover: rgb(62, 51, 60);--color-coreui-store-card-title-default: rgb(255, 255, 255);--color-coreui-store-card-title-hover: rgb(255, 255, 255);--color-coreui-store-card-description-default: rgb(255, 255, 255);--color-coreui-store-card-description-hover: rgb(255, 255, 255);--color-coreui-store-menu-item-text-default: rgb(255, 255, 255);--color-coreui-store-menu-item-text-hover: rgb(255, 255, 255);--color-coreui-store-menu-item-background-default: rgba(255, 255, 255, 0);--color-coreui-store-menu-item-background-hover: rgb(48, 36, 46);--color-coreui-store-menu-item-category: rgb(196, 193, 196);--color-coreui-store-footer-link-default: rgb(255, 255, 255);--color-coreui-store-footer-link-hover: rgb(255, 255, 255);--color-coreui-store-footer-tagline: rgb(255, 255, 255);--color-coreui-store-footer-icon: rgb(255, 255, 255);--color-coreui-browser-background: rgb(20, 6, 17);--color-coreui-browser-border: rgb(76, 66, 74);--color-coreui-browser-top-bar-background: rgb(34, 21, 31);--color-coreui-browser-top-bar-border: rgb(76, 66, 74);--color-coreui-browser-toolbar-icon-default: rgb(255, 255, 255);--color-coreui-browser-toolbar-icon-focus: rgb(255, 255, 255);--color-coreui-browser-toolbar-icon-selected: rgb(20, 6, 17);--color-coreui-browser-toolbar-icon-active: rgb(255, 255, 255);--color-coreui-browser-toolbar-icon-hover: rgb(255, 255, 255);--color-coreui-browser-toolbar-icon-background-default: rgba(255, 255, 255, 0);--color-coreui-browser-toolbar-icon-background-focus: rgba(255, 255, 255, 0);--color-coreui-browser-toolbar-icon-background-selected: rgb(255, 214, 210);--color-coreui-browser-toolbar-icon-background-active: rgba(255, 255, 255, 0);--color-coreui-browser-toolbar-icon-background-hover: rgb(62, 51, 60);--color-coreui-browser-view-splitter-default: rgb(20, 6, 17);--color-coreui-browser-view-splitter-hover: rgb(48, 36, 46);--color-coreui-browser-page-tab-text-default: rgb(255, 255, 255);--color-coreui-browser-page-tab-text-selected: rgb(20, 6, 17);--color-coreui-browser-page-tab-background-default: rgb(62, 51, 60);--color-coreui-browser-page-tab-background-selected: rgb(255, 214, 210);--color-coreui-browser-page-tab-icon-default: rgb(255, 255, 255);--color-coreui-browser-page-tab-icon-selected: rgb(20, 6, 17);--color-coreui-browser-view-tab-background-default: rgba(255, 255, 255, 0);--color-coreui-browser-view-tab-background-hover: rgb(34, 21, 31);--color-coreui-browser-view-tab-background-active: rgb(34, 21, 31);--color-coreui-browser-view-tab-background-focus: rgb(34, 21, 31);--color-coreui-browser-view-tab-icon: rgb(255, 255, 255);--color-coreui-browser-view-border-default: rgba(255, 255, 255, 0);--color-coreui-browser-view-border-focus: rgb(76, 66, 74);--color-coreui-browser-view-border-green: rgb(3, 227, 156);--color-coreui-browser-view-border-purple: rgb(147, 133, 255);--color-coreui-browser-view-border-orange: rgb(254, 159, 108);--color-coreui-browser-view-border-red: rgb(250, 102, 105);--color-coreui-browser-view-border-pink: rgb(240, 163, 222);--color-coreui-browser-view-border-yellow: rgb(250, 214, 127);--color-coreui-browser-view-icon: rgb(255, 255, 255);--color-admin-1: rgb(255, 255, 255);--color-admin-color: rgb(255, 255, 255);--color-admin-color-2: rgb(255, 255, 255);--color-primitives-green-50: rgb(230, 252, 245);--color-primitives-green-100: rgb(205, 249, 235);--color-primitives-green-200: rgb(154, 244, 215);--color-primitives-green-300: rgb(104, 238, 196);--color-primitives-green-400: rgb(53, 233, 176);--color-primitives-green-500: rgb(3, 227, 156);--color-primitives-green-600: rgb(2, 182, 125);--color-primitives-green-700: rgb(2, 136, 94);--color-primitives-green-800: rgb(1, 91, 62);--color-primitives-green-900: rgb(1, 45, 31);--color-primitives-green-base: rgb(3, 227, 156);--color-primitives-blue-50: rgb(233, 246, 255);--color-primitives-blue-100: rgb(210, 238, 255);--color-primitives-blue-200: rgb(165, 221, 255);--color-primitives-blue-300: rgb(121, 203, 255);--color-primitives-blue-400: rgb(76, 186, 255);--color-primitives-blue-500: rgb(31, 169, 255);--color-primitives-blue-600: rgb(25, 135, 204);--color-primitives-blue-700: rgb(19, 101, 153);--color-primitives-blue-800: rgb(12, 68, 102);--color-primitives-blue-900: rgb(6, 34, 51);--color-primitives-blue-base: rgb(31, 169, 255);--color-primitives-indigo-50: rgb(244, 243, 255);--color-primitives-indigo-100: rgb(233, 231, 255);--color-primitives-indigo-200: rgb(212, 206, 255);--color-primitives-indigo-300: rgb(190, 182, 255);--color-primitives-indigo-400: rgb(169, 157, 255);--color-primitives-indigo-500: rgb(147, 133, 255);--color-primitives-indigo-600: rgb(118, 106, 204);--color-primitives-indigo-700: rgb(88, 80, 153);--color-primitives-indigo-800: rgb(59, 53, 102);--color-primitives-indigo-900: rgb(29, 27, 51);--color-primitives-indigo-base: rgb(147, 133, 255);--color-primitives-pink-50: rgb(254, 246, 252);--color-primitives-pink-100: rgb(252, 237, 248);--color-primitives-pink-200: rgb(249, 218, 242);--color-primitives-pink-300: rgb(246, 200, 235);--color-primitives-pink-400: rgb(243, 181, 229);--color-primitives-pink-500: rgb(240, 163, 222);--color-primitives-pink-600: rgb(192, 130, 178);--color-primitives-pink-700: rgb(144, 98, 133);--color-primitives-pink-800: rgb(96, 65, 89);--color-primitives-pink-900: rgb(48, 33, 44);--color-primitives-pink-base: rgb(240, 163, 222);--color-primitives-orange-50: rgb(255, 245, 240);--color-primitives-orange-100: rgb(255, 236, 226);--color-primitives-orange-200: rgb(255, 217, 196);--color-primitives-orange-300: rgb(254, 197, 167);--color-primitives-orange-400: rgb(254, 178, 137);--color-primitives-orange-500: rgb(254, 159, 108);--color-primitives-orange-600: rgb(203, 127, 86);--color-primitives-orange-700: rgb(152, 95, 65);--color-primitives-orange-800: rgb(102, 64, 43);--color-primitives-orange-900: rgb(51, 32, 22);--color-primitives-orange-base: rgb(254, 159, 108);--color-primitives-teal-50: rgb(237, 252, 252);--color-primitives-teal-100: rgb(218, 249, 249);--color-primitives-teal-200: rgb(182, 243, 243);--color-primitives-teal-300: rgb(145, 236, 236);--color-primitives-teal-400: rgb(109, 230, 230);--color-primitives-teal-500: rgb(72, 224, 224);--color-primitives-teal-600: rgb(58, 179, 179);--color-primitives-teal-700: rgb(43, 134, 134);--color-primitives-teal-800: rgb(29, 90, 90);--color-primitives-teal-900: rgb(14, 45, 45);--color-primitives-teal-base: rgb(72, 224, 224);--color-primitives-red-50: rgb(255, 240, 240);--color-primitives-red-100: rgb(254, 224, 225);--color-primitives-red-200: rgb(253, 194, 195);--color-primitives-red-300: rgb(252, 163, 165);--color-primitives-red-400: rgb(251, 133, 135);--color-primitives-red-500: rgb(250, 102, 105);--color-primitives-red-600: rgb(200, 82, 84);--color-primitives-red-700: rgb(150, 61, 63);--color-primitives-red-800: rgb(100, 41, 42);--color-primitives-red-900: rgb(50, 20, 21);--color-primitives-red-base: rgb(250, 102, 105);--color-primitives-yellow-50: rgb(255, 251, 242);--color-primitives-yellow-100: rgb(254, 247, 229);--color-primitives-yellow-200: rgb(253, 239, 204);--color-primitives-yellow-300: rgb(252, 230, 178);--color-primitives-yellow-400: rgb(251, 222, 153);--color-primitives-yellow-500: rgb(250, 214, 127);--color-primitives-yellow-600: rgb(200, 171, 102);--color-primitives-yellow-700: rgb(150, 128, 76);--color-primitives-yellow-800: rgb(100, 86, 51);--color-primitives-yellow-900: rgb(50, 43, 25);--color-primitives-yellow-base: rgb(250, 214, 127);--color-primitives-gray-50: rgb(245, 246, 246);--color-primitives-gray-100: rgb(235, 236, 236);--color-primitives-gray-200: rgb(215, 217, 217);--color-primitives-gray-300: rgb(196, 198, 198);--color-primitives-gray-400: rgb(176, 179, 179);--color-primitives-gray-500: rgb(156, 160, 160);--color-primitives-gray-600: rgb(125, 128, 128);--color-primitives-gray-700: rgb(94, 96, 96);--color-primitives-gray-800: rgb(62, 64, 64);--color-primitives-gray-900: rgb(31, 32, 32);--color-primitives-gray-base: rgb(156, 160, 160)}/*# sourceMappingURL=tokens-data-scheme.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../../src/styles/_modules/core-ui/tokens-data-scheme.css"],"names":[],"mappings":"AAWA","file":"tokens-data-scheme.css"}
@@ -0,0 +1,3 @@
1
+ /* This file exists to satisfy webpack module resolution */
2
+ /* The actual tokens are provided by tokens.css which is imported separately */
3
+
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":[],"names":[],"mappings":"","file":"tokens-prefers-color-scheme.css"}
@@ -1 +1 @@
1
- .enterprise-tabs--top-tab{--overflow-gradient-default-expanded: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-default) 52%, var(--color-enterprise-top-tab-overflow-middle-default) 74%, var(--color-enterprise-top-tab-overflow-start-default) 92%);--overflow-gradient-default: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-default) 0%, var(--color-enterprise-top-tab-overflow-middle-default) 24%, var(--color-enterprise-top-tab-overflow-start-default) 46%);--overflow-gradient-hover: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-hover) 0%, var(--color-enterprise-top-tab-overflow-middle-hover) 24%, var(--color-enterprise-top-tab-overflow-start-hover) 46%);--overflow-gradient-hover-expanded: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-hover) 52%, var(--color-enterprise-top-tab-overflow-middle-hover) 74%, var(--color-enterprise-top-tab-overflow-start-hover) 92%)}.enterprise-tabs--view-tab{--view-tab-placeholder: initial}.enterprise-tabs__tab-item{border-right-width:1px;border-right-style:solid;border-right-color:var(--color-enterprise-top-chrome-border);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border);background-color:var(--color-enterprise-top-tab-background-default)}.enterprise-tabs__tab-item::after{content:"";position:absolute;top:0;right:0;bottom:0;width:48px;background-image:var(--overflow-gradient-default-expanded);pointer-events:none;z-index:2}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active){background-color:var(--color-enterprise-top-tab-background-hover);border-bottom-color:var(--color-enterprise-top-tab-background-hover)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active)::after{background-image:var(--overflow-gradient-hover-expanded)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active):not(.enterprise-tabs__tab-item--sm):not(.enterprise-tabs__tab-item--md):not(.enterprise-tabs__tab-item--lg)::after{background-image:var(--overflow-gradient-hover)}.enterprise-tabs__tab-item--active{background-color:var(--color-enterprise-top-tab-background-selected);border-bottom-color:var(--color-enterprise-top-tab-background-selected)}.enterprise-tabs__tab-item--active::after{background-image:var(--overflow-gradient-hover)}.enterprise-tabs__tab-item--active[data-hide-bottom-border=false]{border-bottom-color:var(--color-enterprise-top-chrome-border)}.enterprise-tabs__close-button{background-color:var(--color-shared-icon-button-subtle-background-default);color:var(--color-shared-icon-button-subtle-icon-default);z-index:3}.enterprise-tabs__close-button:hover{background-color:var(--color-shared-icon-button-subtle-background-hover);color:var(--color-shared-icon-button-subtle-icon-hover)}.enterprise-tabs__close-button-icon{color:var(--color-shared-icon-base)}.enterprise-tabs__title{background-color:rgba(0,0,0,0);color:var(--color-enterprise-top-tab-text-default)}.enterprise-tabs__title::after{content:"";position:absolute;top:0;right:0;bottom:0;width:48px;background-image:var(--overflow-gradient-default-expanded);pointer-events:none;z-index:2}.enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-default)}.enterprise-tabs__tab-item--active .enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-selected)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active) .enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-hover)}.enterprise-tabs__container{background-color:var(--color-enterprise-top-chrome-background);border-left-width:1px;border-left-style:solid;border-left-color:var(--color-enterprise-top-chrome-border)}.enterprise-tabs--top-tab .enterprise-tabs__container{border-left:none}.enterprise-tabs__add-button-wrapper{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border);background-color:var(--color-enterprise-top-tab-background-default)}.enterprise-tabs__add-button{color:var(--color-shared-icon-base);background-color:var(--color-shared-icon-button-subtle-background-default)}.enterprise-tabs__add-button:hover{background-color:var(--color-shared-icon-button-subtle-background-hover)}.enterprise-tabs__add-button-icon{color:var(--color-shared-icon-button-ghost-icon-default)}.enterprise-tabs__scroll-shadow--left{background-image:linear-gradient(270deg, rgb(from var(--color-enterprise-top-chrome-border) r g b/0%) 0%, rgb(from var(--color-enterprise-top-chrome-border) r g b/50%) 50%, rgb(from var(--color-enterprise-top-chrome-border) r g b/100%) 100%)}.enterprise-tabs__scroll-shadow--right{background-image:linear-gradient(90deg, rgb(from var(--color-enterprise-top-chrome-border) r g b/0%) 0%, rgb(from var(--color-enterprise-top-chrome-border) r g b/50%) 50%, rgb(from var(--color-enterprise-top-chrome-border) r g b/100%) 100%)}.enterprise-action-button{border-width:1px;border-style:solid;border-color:var(--color-shared-button-default-border-default);background-color:var(--color-shared-button-default-background-default);color:var(--color-shared-button-default-text-default)}.enterprise-action-button:hover{background-color:var(--color-shared-button-default-background-hover);border-color:var(--color-shared-button-default-border-hover);color:var(--color-shared-button-default-text-hover)}.enterprise-status-indicator{color:var(--color-enterprise-search-menu-text-soft)}.enterprise-status-indicator__text{color:var(--color-enterprise-search-menu-text-base)}.enterprise-status-indicator__text--error{color:var(--color-enterprise-search-menu-text-base)}.enterprise-status-indicator__text--info{color:var(--color-enterprise-search-menu-text-soft)}.enterprise-status-indicator--error{color:var(--color-enterprise-search-menu-text-base)}.enterprise-status-indicator--info{color:var(--color-enterprise-search-menu-text-soft)}.enterprise-status-indicator--loading{color:var(--color-enterprise-search-menu-text-base)}.enterprise-status-indicator--fetching-more{color:var(--color-enterprise-search-menu-text-base)}.enterprise-search__container{background-color:var(--color-enterprise-search-menu-background);border-color:var(--color-enterprise-search-menu-border);color:var(--color-enterprise-search-menu-text-base)}.enterprise-search__container-command-bar{background-color:var(--color-enterprise-search-menu-command-bar)}.enterprise-search__container-banner{background-color:var(--color-enterprise-search-menu-banner)}.enterprise-search__container-tab{background-color:var(--color-enterprise-search-tab-background-default);color:var(--color-enterprise-search-tab-text-default)}.enterprise-search__container-tab:hover{background-color:var(--color-enterprise-search-tab-background-hover);color:var(--color-enterprise-search-tab-text-hover)}.enterprise-search__container-tab--selected{background-color:var(--color-enterprise-search-tab-background-selected);color:var(--color-enterprise-search-tab-text-selected)}.enterprise-search__container-tab--selected::after{background-color:var(--color-enterprise-search-tab-indicator-selected)}.enterprise-search__container-tab-icon{color:var(--color-enterprise-search-tab-icon-default)}.enterprise-search__container-tab:hover .enterprise-search__container-tab-icon{color:var(--color-enterprise-search-tab-icon-hover)}.enterprise-search__container-tab.enterprise-search__container-tab--selected .enterprise-search__container-tab-icon{color:var(--color-enterprise-search-tab-icon-selected)}.enterprise-search__input{background-color:var(--color-enterprise-search-menu-background);border-style:none;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-search-menu-border);color:var(--color-enterprise-search-bar-value-default)}.enterprise-search__input::placeholder{color:var(--color-enterprise-search-bar-placeholder)}.enterprise-search__result{background-color:var(--color-enterprise-search-result-background-default)}.enterprise-search__result:hover{background-color:var(--color-enterprise-search-result-background-hover)}.enterprise-search__result:focus-visible{background-color:var(--color-enterprise-search-result-background-selected);outline:solid 1px var(--color-shared-focus-ring);outline-offset:-1px}.enterprise-search__result--selected{background-color:var(--color-enterprise-search-result-background-selected)}.enterprise-search__result-icon{color:var(--color-enterprise-search-result-icon);background-color:var(--color-enterprise-search-result-icon-background)}.enterprise-search__result-title.enterprise-search__result-title{color:var(--color-enterprise-search-result-title)}.enterprise-search__result-description.enterprise-search__result-description{color:var(--color-enterprise-search-result-description)}.enterprise-search__result-heading.enterprise-search__result-heading{color:var(--color-enterprise-search-result-heading)}.enterprise-search__result-link.enterprise-search__result-link{color:var(--color-enterprise-search-result-link)}.enterprise-side-panel__container{background-color:var(--color-enterprise-side-panel-background);border-left-width:1px;border-left-style:solid;border-left-color:var(--color-enterprise-side-panel-border)}.enterprise-layouts__container{background-color:var(--color-enterprise-view-background)}.enterprise-layouts__container-outer{background-color:var(--color-enterprise-view-splitter-default)}.enterprise-modal__overlay{background-color:var(--color-shared-overlay-base)}.enterprise-modal__container{border-width:1px;border-style:solid;border-color:var(--color-shared-modal-border);background-color:var(--color-shared-modal-background);box-shadow:-0.5px -0.5px 1px 0px #78797a inset,.5px .5px 1px 0px #78797a inset,0px 0px 20px 0px rgba(0,0,0,.15)}.enterprise-modal__title{color:var(--color-shared-modal-text-base)}.enterprise-modal__description{color:var(--color-shared-modal-text-soft)}.enterprise-modal__footer{border-top-width:1px;border-top-style:solid;border-top-color:var(--color-enterprise-window-border)}.enterprise-top-bar{background-color:var(--color-enterprise-top-chrome-background)}.enterprise-top-bar__left{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border)}.enterprise-top-bar__filler{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border)}.enterprise-top-bar__right{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border)}.enterprise-context-menu__button{background-color:inherit}.enterprise-context-menu__button:hover,.enterprise-context-menu__button[data-is-open=true]{background-color:var(--color-shared-icon-button-default-background-pressed)}.enterprise-context-menu__container{border-width:1px;border-style:solid;border-color:var(--color-enterprise-window-border);background-color:var(--color-enterprise-window-background)}.enterprise-context-menu__item{background-color:var(--color-enterprise-context-menu-item-default-background-default);color:var(--color-enterprise-context-menu-item-default-text-default)}.enterprise-context-menu__item+.enterprise-context-menu__item{border-top-width:1px;border-top-style:solid;border-top-color:var(--color-enterprise-window-border)}.enterprise-context-menu__item button{background-color:rgba(0,0,0,0);border-style:none;color:var(--color-enterprise-context-menu-item-default-text-default)}.enterprise-context-menu__item button:hover{background-color:var(--color-enterprise-context-menu-item-default-background-hover);color:var(--color-enterprise-context-menu-item-default-text-hover)}.enterprise-context-menu__item-heading{color:var(--color-enterprise-context-menu-item-heading)}.enterprise-context-menu__checkmark{color:var(--color-enterprise-context-menu-item-default-text-default)}.enterprise-icon__background-icon svg path{fill:var(--color-shared-icon-base);stroke:var(--color-shared-icon-base)}.enterprise-icon__icon svg path{fill:var(--color-shared-icon-base);stroke:var(--color-shared-icon-base)}.enterprise-icon__item-wrapper{background-color:var(--color-enterprise-featured-content-item-background-default)}.enterprise-icon__item:hover .enterprise-icon__item-wrapper,.enterprise-icon__item:focus .enterprise-icon__item-wrapper{background-color:var(--color-enterprise-featured-content-item-background-hover)}.enterprise-icon__item:focus-visible{outline:solid 1px var(--color-shared-focus-ring);outline-offset:-1px}.enterprise-icon__item-text{color:var(--color-enterprise-featured-content-item-text-default)}.enterprise-quick-apps__quick-app:hover{background-color:var(--color-enterprise-context-menu-item-default-background-hover)}.enterprise-featured-content::-webkit-scrollbar-thumb{background-color:var(--color-shared-scroll-bar-bar)}.enterprise-featured-content::-webkit-scrollbar-track{background-color:var(--color-shared-scroll-bar-area)}.enterprise-featured-content__title{color:var(--color-enterprise-featured-content-item-text-default)}.enterprise-featured-content__item:focus-visible{outline:solid 1px var(--color-shared-focus-ring);outline-offset:-1px}.enterprise-featured-content__item-icon{background-color:var(--color-enterprise-featured-content-item-background-default)}.enterprise-featured-content__item:hover .enterprise-featured-content__item-icon,.enterprise-featured-content__item:focus .enterprise-featured-content__item-icon{background-color:var(--color-enterprise-featured-content-item-background-hover)}/*# sourceMappingURL=index.css.map */
1
+ .enterprise-tabs--top-tab{--overflow-gradient-default-expanded: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-default) 52%, var(--color-enterprise-top-tab-overflow-middle-default) 74%, var(--color-enterprise-top-tab-overflow-start-default) 92%);--overflow-gradient-default: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-default) 0%, var(--color-enterprise-top-tab-overflow-middle-default) 24%, var(--color-enterprise-top-tab-overflow-start-default) 46%);--overflow-gradient-hover: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-hover) 0%, var(--color-enterprise-top-tab-overflow-middle-hover) 24%, var(--color-enterprise-top-tab-overflow-start-hover) 46%);--overflow-gradient-hover-expanded: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-hover) 52%, var(--color-enterprise-top-tab-overflow-middle-hover) 74%, var(--color-enterprise-top-tab-overflow-start-hover) 92%)}.enterprise-tabs--view-tab{--view-tab-placeholder: initial}.enterprise-tabs__tab-item{border-right-width:1px;border-right-style:solid;border-right-color:var(--color-enterprise-top-chrome-border);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border);background-color:var(--color-enterprise-top-tab-background-default)}.enterprise-tabs__tab-item::after{content:"";position:absolute;top:0;right:0;bottom:0;width:48px;background-image:var(--overflow-gradient-default-expanded);pointer-events:none;z-index:2}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active){background-color:var(--color-enterprise-top-tab-background-hover)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active)::after{background-image:var(--overflow-gradient-hover-expanded)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active):not(.enterprise-tabs__tab-item--sm):not(.enterprise-tabs__tab-item--md):not(.enterprise-tabs__tab-item--lg)::after{background-image:var(--overflow-gradient-hover)}.enterprise-tabs__tab-item--active{background-color:var(--color-enterprise-top-tab-background-selected);border-bottom-color:var(--color-enterprise-top-tab-background-selected)}.enterprise-tabs__tab-item--active::after{background-image:var(--overflow-gradient-hover)}.enterprise-tabs__tab-item--active[data-hide-bottom-border=false]{border-bottom-color:var(--color-enterprise-top-chrome-border)}.enterprise-tabs__close-button{background-color:var(--color-shared-icon-button-subtle-background-default);color:var(--color-shared-icon-button-subtle-icon-default);z-index:3}.enterprise-tabs__close-button:hover{background-color:var(--color-shared-icon-button-subtle-background-hover);color:var(--color-shared-icon-button-subtle-icon-hover)}.enterprise-tabs__close-button-icon{color:var(--color-shared-icon-base)}.enterprise-tabs__title{background-color:rgba(0,0,0,0);color:var(--color-enterprise-top-tab-text-default)}.enterprise-tabs__title::after{content:"";position:absolute;top:0;right:0;bottom:0;width:48px;background-image:var(--overflow-gradient-default-expanded);pointer-events:none;z-index:2}.enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-default)}.enterprise-tabs__tab-item--active .enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-selected)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active) .enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-hover)}.enterprise-tabs__container{background-color:var(--color-enterprise-top-chrome-background);border-left-width:1px;border-left-style:solid;border-left-color:var(--color-enterprise-top-chrome-border)}.enterprise-tabs--top-tab .enterprise-tabs__container{border-left:none}.enterprise-tabs__add-button-wrapper{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border);background-color:var(--color-enterprise-top-tab-background-default)}.enterprise-tabs__add-button{color:var(--color-shared-icon-base);background-color:var(--color-shared-icon-button-subtle-background-default)}.enterprise-tabs__add-button:hover{background-color:var(--color-shared-icon-button-subtle-background-hover)}.enterprise-tabs__add-button-icon{color:var(--color-shared-icon-button-ghost-icon-default)}.enterprise-tabs__scroll-shadow--left{background-image:linear-gradient(270deg, rgb(from var(--color-enterprise-top-chrome-border) r g b/0%) 0%, rgb(from var(--color-enterprise-top-chrome-border) r g b/50%) 50%, rgb(from var(--color-enterprise-top-chrome-border) r g b/100%) 100%)}.enterprise-tabs__scroll-shadow--right{background-image:linear-gradient(90deg, rgb(from var(--color-enterprise-top-chrome-border) r g b/0%) 0%, rgb(from var(--color-enterprise-top-chrome-border) r g b/50%) 50%, rgb(from var(--color-enterprise-top-chrome-border) r g b/100%) 100%)}.enterprise-action-button{border-width:1px;border-style:solid;border-color:var(--color-shared-button-default-border-default);background-color:var(--color-shared-button-default-background-default);color:var(--color-shared-button-default-text-default)}.enterprise-action-button:hover{background-color:var(--color-shared-button-default-background-hover);border-color:var(--color-shared-button-default-border-hover);color:var(--color-shared-button-default-text-hover)}.enterprise-status-indicator{color:var(--color-enterprise-search-menu-text-soft)}.enterprise-status-indicator__text{color:var(--color-enterprise-search-menu-text-base)}.enterprise-status-indicator__text--error{color:var(--color-enterprise-search-menu-text-base)}.enterprise-status-indicator__text--info{color:var(--color-enterprise-search-menu-text-soft)}.enterprise-status-indicator--error{color:var(--color-enterprise-search-menu-text-base)}.enterprise-status-indicator--info{color:var(--color-enterprise-search-menu-text-soft)}.enterprise-status-indicator--loading{color:var(--color-enterprise-search-menu-text-base)}.enterprise-status-indicator--fetching-more{color:var(--color-enterprise-search-menu-text-base)}.enterprise-search__container{background-color:var(--color-enterprise-search-menu-background);border-color:var(--color-enterprise-search-menu-border);color:var(--color-enterprise-search-menu-text-base)}.enterprise-search__container-command-bar{background-color:var(--color-enterprise-search-menu-command-bar)}.enterprise-search__container-banner{background-color:var(--color-enterprise-search-menu-banner)}.enterprise-search__container-tab{background-color:var(--color-enterprise-search-tab-background-default);color:var(--color-enterprise-search-tab-text-default)}.enterprise-search__container-tab:hover{background-color:var(--color-enterprise-search-tab-background-hover);color:var(--color-enterprise-search-tab-text-hover)}.enterprise-search__container-tab--selected{background-color:var(--color-enterprise-search-tab-background-selected);color:var(--color-enterprise-search-tab-text-selected)}.enterprise-search__container-tab--selected::after{background-color:var(--color-enterprise-search-tab-indicator-selected)}.enterprise-search__container-tab-icon{color:var(--color-enterprise-search-tab-icon-default)}.enterprise-search__container-tab:hover .enterprise-search__container-tab-icon{color:var(--color-enterprise-search-tab-icon-hover)}.enterprise-search__container-tab.enterprise-search__container-tab--selected .enterprise-search__container-tab-icon{color:var(--color-enterprise-search-tab-icon-selected)}.enterprise-search__input{background-color:var(--color-enterprise-search-menu-background);border-style:none;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-search-menu-border);color:var(--color-enterprise-search-bar-value-default)}.enterprise-search__input::placeholder{color:var(--color-enterprise-search-bar-placeholder)}.enterprise-search__result{background-color:var(--color-enterprise-search-result-background-default)}.enterprise-search__result:hover{background-color:var(--color-enterprise-search-result-background-hover)}.enterprise-search__result:focus-visible{background-color:var(--color-enterprise-search-result-background-selected);outline:solid 1px var(--color-shared-focus-ring);outline-offset:-1px}.enterprise-search__result--selected{background-color:var(--color-enterprise-search-result-background-selected)}.enterprise-search__result-icon{color:var(--color-enterprise-search-result-icon);background-color:var(--color-enterprise-search-result-icon-background)}.enterprise-search__result-title.enterprise-search__result-title{color:var(--color-enterprise-search-result-title)}.enterprise-search__result-description.enterprise-search__result-description{color:var(--color-enterprise-search-result-description)}.enterprise-search__result-heading.enterprise-search__result-heading{color:var(--color-enterprise-search-result-heading)}.enterprise-search__result-link.enterprise-search__result-link{color:var(--color-enterprise-search-result-link)}.enterprise-side-panel__container{background-color:var(--color-enterprise-side-panel-background);border-left-width:1px;border-left-style:solid;border-left-color:var(--color-enterprise-side-panel-border)}.enterprise-layouts__container{background-color:var(--color-enterprise-view-background)}.enterprise-layouts__container-outer{background-color:var(--color-enterprise-view-splitter-default)}.enterprise-modal__overlay{background-color:var(--color-shared-overlay-base)}.enterprise-modal__container{border-width:1px;border-style:solid;border-color:var(--color-shared-modal-border);background-color:var(--color-shared-modal-background);box-shadow:-0.5px -0.5px 1px 0px #78797a inset,.5px .5px 1px 0px #78797a inset,0px 0px 20px 0px rgba(0,0,0,.15)}.enterprise-modal__title{color:var(--color-shared-modal-text-base)}.enterprise-modal__description{color:var(--color-shared-modal-text-soft)}.enterprise-modal__footer{border-top-width:1px;border-top-style:solid;border-top-color:var(--color-enterprise-window-border)}.enterprise-top-bar{background-color:var(--color-enterprise-top-chrome-background)}.enterprise-top-bar__left{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border)}.enterprise-top-bar__filler{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border)}.enterprise-top-bar__right{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border)}.enterprise-context-menu__button{background-color:inherit}.enterprise-context-menu__button:hover,.enterprise-context-menu__button[data-is-open=true]{background-color:var(--color-shared-icon-button-default-background-pressed)}.enterprise-context-menu__container{border-width:1px;border-style:solid;border-color:var(--color-enterprise-window-border);background-color:var(--color-enterprise-window-background)}.enterprise-context-menu__item{background-color:var(--color-enterprise-context-menu-item-default-background-default);color:var(--color-enterprise-context-menu-item-default-text-default)}.enterprise-context-menu__item+.enterprise-context-menu__item{border-top-width:1px;border-top-style:solid;border-top-color:var(--color-enterprise-window-border)}.enterprise-context-menu__item button{background-color:rgba(0,0,0,0);border-style:none;color:var(--color-enterprise-context-menu-item-default-text-default)}.enterprise-context-menu__item button:hover{background-color:var(--color-enterprise-context-menu-item-default-background-hover);color:var(--color-enterprise-context-menu-item-default-text-hover)}.enterprise-context-menu__item-heading{color:var(--color-enterprise-context-menu-item-heading)}.enterprise-context-menu__checkmark{color:var(--color-enterprise-context-menu-item-default-text-default)}.enterprise-icon__background-icon svg path{fill:var(--color-shared-icon-base);stroke:var(--color-shared-icon-base)}.enterprise-icon__icon svg path{fill:var(--color-shared-icon-base);stroke:var(--color-shared-icon-base)}.enterprise-icon__item-wrapper{background-color:var(--color-enterprise-featured-content-item-background-default)}.enterprise-icon__item:hover .enterprise-icon__item-wrapper,.enterprise-icon__item:focus .enterprise-icon__item-wrapper{background-color:var(--color-enterprise-featured-content-item-background-hover)}.enterprise-icon__item:focus-visible{outline:solid 1px var(--color-shared-focus-ring);outline-offset:-1px}.enterprise-icon__item-text{color:var(--color-enterprise-featured-content-item-text-default)}.enterprise-quick-apps__quick-app:hover{background-color:var(--color-enterprise-context-menu-item-default-background-hover)}.enterprise-featured-content::-webkit-scrollbar-thumb{background-color:var(--color-shared-scroll-bar-bar)}.enterprise-featured-content::-webkit-scrollbar-track{background-color:var(--color-shared-scroll-bar-area)}.enterprise-featured-content__title{color:var(--color-enterprise-featured-content-item-text-default)}.enterprise-featured-content__item:focus-visible{outline:solid 1px var(--color-shared-focus-ring);outline-offset:-1px}.enterprise-featured-content__item-icon{background-color:var(--color-enterprise-featured-content-item-background-default)}.enterprise-featured-content__item:hover .enterprise-featured-content__item-icon,.enterprise-featured-content__item:focus .enterprise-featured-content__item-icon{background-color:var(--color-enterprise-featured-content-item-background-hover)}/*# sourceMappingURL=index.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../../../src/styles/_core/_namespace.scss","../../../../src/styles/_modules/enterprise/tabs/tabs.scss","../../../../src/styles/_modules/enterprise/action-button/action-button.scss","../../../../src/styles/_modules/enterprise/status-indicator/status-indicator.scss","../../../../src/styles/_modules/enterprise/search/search.scss","../../../../src/styles/_modules/enterprise/side-panel/side-panel.scss","../../../../src/styles/_modules/enterprise/layouts/layouts.scss","../../../../src/styles/_modules/enterprise/modal/modal.scss","../../../../src/styles/_modules/enterprise/top-bar/top-bar.scss","../../../../src/styles/_modules/enterprise/context-menu/context-menu.scss","../../../../src/styles/_modules/enterprise/icon/icon.scss","../../../../src/styles/_modules/enterprise/quick-apps/quick-apps.scss","../../../../src/styles/_modules/enterprise/featured-content/featured-content.scss"],"names":[],"mappings":"AA2CI,0BC7BA,gPAIA,sOAIA,8NAIA,wODiBA,2BCRA,gCDHA,2BCQF,uBACA,yBACA,6DACA,wBACA,0BACA,8DAEA,oEAEA,kCACE,WACA,kBACA,MACA,QACA,SACA,WACA,2DACA,oBACA,UAGF,yEACE,kEACA,qEAEA,gFACE,yDAGF,4LACE,gDD3BF,mCCiCA,qEACA,wEAEA,0CACE,gDAKF,kEACE,8DDtDF,+BC8DA,2EACA,0DACA,UAEA,qCACE,yEACA,wDDpEF,oCC0EA,oCD1EA,wBC+EA,+BACA,mDAEA,+BACE,WACA,kBACA,MACA,QACA,SACA,WACA,2DACA,oBACA,UD3FF,6BCiGA,mDAGA,gEACE,oDAGF,sGACE,iDDzGF,4BC+GA,+DACA,sBACA,wBACA,4DAGA,sDACE,iBDtHF,qCC4HA,wBACA,0BACA,8DAEA,oEDhIA,6BCqIA,oCACA,2EAEA,mCACE,yEDzIF,kCC+IA,yDDpIA,sCC2IE,kPD3IF,uCCmJE,iPDzKF,0BEXF,iBACA,mBACA,+DACA,uEACA,sDAEA,gCACE,qEACA,6DACA,oDFEA,6BGXF,oDHsBE,mCGlBA,oDH6BA,0CGzBE,oDHyBF,yCGpBE,oDHoBF,oCGdA,oDHcA,mCGTA,oDHSA,sCGJA,oDHIA,4CGCA,oDHZA,8BIXA,gEACA,wDACA,oDJSA,0CIJA,iEJIA,qCICA,4DJDA,kCIMA,uEACA,sDAEA,wCACE,qEACA,gGAOA,wEACA,uDAEA,mDACE,uEJtBJ,uCI6BA,sDAIA,+EACE,oDAGF,oHACE,uDJtCF,0BI4CA,gEACA,kBACA,wBACA,0BACA,+DACA,uDAEA,uCACE,qDJpDF,2BI0DA,0EAEA,iCACE,wEAGF,yCACE,2EACA,iDACA,oBJxDF,qCI+DE,2EJ1EF,gCIgFA,iDACA,uEAKA,iEACE,kDAMF,6EACE,wDAMF,qEACE,oDAMF,+DACE,iDJ5GF,kCKlBA,+DACA,sBACA,wBACA,4DLeA,+BMhBA,yDNgBA,qCMXA,+DNWA,2BObA,kDPaA,6BORA,iBACA,mBACA,8CACA,sDACA,WACE,qGPGF,yBOIA,0CPJA,+BOSA,0CPTA,0BOcA,qBACA,uBACA,uDP3BA,oBQTF,+DRoBE,0BQhBA,wBACA,0BACA,8DRcA,4BQJA,wBACA,0BACA,8DREA,2BQGA,wBACA,0BACA,8DRLA,iCShBA,yBAEA,2FAEE,4ETYF,oCSNA,iBACA,mBACA,mDACA,2DTGA,+BSEA,sFACA,qEAEA,8DACE,qBACA,uBACA,uDAGF,sCACE,+BACA,kBACA,qEAEA,4CACE,oFACA,mETlBJ,uCSyBA,wDTzBA,oCS8BA,qEChDA,2CACE,mCACA,qCAMF,gCACE,mCACA,qCVQF,+BUFA,kFAKA,wHAEE,gFAGF,qCACE,iDACA,oBVVF,4BUgBA,iECnCA,wCACE,0ICCF,oDAGF,sDACE,qDZaA,oCYRA,iEAKA,iDACE,iDACA,oBZCF,wCYKA,kFAKA,kKAEE","file":"index.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../../../src/styles/_core/_namespace.scss","../../../../src/styles/_modules/enterprise/tabs/tabs.scss","../../../../src/styles/_modules/enterprise/action-button/action-button.scss","../../../../src/styles/_modules/enterprise/status-indicator/status-indicator.scss","../../../../src/styles/_modules/enterprise/search/search.scss","../../../../src/styles/_modules/enterprise/side-panel/side-panel.scss","../../../../src/styles/_modules/enterprise/layouts/layouts.scss","../../../../src/styles/_modules/enterprise/modal/modal.scss","../../../../src/styles/_modules/enterprise/top-bar/top-bar.scss","../../../../src/styles/_modules/enterprise/context-menu/context-menu.scss","../../../../src/styles/_modules/enterprise/icon/icon.scss","../../../../src/styles/_modules/enterprise/quick-apps/quick-apps.scss","../../../../src/styles/_modules/enterprise/featured-content/featured-content.scss"],"names":[],"mappings":"AA2CI,0BC7BA,gPAIA,sOAIA,8NAIA,wODiBA,2BCRA,gCDHA,2BCQF,uBACA,yBACA,6DACA,wBACA,0BACA,8DAEA,oEAEA,kCACE,WACA,kBACA,MACA,QACA,SACA,WACA,2DACA,oBACA,UAGF,yEACE,kEAEA,gFACE,yDAGF,4LACE,gDD1BF,mCCgCA,qEACA,wEAEA,0CACE,gDAKF,kEACE,8DDrDF,+BC6DA,2EACA,0DACA,UAEA,qCACE,yEACA,wDDnEF,oCCyEA,oCDzEA,wBC8EA,+BACA,mDAEA,+BACE,WACA,kBACA,MACA,QACA,SACA,WACA,2DACA,oBACA,UD1FF,6BCgGA,mDAGA,gEACE,oDAGF,sGACE,iDDxGF,4BC8GA,+DACA,sBACA,wBACA,4DAGA,sDACE,iBDrHF,qCC2HA,wBACA,0BACA,8DAEA,oED/HA,6BCoIA,oCACA,2EAEA,mCACE,yEDxIF,kCC8IA,yDDnIA,sCC0IE,kPD1IF,uCCkJE,iPDxKF,0BEXF,iBACA,mBACA,+DACA,uEACA,sDAEA,gCACE,qEACA,6DACA,oDFEA,6BGXF,oDHsBE,mCGlBA,oDH6BA,0CGzBE,oDHyBF,yCGpBE,oDHoBF,oCGdA,oDHcA,mCGTA,oDHSA,sCGJA,oDHIA,4CGCA,oDHZA,8BIXA,gEACA,wDACA,oDJSA,0CIJA,iEJIA,qCICA,4DJDA,kCIMA,uEACA,sDAEA,wCACE,qEACA,gGAOA,wEACA,uDAEA,mDACE,uEJtBJ,uCI6BA,sDAIA,+EACE,oDAGF,oHACE,uDJtCF,0BI4CA,gEACA,kBACA,wBACA,0BACA,+DACA,uDAEA,uCACE,qDJpDF,2BI0DA,0EAEA,iCACE,wEAGF,yCACE,2EACA,iDACA,oBJxDF,qCI+DE,2EJ1EF,gCIgFA,iDACA,uEAKA,iEACE,kDAMF,6EACE,wDAMF,qEACE,oDAMF,+DACE,iDJ5GF,kCKlBA,+DACA,sBACA,wBACA,4DLeA,+BMhBA,yDNgBA,qCMXA,+DNWA,2BObA,kDPaA,6BORA,iBACA,mBACA,8CACA,sDACA,WACE,qGPGF,yBOIA,0CPJA,+BOSA,0CPTA,0BOcA,qBACA,uBACA,uDP3BA,oBQTF,+DRoBE,0BQhBA,wBACA,0BACA,8DRcA,4BQJA,wBACA,0BACA,8DREA,2BQGA,wBACA,0BACA,8DRLA,iCShBA,yBAEA,2FAEE,4ETYF,oCSNA,iBACA,mBACA,mDACA,2DTGA,+BSEA,sFACA,qEAEA,8DACE,qBACA,uBACA,uDAGF,sCACE,+BACA,kBACA,qEAEA,4CACE,oFACA,mETlBJ,uCSyBA,wDTzBA,oCS8BA,qEChDA,2CACE,mCACA,qCAMF,gCACE,mCACA,qCVQF,+BUFA,kFAKA,wHAEE,gFAGF,qCACE,iDACA,oBVVF,4BUgBA,iECnCA,wCACE,0ICCF,oDAGF,sDACE,qDZaA,oCYRA,iEAKA,iDACE,iDACA,oBZCF,wCYKA,kFAKA,kKAEE","file":"index.css"}
@@ -1 +1 @@
1
- .enterprise-tabs--top-tab{--overflow-gradient-default-expanded: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-default) 52%, var(--color-enterprise-top-tab-overflow-middle-default) 74%, var(--color-enterprise-top-tab-overflow-start-default) 92%);--overflow-gradient-default: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-default) 0%, var(--color-enterprise-top-tab-overflow-middle-default) 24%, var(--color-enterprise-top-tab-overflow-start-default) 46%);--overflow-gradient-hover: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-hover) 0%, var(--color-enterprise-top-tab-overflow-middle-hover) 24%, var(--color-enterprise-top-tab-overflow-start-hover) 46%);--overflow-gradient-hover-expanded: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-hover) 52%, var(--color-enterprise-top-tab-overflow-middle-hover) 74%, var(--color-enterprise-top-tab-overflow-start-hover) 92%)}.enterprise-tabs--view-tab{--view-tab-placeholder: initial}.enterprise-tabs__tab-item{border-right-width:1px;border-right-style:solid;border-right-color:var(--color-enterprise-top-chrome-border);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border);background-color:var(--color-enterprise-top-tab-background-default)}.enterprise-tabs__tab-item::after{content:"";position:absolute;top:0;right:0;bottom:0;width:48px;background-image:var(--overflow-gradient-default-expanded);pointer-events:none;z-index:2}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active){background-color:var(--color-enterprise-top-tab-background-hover);border-bottom-color:var(--color-enterprise-top-tab-background-hover)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active)::after{background-image:var(--overflow-gradient-hover-expanded)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active):not(.enterprise-tabs__tab-item--sm):not(.enterprise-tabs__tab-item--md):not(.enterprise-tabs__tab-item--lg)::after{background-image:var(--overflow-gradient-hover)}.enterprise-tabs__tab-item--active{background-color:var(--color-enterprise-top-tab-background-selected);border-bottom-color:var(--color-enterprise-top-tab-background-selected)}.enterprise-tabs__tab-item--active::after{background-image:var(--overflow-gradient-hover)}.enterprise-tabs__tab-item--active[data-hide-bottom-border=false]{border-bottom-color:var(--color-enterprise-top-chrome-border)}.enterprise-tabs__close-button{background-color:var(--color-shared-icon-button-subtle-background-default);color:var(--color-shared-icon-button-subtle-icon-default);z-index:3}.enterprise-tabs__close-button:hover{background-color:var(--color-shared-icon-button-subtle-background-hover);color:var(--color-shared-icon-button-subtle-icon-hover)}.enterprise-tabs__close-button-icon{color:var(--color-shared-icon-base)}.enterprise-tabs__title{background-color:rgba(0,0,0,0);color:var(--color-enterprise-top-tab-text-default)}.enterprise-tabs__title::after{content:"";position:absolute;top:0;right:0;bottom:0;width:48px;background-image:var(--overflow-gradient-default-expanded);pointer-events:none;z-index:2}.enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-default)}.enterprise-tabs__tab-item--active .enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-selected)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active) .enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-hover)}.enterprise-tabs__container{background-color:var(--color-enterprise-top-chrome-background);border-left-width:1px;border-left-style:solid;border-left-color:var(--color-enterprise-top-chrome-border)}.enterprise-tabs--top-tab .enterprise-tabs__container{border-left:none}.enterprise-tabs__add-button-wrapper{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border);background-color:var(--color-enterprise-top-tab-background-default)}.enterprise-tabs__add-button{color:var(--color-shared-icon-base);background-color:var(--color-shared-icon-button-subtle-background-default)}.enterprise-tabs__add-button:hover{background-color:var(--color-shared-icon-button-subtle-background-hover)}.enterprise-tabs__add-button-icon{color:var(--color-shared-icon-button-ghost-icon-default)}.enterprise-tabs__scroll-shadow--left{background-image:linear-gradient(270deg, rgb(from var(--color-enterprise-top-chrome-border) r g b/0%) 0%, rgb(from var(--color-enterprise-top-chrome-border) r g b/50%) 50%, rgb(from var(--color-enterprise-top-chrome-border) r g b/100%) 100%)}.enterprise-tabs__scroll-shadow--right{background-image:linear-gradient(90deg, rgb(from var(--color-enterprise-top-chrome-border) r g b/0%) 0%, rgb(from var(--color-enterprise-top-chrome-border) r g b/50%) 50%, rgb(from var(--color-enterprise-top-chrome-border) r g b/100%) 100%)}/*# sourceMappingURL=index.css.map */
1
+ .enterprise-tabs--top-tab{--overflow-gradient-default-expanded: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-default) 52%, var(--color-enterprise-top-tab-overflow-middle-default) 74%, var(--color-enterprise-top-tab-overflow-start-default) 92%);--overflow-gradient-default: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-default) 0%, var(--color-enterprise-top-tab-overflow-middle-default) 24%, var(--color-enterprise-top-tab-overflow-start-default) 46%);--overflow-gradient-hover: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-hover) 0%, var(--color-enterprise-top-tab-overflow-middle-hover) 24%, var(--color-enterprise-top-tab-overflow-start-hover) 46%);--overflow-gradient-hover-expanded: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-hover) 52%, var(--color-enterprise-top-tab-overflow-middle-hover) 74%, var(--color-enterprise-top-tab-overflow-start-hover) 92%)}.enterprise-tabs--view-tab{--view-tab-placeholder: initial}.enterprise-tabs__tab-item{border-right-width:1px;border-right-style:solid;border-right-color:var(--color-enterprise-top-chrome-border);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border);background-color:var(--color-enterprise-top-tab-background-default)}.enterprise-tabs__tab-item::after{content:"";position:absolute;top:0;right:0;bottom:0;width:48px;background-image:var(--overflow-gradient-default-expanded);pointer-events:none;z-index:2}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active){background-color:var(--color-enterprise-top-tab-background-hover)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active)::after{background-image:var(--overflow-gradient-hover-expanded)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active):not(.enterprise-tabs__tab-item--sm):not(.enterprise-tabs__tab-item--md):not(.enterprise-tabs__tab-item--lg)::after{background-image:var(--overflow-gradient-hover)}.enterprise-tabs__tab-item--active{background-color:var(--color-enterprise-top-tab-background-selected);border-bottom-color:var(--color-enterprise-top-tab-background-selected)}.enterprise-tabs__tab-item--active::after{background-image:var(--overflow-gradient-hover)}.enterprise-tabs__tab-item--active[data-hide-bottom-border=false]{border-bottom-color:var(--color-enterprise-top-chrome-border)}.enterprise-tabs__close-button{background-color:var(--color-shared-icon-button-subtle-background-default);color:var(--color-shared-icon-button-subtle-icon-default);z-index:3}.enterprise-tabs__close-button:hover{background-color:var(--color-shared-icon-button-subtle-background-hover);color:var(--color-shared-icon-button-subtle-icon-hover)}.enterprise-tabs__close-button-icon{color:var(--color-shared-icon-base)}.enterprise-tabs__title{background-color:rgba(0,0,0,0);color:var(--color-enterprise-top-tab-text-default)}.enterprise-tabs__title::after{content:"";position:absolute;top:0;right:0;bottom:0;width:48px;background-image:var(--overflow-gradient-default-expanded);pointer-events:none;z-index:2}.enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-default)}.enterprise-tabs__tab-item--active .enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-selected)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active) .enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-hover)}.enterprise-tabs__container{background-color:var(--color-enterprise-top-chrome-background);border-left-width:1px;border-left-style:solid;border-left-color:var(--color-enterprise-top-chrome-border)}.enterprise-tabs--top-tab .enterprise-tabs__container{border-left:none}.enterprise-tabs__add-button-wrapper{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border);background-color:var(--color-enterprise-top-tab-background-default)}.enterprise-tabs__add-button{color:var(--color-shared-icon-base);background-color:var(--color-shared-icon-button-subtle-background-default)}.enterprise-tabs__add-button:hover{background-color:var(--color-shared-icon-button-subtle-background-hover)}.enterprise-tabs__add-button-icon{color:var(--color-shared-icon-button-ghost-icon-default)}.enterprise-tabs__scroll-shadow--left{background-image:linear-gradient(270deg, rgb(from var(--color-enterprise-top-chrome-border) r g b/0%) 0%, rgb(from var(--color-enterprise-top-chrome-border) r g b/50%) 50%, rgb(from var(--color-enterprise-top-chrome-border) r g b/100%) 100%)}.enterprise-tabs__scroll-shadow--right{background-image:linear-gradient(90deg, rgb(from var(--color-enterprise-top-chrome-border) r g b/0%) 0%, rgb(from var(--color-enterprise-top-chrome-border) r g b/50%) 50%, rgb(from var(--color-enterprise-top-chrome-border) r g b/100%) 100%)}/*# sourceMappingURL=index.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/tabs/tabs.scss"],"names":[],"mappings":"AA2CI,0BC7BA,gPAIA,sOAIA,8NAIA,wODiBA,2BCRA,gCDHA,2BCQF,uBACA,yBACA,6DACA,wBACA,0BACA,8DAEA,oEAEA,kCACE,WACA,kBACA,MACA,QACA,SACA,WACA,2DACA,oBACA,UAGF,yEACE,kEACA,qEAEA,gFACE,yDAGF,4LACE,gDD3BF,mCCiCA,qEACA,wEAEA,0CACE,gDAKF,kEACE,8DDtDF,+BC8DA,2EACA,0DACA,UAEA,qCACE,yEACA,wDDpEF,oCC0EA,oCD1EA,wBC+EA,+BACA,mDAEA,+BACE,WACA,kBACA,MACA,QACA,SACA,WACA,2DACA,oBACA,UD3FF,6BCiGA,mDAGA,gEACE,oDAGF,sGACE,iDDzGF,4BC+GA,+DACA,sBACA,wBACA,4DAGA,sDACE,iBDtHF,qCC4HA,wBACA,0BACA,8DAEA,oEDhIA,6BCqIA,oCACA,2EAEA,mCACE,yEDzIF,kCC+IA,yDDpIA,sCC2IE,kPD3IF,uCCmJE","file":"index.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/tabs/tabs.scss"],"names":[],"mappings":"AA2CI,0BC7BA,gPAIA,sOAIA,8NAIA,wODiBA,2BCRA,gCDHA,2BCQF,uBACA,yBACA,6DACA,wBACA,0BACA,8DAEA,oEAEA,kCACE,WACA,kBACA,MACA,QACA,SACA,WACA,2DACA,oBACA,UAGF,yEACE,kEAEA,gFACE,yDAGF,4LACE,gDD1BF,mCCgCA,qEACA,wEAEA,0CACE,gDAKF,kEACE,8DDrDF,+BC6DA,2EACA,0DACA,UAEA,qCACE,yEACA,wDDnEF,oCCyEA,oCDzEA,wBC8EA,+BACA,mDAEA,+BACE,WACA,kBACA,MACA,QACA,SACA,WACA,2DACA,oBACA,UD1FF,6BCgGA,mDAGA,gEACE,oDAGF,sGACE,iDDxGF,4BC8GA,+DACA,sBACA,wBACA,4DAGA,sDACE,iBDrHF,qCC2HA,wBACA,0BACA,8DAEA,oED/HA,6BCoIA,oCACA,2EAEA,mCACE,yEDxIF,kCC8IA,yDDnIA,sCC0IE,kPD1IF,uCCkJE","file":"index.css"}
@@ -1 +1 @@
1
- .enterprise-tabs--top-tab{--overflow-gradient-default-expanded: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-default) 52%, var(--color-enterprise-top-tab-overflow-middle-default) 74%, var(--color-enterprise-top-tab-overflow-start-default) 92%);--overflow-gradient-default: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-default) 0%, var(--color-enterprise-top-tab-overflow-middle-default) 24%, var(--color-enterprise-top-tab-overflow-start-default) 46%);--overflow-gradient-hover: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-hover) 0%, var(--color-enterprise-top-tab-overflow-middle-hover) 24%, var(--color-enterprise-top-tab-overflow-start-hover) 46%);--overflow-gradient-hover-expanded: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-hover) 52%, var(--color-enterprise-top-tab-overflow-middle-hover) 74%, var(--color-enterprise-top-tab-overflow-start-hover) 92%)}.enterprise-tabs--view-tab{--view-tab-placeholder: initial}.enterprise-tabs__tab-item{border-right-width:1px;border-right-style:solid;border-right-color:var(--color-enterprise-top-chrome-border);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border);background-color:var(--color-enterprise-top-tab-background-default)}.enterprise-tabs__tab-item::after{content:"";position:absolute;top:0;right:0;bottom:0;width:48px;background-image:var(--overflow-gradient-default-expanded);pointer-events:none;z-index:2}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active){background-color:var(--color-enterprise-top-tab-background-hover);border-bottom-color:var(--color-enterprise-top-tab-background-hover)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active)::after{background-image:var(--overflow-gradient-hover-expanded)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active):not(.enterprise-tabs__tab-item--sm):not(.enterprise-tabs__tab-item--md):not(.enterprise-tabs__tab-item--lg)::after{background-image:var(--overflow-gradient-hover)}.enterprise-tabs__tab-item--active{background-color:var(--color-enterprise-top-tab-background-selected);border-bottom-color:var(--color-enterprise-top-tab-background-selected)}.enterprise-tabs__tab-item--active::after{background-image:var(--overflow-gradient-hover)}.enterprise-tabs__tab-item--active[data-hide-bottom-border=false]{border-bottom-color:var(--color-enterprise-top-chrome-border)}.enterprise-tabs__close-button{background-color:var(--color-shared-icon-button-subtle-background-default);color:var(--color-shared-icon-button-subtle-icon-default);z-index:3}.enterprise-tabs__close-button:hover{background-color:var(--color-shared-icon-button-subtle-background-hover);color:var(--color-shared-icon-button-subtle-icon-hover)}.enterprise-tabs__close-button-icon{color:var(--color-shared-icon-base)}.enterprise-tabs__title{background-color:rgba(0,0,0,0);color:var(--color-enterprise-top-tab-text-default)}.enterprise-tabs__title::after{content:"";position:absolute;top:0;right:0;bottom:0;width:48px;background-image:var(--overflow-gradient-default-expanded);pointer-events:none;z-index:2}.enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-default)}.enterprise-tabs__tab-item--active .enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-selected)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active) .enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-hover)}.enterprise-tabs__container{background-color:var(--color-enterprise-top-chrome-background);border-left-width:1px;border-left-style:solid;border-left-color:var(--color-enterprise-top-chrome-border)}.enterprise-tabs--top-tab .enterprise-tabs__container{border-left:none}.enterprise-tabs__add-button-wrapper{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border);background-color:var(--color-enterprise-top-tab-background-default)}.enterprise-tabs__add-button{color:var(--color-shared-icon-base);background-color:var(--color-shared-icon-button-subtle-background-default)}.enterprise-tabs__add-button:hover{background-color:var(--color-shared-icon-button-subtle-background-hover)}.enterprise-tabs__add-button-icon{color:var(--color-shared-icon-button-ghost-icon-default)}.enterprise-tabs__scroll-shadow--left{background-image:linear-gradient(270deg, rgb(from var(--color-enterprise-top-chrome-border) r g b/0%) 0%, rgb(from var(--color-enterprise-top-chrome-border) r g b/50%) 50%, rgb(from var(--color-enterprise-top-chrome-border) r g b/100%) 100%)}.enterprise-tabs__scroll-shadow--right{background-image:linear-gradient(90deg, rgb(from var(--color-enterprise-top-chrome-border) r g b/0%) 0%, rgb(from var(--color-enterprise-top-chrome-border) r g b/50%) 50%, rgb(from var(--color-enterprise-top-chrome-border) r g b/100%) 100%)}/*# sourceMappingURL=tabs.css.map */
1
+ .enterprise-tabs--top-tab{--overflow-gradient-default-expanded: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-default) 52%, var(--color-enterprise-top-tab-overflow-middle-default) 74%, var(--color-enterprise-top-tab-overflow-start-default) 92%);--overflow-gradient-default: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-default) 0%, var(--color-enterprise-top-tab-overflow-middle-default) 24%, var(--color-enterprise-top-tab-overflow-start-default) 46%);--overflow-gradient-hover: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-hover) 0%, var(--color-enterprise-top-tab-overflow-middle-hover) 24%, var(--color-enterprise-top-tab-overflow-start-hover) 46%);--overflow-gradient-hover-expanded: linear-gradient(90deg, var(--color-enterprise-top-tab-overflow-end-hover) 52%, var(--color-enterprise-top-tab-overflow-middle-hover) 74%, var(--color-enterprise-top-tab-overflow-start-hover) 92%)}.enterprise-tabs--view-tab{--view-tab-placeholder: initial}.enterprise-tabs__tab-item{border-right-width:1px;border-right-style:solid;border-right-color:var(--color-enterprise-top-chrome-border);border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border);background-color:var(--color-enterprise-top-tab-background-default)}.enterprise-tabs__tab-item::after{content:"";position:absolute;top:0;right:0;bottom:0;width:48px;background-image:var(--overflow-gradient-default-expanded);pointer-events:none;z-index:2}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active){background-color:var(--color-enterprise-top-tab-background-hover)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active)::after{background-image:var(--overflow-gradient-hover-expanded)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active):not(.enterprise-tabs__tab-item--sm):not(.enterprise-tabs__tab-item--md):not(.enterprise-tabs__tab-item--lg)::after{background-image:var(--overflow-gradient-hover)}.enterprise-tabs__tab-item--active{background-color:var(--color-enterprise-top-tab-background-selected);border-bottom-color:var(--color-enterprise-top-tab-background-selected)}.enterprise-tabs__tab-item--active::after{background-image:var(--overflow-gradient-hover)}.enterprise-tabs__tab-item--active[data-hide-bottom-border=false]{border-bottom-color:var(--color-enterprise-top-chrome-border)}.enterprise-tabs__close-button{background-color:var(--color-shared-icon-button-subtle-background-default);color:var(--color-shared-icon-button-subtle-icon-default);z-index:3}.enterprise-tabs__close-button:hover{background-color:var(--color-shared-icon-button-subtle-background-hover);color:var(--color-shared-icon-button-subtle-icon-hover)}.enterprise-tabs__close-button-icon{color:var(--color-shared-icon-base)}.enterprise-tabs__title{background-color:rgba(0,0,0,0);color:var(--color-enterprise-top-tab-text-default)}.enterprise-tabs__title::after{content:"";position:absolute;top:0;right:0;bottom:0;width:48px;background-image:var(--overflow-gradient-default-expanded);pointer-events:none;z-index:2}.enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-default)}.enterprise-tabs__tab-item--active .enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-selected)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active) .enterprise-tabs__title-text{color:var(--color-enterprise-top-tab-text-hover)}.enterprise-tabs__container{background-color:var(--color-enterprise-top-chrome-background);border-left-width:1px;border-left-style:solid;border-left-color:var(--color-enterprise-top-chrome-border)}.enterprise-tabs--top-tab .enterprise-tabs__container{border-left:none}.enterprise-tabs__add-button-wrapper{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--color-enterprise-top-chrome-border);background-color:var(--color-enterprise-top-tab-background-default)}.enterprise-tabs__add-button{color:var(--color-shared-icon-base);background-color:var(--color-shared-icon-button-subtle-background-default)}.enterprise-tabs__add-button:hover{background-color:var(--color-shared-icon-button-subtle-background-hover)}.enterprise-tabs__add-button-icon{color:var(--color-shared-icon-button-ghost-icon-default)}.enterprise-tabs__scroll-shadow--left{background-image:linear-gradient(270deg, rgb(from var(--color-enterprise-top-chrome-border) r g b/0%) 0%, rgb(from var(--color-enterprise-top-chrome-border) r g b/50%) 50%, rgb(from var(--color-enterprise-top-chrome-border) r g b/100%) 100%)}.enterprise-tabs__scroll-shadow--right{background-image:linear-gradient(90deg, rgb(from var(--color-enterprise-top-chrome-border) r g b/0%) 0%, rgb(from var(--color-enterprise-top-chrome-border) r g b/50%) 50%, rgb(from var(--color-enterprise-top-chrome-border) r g b/100%) 100%)}/*# sourceMappingURL=tabs.css.map */
@@ -1 +1 @@
1
- {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/tabs/tabs.scss"],"names":[],"mappings":"AA2CI,0BC7BA,gPAIA,sOAIA,8NAIA,wODiBA,2BCRA,gCDHA,2BCQF,uBACA,yBACA,6DACA,wBACA,0BACA,8DAEA,oEAEA,kCACE,WACA,kBACA,MACA,QACA,SACA,WACA,2DACA,oBACA,UAGF,yEACE,kEACA,qEAEA,gFACE,yDAGF,4LACE,gDD3BF,mCCiCA,qEACA,wEAEA,0CACE,gDAKF,kEACE,8DDtDF,+BC8DA,2EACA,0DACA,UAEA,qCACE,yEACA,wDDpEF,oCC0EA,oCD1EA,wBC+EA,+BACA,mDAEA,+BACE,WACA,kBACA,MACA,QACA,SACA,WACA,2DACA,oBACA,UD3FF,6BCiGA,mDAGA,gEACE,oDAGF,sGACE,iDDzGF,4BC+GA,+DACA,sBACA,wBACA,4DAGA,sDACE,iBDtHF,qCC4HA,wBACA,0BACA,8DAEA,oEDhIA,6BCqIA,oCACA,2EAEA,mCACE,yEDzIF,kCC+IA,yDDpIA,sCC2IE,kPD3IF,uCCmJE","file":"tabs.css"}
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/tabs/tabs.scss"],"names":[],"mappings":"AA2CI,0BC7BA,gPAIA,sOAIA,8NAIA,wODiBA,2BCRA,gCDHA,2BCQF,uBACA,yBACA,6DACA,wBACA,0BACA,8DAEA,oEAEA,kCACE,WACA,kBACA,MACA,QACA,SACA,WACA,2DACA,oBACA,UAGF,yEACE,kEAEA,gFACE,yDAGF,4LACE,gDD1BF,mCCgCA,qEACA,wEAEA,0CACE,gDAKF,kEACE,8DDrDF,+BC6DA,2EACA,0DACA,UAEA,qCACE,yEACA,wDDnEF,oCCyEA,oCDzEA,wBC8EA,+BACA,mDAEA,+BACE,WACA,kBACA,MACA,QACA,SACA,WACA,2DACA,oBACA,UD1FF,6BCgGA,mDAGA,gEACE,oDAGF,sGACE,iDDxGF,4BC8GA,+DACA,sBACA,wBACA,4DAGA,sDACE,iBDrHF,qCC2HA,wBACA,0BACA,8DAEA,oED/HA,6BCoIA,oCACA,2EAEA,mCACE,yEDxIF,kCC8IA,yDDnIA,sCC0IE,kPD1IF,uCCkJE","file":"tabs.css"}
@@ -4,7 +4,7 @@
4
4
  * This file is automatically generated by scripts/generate-bem-types.js
5
5
  * DO NOT EDIT MANUALLY - changes will be overwritten on next build
6
6
  *
7
- * Last generated: 2025-12-03T17:22:19.869Z
7
+ * Last generated: 2026-01-15T16:18:45.752Z
8
8
  */
9
9
 
10
10
  export declare const coreUiStyles: {
@@ -12,6 +12,7 @@ export declare const coreUiStyles: {
12
12
  "controlBar": "core-ui-browser-control-bar",
13
13
  "iconButton": "core-ui-browser-icon-button",
14
14
  "iconButtonActive": "core-ui-browser-icon-button--active",
15
+ "layoutContainer": "core-ui-browser-layout-container",
15
16
  "pageButton": "core-ui-browser-page-button",
16
17
  "pageButtonIcon": "core-ui-browser-page-button__icon",
17
18
  "pageButtonTitleOverflow": "core-ui-browser-page-button__title-overflow",
@@ -101,11 +102,5 @@ export declare const coreUiStyles: {
101
102
  "homeFilterFormOptionsList": "core-ui-home-filter-form__options-list",
102
103
  "homeFilterFormFilterOption": "core-ui-home-filter-form__filter-option",
103
104
  "homeFilterFormControlsContainer": "core-ui-home-filter-form__controls-container",
104
- "homeFilterFormControls": "core-ui-home-filter-form__controls",
105
- "browserIconButton": "core-ui-browser-icon-button",
106
- "browserIconButtonActive": "core-ui-browser-icon-button--active",
107
- "browserPageButtonIcon": "core-ui-browser-page-button__icon",
108
- "browserPageButtonTitleOverflow": "core-ui-browser-page-button__title-overflow",
109
- "browserPageButtonClose": "core-ui-browser-page-button__close",
110
- "browserTablistDropIndicator": "core-ui-browser-tablist__drop-indicator"
105
+ "homeFilterFormControls": "core-ui-home-filter-form__controls"
111
106
  };
@@ -4,7 +4,7 @@
4
4
  * This file is automatically generated by scripts/generate-bem-types.js
5
5
  * DO NOT EDIT MANUALLY - changes will be overwritten on next build
6
6
  *
7
- * Last generated: 2025-12-03T17:22:19.869Z
7
+ * Last generated: 2026-01-15T16:18:45.752Z
8
8
  */
9
9
 
10
10
  export const coreUiStyles = {
@@ -12,6 +12,7 @@ export const coreUiStyles = {
12
12
  "controlBar": "core-ui-browser-control-bar",
13
13
  "iconButton": "core-ui-browser-icon-button",
14
14
  "iconButtonActive": "core-ui-browser-icon-button--active",
15
+ "layoutContainer": "core-ui-browser-layout-container",
15
16
  "pageButton": "core-ui-browser-page-button",
16
17
  "pageButtonIcon": "core-ui-browser-page-button__icon",
17
18
  "pageButtonTitleOverflow": "core-ui-browser-page-button__title-overflow",
@@ -101,11 +102,5 @@ export const coreUiStyles = {
101
102
  "homeFilterFormOptionsList": "core-ui-home-filter-form__options-list",
102
103
  "homeFilterFormFilterOption": "core-ui-home-filter-form__filter-option",
103
104
  "homeFilterFormControlsContainer": "core-ui-home-filter-form__controls-container",
104
- "homeFilterFormControls": "core-ui-home-filter-form__controls",
105
- "browserIconButton": "core-ui-browser-icon-button",
106
- "browserIconButtonActive": "core-ui-browser-icon-button--active",
107
- "browserPageButtonIcon": "core-ui-browser-page-button__icon",
108
- "browserPageButtonTitleOverflow": "core-ui-browser-page-button__title-overflow",
109
- "browserPageButtonClose": "core-ui-browser-page-button__close",
110
- "browserTablistDropIndicator": "core-ui-browser-tablist__drop-indicator"
105
+ "homeFilterFormControls": "core-ui-home-filter-form__controls"
111
106
  };
@@ -4,7 +4,7 @@
4
4
  * This file is automatically generated by scripts/generate-bem-types.js
5
5
  * DO NOT EDIT MANUALLY - changes will be overwritten on next build
6
6
  *
7
- * Last generated: 2025-12-03T17:22:19.869Z
7
+ * Last generated: 2026-01-15T16:18:45.752Z
8
8
  */
9
9
 
10
10
  export const coreUiStyles = {
@@ -12,6 +12,7 @@ export const coreUiStyles = {
12
12
  "controlBar": "core-ui-browser-control-bar",
13
13
  "iconButton": "core-ui-browser-icon-button",
14
14
  "iconButtonActive": "core-ui-browser-icon-button--active",
15
+ "layoutContainer": "core-ui-browser-layout-container",
15
16
  "pageButton": "core-ui-browser-page-button",
16
17
  "pageButtonIcon": "core-ui-browser-page-button__icon",
17
18
  "pageButtonTitleOverflow": "core-ui-browser-page-button__title-overflow",
@@ -101,11 +102,5 @@ export const coreUiStyles = {
101
102
  "homeFilterFormOptionsList": "core-ui-home-filter-form__options-list",
102
103
  "homeFilterFormFilterOption": "core-ui-home-filter-form__filter-option",
103
104
  "homeFilterFormControlsContainer": "core-ui-home-filter-form__controls-container",
104
- "homeFilterFormControls": "core-ui-home-filter-form__controls",
105
- "browserIconButton": "core-ui-browser-icon-button",
106
- "browserIconButtonActive": "core-ui-browser-icon-button--active",
107
- "browserPageButtonIcon": "core-ui-browser-page-button__icon",
108
- "browserPageButtonTitleOverflow": "core-ui-browser-page-button__title-overflow",
109
- "browserPageButtonClose": "core-ui-browser-page-button__close",
110
- "browserTablistDropIndicator": "core-ui-browser-tablist__drop-indicator"
105
+ "homeFilterFormControls": "core-ui-home-filter-form__controls"
111
106
  } as const;
@@ -4,7 +4,7 @@
4
4
  * This file is automatically generated by scripts/generate-bem-types.js
5
5
  * DO NOT EDIT MANUALLY - changes will be overwritten on next build
6
6
  *
7
- * Last generated: 2025-12-03T17:22:19.869Z
7
+ * Last generated: 2026-01-15T16:18:45.753Z
8
8
  */
9
9
 
10
10
  export declare const enterpriseStyles: {
@@ -4,7 +4,7 @@
4
4
  * This file is automatically generated by scripts/generate-bem-types.js
5
5
  * DO NOT EDIT MANUALLY - changes will be overwritten on next build
6
6
  *
7
- * Last generated: 2025-12-03T17:22:19.869Z
7
+ * Last generated: 2026-01-15T16:18:45.753Z
8
8
  */
9
9
 
10
10
  export const enterpriseStyles = {
@@ -4,7 +4,7 @@
4
4
  * This file is automatically generated by scripts/generate-bem-types.js
5
5
  * DO NOT EDIT MANUALLY - changes will be overwritten on next build
6
6
  *
7
- * Last generated: 2025-12-03T17:22:19.869Z
7
+ * Last generated: 2026-01-15T16:18:45.753Z
8
8
  */
9
9
 
10
10
  export const enterpriseStyles = {
@@ -4,7 +4,7 @@
4
4
  * This file is automatically generated by scripts/generate-bem-types.js
5
5
  * DO NOT EDIT MANUALLY - changes will be overwritten on next build
6
6
  *
7
- * Last generated: 2025-12-03T17:22:19.870Z
7
+ * Last generated: 2026-01-15T16:18:45.753Z
8
8
  */
9
9
 
10
10
  export declare const sharedStyles: {
@@ -4,7 +4,7 @@
4
4
  * This file is automatically generated by scripts/generate-bem-types.js
5
5
  * DO NOT EDIT MANUALLY - changes will be overwritten on next build
6
6
  *
7
- * Last generated: 2025-12-03T17:22:19.870Z
7
+ * Last generated: 2026-01-15T16:18:45.753Z
8
8
  */
9
9
 
10
10
  export const sharedStyles = {
@@ -4,7 +4,7 @@
4
4
  * This file is automatically generated by scripts/generate-bem-types.js
5
5
  * DO NOT EDIT MANUALLY - changes will be overwritten on next build
6
6
  *
7
- * Last generated: 2025-12-03T17:22:19.870Z
7
+ * Last generated: 2026-01-15T16:18:45.753Z
8
8
  */
9
9
 
10
10
  export const sharedStyles = {