@openfin/ui-library 0.31.3-alpha.20251125171628.bee29e5 → 0.31.3-alpha.20251126214648.6242b42

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 (83) hide show
  1. package/dist/components/controls/FindInPageModal/find-in-page-modal.d.ts +21 -0
  2. package/dist/components/controls/FindInPageModal/index.d.ts +1 -0
  3. package/dist/components/system/ThemeProvider/lib/colors.d.ts +1 -0
  4. package/dist/components/system/ThemeProvider/lib/constants.d.ts +7 -7
  5. package/dist/index.d.ts +1 -0
  6. package/dist/index.js +83 -4
  7. package/dist/styles/_core/tokens.css +1 -1
  8. package/dist/styles/_modules/core-ui/browser/control-bar.css +1 -1
  9. package/dist/styles/_modules/core-ui/browser/control-bar.css.map +1 -1
  10. package/dist/styles/_modules/core-ui/browser/icon-button.css +1 -0
  11. package/dist/styles/_modules/core-ui/browser/icon-button.css.map +1 -0
  12. package/dist/styles/_modules/core-ui/browser/index.css +1 -1
  13. package/dist/styles/_modules/core-ui/browser/index.css.map +1 -1
  14. package/dist/styles/_modules/core-ui/browser/page-button.css +1 -0
  15. package/dist/styles/_modules/core-ui/browser/page-button.css.map +1 -0
  16. package/dist/styles/_modules/core-ui/browser/tablist.css +1 -0
  17. package/dist/styles/_modules/core-ui/browser/tablist.css.map +1 -0
  18. package/dist/styles/_modules/core-ui/browser/toolbar.css +1 -0
  19. package/dist/styles/_modules/core-ui/browser/toolbar.css.map +1 -0
  20. package/dist/styles/_modules/core-ui/global.css +1 -1
  21. package/dist/styles/_modules/core-ui/global.css.map +1 -1
  22. package/dist/styles/_modules/core-ui/home/index.css +1 -1
  23. package/dist/styles/_modules/core-ui/home/index.css.map +1 -1
  24. package/dist/styles/_modules/core-ui/home/platform-selector.css +1 -1
  25. package/dist/styles/_modules/core-ui/home/platform-selector.css.map +1 -1
  26. package/dist/styles/_modules/core-ui/index.css +1 -1
  27. package/dist/styles/_modules/core-ui/index.css.map +1 -1
  28. package/dist/styles/_modules/core-ui/temp-tokens.css +1 -1
  29. package/dist/styles/_modules/enterprise/action-button/action-button.css +1 -0
  30. package/dist/styles/_modules/enterprise/action-button/action-button.css.map +1 -0
  31. package/dist/styles/_modules/enterprise/action-button/index.css +1 -0
  32. package/dist/styles/_modules/enterprise/action-button/index.css.map +1 -0
  33. package/dist/styles/_modules/enterprise/command-bar/command-bar.css +1 -0
  34. package/dist/styles/_modules/enterprise/command-bar/command-bar.css.map +1 -0
  35. package/dist/styles/_modules/enterprise/context-menu/context-menu.css +1 -0
  36. package/dist/styles/_modules/enterprise/context-menu/context-menu.css.map +1 -0
  37. package/dist/styles/_modules/enterprise/context-menu/index.css +1 -0
  38. package/dist/styles/_modules/enterprise/context-menu/index.css.map +1 -0
  39. package/dist/styles/_modules/enterprise/featured-content/featured-content.css +1 -0
  40. package/dist/styles/_modules/enterprise/featured-content/featured-content.css.map +1 -0
  41. package/dist/styles/_modules/enterprise/featured-content/index.css +1 -0
  42. package/dist/styles/_modules/enterprise/featured-content/index.css.map +1 -0
  43. package/dist/styles/_modules/enterprise/index.css +1 -1
  44. package/dist/styles/_modules/enterprise/index.css.map +1 -1
  45. package/dist/styles/_modules/enterprise/layouts/index.css +1 -0
  46. package/dist/styles/_modules/enterprise/layouts/index.css.map +1 -0
  47. package/dist/styles/_modules/enterprise/layouts/layouts.css +1 -0
  48. package/dist/styles/_modules/enterprise/layouts/layouts.css.map +1 -0
  49. package/dist/styles/_modules/enterprise/modal/index.css +1 -0
  50. package/dist/styles/_modules/enterprise/modal/index.css.map +1 -0
  51. package/dist/styles/_modules/enterprise/modal/modal.css +1 -0
  52. package/dist/styles/_modules/enterprise/modal/modal.css.map +1 -0
  53. package/dist/styles/_modules/enterprise/search/index.css +1 -0
  54. package/dist/styles/_modules/enterprise/search/index.css.map +1 -0
  55. package/dist/styles/_modules/enterprise/search/search.css +1 -0
  56. package/dist/styles/_modules/enterprise/search/search.css.map +1 -0
  57. package/dist/styles/_modules/enterprise/side-panel/index.css +1 -0
  58. package/dist/styles/_modules/enterprise/side-panel/index.css.map +1 -0
  59. package/dist/styles/_modules/enterprise/side-panel/side-panel.css +1 -0
  60. package/dist/styles/_modules/enterprise/side-panel/side-panel.css.map +1 -0
  61. package/dist/styles/_modules/enterprise/status-indicator/index.css +1 -0
  62. package/dist/styles/_modules/enterprise/status-indicator/index.css.map +1 -0
  63. package/dist/styles/_modules/enterprise/status-indicator/status-indicator.css +1 -0
  64. package/dist/styles/_modules/enterprise/status-indicator/status-indicator.css.map +1 -0
  65. package/dist/styles/_modules/enterprise/tabs/index.css +1 -1
  66. package/dist/styles/_modules/enterprise/tabs/index.css.map +1 -1
  67. package/dist/styles/_modules/enterprise/tabs/tabs.css +1 -1
  68. package/dist/styles/_modules/enterprise/tabs/tabs.css.map +1 -1
  69. package/dist/styles/_modules/enterprise/top-bar/index.css +1 -0
  70. package/dist/styles/_modules/enterprise/top-bar/index.css.map +1 -0
  71. package/dist/styles/_modules/enterprise/top-bar/top-bar.css +1 -0
  72. package/dist/styles/_modules/enterprise/top-bar/top-bar.css.map +1 -0
  73. package/dist/theme.js +1 -1
  74. package/dist/types/core-ui-css-selectors.d.ts +20 -2
  75. package/dist/types/core-ui-css-selectors.js +20 -2
  76. package/dist/types/core-ui-css-selectors.ts +20 -2
  77. package/dist/types/enterprise-css-selectors.d.ts +54 -2
  78. package/dist/types/enterprise-css-selectors.js +54 -2
  79. package/dist/types/enterprise-css-selectors.ts +54 -2
  80. package/dist/types/shared-css-selectors.d.ts +1 -1
  81. package/dist/types/shared-css-selectors.js +1 -1
  82. package/dist/types/shared-css-selectors.ts +1 -1
  83. package/package.json +1 -1
