@openfin/here-ui-css 0.0.0-alpha.20251125170744.bf44859 → 0.0.0-alpha.20251126180044.97ebe53
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.
- package/README.md +18 -4
- package/dist/index.css +23 -0
- package/dist/styles/_core/tokens.css +1 -1
- package/dist/styles/_modules/core-ui/browser/control-bar.css +1 -1
- package/dist/styles/_modules/core-ui/browser/icon-button.css +1 -0
- package/dist/styles/_modules/core-ui/browser/index.css +1 -1
- package/dist/styles/_modules/core-ui/browser/page-button.css +1 -0
- package/dist/styles/_modules/core-ui/browser/tablist.css +1 -0
- package/dist/styles/_modules/core-ui/browser/toolbar.css +1 -0
- package/dist/styles/_modules/core-ui/global.css +1 -1
- package/dist/styles/_modules/core-ui/home/index.css +1 -1
- package/dist/styles/_modules/core-ui/home/platform-selector.css +1 -1
- package/dist/styles/_modules/core-ui/index.css +1 -1
- package/dist/styles/_modules/core-ui/temp-tokens.css +1 -1
- package/dist/styles/_modules/enterprise/action-button/action-button.css +1 -0
- package/dist/styles/_modules/enterprise/action-button/index.css +1 -0
- package/dist/styles/_modules/enterprise/command-bar/command-bar.css +1 -0
- package/dist/styles/_modules/enterprise/context-menu/context-menu.css +1 -0
- package/dist/styles/_modules/enterprise/context-menu/index.css +1 -0
- package/dist/styles/_modules/enterprise/featured-content/featured-content.css +1 -0
- package/dist/styles/_modules/enterprise/featured-content/index.css +1 -0
- package/dist/styles/_modules/enterprise/index.css +1 -1
- package/dist/styles/_modules/enterprise/layouts/index.css +1 -0
- package/dist/styles/_modules/enterprise/layouts/layouts.css +1 -0
- package/dist/styles/_modules/enterprise/modal/index.css +1 -0
- package/dist/styles/_modules/enterprise/modal/modal.css +1 -0
- package/dist/styles/_modules/enterprise/search/index.css +1 -0
- package/dist/styles/_modules/enterprise/search/search.css +1 -0
- package/dist/styles/_modules/enterprise/side-panel/index.css +1 -0
- package/dist/styles/_modules/enterprise/side-panel/side-panel.css +1 -0
- package/dist/styles/_modules/enterprise/status-indicator/index.css +1 -0
- package/dist/styles/_modules/enterprise/status-indicator/status-indicator.css +1 -0
- package/dist/styles/_modules/enterprise/tabs/index.css +1 -1
- package/dist/styles/_modules/enterprise/tabs/tabs.css +1 -1
- package/dist/styles/_modules/enterprise/top-bar/index.css +1 -0
- package/dist/styles/_modules/enterprise/top-bar/top-bar.css +1 -0
- package/dist/types/enterprise-css-selectors.d.ts +54 -2
- package/dist/types/enterprise-css-selectors.ts +54 -2
- package/dist/types/shared-css-selectors.d.ts +1 -1
- package/dist/types/shared-css-selectors.ts +1 -1
- package/package.json +1 -1
|
@@ -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
|
+
.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
|
+
.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
|
+
.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
|
+
.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
|
+
.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 */
|
|
@@ -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-
|
|
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
|
-
.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-
|
|
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 */
|
|
@@ -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
|
+
.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 */
|
|
@@ -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-
|
|
7
|
+
* Last generated: 2025-11-26T18:00:08.446Z
|
|
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
|
};
|
|
@@ -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-
|
|
7
|
+
* Last generated: 2025-11-26T18:00:08.446Z
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
export 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 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
|
} as const;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* This file is automatically generated by scripts/generate-bem-types.js
|
|
5
5
|
* DO NOT EDIT MANUALLY - changes will be overwritten on next build
|
|
6
6
|
*
|
|
7
|
-
* Last generated: 2025-11-
|
|
7
|
+
* Last generated: 2025-11-26T18:00:08.447Z
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
export declare const sharedStyles: {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* This file is automatically generated by scripts/generate-bem-types.js
|
|
5
5
|
* DO NOT EDIT MANUALLY - changes will be overwritten on next build
|
|
6
6
|
*
|
|
7
|
-
* Last generated: 2025-11-
|
|
7
|
+
* Last generated: 2025-11-26T18:00:08.447Z
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
export const sharedStyles = {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openfin/here-ui-css",
|
|
3
|
-
"version": "0.0.0-alpha.
|
|
3
|
+
"version": "0.0.0-alpha.20251126180044.97ebe53",
|
|
4
4
|
"description": "CSS-only distribution of @openfin/ui-library components",
|
|
5
5
|
"main": "dist/index.ts",
|
|
6
6
|
"types": "dist/index.d.ts",
|