@@ -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__tab-item--active .enterprise-tabs{color:var(--color-enterprise-top-tab-text-selected)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active) .enterprise-tabs{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__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);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)}.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-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"],"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,UAKJ,oDACE,oDAGF,0FACE,iDDrGA,4BC0GA,+DACA,sBACA,wBACA,4DAGA,sDACE,iBDjHF,qCCuHA,wBACA,0BACA,8DAEA,oED3HA,6BCgIA,oCACA,2EAEA,mCACE,yEDzHF,sCCiIE,kPDjIF,uCCyIE","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/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,sFAEA,8DACE,qBACA,uBACA,uDAGF,sCACE,+BACA,kBACA,qEAEA,4CACE,oFACA,mECnCN,sDACE,oDAGF,sDACE,qDVaA,oCURA,iEAKA,iDACE,iDACA,oBVCF,wCUKA,kFAKA,kKAEE","file":"index.css"}
@@ -0,0 +1 @@
1
+ .enterprise-layouts__container{background-color:var(--color-enterprise-view-background)}.enterprise-layouts__container-outer{background-color:var(--color-enterprise-view-splitter-default)}/*# sourceMappingURL=index.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/layouts/layouts.scss"],"names":[],"mappings":"AAgCI,+BChBA,yDDgBA,qCCXA","file":"index.css"}
@@ -0,0 +1 @@
1
+ .enterprise-layouts__container{background-color:var(--color-enterprise-view-background)}.enterprise-layouts__container-outer{background-color:var(--color-enterprise-view-splitter-default)}/*# sourceMappingURL=layouts.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/layouts/layouts.scss"],"names":[],"mappings":"AAgCI,+BChBA,yDDgBA,qCCXA","file":"layouts.css"}
@@ -0,0 +1 @@
1
+ .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)}/*# sourceMappingURL=index.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/modal/modal.scss"],"names":[],"mappings":"AAgCI,2BCbA,kDDaA,6BCRA,iBACA,mBACA,8CACA,sDACA,WACE,qGDGF,yBCIA,0CDJA,+BCSA,0CDTA,0BCcA,qBACA,uBACA","file":"index.css"}
@@ -0,0 +1 @@
1
+ .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)}/*# sourceMappingURL=modal.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/modal/modal.scss"],"names":[],"mappings":"AAgCI,2BCbA,kDDaA,6BCRA,iBACA,mBACA,8CACA,sDACA,WACE,qGDGF,yBCIA,0CDJA,+BCSA,0CDTA,0BCcA,qBACA,uBACA","file":"modal.css"}
@@ -0,0 +1 @@
1
+ .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)}/*# sourceMappingURL=index.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/search/search.scss"],"names":[],"mappings":"AAgCI,8BCXA,gEACA,wDACA,oDDSA,0CCJA,iEDIA,qCCCA,4DDDA,kCCMA,uEACA,sDAEA,wCACE,qEACA,gGAOA,wEACA,uDAEA,mDACE,uEDtBJ,uCC6BA,sDAIA,+EACE,oDAGF,oHACE,uDDtCF,0BC4CA,gEACA,kBACA,wBACA,0BACA,+DACA,uDAEA,uCACE,qDDpDF,2BC0DA,0EAEA,iCACE,wEAGF,yCACE,2EACA,iDACA,oBDxDF,qCC+DE,2ED1EF,gCCgFA,iDACA,uEAKA,iEACE,kDAMF,6EACE,wDAMF,qEACE,oDAMF,+DACE","file":"index.css"}
@@ -0,0 +1 @@
1
+ .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)}/*# sourceMappingURL=search.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/search/search.scss"],"names":[],"mappings":"AAgCI,8BCXA,gEACA,wDACA,oDDSA,0CCJA,iEDIA,qCCCA,4DDDA,kCCMA,uEACA,sDAEA,wCACE,qEACA,gGAOA,wEACA,uDAEA,mDACE,uEDtBJ,uCC6BA,sDAIA,+EACE,oDAGF,oHACE,uDDtCF,0BC4CA,gEACA,kBACA,wBACA,0BACA,+DACA,uDAEA,uCACE,qDDpDF,2BC0DA,0EAEA,iCACE,wEAGF,yCACE,2EACA,iDACA,oBDxDF,qCC+DE,2ED1EF,gCCgFA,iDACA,uEAKA,iEACE,kDAMF,6EACE,wDAMF,qEACE,oDAMF,+DACE","file":"search.css"}
@@ -0,0 +1 @@
1
+ .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)}/*# sourceMappingURL=index.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/side-panel/side-panel.scss"],"names":[],"mappings":"AAgCI,kCClBA,+DACA,sBACA,wBACA","file":"index.css"}
@@ -0,0 +1 @@
1
+ .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)}/*# sourceMappingURL=side-panel.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/side-panel/side-panel.scss"],"names":[],"mappings":"AAgCI,kCClBA,+DACA,sBACA,wBACA","file":"side-panel.css"}
@@ -0,0 +1 @@
1
+ .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)}/*# sourceMappingURL=index.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/status-indicator/status-indicator.scss"],"names":[],"mappings":"AAqBI,6BCXF,oDDsBE,mCClBA,oDD6BA,0CCzBE,oDDyBF,yCCpBE,oDDoBF,oCCdA,oDDcA,mCCTA,oDDSA,sCCJA,oDDIA,4CCCA","file":"index.css"}
@@ -0,0 +1 @@
1
+ .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)}/*# sourceMappingURL=status-indicator.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/status-indicator/status-indicator.scss"],"names":[],"mappings":"AAqBI,6BCXF,oDDsBE,mCClBA,oDD6BA,0CCzBE,oDDyBF,yCCpBE,oDDoBF,oCCdA,oDDcA,mCCTA,oDDSA,sCCJA,oDDIA,4CCCA","file":"status-indicator.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__tab-item--active .enterprise-tabs{color:var(--color-enterprise-top-tab-text-selected)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active) .enterprise-tabs{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__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);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 +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,UAKJ,oDACE,oDAGF,0FACE,iDDrGA,4BC0GA,+DACA,sBACA,wBACA,4DAGA,sDACE,iBDjHF,qCCuHA,wBACA,0BACA,8DAEA,oED3HA,6BCgIA,oCACA,2EAEA,mCACE,yEDzHF,sCCiIE,kPDjIF,uCCyIE","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,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 +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__tab-item--active .enterprise-tabs{color:var(--color-enterprise-top-tab-text-selected)}.enterprise-tabs__tab-item:hover:not(.enterprise-tabs__tab-item--active) .enterprise-tabs{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__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);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 +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,UAKJ,oDACE,oDAGF,0FACE,iDDrGA,4BC0GA,+DACA,sBACA,wBACA,4DAGA,sDACE,iBDjHF,qCCuHA,wBACA,0BACA,8DAEA,oED3HA,6BCgIA,oCACA,2EAEA,mCACE,yEDzHF,sCCiIE,kPDjIF,uCCyIE","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,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"}
@@ -0,0 +1 @@
1
+ .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)}/*# sourceMappingURL=index.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/top-bar/top-bar.scss"],"names":[],"mappings":"AAqBI,oBCTF,+DDoBE,0BChBA,wBACA,0BACA,8DDcA,4BCJA,wBACA,0BACA,8DDEA,2BCGA,wBACA,0BACA","file":"index.css"}
@@ -0,0 +1 @@
1
+ .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)}/*# sourceMappingURL=top-bar.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../../../src/styles/_core/_namespace.scss","../../../../../src/styles/_modules/enterprise/top-bar/top-bar.scss"],"names":[],"mappings":"AAqBI,oBCTF,+DDoBE,0BChBA,wBACA,0BACA,8DDcA,4BCJA,wBACA,0BACA,8DDEA,2BCGA,wBACA,0BACA","file":"top-bar.css"}
package/dist/theme.js CHANGED
@@ -1 +1 @@
1
- var e={9037:function(e,t,r){var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.getMostReadable=t.darkenColor=t.lightenColor=void 0;const n=a(r(5888)),i=(e,t,r)=>{if(r&&(r<0||r>100))throw new Error(`${r} must be a number between 0 and 100`);return(0,n.default)(e)[t](r).toString()};t.lightenColor=(e,t)=>i(e,"lighten",t),t.darkenColor=(e,t)=>i(e,"darken",t),t.getMostReadable=(e,t)=>n.default.mostReadable(e,t).toHexString()},5820:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.IconSize=t.Transition=t.LineHeight=t.FontWeight=t.FontSize=t.FontFamily=t.Shadow=t.Radius=t.UnitPx=t.Unit=t.SizeName=t.Size=t.Color=void 0,t.Color={white:"#FFFFFF",lightGray1:"#FAFBFE",lightGray2:"#F3F5F8",lightGray3:"#ECEEF1",lightGray4:"#DDDFE4",lightGray5:"#C9CBD2",neutralGray:"#7D808A",neutralGray80:"rgba(125,128,138,0.8)",silverGray:"#C0C1C2",darkGray1:"#53565F",darkGray2:"#383A40",darkGray3:"#2F3136",darkGray4:"#24262B",darkGray5:"#1E1F23",darkGray6:"#111214",openFinDarkest:"#3D39CD",openFinDarker:"#4642E0",openFin:"#504CFF",openFinLight:"#5254FB",openFinLighter:"#5C5EFE",openFinLightest:"#6864FF",functional1:"#207735",functional2:"#46C8F1",functional3:"#0A76D3",functional4:"#6CADE5",functional5:"#0A76D3",functional6:"#882BFE",functional7:"#F31818",functional8:"#C93400",functional9:"#FF5E60",functional10:"#F48F00",purple:"#8C61FF",lightblue:"#36C3FE",aqua:"#00CC88",yellow:"#FFEB00",salmon:"#FF8C4C",pink:"#FF5E60",lightpink:"#FF8FB8",white00:"rgba(255,255,255,0.0)",white10:"rgba(255,255,255,0.1)",white20:"rgba(255,255,255,0.2)",white30:"rgba(255,255,255,0.3)",white40:"rgba(255,255,255,0.4)",white50:"rgba(255,255,255,0.5)",white60:"rgba(255,255,255,0.6)",white70:"rgba(255,255,255,0.7)",white80:"rgba(255,255,255,0.8)",white90:"rgba(255,255,255,0.9)",black00:"rgba(0,0,0,0.0)",black10:"rgba(0,0,0,0.1)",black20:"rgba(0,0,0,0.2)",black30:"rgba(0,0,0,0.3)",black40:"rgba(0,0,0,0.4)",black50:"rgba(0,0,0,0.5)",black60:"rgba(0,0,0,0.6)",black70:"rgba(0,0,0,0.7)",black80:"rgba(0,0,0,0.8)",black90:"rgba(0,0,0,0.9)",transparent:"transparent",openFinActive:"#4642FF",openFinHover:"#6965FF",lightGray4Active:"#D7DADF",lightGray4Hover:"#EBECEF",darkGray2Active:"#33353B",darkGray2Hover:"#44464E"},t.Size={xsmall:"xsmall",small:"small",base:"base",large:"large",xlarge:"xlarge",xxlarge:"xxlarge",xxxlarge:"xxxlarge",xxxxlarge:"xxxxlarge"},t.SizeName={[t.Size.xsmall]:"Extra Small",[t.Size.small]:"Small",[t.Size.base]:"Base",[t.Size.large]:"Large",[t.Size.xlarge]:"Extra Large",[t.Size.xxlarge]:"2X Large",[t.Size.xxxlarge]:"3X Large",[t.Size.xxxxlarge]:"4X Large"},t.Unit={[t.Size.xsmall]:4,[t.Size.small]:8,[t.Size.base]:12,[t.Size.large]:16,[t.Size.xlarge]:20,[t.Size.xxlarge]:24,[t.Size.xxxlarge]:32,[t.Size.xxxxlarge]:48},t.UnitPx={[t.Size.xsmall]:"4px",[t.Size.small]:"8px",[t.Size.base]:"12px",[t.Size.large]:"16px",[t.Size.xlarge]:"20px",[t.Size.xxlarge]:"24px",[t.Size.xxxlarge]:"32px",[t.Size.xxxxlarge]:"48px"},t.Radius={[t.Size.xsmall]:"2px",[t.Size.small]:"4px",[t.Size.base]:"8px",[t.Size.large]:"24px",pill:"100vh",round:"50%",none:"0"},t.Shadow={[t.Size.base]:"0 4px 4px rgba(0, 0, 0, 0.25)"},t.FontFamily=["Inter","system-ui","BlinkMacSystemFont","Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue","sans-serif"].join(","),t.FontSize={[t.Size.xsmall]:"8px",[t.Size.small]:"10px",[t.Size.base]:"12px",[t.Size.large]:"14px",[t.Size.xlarge]:"16px",[t.Size.xxlarge]:"18px",[t.Size.xxxlarge]:"20px",[t.Size.xxxxlarge]:"40px"},t.FontWeight={normal:400,bold:600},t.LineHeight={ui:1,heading:1.2,text:1.5},t.Transition={base:"200ms cubic-bezier(0.16, 1, 0.3, 1)",none:"0ms"},t.IconSize={[t.Size.xsmall]:t.UnitPx.small,[t.Size.small]:t.UnitPx.base,[t.Size.base]:"15px",[t.Size.large]:t.UnitPx.xlarge,[t.Size.xlarge]:t.UnitPx.xxlarge,[t.Size.xxlarge]:t.UnitPx.xxxlarge,[t.Size.xxxlarge]:t.UnitPx.xxxxlarge}},1848:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.createTheme=void 0;const a=r(5820),n=r(9037),i=r(4502),o={fontFamily:a.FontFamily,fontSize:a.FontSize,fontWeight:a.FontWeight,lineHeight:a.LineHeight,iconSize:a.IconSize,radius:a.Radius,shadow:a.Shadow,transition:a.Transition,unit:a.Unit,px:a.UnitPx},l=(e,t)=>({[`${e}Active`]:(0,n.darkenColor)(t,2),[`${e}Hover`]:(0,n.lightenColor)(t,5),[`${e}Focused`]:(0,n.getMostReadable)(t,[a.Color.white,a.Color.darkGray5]),[`${e}Text`]:(0,n.getMostReadable)(t,[a.Color.white,a.Color.darkGray5])});t.createTheme=e=>Object.assign(Object.assign({},o),{palette:Object.assign(Object.assign(Object.assign({},l(i.Palette.brandPrimary,e.brandPrimary)),l(i.Palette.brandSecondary,e.brandSecondary)),e)})},4502:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Palette=void 0,t.Palette={background1:"background1",background2:"background2",background3:"background3",background4:"background4",background5:"background5",background6:"background6",brandPrimary:"brandPrimary",brandSecondary:"brandSecondary",brandPrimaryActive:"brandPrimaryActive",brandPrimaryHover:"brandPrimaryHover",brandPrimaryFocused:"brandPrimaryFocused",brandPrimaryText:"brandPrimaryText",brandSecondaryActive:"brandSecondaryActive",brandSecondaryHover:"brandSecondaryHover",brandSecondaryFocused:"brandSecondaryFocused",brandSecondaryText:"brandSecondaryText",inputBackground:"inputBackground",inputColor:"inputColor",inputPlaceholder:"inputPlaceholder",inputDisabled:"inputDisabled",inputFocused:"inputFocused",inputBorder:"inputBorder",statusSuccess:"statusSuccess",statusWarning:"statusWarning",statusCritical:"statusCritical",statusActive:"statusActive",textDefault:"textDefault",textHelp:"textHelp",textInactive:"textInactive",borderNeutral:"borderNeutral",contentBackground1:"contentBackground1",contentBackground2:"contentBackground2",contentBackground3:"contentBackground3",contentBackground4:"contentBackground4",contentBackground5:"contentBackground5",linkDefault:"linkDefault",linkHover:"linkHover"}},5888:function(e){e.exports=function(){function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(t)}var t=/^\s+/,r=/\s+$/;function a(n,i){if(i=i||{},(n=n||"")instanceof a)return n;if(!(this instanceof a))return new a(n,i);var o=function(a){var n={r:0,g:0,b:0},i=1,o=null,l=null,s=null,u=!1,h=!1;return"string"==typeof a&&(a=function(e){e=e.replace(t,"").replace(r,"").toLowerCase();var a,n=!1;if(v[e])e=v[e],n=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};return(a=E.rgb.exec(e))?{r:a[1],g:a[2],b:a[3]}:(a=E.rgba.exec(e))?{r:a[1],g:a[2],b:a[3],a:a[4]}:(a=E.hsl.exec(e))?{h:a[1],s:a[2],l:a[3]}:(a=E.hsla.exec(e))?{h:a[1],s:a[2],l:a[3],a:a[4]}:(a=E.hsv.exec(e))?{h:a[1],s:a[2],v:a[3]}:(a=E.hsva.exec(e))?{h:a[1],s:a[2],v:a[3],a:a[4]}:(a=E.hex8.exec(e))?{r:M(a[1]),g:M(a[2]),b:M(a[3]),a:C(a[4]),format:n?"name":"hex8"}:(a=E.hex6.exec(e))?{r:M(a[1]),g:M(a[2]),b:M(a[3]),format:n?"name":"hex"}:(a=E.hex4.exec(e))?{r:M(a[1]+""+a[1]),g:M(a[2]+""+a[2]),b:M(a[3]+""+a[3]),a:C(a[4]+""+a[4]),format:n?"name":"hex8"}:!!(a=E.hex3.exec(e))&&{r:M(a[1]+""+a[1]),g:M(a[2]+""+a[2]),b:M(a[3]+""+a[3]),format:n?"name":"hex"}}(a)),"object"==e(a)&&(B(a.r)&&B(a.g)&&B(a.b)?(c=a.r,f=a.g,g=a.b,n={r:255*k(c,255),g:255*k(f,255),b:255*k(g,255)},u=!0,h="%"===String(a.r).substr(-1)?"prgb":"rgb"):B(a.h)&&B(a.s)&&B(a.v)?(o=w(a.s),l=w(a.v),n=function(e,t,r){e=6*k(e,360),t=k(t,100),r=k(r,100);var a=Math.floor(e),n=e-a,i=r*(1-t),o=r*(1-n*t),l=r*(1-(1-n)*t),s=a%6;return{r:255*[r,o,i,i,l,r][s],g:255*[l,r,r,o,i,i][s],b:255*[i,i,l,r,r,o][s]}}(a.h,o,l),u=!0,h="hsv"):B(a.h)&&B(a.s)&&B(a.l)&&(o=w(a.s),s=w(a.l),n=function(e,t,r){var a,n,i;function o(e,t,r){return r<0&&(r+=1),r>1&&(r-=1),r<1/6?e+6*(t-e)*r:r<.5?t:r<2/3?e+(t-e)*(2/3-r)*6:e}if(e=k(e,360),t=k(t,100),r=k(r,100),0===t)a=n=i=r;else{var l=r<.5?r*(1+t):r+t-r*t,s=2*r-l;a=o(s,l,e+1/3),n=o(s,l,e),i=o(s,l,e-1/3)}return{r:255*a,g:255*n,b:255*i}}(a.h,o,s),u=!0,h="hsl"),a.hasOwnProperty("a")&&(i=a.a)),i=S(i),{ok:u,format:a.format||h,r:Math.min(255,Math.max(n.r,0)),g:Math.min(255,Math.max(n.g,0)),b:Math.min(255,Math.max(n.b,0)),a:i};var c,f,g}(n);this._originalInput=n,this._r=o.r,this._g=o.g,this._b=o.b,this._a=o.a,this._roundA=Math.round(100*this._a)/100,this._format=i.format||o.format,this._gradientType=i.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=o.ok}function n(e,t,r){e=k(e,255),t=k(t,255),r=k(r,255);var a,n,i=Math.max(e,t,r),o=Math.min(e,t,r),l=(i+o)/2;if(i==o)a=n=0;else{var s=i-o;switch(n=l>.5?s/(2-i-o):s/(i+o),i){case e:a=(t-r)/s+(t<r?6:0);break;case t:a=(r-e)/s+2;break;case r:a=(e-t)/s+4}a/=6}return{h:a,s:n,l}}function i(e,t,r){e=k(e,255),t=k(t,255),r=k(r,255);var a,n,i=Math.max(e,t,r),o=Math.min(e,t,r),l=i,s=i-o;if(n=0===i?0:s/i,i==o)a=0;else{switch(i){case e:a=(t-r)/s+(t<r?6:0);break;case t:a=(r-e)/s+2;break;case r:a=(e-t)/s+4}a/=6}return{h:a,s:n,v:l}}function o(e,t,r,a){var n=[A(Math.round(e).toString(16)),A(Math.round(t).toString(16)),A(Math.round(r).toString(16))];return a&&n[0].charAt(0)==n[0].charAt(1)&&n[1].charAt(0)==n[1].charAt(1)&&n[2].charAt(0)==n[2].charAt(1)?n[0].charAt(0)+n[1].charAt(0)+n[2].charAt(0):n.join("")}function l(e,t,r,a){return[A(z(a)),A(Math.round(e).toString(16)),A(Math.round(t).toString(16)),A(Math.round(r).toString(16))].join("")}function s(e,t){t=0===t?0:t||10;var r=a(e).toHsl();return r.s-=t/100,r.s=F(r.s),a(r)}function u(e,t){t=0===t?0:t||10;var r=a(e).toHsl();return r.s+=t/100,r.s=F(r.s),a(r)}function h(e){return a(e).desaturate(100)}function c(e,t){t=0===t?0:t||10;var r=a(e).toHsl();return r.l+=t/100,r.l=F(r.l),a(r)}function f(e,t){t=0===t?0:t||10;var r=a(e).toRgb();return r.r=Math.max(0,Math.min(255,r.r-Math.round(-t/100*255))),r.g=Math.max(0,Math.min(255,r.g-Math.round(-t/100*255))),r.b=Math.max(0,Math.min(255,r.b-Math.round(-t/100*255))),a(r)}function g(e,t){t=0===t?0:t||10;var r=a(e).toHsl();return r.l-=t/100,r.l=F(r.l),a(r)}function d(e,t){var r=a(e).toHsl(),n=(r.h+t)%360;return r.h=n<0?360+n:n,a(r)}function b(e){var t=a(e).toHsl();return t.h=(t.h+180)%360,a(t)}function x(e,t){if(isNaN(t)||t<=0)throw new Error("Argument to polyad must be a positive number");for(var r=a(e).toHsl(),n=[a(e)],i=360/t,o=1;o<t;o++)n.push(a({h:(r.h+o*i)%360,s:r.s,l:r.l}));return n}function p(e){var t=a(e).toHsl(),r=t.h;return[a(e),a({h:(r+72)%360,s:t.s,l:t.l}),a({h:(r+216)%360,s:t.s,l:t.l})]}function m(e,t,r){t=t||6,r=r||30;var n=a(e).toHsl(),i=360/r,o=[a(e)];for(n.h=(n.h-(i*t>>1)+720)%360;--t;)n.h=(n.h+i)%360,o.push(a(n));return o}function y(e,t){t=t||6;for(var r=a(e).toHsv(),n=r.h,i=r.s,o=r.v,l=[],s=1/t;t--;)l.push(a({h:n,s:i,v:o})),o=(o+s)%1;return l}a.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,r,a=this.toRgb();return e=a.r/255,t=a.g/255,r=a.b/255,.2126*(e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.7152*(t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))+.0722*(r<=.03928?r/12.92:Math.pow((r+.055)/1.055,2.4))},setAlpha:function(e){return this._a=S(e),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var e=i(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=i(this._r,this._g,this._b),t=Math.round(360*e.h),r=Math.round(100*e.s),a=Math.round(100*e.v);return 1==this._a?"hsv("+t+", "+r+"%, "+a+"%)":"hsva("+t+", "+r+"%, "+a+"%, "+this._roundA+")"},toHsl:function(){var e=n(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=n(this._r,this._g,this._b),t=Math.round(360*e.h),r=Math.round(100*e.s),a=Math.round(100*e.l);return 1==this._a?"hsl("+t+", "+r+"%, "+a+"%)":"hsla("+t+", "+r+"%, "+a+"%, "+this._roundA+")"},toHex:function(e){return o(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,t,r,a,n){var i=[A(Math.round(e).toString(16)),A(Math.round(t).toString(16)),A(Math.round(r).toString(16)),A(z(a))];return n&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)&&i[3].charAt(0)==i[3].charAt(1)?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0)+i[3].charAt(0):i.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(100*k(this._r,255))+"%",g:Math.round(100*k(this._g,255))+"%",b:Math.round(100*k(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+Math.round(100*k(this._r,255))+"%, "+Math.round(100*k(this._g,255))+"%, "+Math.round(100*k(this._b,255))+"%)":"rgba("+Math.round(100*k(this._r,255))+"%, "+Math.round(100*k(this._g,255))+"%, "+Math.round(100*k(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(_[o(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+l(this._r,this._g,this._b,this._a),r=t,n=this._gradientType?"GradientType = 1, ":"";if(e){var i=a(e);r="#"+l(i._r,i._g,i._b,i._a)}return"progid:DXImageTransform.Microsoft.gradient("+n+"startColorstr="+t+",endColorstr="+r+")"},toString:function(e){var t=!!e;e=e||this._format;var r=!1,a=this._a<1&&this._a>=0;return t||!a||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(r=this.toRgbString()),"prgb"===e&&(r=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(r=this.toHexString()),"hex3"===e&&(r=this.toHexString(!0)),"hex4"===e&&(r=this.toHex8String(!0)),"hex8"===e&&(r=this.toHex8String()),"name"===e&&(r=this.toName()),"hsl"===e&&(r=this.toHslString()),"hsv"===e&&(r=this.toHsvString()),r||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return a(this.toString())},_applyModification:function(e,t){var r=e.apply(null,[this].concat([].slice.call(t)));return this._r=r._r,this._g=r._g,this._b=r._b,this.setAlpha(r._a),this},lighten:function(){return this._applyModification(c,arguments)},brighten:function(){return this._applyModification(f,arguments)},darken:function(){return this._applyModification(g,arguments)},desaturate:function(){return this._applyModification(s,arguments)},saturate:function(){return this._applyModification(u,arguments)},greyscale:function(){return this._applyModification(h,arguments)},spin:function(){return this._applyModification(d,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(m,arguments)},complement:function(){return this._applyCombination(b,arguments)},monochromatic:function(){return this._applyCombination(y,arguments)},splitcomplement:function(){return this._applyCombination(p,arguments)},triad:function(){return this._applyCombination(x,[3])},tetrad:function(){return this._applyCombination(x,[4])}},a.fromRatio=function(t,r){if("object"==e(t)){var n={};for(var i in t)t.hasOwnProperty(i)&&(n[i]="a"===i?t[i]:w(t[i]));t=n}return a(t,r)},a.equals=function(e,t){return!(!e||!t)&&a(e).toRgbString()==a(t).toRgbString()},a.random=function(){return a.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})},a.mix=function(e,t,r){r=0===r?0:r||50;var n=a(e).toRgb(),i=a(t).toRgb(),o=r/100;return a({r:(i.r-n.r)*o+n.r,g:(i.g-n.g)*o+n.g,b:(i.b-n.b)*o+n.b,a:(i.a-n.a)*o+n.a})},a.readability=function(e,t){var r=a(e),n=a(t);return(Math.max(r.getLuminance(),n.getLuminance())+.05)/(Math.min(r.getLuminance(),n.getLuminance())+.05)},a.isReadable=function(e,t,r){var n,i,o,l,s,u=a.readability(e,t);switch(i=!1,(o=r,"AA"!==(l=((o=o||{level:"AA",size:"small"}).level||"AA").toUpperCase())&&"AAA"!==l&&(l="AA"),"small"!==(s=(o.size||"small").toLowerCase())&&"large"!==s&&(s="small"),n={level:l,size:s}).level+n.size){case"AAsmall":case"AAAlarge":i=u>=4.5;break;case"AAlarge":i=u>=3;break;case"AAAsmall":i=u>=7}return i},a.mostReadable=function(e,t,r){var n,i,o,l,s=null,u=0;i=(r=r||{}).includeFallbackColors,o=r.level,l=r.size;for(var h=0;h<t.length;h++)(n=a.readability(e,t[h]))>u&&(u=n,s=a(t[h]));return a.isReadable(e,s,{level:o,size:l})||!i?s:(r.includeFallbackColors=!1,a.mostReadable(e,["#fff","#000"],r))};var v=a.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},_=a.hexNames=function(e){var t={};for(var r in e)e.hasOwnProperty(r)&&(t[e[r]]=r);return t}(v);function S(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function k(e,t){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var r=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=Math.min(t,Math.max(0,parseFloat(e))),r&&(e=parseInt(e*t,10)/100),Math.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function F(e){return Math.min(1,Math.max(0,e))}function M(e){return parseInt(e,16)}function A(e){return 1==e.length?"0"+e:""+e}function w(e){return e<=1&&(e=100*e+"%"),e}function z(e){return Math.round(255*parseFloat(e)).toString(16)}function C(e){return M(e)/255}var H,P,R,E=(P="[\\s|\\(]+("+(H="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+H+")[,|\\s]+("+H+")\\s*\\)?",R="[\\s|\\(]+("+H+")[,|\\s]+("+H+")[,|\\s]+("+H+")[,|\\s]+("+H+")\\s*\\)?",{CSS_UNIT:new RegExp(H),rgb:new RegExp("rgb"+P),rgba:new RegExp("rgba"+R),hsl:new RegExp("hsl"+P),hsla:new RegExp("hsla"+R),hsv:new RegExp("hsv"+P),hsva:new RegExp("hsva"+R),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function B(e){return!!E.CSS_UNIT.exec(e)}return a}()}},t={};function r(a){var n=t[a];if(void 0!==n)return n.exports;var i=t[a]={exports:{}};return e[a].call(i.exports,i,i.exports,r),i.exports}var a={};(()=>{var e=a;Object.defineProperty(e,"__esModule",{value:!0}),e.createTheme=e.Palette=e.Color=void 0;var t=r(5820);Object.defineProperty(e,"Color",{enumerable:!0,get:function(){return t.Color}});var n=r(4502);Object.defineProperty(e,"Palette",{enumerable:!0,get:function(){return n.Palette}});var i=r(1848);Object.defineProperty(e,"createTheme",{enumerable:!0,get:function(){return i.createTheme}})})();var n=exports;for(var i in a)n[i]=a[i];a.__esModule&&Object.defineProperty(n,"__esModule",{value:!0});
1
+ var e={9037:function(e,t,r){var a=this&&this.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(t,"__esModule",{value:!0}),t.toRgbaColor=t.getMostReadable=t.darkenColor=t.lightenColor=void 0;const n=a(r(5888)),i=(e,t,r)=>{if(r&&(r<0||r>100))throw new Error(`${r} must be a number between 0 and 100`);return(0,n.default)(e)[t](r).toString()};t.lightenColor=(e,t)=>i(e,"lighten",t),t.darkenColor=(e,t)=>i(e,"darken",t),t.getMostReadable=(e,t)=>n.default.mostReadable(e,t).toHexString(),t.toRgbaColor=(e,t=1)=>(0,n.default)(e).setAlpha(t).toRgbString()},5820:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.IconSize=t.Transition=t.LineHeight=t.FontWeight=t.FontSize=t.FontFamily=t.Shadow=t.Radius=t.UnitPx=t.Unit=t.SizeName=t.Size=t.Color=void 0,t.Color={white:"#FFFFFF",lightGray1:"#FAFBFE",lightGray2:"#F3F5F8",lightGray3:"#ECEEF1",lightGray4:"#DDDFE4",lightGray5:"#C9CBD2",neutralGray:"#7D808A",neutralGray80:"rgba(125,128,138,0.8)",silverGray:"#C0C1C2",darkGray1:"#53565F",darkGray2:"#383A40",darkGray3:"#2F3136",darkGray4:"#24262B",darkGray5:"#1E1F23",darkGray6:"#111214",openFinDarkest:"#3D39CD",openFinDarker:"#4642E0",openFin:"#504CFF",openFinLight:"#5254FB",openFinLighter:"#5C5EFE",openFinLightest:"#6864FF",functional1:"#207735",functional2:"#46C8F1",functional3:"#0A76D3",functional4:"#6CADE5",functional5:"#0A76D3",functional6:"#882BFE",functional7:"#F31818",functional8:"#C93400",functional9:"#FF5E60",functional10:"#F48F00",purple:"var(--color-primitives-indigo-500)",lightblue:"var(--color-primitives-blue-500)",aqua:"var(--color-primitives-teal-500)",yellow:"var(--color-primitives-yellow-500)",salmon:"var(--color-primitives-orange-500)",pink:"var(--color-primitives-pink-500)",lightpink:"var(--color-primitives-pink-500)",white00:"rgba(255,255,255,0.0)",white10:"rgba(255,255,255,0.1)",white20:"rgba(255,255,255,0.2)",white30:"rgba(255,255,255,0.3)",white40:"rgba(255,255,255,0.4)",white50:"rgba(255,255,255,0.5)",white60:"rgba(255,255,255,0.6)",white70:"rgba(255,255,255,0.7)",white80:"rgba(255,255,255,0.8)",white90:"rgba(255,255,255,0.9)",black00:"rgba(0,0,0,0.0)",black10:"rgba(0,0,0,0.1)",black20:"rgba(0,0,0,0.2)",black30:"rgba(0,0,0,0.3)",black40:"rgba(0,0,0,0.4)",black50:"rgba(0,0,0,0.5)",black60:"rgba(0,0,0,0.6)",black70:"rgba(0,0,0,0.7)",black80:"rgba(0,0,0,0.8)",black90:"rgba(0,0,0,0.9)",transparent:"transparent",openFinActive:"#4642FF",openFinHover:"#6965FF",lightGray4Active:"#D7DADF",lightGray4Hover:"#EBECEF",darkGray2Active:"#33353B",darkGray2Hover:"#44464E"},t.Size={xsmall:"xsmall",small:"small",base:"base",large:"large",xlarge:"xlarge",xxlarge:"xxlarge",xxxlarge:"xxxlarge",xxxxlarge:"xxxxlarge"},t.SizeName={[t.Size.xsmall]:"Extra Small",[t.Size.small]:"Small",[t.Size.base]:"Base",[t.Size.large]:"Large",[t.Size.xlarge]:"Extra Large",[t.Size.xxlarge]:"2X Large",[t.Size.xxxlarge]:"3X Large",[t.Size.xxxxlarge]:"4X Large"},t.Unit={[t.Size.xsmall]:4,[t.Size.small]:8,[t.Size.base]:12,[t.Size.large]:16,[t.Size.xlarge]:20,[t.Size.xxlarge]:24,[t.Size.xxxlarge]:32,[t.Size.xxxxlarge]:48},t.UnitPx={[t.Size.xsmall]:"4px",[t.Size.small]:"8px",[t.Size.base]:"12px",[t.Size.large]:"16px",[t.Size.xlarge]:"20px",[t.Size.xxlarge]:"24px",[t.Size.xxxlarge]:"32px",[t.Size.xxxxlarge]:"48px"},t.Radius={[t.Size.xsmall]:"2px",[t.Size.small]:"4px",[t.Size.base]:"8px",[t.Size.large]:"24px",pill:"100vh",round:"50%",none:"0"},t.Shadow={[t.Size.base]:"0 4px 4px rgba(0, 0, 0, 0.25)"},t.FontFamily=["Inter","system-ui","BlinkMacSystemFont","Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue","sans-serif"].join(","),t.FontSize={[t.Size.xsmall]:"8px",[t.Size.small]:"10px",[t.Size.base]:"12px",[t.Size.large]:"14px",[t.Size.xlarge]:"16px",[t.Size.xxlarge]:"18px",[t.Size.xxxlarge]:"20px",[t.Size.xxxxlarge]:"40px"},t.FontWeight={normal:400,bold:600},t.LineHeight={ui:1,heading:1.2,text:1.5},t.Transition={base:"200ms cubic-bezier(0.16, 1, 0.3, 1)",none:"0ms"},t.IconSize={[t.Size.xsmall]:t.UnitPx.small,[t.Size.small]:t.UnitPx.base,[t.Size.base]:"15px",[t.Size.large]:t.UnitPx.xlarge,[t.Size.xlarge]:t.UnitPx.xxlarge,[t.Size.xxlarge]:t.UnitPx.xxxlarge,[t.Size.xxxlarge]:t.UnitPx.xxxxlarge}},1848:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.createTheme=void 0;const a=r(5820),n=r(9037),i=r(4502),o={fontFamily:a.FontFamily,fontSize:a.FontSize,fontWeight:a.FontWeight,lineHeight:a.LineHeight,iconSize:a.IconSize,radius:a.Radius,shadow:a.Shadow,transition:a.Transition,unit:a.Unit,px:a.UnitPx},l=(e,t)=>({[`${e}Active`]:(0,n.darkenColor)(t,2),[`${e}Hover`]:(0,n.lightenColor)(t,5),[`${e}Focused`]:(0,n.getMostReadable)(t,[a.Color.white,a.Color.darkGray5]),[`${e}Text`]:(0,n.getMostReadable)(t,[a.Color.white,a.Color.darkGray5])});t.createTheme=e=>Object.assign(Object.assign({},o),{palette:Object.assign(Object.assign(Object.assign({},l(i.Palette.brandPrimary,e.brandPrimary)),l(i.Palette.brandSecondary,e.brandSecondary)),e)})},4502:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0}),t.Palette=void 0,t.Palette={background1:"background1",background2:"background2",background3:"background3",background4:"background4",background5:"background5",background6:"background6",brandPrimary:"brandPrimary",brandSecondary:"brandSecondary",brandPrimaryActive:"brandPrimaryActive",brandPrimaryHover:"brandPrimaryHover",brandPrimaryFocused:"brandPrimaryFocused",brandPrimaryText:"brandPrimaryText",brandSecondaryActive:"brandSecondaryActive",brandSecondaryHover:"brandSecondaryHover",brandSecondaryFocused:"brandSecondaryFocused",brandSecondaryText:"brandSecondaryText",inputBackground:"inputBackground",inputColor:"inputColor",inputPlaceholder:"inputPlaceholder",inputDisabled:"inputDisabled",inputFocused:"inputFocused",inputBorder:"inputBorder",statusSuccess:"statusSuccess",statusWarning:"statusWarning",statusCritical:"statusCritical",statusActive:"statusActive",textDefault:"textDefault",textHelp:"textHelp",textInactive:"textInactive",borderNeutral:"borderNeutral",contentBackground1:"contentBackground1",contentBackground2:"contentBackground2",contentBackground3:"contentBackground3",contentBackground4:"contentBackground4",contentBackground5:"contentBackground5",linkDefault:"linkDefault",linkHover:"linkHover"}},5888:function(e){e.exports=function(){function e(t){return e="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e(t)}var t=/^\s+/,r=/\s+$/;function a(n,i){if(i=i||{},(n=n||"")instanceof a)return n;if(!(this instanceof a))return new a(n,i);var o=function(a){var n={r:0,g:0,b:0},i=1,o=null,l=null,s=null,u=!1,h=!1;return"string"==typeof a&&(a=function(e){e=e.replace(t,"").replace(r,"").toLowerCase();var a,n=!1;if(y[e])e=y[e],n=!0;else if("transparent"==e)return{r:0,g:0,b:0,a:0,format:"name"};return(a=E.rgb.exec(e))?{r:a[1],g:a[2],b:a[3]}:(a=E.rgba.exec(e))?{r:a[1],g:a[2],b:a[3],a:a[4]}:(a=E.hsl.exec(e))?{h:a[1],s:a[2],l:a[3]}:(a=E.hsla.exec(e))?{h:a[1],s:a[2],l:a[3],a:a[4]}:(a=E.hsv.exec(e))?{h:a[1],s:a[2],v:a[3]}:(a=E.hsva.exec(e))?{h:a[1],s:a[2],v:a[3],a:a[4]}:(a=E.hex8.exec(e))?{r:F(a[1]),g:F(a[2]),b:F(a[3]),a:C(a[4]),format:n?"name":"hex8"}:(a=E.hex6.exec(e))?{r:F(a[1]),g:F(a[2]),b:F(a[3]),format:n?"name":"hex"}:(a=E.hex4.exec(e))?{r:F(a[1]+""+a[1]),g:F(a[2]+""+a[2]),b:F(a[3]+""+a[3]),a:C(a[4]+""+a[4]),format:n?"name":"hex8"}:!!(a=E.hex3.exec(e))&&{r:F(a[1]+""+a[1]),g:F(a[2]+""+a[2]),b:F(a[3]+""+a[3]),format:n?"name":"hex"}}(a)),"object"==e(a)&&(B(a.r)&&B(a.g)&&B(a.b)?(c=a.r,f=a.g,g=a.b,n={r:255*k(c,255),g:255*k(f,255),b:255*k(g,255)},u=!0,h="%"===String(a.r).substr(-1)?"prgb":"rgb"):B(a.h)&&B(a.s)&&B(a.v)?(o=w(a.s),l=w(a.v),n=function(e,t,r){e=6*k(e,360),t=k(t,100),r=k(r,100);var a=Math.floor(e),n=e-a,i=r*(1-t),o=r*(1-n*t),l=r*(1-(1-n)*t),s=a%6;return{r:255*[r,o,i,i,l,r][s],g:255*[l,r,r,o,i,i][s],b:255*[i,i,l,r,r,o][s]}}(a.h,o,l),u=!0,h="hsv"):B(a.h)&&B(a.s)&&B(a.l)&&(o=w(a.s),s=w(a.l),n=function(e,t,r){var a,n,i;function o(e,t,r){return r<0&&(r+=1),r>1&&(r-=1),r<1/6?e+6*(t-e)*r:r<.5?t:r<2/3?e+(t-e)*(2/3-r)*6:e}if(e=k(e,360),t=k(t,100),r=k(r,100),0===t)a=n=i=r;else{var l=r<.5?r*(1+t):r+t-r*t,s=2*r-l;a=o(s,l,e+1/3),n=o(s,l,e),i=o(s,l,e-1/3)}return{r:255*a,g:255*n,b:255*i}}(a.h,o,s),u=!0,h="hsl"),a.hasOwnProperty("a")&&(i=a.a)),i=S(i),{ok:u,format:a.format||h,r:Math.min(255,Math.max(n.r,0)),g:Math.min(255,Math.max(n.g,0)),b:Math.min(255,Math.max(n.b,0)),a:i};var c,f,g}(n);this._originalInput=n,this._r=o.r,this._g=o.g,this._b=o.b,this._a=o.a,this._roundA=Math.round(100*this._a)/100,this._format=i.format||o.format,this._gradientType=i.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=o.ok}function n(e,t,r){e=k(e,255),t=k(t,255),r=k(r,255);var a,n,i=Math.max(e,t,r),o=Math.min(e,t,r),l=(i+o)/2;if(i==o)a=n=0;else{var s=i-o;switch(n=l>.5?s/(2-i-o):s/(i+o),i){case e:a=(t-r)/s+(t<r?6:0);break;case t:a=(r-e)/s+2;break;case r:a=(e-t)/s+4}a/=6}return{h:a,s:n,l}}function i(e,t,r){e=k(e,255),t=k(t,255),r=k(r,255);var a,n,i=Math.max(e,t,r),o=Math.min(e,t,r),l=i,s=i-o;if(n=0===i?0:s/i,i==o)a=0;else{switch(i){case e:a=(t-r)/s+(t<r?6:0);break;case t:a=(r-e)/s+2;break;case r:a=(e-t)/s+4}a/=6}return{h:a,s:n,v:l}}function o(e,t,r,a){var n=[A(Math.round(e).toString(16)),A(Math.round(t).toString(16)),A(Math.round(r).toString(16))];return a&&n[0].charAt(0)==n[0].charAt(1)&&n[1].charAt(0)==n[1].charAt(1)&&n[2].charAt(0)==n[2].charAt(1)?n[0].charAt(0)+n[1].charAt(0)+n[2].charAt(0):n.join("")}function l(e,t,r,a){return[A(z(a)),A(Math.round(e).toString(16)),A(Math.round(t).toString(16)),A(Math.round(r).toString(16))].join("")}function s(e,t){t=0===t?0:t||10;var r=a(e).toHsl();return r.s-=t/100,r.s=M(r.s),a(r)}function u(e,t){t=0===t?0:t||10;var r=a(e).toHsl();return r.s+=t/100,r.s=M(r.s),a(r)}function h(e){return a(e).desaturate(100)}function c(e,t){t=0===t?0:t||10;var r=a(e).toHsl();return r.l+=t/100,r.l=M(r.l),a(r)}function f(e,t){t=0===t?0:t||10;var r=a(e).toRgb();return r.r=Math.max(0,Math.min(255,r.r-Math.round(-t/100*255))),r.g=Math.max(0,Math.min(255,r.g-Math.round(-t/100*255))),r.b=Math.max(0,Math.min(255,r.b-Math.round(-t/100*255))),a(r)}function g(e,t){t=0===t?0:t||10;var r=a(e).toHsl();return r.l-=t/100,r.l=M(r.l),a(r)}function d(e,t){var r=a(e).toHsl(),n=(r.h+t)%360;return r.h=n<0?360+n:n,a(r)}function b(e){var t=a(e).toHsl();return t.h=(t.h+180)%360,a(t)}function x(e,t){if(isNaN(t)||t<=0)throw new Error("Argument to polyad must be a positive number");for(var r=a(e).toHsl(),n=[a(e)],i=360/t,o=1;o<t;o++)n.push(a({h:(r.h+o*i)%360,s:r.s,l:r.l}));return n}function p(e){var t=a(e).toHsl(),r=t.h;return[a(e),a({h:(r+72)%360,s:t.s,l:t.l}),a({h:(r+216)%360,s:t.s,l:t.l})]}function m(e,t,r){t=t||6,r=r||30;var n=a(e).toHsl(),i=360/r,o=[a(e)];for(n.h=(n.h-(i*t>>1)+720)%360;--t;)n.h=(n.h+i)%360,o.push(a(n));return o}function v(e,t){t=t||6;for(var r=a(e).toHsv(),n=r.h,i=r.s,o=r.v,l=[],s=1/t;t--;)l.push(a({h:n,s:i,v:o})),o=(o+s)%1;return l}a.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var e=this.toRgb();return(299*e.r+587*e.g+114*e.b)/1e3},getLuminance:function(){var e,t,r,a=this.toRgb();return e=a.r/255,t=a.g/255,r=a.b/255,.2126*(e<=.03928?e/12.92:Math.pow((e+.055)/1.055,2.4))+.7152*(t<=.03928?t/12.92:Math.pow((t+.055)/1.055,2.4))+.0722*(r<=.03928?r/12.92:Math.pow((r+.055)/1.055,2.4))},setAlpha:function(e){return this._a=S(e),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var e=i(this._r,this._g,this._b);return{h:360*e.h,s:e.s,v:e.v,a:this._a}},toHsvString:function(){var e=i(this._r,this._g,this._b),t=Math.round(360*e.h),r=Math.round(100*e.s),a=Math.round(100*e.v);return 1==this._a?"hsv("+t+", "+r+"%, "+a+"%)":"hsva("+t+", "+r+"%, "+a+"%, "+this._roundA+")"},toHsl:function(){var e=n(this._r,this._g,this._b);return{h:360*e.h,s:e.s,l:e.l,a:this._a}},toHslString:function(){var e=n(this._r,this._g,this._b),t=Math.round(360*e.h),r=Math.round(100*e.s),a=Math.round(100*e.l);return 1==this._a?"hsl("+t+", "+r+"%, "+a+"%)":"hsla("+t+", "+r+"%, "+a+"%, "+this._roundA+")"},toHex:function(e){return o(this._r,this._g,this._b,e)},toHexString:function(e){return"#"+this.toHex(e)},toHex8:function(e){return function(e,t,r,a,n){var i=[A(Math.round(e).toString(16)),A(Math.round(t).toString(16)),A(Math.round(r).toString(16)),A(z(a))];return n&&i[0].charAt(0)==i[0].charAt(1)&&i[1].charAt(0)==i[1].charAt(1)&&i[2].charAt(0)==i[2].charAt(1)&&i[3].charAt(0)==i[3].charAt(1)?i[0].charAt(0)+i[1].charAt(0)+i[2].charAt(0)+i[3].charAt(0):i.join("")}(this._r,this._g,this._b,this._a,e)},toHex8String:function(e){return"#"+this.toHex8(e)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return 1==this._a?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(100*k(this._r,255))+"%",g:Math.round(100*k(this._g,255))+"%",b:Math.round(100*k(this._b,255))+"%",a:this._a}},toPercentageRgbString:function(){return 1==this._a?"rgb("+Math.round(100*k(this._r,255))+"%, "+Math.round(100*k(this._g,255))+"%, "+Math.round(100*k(this._b,255))+"%)":"rgba("+Math.round(100*k(this._r,255))+"%, "+Math.round(100*k(this._g,255))+"%, "+Math.round(100*k(this._b,255))+"%, "+this._roundA+")"},toName:function(){return 0===this._a?"transparent":!(this._a<1)&&(_[o(this._r,this._g,this._b,!0)]||!1)},toFilter:function(e){var t="#"+l(this._r,this._g,this._b,this._a),r=t,n=this._gradientType?"GradientType = 1, ":"";if(e){var i=a(e);r="#"+l(i._r,i._g,i._b,i._a)}return"progid:DXImageTransform.Microsoft.gradient("+n+"startColorstr="+t+",endColorstr="+r+")"},toString:function(e){var t=!!e;e=e||this._format;var r=!1,a=this._a<1&&this._a>=0;return t||!a||"hex"!==e&&"hex6"!==e&&"hex3"!==e&&"hex4"!==e&&"hex8"!==e&&"name"!==e?("rgb"===e&&(r=this.toRgbString()),"prgb"===e&&(r=this.toPercentageRgbString()),"hex"!==e&&"hex6"!==e||(r=this.toHexString()),"hex3"===e&&(r=this.toHexString(!0)),"hex4"===e&&(r=this.toHex8String(!0)),"hex8"===e&&(r=this.toHex8String()),"name"===e&&(r=this.toName()),"hsl"===e&&(r=this.toHslString()),"hsv"===e&&(r=this.toHsvString()),r||this.toHexString()):"name"===e&&0===this._a?this.toName():this.toRgbString()},clone:function(){return a(this.toString())},_applyModification:function(e,t){var r=e.apply(null,[this].concat([].slice.call(t)));return this._r=r._r,this._g=r._g,this._b=r._b,this.setAlpha(r._a),this},lighten:function(){return this._applyModification(c,arguments)},brighten:function(){return this._applyModification(f,arguments)},darken:function(){return this._applyModification(g,arguments)},desaturate:function(){return this._applyModification(s,arguments)},saturate:function(){return this._applyModification(u,arguments)},greyscale:function(){return this._applyModification(h,arguments)},spin:function(){return this._applyModification(d,arguments)},_applyCombination:function(e,t){return e.apply(null,[this].concat([].slice.call(t)))},analogous:function(){return this._applyCombination(m,arguments)},complement:function(){return this._applyCombination(b,arguments)},monochromatic:function(){return this._applyCombination(v,arguments)},splitcomplement:function(){return this._applyCombination(p,arguments)},triad:function(){return this._applyCombination(x,[3])},tetrad:function(){return this._applyCombination(x,[4])}},a.fromRatio=function(t,r){if("object"==e(t)){var n={};for(var i in t)t.hasOwnProperty(i)&&(n[i]="a"===i?t[i]:w(t[i]));t=n}return a(t,r)},a.equals=function(e,t){return!(!e||!t)&&a(e).toRgbString()==a(t).toRgbString()},a.random=function(){return a.fromRatio({r:Math.random(),g:Math.random(),b:Math.random()})},a.mix=function(e,t,r){r=0===r?0:r||50;var n=a(e).toRgb(),i=a(t).toRgb(),o=r/100;return a({r:(i.r-n.r)*o+n.r,g:(i.g-n.g)*o+n.g,b:(i.b-n.b)*o+n.b,a:(i.a-n.a)*o+n.a})},a.readability=function(e,t){var r=a(e),n=a(t);return(Math.max(r.getLuminance(),n.getLuminance())+.05)/(Math.min(r.getLuminance(),n.getLuminance())+.05)},a.isReadable=function(e,t,r){var n,i,o,l,s,u=a.readability(e,t);switch(i=!1,(o=r,"AA"!==(l=((o=o||{level:"AA",size:"small"}).level||"AA").toUpperCase())&&"AAA"!==l&&(l="AA"),"small"!==(s=(o.size||"small").toLowerCase())&&"large"!==s&&(s="small"),n={level:l,size:s}).level+n.size){case"AAsmall":case"AAAlarge":i=u>=4.5;break;case"AAlarge":i=u>=3;break;case"AAAsmall":i=u>=7}return i},a.mostReadable=function(e,t,r){var n,i,o,l,s=null,u=0;i=(r=r||{}).includeFallbackColors,o=r.level,l=r.size;for(var h=0;h<t.length;h++)(n=a.readability(e,t[h]))>u&&(u=n,s=a(t[h]));return a.isReadable(e,s,{level:o,size:l})||!i?s:(r.includeFallbackColors=!1,a.mostReadable(e,["#fff","#000"],r))};var y=a.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},_=a.hexNames=function(e){var t={};for(var r in e)e.hasOwnProperty(r)&&(t[e[r]]=r);return t}(y);function S(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function k(e,t){(function(e){return"string"==typeof e&&-1!=e.indexOf(".")&&1===parseFloat(e)})(e)&&(e="100%");var r=function(e){return"string"==typeof e&&-1!=e.indexOf("%")}(e);return e=Math.min(t,Math.max(0,parseFloat(e))),r&&(e=parseInt(e*t,10)/100),Math.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function M(e){return Math.min(1,Math.max(0,e))}function F(e){return parseInt(e,16)}function A(e){return 1==e.length?"0"+e:""+e}function w(e){return e<=1&&(e=100*e+"%"),e}function z(e){return Math.round(255*parseFloat(e)).toString(16)}function C(e){return F(e)/255}var H,P,R,E=(P="[\\s|\\(]+("+(H="(?:[-\\+]?\\d*\\.\\d+%?)|(?:[-\\+]?\\d+%?)")+")[,|\\s]+("+H+")[,|\\s]+("+H+")\\s*\\)?",R="[\\s|\\(]+("+H+")[,|\\s]+("+H+")[,|\\s]+("+H+")[,|\\s]+("+H+")\\s*\\)?",{CSS_UNIT:new RegExp(H),rgb:new RegExp("rgb"+P),rgba:new RegExp("rgba"+R),hsl:new RegExp("hsl"+P),hsla:new RegExp("hsla"+R),hsv:new RegExp("hsv"+P),hsva:new RegExp("hsva"+R),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/});function B(e){return!!E.CSS_UNIT.exec(e)}return a}()}},t={};function r(a){var n=t[a];if(void 0!==n)return n.exports;var i=t[a]={exports:{}};return e[a].call(i.exports,i,i.exports,r),i.exports}var a={};(()=>{var e=a;Object.defineProperty(e,"__esModule",{value:!0}),e.createTheme=e.Palette=e.Color=void 0;var t=r(5820);Object.defineProperty(e,"Color",{enumerable:!0,get:function(){return t.Color}});var n=r(4502);Object.defineProperty(e,"Palette",{enumerable:!0,get:function(){return n.Palette}});var i=r(1848);Object.defineProperty(e,"createTheme",{enumerable:!0,get:function(){return i.createTheme}})})();var n=exports;for(var i in a)n[i]=a[i];a.__esModule&&Object.defineProperty(n,"__esModule",{value:!0});
@@ -4,10 +4,22 @@
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-11-25T17:15:59.587Z
7
+ * Last generated: 2025-11-26T21:46:20.580Z
8
8
  */
9
9
 
10
10
  export declare const coreUiStyles: {
11
+ "browser": {
12
+ "controlBar": "core-ui-browser-control-bar",
13
+ "iconButton": "core-ui-browser-icon-button",
14
+ "iconButtonActive": "core-ui-browser-icon-button--active",
15
+ "pageButton": "core-ui-browser-page-button",
16
+ "pageButtonIcon": "core-ui-browser-page-button__icon",
17
+ "pageButtonTitleOverflow": "core-ui-browser-page-button__title-overflow",
18
+ "pageButtonClose": "core-ui-browser-page-button__close",
19
+ "tablist": "core-ui-browser-tablist",
20
+ "tablistDropIndicator": "core-ui-browser-tablist__drop-indicator",
21
+ "toolbar": "core-ui-browser-toolbar"
22
+ },
11
23
  "home": {
12
24
  "branding": "core-ui-home-branding",
13
25
  "card": "core-ui-home-card",
@@ -89,5 +101,11 @@ export declare const coreUiStyles: {
89
101
  "homeFilterFormOptionsList": "core-ui-home-filter-form__options-list",
90
102
  "homeFilterFormFilterOption": "core-ui-home-filter-form__filter-option",
91
103
  "homeFilterFormControlsContainer": "core-ui-home-filter-form__controls-container",
92
- "homeFilterFormControls": "core-ui-home-filter-form__controls"
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"
93
111
  };
@@ -4,10 +4,22 @@
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-11-25T17:15:59.587Z
7
+ * Last generated: 2025-11-26T21:46:20.580Z
8
8
  */
9
9
 
10
10
  export const coreUiStyles = {
11
+ "browser": {
12
+ "controlBar": "core-ui-browser-control-bar",
13
+ "iconButton": "core-ui-browser-icon-button",
14
+ "iconButtonActive": "core-ui-browser-icon-button--active",
15
+ "pageButton": "core-ui-browser-page-button",
16
+ "pageButtonIcon": "core-ui-browser-page-button__icon",
17
+ "pageButtonTitleOverflow": "core-ui-browser-page-button__title-overflow",
18
+ "pageButtonClose": "core-ui-browser-page-button__close",
19
+ "tablist": "core-ui-browser-tablist",
20
+ "tablistDropIndicator": "core-ui-browser-tablist__drop-indicator",
21
+ "toolbar": "core-ui-browser-toolbar"
22
+ },
11
23
  "home": {
12
24
  "branding": "core-ui-home-branding",
13
25
  "card": "core-ui-home-card",
@@ -89,5 +101,11 @@ export const coreUiStyles = {
89
101
  "homeFilterFormOptionsList": "core-ui-home-filter-form__options-list",
90
102
  "homeFilterFormFilterOption": "core-ui-home-filter-form__filter-option",
91
103
  "homeFilterFormControlsContainer": "core-ui-home-filter-form__controls-container",
92
- "homeFilterFormControls": "core-ui-home-filter-form__controls"
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"
93
111
  };
@@ -4,10 +4,22 @@
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-11-25T17:15:59.586Z
7
+ * Last generated: 2025-11-26T21:46:20.579Z
8
8
  */
9
9
 
10
10
  export const coreUiStyles = {
11
+ "browser": {
12
+ "controlBar": "core-ui-browser-control-bar",
13
+ "iconButton": "core-ui-browser-icon-button",
14
+ "iconButtonActive": "core-ui-browser-icon-button--active",
15
+ "pageButton": "core-ui-browser-page-button",
16
+ "pageButtonIcon": "core-ui-browser-page-button__icon",
17
+ "pageButtonTitleOverflow": "core-ui-browser-page-button__title-overflow",
18
+ "pageButtonClose": "core-ui-browser-page-button__close",
19
+ "tablist": "core-ui-browser-tablist",
20
+ "tablistDropIndicator": "core-ui-browser-tablist__drop-indicator",
21
+ "toolbar": "core-ui-browser-toolbar"
22
+ },
11
23
  "home": {
12
24
  "branding": "core-ui-home-branding",
13
25
  "card": "core-ui-home-card",
@@ -89,5 +101,11 @@ export const coreUiStyles = {
89
101
  "homeFilterFormOptionsList": "core-ui-home-filter-form__options-list",
90
102
  "homeFilterFormFilterOption": "core-ui-home-filter-form__filter-option",
91
103
  "homeFilterFormControlsContainer": "core-ui-home-filter-form__controls-container",
92
- "homeFilterFormControls": "core-ui-home-filter-form__controls"
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"
93
111
  } as const;
@@ -4,10 +4,56 @@
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-11-25T17:15:59.588Z
7
+ * Last generated: 2025-11-26T21:46:20.580Z
8
8
  */
9
9
 
10
10
  export declare const enterpriseStyles: {
11
+ "actionButton": "enterprise-action-button",
12
+ "commandBar": "enterprise-command-bar",
13
+ "commandBarLoadingText": "enterprise-command-bar__loading-text",
14
+ "commandBarCommandActionLabel": "enterprise-command-bar__command-action-label",
15
+ "commandBarBrandIconBackground": "enterprise-command-bar__brand-icon-background",
16
+ "commandBarBrandIconForeground": "enterprise-command-bar__brand-icon-foreground",
17
+ "contextMenuButton": "enterprise-context-menu__button",
18
+ "contextMenuContainer": "enterprise-context-menu__container",
19
+ "contextMenuItem": "enterprise-context-menu__item",
20
+ "featuredContent": "enterprise-featured-content",
21
+ "featuredContentTitle": "enterprise-featured-content__title",
22
+ "featuredContentItem": "enterprise-featured-content__item",
23
+ "featuredContentItemIcon": "enterprise-featured-content__item-icon",
24
+ "layouts": "enterprise-layouts",
25
+ "layoutsContainer": "enterprise-layouts__container",
26
+ "layoutsContainerOuter": "enterprise-layouts__container-outer",
27
+ "modal": "enterprise-modal",
28
+ "modalOverlay": "enterprise-modal__overlay",
29
+ "modalContainer": "enterprise-modal__container",
30
+ "modalTitle": "enterprise-modal__title",
31
+ "modalDescription": "enterprise-modal__description",
32
+ "modalFooter": "enterprise-modal__footer",
33
+ "search": "enterprise-search",
34
+ "searchContainer": "enterprise-search__container",
35
+ "searchContainerCommandBar": "enterprise-search__container-command-bar",
36
+ "searchContainerBanner": "enterprise-search__container-banner",
37
+ "searchContainerTab": "enterprise-search__container-tab",
38
+ "searchContainerTabSelected": "enterprise-search__container-tab--selected",
39
+ "searchContainerTabIcon": "enterprise-search__container-tab-icon",
40
+ "searchInput": "enterprise-search__input",
41
+ "searchResult": "enterprise-search__result",
42
+ "searchResultSelected": "enterprise-search__result--selected",
43
+ "searchResultIcon": "enterprise-search__result-icon",
44
+ "searchResultTitle": "enterprise-search__result-title",
45
+ "searchResultDescription": "enterprise-search__result-description",
46
+ "searchResultHeading": "enterprise-search__result-heading",
47
+ "searchResultLink": "enterprise-search__result-link",
48
+ "sidePanelContainer": "enterprise-side-panel__container",
49
+ "statusIndicator": "enterprise-status-indicator",
50
+ "statusIndicatorError": "enterprise-status-indicator--error",
51
+ "statusIndicatorInfo": "enterprise-status-indicator--info",
52
+ "statusIndicatorLoading": "enterprise-status-indicator--loading",
53
+ "statusIndicatorFetchingMore": "enterprise-status-indicator--fetching-more",
54
+ "statusIndicatorText": "enterprise-status-indicator__text",
55
+ "statusIndicatorTextError": "enterprise-status-indicator__text--error",
56
+ "statusIndicatorTextInfo": "enterprise-status-indicator__text--info",
11
57
  "tab": "enterprise-tab",
12
58
  "tabItem": "enterprise-tab__item",
13
59
  "tabs": "enterprise-tabs",
@@ -16,12 +62,18 @@ export declare const enterpriseStyles: {
16
62
  "tabsCloseButton": "enterprise-tabs__close-button",
17
63
  "tabsCloseButtonIcon": "enterprise-tabs__close-button-icon",
18
64
  "tabsTitle": "enterprise-tabs__title",
65
+ "tabsTitleText": "enterprise-tabs__title-text",
19
66
  "tabsContainer": "enterprise-tabs__container",
20
67
  "tabsAddButtonWrapper": "enterprise-tabs__add-button-wrapper",
21
68
  "tabsAddButton": "enterprise-tabs__add-button",
69
+ "tabsAddButtonIcon": "enterprise-tabs__add-button-icon",
22
70
  "tabsScrollShadow": "enterprise-tabs__scroll-shadow",
23
71
  "tabsScrollShadowLeft": "enterprise-tabs__scroll-shadow--left",
24
72
  "tabsScrollShadowRight": "enterprise-tabs__scroll-shadow--right",
25
73
  "tabsTopTab": "enterprise-tabs--top-tab",
26
- "tabsViewTab": "enterprise-tabs--view-tab"
74
+ "tabsViewTab": "enterprise-tabs--view-tab",
75
+ "topBar": "enterprise-top-bar",
76
+ "topBarLeft": "enterprise-top-bar__left",
77
+ "topBarFiller": "enterprise-top-bar__filler",
78
+ "topBarRight": "enterprise-top-bar__right"
27
79
  };