@vuu-ui/vuu-data-react 0.8.16 → 0.8.17-debug
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/cjs/index.js +59605 -763
- package/cjs/index.js.map +4 -4
- package/esm/index.js +60062 -763
- package/esm/index.js.map +4 -4
- package/index.css +4607 -1
- package/index.css.map +3 -3
- package/package.json +9 -9
- package/LICENSE +0 -201
package/index.css
CHANGED
|
@@ -1,2 +1,4608 @@
|
|
|
1
|
-
.vuuDrawer{--drawer-leading-edge-border: solid 1px var(--salt-container-primary-borderColor, none);--vuu-close-icon-svg: var(--svg-chevron-double-right);transition:flex-basis;transition-duration:var(--drawer-transition-duration);position:relative;z-index:1;flex-basis:0;flex-grow:1;flex-shrink:1;min-width:0;min-height:0;display:flex}.vuuDrawer-peekaboo{flex-basis:var(--drawer-peek-size);flex-grow:0;flex-shrink:0}.vuuDrawer-inline.vuuDrawer-open{flex-basis:var(--drawer-size);flex-grow:0;flex-shrink:0}.vuuDrawer-liner{background-color:var(--drawer-bg);overflow:hidden;position:relative}.vuuDrawer-content{height:100%;overflow:hidden;position:absolute;top:0;right:var(--drawer-peek-size);transition:right;transition-duration:var(--drawer-transition-duration);width:100%;flex:1 1 100%}.vuuDrawer-open .vuuDrawer-content{right:0}.vuuDrawer-left{border-right:var(--drawer-leading-edge-border)}.vuuDrawer-right{border-left:var(--drawer-leading-edge-border)}.vuuDrawer-top{border-bottom:var(--drawer-leading-edge-border)}.vuuDrawer-bottom{border-top:var(--drawer-leading-edge-border)}.vuuDrawer-left .vuuDrawer-liner,.vuuDrawer-right .vuuDrawer-liner{height:100%;transition:width}.vuuDrawer-top .vuuDrawer-liner,.vuuDrawer-bottom .vuuDrawer-liner{width:100%;transition:height}.vuuDrawer-inline .vuuDrawer-liner{width:100%;height:100%}.vuuDrawer-over .vuuDrawer-liner{position:absolute;transition-duration:.4s}.vuuDrawer-over.vuuDrawer-left .vuuDrawer-liner{top:0;left:0;width:0}.vuuDrawer-over.vuuDrawer-right .vuuDrawer-liner{top:0;right:0;width:0}.vuuDrawer-over.vuuDrawer-top .vuuDrawer-liner{height:0;top:0;left:0}.vuuDrawer-over.vuuDrawer-bottom .vuuDrawer-liner{bottom:0;height:0;left:0}.vuuDrawer-left.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner,.vuuDrawer-right.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner{width:var(--drawer-peek-size)}.vuuDrawer-top.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner,.vuuDrawer-bottom.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner{height:var(--drawer-peek-size)}.vuuDrawer-left.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner,.vuuDrawer-right.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner{width:var(--drawer-size)}.vuuDrawer-top.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner,.vuuDrawer-bottom.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner{height:var(--drawer-size)}.vuuDrawer-top,.vuuDrawer-left{order:0}.vuuDrawer-bottom,.vuuDrawer-right{order:99}.vuuDrawer-left,.vuuDrawer-right{flex-direction:column}.vuuToggleButton-container{--saltButton-height: 28px;--saltButton-width: 28px;--vuu-icon-size: 12px;flex:0 0 28px}.vuuDrawer-open{--vuu-close-icon-svg: var(--svg-chevron-double-left)}.vuuDockLayout{--chest-bg: var(--hw-chest-bg, inherit);--drawer-bg: var(--hw-drawer-bg, inherit);--drawer-size: var(--hw-drawer-size, 200px);--drawer-peek-size: var(--hw-drawer-peek-size, 32px);--drawer-transition-duration: var(--hw-drawer-transition-duration, .4s);background-color:var(--chest-bg);display:flex}.vuuDockLayout-horizontal{flex-direction:row}.vuuDockLayout-vertical{flex-direction:column}.vuuDockLayout-content{background-color:var(--chest-bg);flex-grow:1;flex-shrink:1;overflow:hidden;display:flex;align-items:center;justify-content:center}.vuuDockLayout-horizontal .vuuDockLayout-content,.vuuDockLayout-vertical .vuuDockLayout-content{flex-basis:100%}.vuuPortal{background-color:var(--salt-container-primary-background);border-radius:4px;box-shadow:0 6px 12px #0000002d;position:absolute;border-color:var(--vuuMenuList-borderColor, var(--salt-container-primary-borderColor));border-style:solid;border-width:1px;padding:4px 0;z-index:100}.vuuPortal:has(.vuuDropdown-popup-component.vuuList-empty){display:none}#vuu-portal-root{z-index:1000}.vuuDialogHeader{--saltButton-height: 28px;--saltButton-width: 28px;--saltToolbar-background: transparent;--saltToolbar-height: calc(var(--salt-size-base) + 5px);--vuuToolbarProxy-height: 22px;--salt-text-fontFamily: Nunito Sans A-Variant, sans-serif;display:flex;align-items:flex-start;color:var(--light-text-primary, #15171B);font-feature-settings:"ss02" on,"ss01" on,"salt" on,"liga" off;font-size:16px;font-weight:600}.vuuDialogHeader>.Responsive-inner{align-items:center}.vuuDialogHeader>.Responsive-inner>:last-child{right:2px}.vuuDialog{background:var(--salt-container-primary-background);border:var(--vuuDialog-border, solid 1px #ccc);border-radius:5px;padding:var(--vuuDialog-padding, 16px);box-shadow:var(--salt-overlayable-shadow, none);height:var(--vuuDialog-height, fit-content);width:var(--vuuDialog-width, fit-content)}.vuuDialog-body{padding-top:16px}.vuuMenuList{--salt-focused-outlineStyle: dashed !important;--salt-focused-outlineWidth: 1px !important;--vuuListItem-padding: 8px;--context-menu-color: var(--vuuMenuList-color,#161616);--context-menu-padding: var(--hw-list-item-padding, 0 6px);--context-menu-shadow: var(--hw-dialog-shadow, 0 6px 12px rgba(0, 0, 0, .175));--focus-visible-border-color: var(--hw-focus-visible-border-color, rgb(141, 154, 179));--context-menu-highlight-bg: var(--salt-selectable-background-hover);--context-menu-blur-focus-bg: #e0e4e9;--menu-item-icon-color: black;--menu-item-twisty-color: black;--menu-item-twisty-content: "";--menu-item-twisty-top: 50%;--menu-item-twisty-left: auto;--menu-item-twisty-right: 0px;--menu-icon-size: 12px;background-clip:padding-box;background-color:#fff;font-size:var(--vuuMenuList-fontSize, var(--salt-text-label-fontSize));font-weight:var(--salt-typography-fontWeight-medium);list-style:none;outline:0;overflow:hidden;padding:var(--vuuMenuList-padding, 0);position:absolute}.vuuPortal>.vuuMenuList{position:relative}.vuuMenuItem{align-items:center;border-width:1px;border-color:var(--vuuMenuItem-borderColor, transparent);border-style:var(--vuuMenuItem-borderStyle, none);color:var(--context-menu-color);display:flex;gap:6px;height:var(--vuuMenuItem-height, var(--hw-list-item-height, 24px));padding:var(--context-menu-padding);padding-right:24px;position:relative;white-space:nowrap}.vuuIconContainer{display:inline-block;flex:12px 0 0;height:var(--menu-icon-size);mask-repeat:no-repeat;width:var(--menu-icon-size)}.vuuMenuItem[aria-expanded=true]{background-color:var(--context-menu-blur-focus-bg)}.vuuMenuItem-separator{border-top:solid 1px var(--context-menu-blur-focus-bg)}.vuuMenuItem[aria-haspopup=true]:after{content:var(--menu-item-twisty-content);-webkit-mask:var(--vuu-svg-chevron-right) center center/8px 8px no-repeat;mask:var(---vuu-svg-chevron-right) center center/8px 8px no-repeat;background-color:var(--menu-item-twisty-color);height:16px;left:var(--menu-item-twisty-left);right:var(--menu-item-twisty-right);margin-top:-8px;position:absolute;top:var(--menu-item-twisty-top);transition:transform .3s;width:16px}.vuuMenuItem[data-highlighted]{background-color:var(--context-menu-highlight-bg)}.vuuMenuItem:hover{background-color:var(--context-menu-highlight-bg);cursor:default}.vuuMenuList-childMenuShowing .vuuMenuItem[data-highlighted]{background-color:var(--context-menu-blur-focus-bg)}.vuuMenuItem.focusVisible:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0px;border:dotted var(--focus-visible-border-color) 2px}.vuuPopupContainer.top-bottom-right-right .popup-menu{left:auto;right:0}.popup-menu .menu-item.showing>button,.popup-menu .menu-item>button:focus,.popup-menu .menu-item>button:hover{text-decoration:none;color:#000;background-color:#dcdcdc}.vuuMenuItem-button:active,.vuuMenuItem-button:hover{outline:0}.popup-menu .menu-item.disabled>button{clear:both;font-weight:400;line-height:1.5;color:#787878;white-space:nowrap;text-decoration:none;cursor:default}.vuuMenuList.salt-theme{box-shadow:0 6px 12px #0000002d;position:absolute;border-color:var(--salt-container-primary-borderColor);border-style:solid!important;border-width:1px}.vuuPopup{box-shadow:0 6px 12px #0000002d;position:absolute;top:0;left:0;width:0;height:0;overflow:visible;z-index:1000}.vuuPopup{position:absolute}.vuuPopupMenu{--saltButton-height: 24px;--saltButton-width: 24px;--vuu-icon-color: var(--vuuPopupMenu-iconColor,#606477);--vuu-icon-height: 20px;--vuu-icon-left: 2px;--vuu-icon-size: 16px;--vuu-icon-top: 2px;--vuu-icon-width: 20px;background:var(--vuuPopupMenu-background, transparent);border:var(--vuuPopupMenu-border, none);border-radius:var(--vuuPopupMenu-borderRadius, 4px);cursor:pointer;display:inline-block;margin-top:2px;padding:2px}.vuuPopupMenu:hover{--vuu-icon-color: var(--saltButton-text-color-hover)}.vuuPopupMenu-open{--saltButton-background: var(--salt-actionable-secondary-background-active);--vuu-icon-color: white}.vuu-theme .vuuPopupMenu:hover{--saltButton-background-hover: #F37880}.vuu-theme .vuuPopupMenu-open{--saltButton-background: #6D18BD}.vuuPopupMenu-withCaption{--vuu-icon-left:calc(100% - 24px);--vuu-icon-size: 20px;--saltButton-width: auto;padding:0 28px 0 8px}.vuuPrompt{--saltButton-padding: var(--prompt-padding);--saltButton-width: auto;--border-width: var(--vuuPrompt-borderWidth, 1px);--border-color: var(--vuuPrompt-borderColor, var(--vuu-color-purple-10));--prompt-padding: 16px;--variant-color: inherit;--vuu-icon-color: var(--vuu-color-gray-80);--vuu-icon-left: 6px;--vuu-icon-size: 24px;background-color:var(--salt-container-primary-background);border-color:var(--border-color);border-radius:4px;border-style:solid;border-width:var(--border-width);box-shadow:0 6px 12px #0000002d;margin:0;padding:0;position:absolute}.vuuPrompt-warn{--border-color: var(--vuu-color-yellow-20);--variant-color: var(--vuu-color-yellow-20)}.vuuPrompt-form{display:flex;flex-direction:column}.vuuPrompt-header{align-items:center;background-color:var(--variant-color);display:flex;flex:0 0 32px;font-size:16px;font-weight:700;padding:0 var(--prompt-padding)}.vuuPrompt-header[data-icon]{padding-left:36px}.vuuPrompt-text{flex:1 1 auto;padding:var(--prompt-padding)}.vuuPrompt-buttonBar{align-items:flex-end;display:flex;flex:0 0 32px;gap:6px;justify-content:flex-end;padding:0 var(--prompt-padding) var(--prompt-padding) var(--prompt-padding)}.vuuTooltip{--tooltip-align: flex-start;--tooltip-background: white;--tooltip-border: var(--vuu-color-gray-30);--tooltip-color: var(--vuu-color-gray-80);--tooltip-justify: flex-start;--tooltip-top: auto;--tooltip-right: auto;--tooltip-bottom: auto;--tooltip-left: auto;align-items:var(--tooltip-align);justify-content:var(--tooltip-justify);display:flex;position:absolute;z-index:100}.vuuTooltip[data-align=right]{--tooltip-align: center;--tooltip-left: 9px}.vuuTooltip[data-align=left]{--tooltip-align: center;--tooltip-left: auto;--tooltip-right: 10px}.vuuTooltip[data-align=above]{--tooltip-justify: center;--tooltip-bottom: 9px;--tooltip-left: auto}.vuuTooltip[data-align=below]{--tooltip-justify: center;--tooltip-top: 9px;--tooltip-left: auto}.vuuTooltip-content{background-color:var(--tooltip-background);border-color:var(--tooltip-border);border-width:1px;border-style:solid;border-radius:6px;box-shadow:0 4px 4px #00000040;color:var(--tooltip-color);line-height:24px;padding:2px 8px;position:absolute;white-space:nowrap;top:var(--tooltip-top);right:var(--tooltip-right);bottom:var(--tooltip-bottom);left:var(--tooltip-left)}.vuuTooltip:before{background-color:var(--tooltip-border);content:" ";display:block;position:absolute;width:12px;height:12px}.vuuTooltip[data-align=above]:before{transform:translateY(-18px) rotate(45deg)}.vuuTooltip[data-align=below]:before{transform:translateY(6px) rotate(45deg)}.vuuTooltip[data-align=right]:before{transform:translate(7px) rotate(45deg)}.vuuTooltip[data-align=left]:before{transform:translate(-19px) rotate(45deg)}.vuuTooltip-error{--tooltip-background: var(--vuu-color-red-50);--tooltip-color: white;color:#fff}.vuuToastNotifications-toast{--vuu-icon-size: 24px;position:absolute;display:flex;padding:8px 32px 8px 8px;align-items:center;gap:8px;border-radius:6px;box-shadow:0 2px 3px #0006;z-index:100000}.vuuToastNotifications-toastContent{display:flex;flex-direction:column;gap:4px}.vuuToastNotifications-toastHeader{font-size:16px;font-weight:700}.error{background:var(--status-error-background-emphasize, #E23434)}.success{background:var(--status-success-background-emphasize, #248913)}.info{background:var(--status-info-background-emphasize, #017CB1)}.warning{background:var(--status-warning-background-emphasize, #F4CA33)}.error,.success,.info{color:#fff}.vuuToastNotifications-toastIcon{height:var(--vuu-icon-height, var(--vuu-icon-size, 24px));width:var(--vuu-icon-width, var(--vuu-icon-size, 24px));-webkit-mask:var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);mask:var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);mask-repeat:no-repeat}.success-icon{--vuu-icon-svg: var(--vuu-svg-tick)}.warning-icon{--vuu-icon-svg: var(--vuu-svg-warn-triangle);background-color:#000}.info-icon{--vuu-icon-svg: var(--vuu-svg-info-circle)}.error-icon{--vuu-icon-svg: var(--vuu-svg-alert-circle)}.success-icon,.info-icon,.error-icon{background-color:#fff}.vuuDropMenu{margin-left:-50%;margin-bottom:-50%;background-color:#fff;border:solid 1px var(--grey40);display:inline-flex;justify-content:center;align-items:center;padding:3px;border-radius:3px}.vuuDropMenu-left,.vuuDropMenu-right{flex-direction:column}.vuuDropMenu-bottom{transform:translateY(-30px)}.vuuDropMenu-right{transform:translate(-20px)}.vuuDropMenu-item{--vuu-icon-size: 20px;width:32px;height:32px;background-color:var(--grey20);border-bottom:solid 1px var(--grey40);cursor:pointer;display:flex;align-items:center;justify-content:center}.vuuDropMenu-item .Icon{transform:scale(1.25);transform-origin:center center}.vuuDropMenu-left .vuuDropMenu-item .hwIcon{transform:scale(1.25) rotate(180deg);transform-origin:center center}.vuuDropMenu-top .vuuDropMenu-item .hwIcon{transform:scale(1.25) rotate(270deg);transform-origin:center center}.vuuDropMenu-bottom .vuuDropMenu-item .hwIcon{transform:scale(1.25) rotate(90deg);transform-origin:center center}.vuuDropMenu-item .hwIcon-path{fill:gray}.vuuDropMenu-item:hover{background-color:#c8c8c880}.vuuDropMenu-item:hover .hwIcon-path-2{fill:#00f}.vuuDropMenu-item:last-child{border-bottom:none}#hw-drag-canvas{visibility:hidden;z-index:10;position:absolute;top:0px;left:0;right:0;bottom:0;background-color:transparent}#hw-drag-canvas>svg{position:absolute}.drawing #hw-drag-canvas{visibility:visible}path.drop-target{stroke:#00f;stroke-width:4px;fill:transparent}path.drop-target.centre{stroke:red}#vuu-drop-outline{fill:#0000ff4d;stroke:none;stroke-dasharray:4 2}#hw-drop-guides{fill:none;stroke:#0000004d;stroke-dasharray:2 3}.DraggableLayout{display:inline-block;outline:none}[data-dragging=true]{position:absolute!important;z-index:100}.vuuSimpleDraggableWrapper{background-color:#fff;box-shadow:0 6px 10px #0003}.vuuSimpleDraggableWrapper>*{height:100%;width:100%}.vuuLayoutStartPanel{align-items:center;flex:0 0 auto!important;display:flex;flex-direction:column;font-weight:700;gap:12px}.vuuLayoutStartPanel-title{color:var(--vuu-color-gray-80);font-size:28px;line-height:1.5;text-align:center}.vuuLayoutStartPanel-text{color:var(--vuu-color-gray-50);font-size:18px;line-height:1.5;max-width:460px}.vuuLayoutStartPanel-addButton{--vuu-icon-size: 20px;--saltButton-borderRadius: 28px !important;--saltButton-height: 56px;--saltButton-width: 56px;box-shadow:0 4px 4px #00000040}.vuuPlaceholder{--vuuView-justify: center;align-items:center;display:flex;flex-basis:0;flex-grow:1;flex-shrink:1}.vuuPlaceholder-nested{background-color:red}.vuuPlaceholder-shim{flex-grow:0;flex-shrink:0}.vuuSplitter{--splitter-background: var(--salt-separable-secondary-borderColor);--splitter-borderColor: var(--salt-separable-secondary-borderColor);--splitter-borderStyle: none;--splitter-borderWidth: 0;--splitter-size: 3px;align-items:center;background-color:var(--splitter-background);border-color:var(--splitter-borderColor);border-style:var(--splitter-borderStyle);border-width:var(--splitter-borderWidth);box-sizing:border-box;display:flex;justify-content:center;position:relative;outline:none;z-index:1}.vuuSplitter:hover,.vuuSplitter-active{--splitter-background: var(--salt-separable-primary-borderColor)}.vuuSplitter-column{cursor:ns-resize;height:var(--splitter-size)}.vuuSplitter:not(.vuuSplitter-column){cursor:ew-resize;width:var(--splitter-size)}.vuuSplitter:before{border:none;border-radius:0;content:"";display:block;padding:0}.vuuSplitter-grab-zone{position:absolute;background-color:#ff000003;cursor:inherit}.vuuSplitter-column .vuuSplitter-grab-zone{left:0;right:0;top:-5px;bottom:-5px}.vuuSplitter:not(.vuuSplitter-column) .vuuSplitter-grab-zone{left:-5px;right:-5px;top:0;bottom:0}.vuuSplitter-active:not(.vuuSplitter-column) .vuuSplitter-grab-zone{background-color:#ffffff0d;left:-150px;right:-150px}.vuuSplitter:not(.vuuSplitter-column):before{width:1px;height:10px;background:linear-gradient(to bottom,var(--grey900) 10%,transparent 10%,transparent 30%,var(--grey900) 30%,var(--grey900) 40%,transparent 40%,transparent 60%,var(--grey900) 60%,var(--grey900) 70%,transparent 70%,transparent 90%,var(--grey900) 90%)}.vuuSplitter-active.vuuSplitter-column:before{background:linear-gradient(to right,#ffffff 10%,transparent 10%,transparent 30%,#ffffff 30%,#ffffff 40%,transparent 40%,transparent 60%,#ffffff 60%,#ffffff 70%,transparent 70%,transparent 90%,#ffffff 90%)}.vuuSplitter-active:not(.vuuSplitter-column):before{background:linear-gradient(to bottom,#ffffff 10%,transparent 10%,transparent 30%,#ffffff 30%,#ffffff 40%,transparent 40%,transparent 60%,#ffffff 60%,#ffffff 70%,transparent 70%,transparent 90%,#ffffff 90%)}.vuuSplitter-column:before{width:10px;height:1px;background:linear-gradient(to right,var(--grey900) 10%,transparent 10%,transparent 30%,var(--grey900) 30%,var(--grey900) 40%,transparent 40%,transparent 60%,var(--grey900) 60%,var(--grey900) 70%,transparent 70%,transparent 90%,var(--grey900) 90%)}:root{--hw-space-unit: 4px;--hw-flex-gap: 3;--hw-fluid-grid-col-bg: rgba(200, 200, 200, .3)}.hwFlexbox{background-color:var(--container1-background);box-sizing:border-box;display:flex;gap:calc(var(--spacing) * var(--space));min-height:0;min-width:0;overflow:hidden}.hwFlexbox-column{flex-direction:column}.hwFlexbox-row{flex-direction:row}.hwFlexbox>.Splitter{flex-basis:auto;flex-grow:0;flex-shrink:0}.hwFlexbox.full-page{height:100vh;width:100vw}.flex-fill{border-color:red;flex:0;flex-grow:1;flex-shrink:1}.vuuView.flex-fill{border-color:red}:root{--hw-space-unit: 4px;--hw-fluid-grid-col-bg: rgba(252, 209, 232, .7)}.hwFluidGrid{--gap: var(--gutter-width);display:flex;gap:calc(var(--grid-gap) * var(--hw-space-unit));flex-wrap:wrap;padding:0}.hwFluidGrid>*{--gutter-width: calc(var(--hw-flex-gap) * var(--hw-space-unit));--gutter-count: calc(var(--parent-col-count) - 1);--total-gutter-width: calc(var(--gutter-count) * var(--gutter-width));--available-width: calc(100% - var(--total-gutter-width));flex-basis:0;flex-grow:1;flex-shrink:1;position:relative}.hwFluidGrid>*:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:dashed 2px blue}.hwFluidGrid>[data-xs]{--internal-gutter-count: calc(var(--col-span) - 1);--percent-width: calc(var(--col-span) / var(--parent-col-count));--internal-gutter-width: calc(var(--internal-gutter-count) * var(--gutter-width));flex-basis:calc(var(--available-width) * var(--percent-width) + var(--internal-gutter-width));flex-grow:0}.hwFluidGrid>[data-xs="1"]{--col-span: 1}.hwFluidGrid>[data-xs="2"]{--col-span: 2}.hwFluidGrid>[data-xs="3"]{--col-span: 3}.hwFluidGrid>[data-xs="4"]{--col-span: 4}.hwFluidGrid>[data-xs="6"]{--col-span: 6}.hwFluidGrid>[data-xs="8"]{--col-span: 8}.hwFluidGrid>[data-xs="9"]{--col-span: 9}.hwFluidGrid>[data-xs="10"]{--col-span: 10}.hwFluidGrid>[data-xs="11"]{--col-span: 11}.hwFluidGrid>[data-xs="12"]{--col-span: 12}@media (min-width: 600px){.hwFluidGrid>[data-sm="1"]{--col-span: 1}.hwFluidGrid>[data-sm="2"]{--col-span: 2}.hwFluidGrid>[data-sm="3"]{--col-span: 3}.hwFluidGrid>[data-sm="4"]{--col-span: 4}.hwFluidGrid>[data-sm="6"]{--col-span: 6}.hwFluidGrid>[data-sm="8"]{--col-span: 8}.hwFluidGrid>[data-sm="9"]{--col-span: 9}.hwFluidGrid>[data-sm="10"]{--col-span: 10}.hwFluidGrid>[data-sm="11"]{--col-span: 11}.hwFluidGrid>[data-sm="12"]{--col-span: 12}}.hwFluidGrid-show-grid{--gutter-width: calc(var(--hw-flex-gap) * var(--hw-space-unit));--grid-gutter-count: calc(var(--grid-col-count, var(--parent-col-count)) - 1);--grid-total-gutter-width: calc(var(--grid-gutter-count) * var(--gutter-width));--grid-available-width: calc(100% - var(--grid-total-gutter-width));--grid-percent-width: calc(1 / var(--grid-col-count, var(--parent-col-count)));--column-width: calc(var(--grid-available-width) * var(--grid-percent-width));background:repeating-linear-gradient(to right,var(--hw-fluid-grid-col-bg) 0,var(--hw-fluid-grid-col-bg) var(--column-width),white var(--column-width),white calc(var(--column-width) + var(--gutter-width)))}.vuuDropdown{--saltIcon-margin: 2px 0 0 8px;display:inline-block;line-height:0;position:relative;width:var(--vuuDropdown-width, auto)}.vuuDropdownButton.saltButton-secondary{--saltButton-borderStyle: solid;--saltButton-borderColor: var(--salt-editable-borderColor);--saltButton-borderWidth: 1px;--saltButton-borderRadius: 6px;--saltButton-height: var(--vuuDropdown-height, auto)}.vuuDropdown-fullWidth{width:100%}.vuuDropdown-popup{background:var(--salt-container-primary-background);z-index:calc(var(--salt-zIndex-flyover) - 1)}.vuuDropdown-popup-component{--vuuList-borderStyle: none}.vuuDropdownButton{width:100%}.vuuDropdownButton{--saltButton-background-hover: var(--salt-actionable-secondary-background);--saltButton-background-active: var(--salt-actionable-secondary-background);--saltButton-fontWeight: var(--salt-text-fontWeight-strong);--saltButton-textAlign: left;--saltButton-textTransform: none;--saltButton-width: 100%;--vuu-icon-size: 16px}.vuuDropdownButton:active{--saltIcon-color: var(--salt-actionable-secondary-foreground);--saltButton-text-color-active: var(--salt-actionable-secondary-foreground)}.vuuDropdownButton-fullwidth{width:100%}.vuuDropdownButton-content{align-items:center;flex:1;width:100%;display:flex;white-space:nowrap}.vuuDropdownButton-buttonLabel{display:inline-block;letter-spacing:0;overflow:hidden;text-overflow:ellipsis;width:100%}.vuuDropdownButton-formField.saltButton:focus,.vuuDropdownButton-formField.saltButton:focus-visible{outline:none}.saltHighlighter-highlight{font-weight:var(--salt-text-fontWeight-strong)}.vuuCheckboxIcon{--vuu-icon-size: 12px;--vuu-icon-left: -1px;--vuu-icon-top: -1px;--vuu-icon-svg: var(--vuu-svg-tick);border-style:solid;border-color:var( --vuuCheckboxIcon-borderColor, var(--salt-selectable-borderColor) );border-radius:var(--vuuCheckboxIcon-borderRadius, 3px);border-width:1px;display:inline-block;height:var(--vuuCheckboxIcon-size, 12px);position:relative;width:var(--vuuCheckboxIcon-size, 12px)}.vuuCheckboxIcon-checked-enabled{background-color:var( --vuuCheckboxIcon-background-checked-enabled, var(--vuu-color-purple-10) );border-color:var( --vuuCheckboxIcon-borderColor-checked-enabled, var(--vuu-color-purple-10) )}.vuuCheckboxIcon-checked-disabled{background-color:var( --vuuCheckboxIcon-background-checked-disabled, var(--vuu-color-gray-35) );border-color:var( --vuuCheckboxIcon-borderColor-checked-disabled, var(--vuu-color-gray-35) )}.vuuCheckboxIcon-checked-enabled:after,.vuuCheckboxIcon-checked-disabled:after{content:"";background-color:#fff;left:var(--vuu-icon-left, auto);height:var(--vuu-icon-height, var(--vuu-icon-size, 12px));-webkit-mask:var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);mask:var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;position:absolute;top:var(--vuu-icon-top, auto);width:var(--vuu-icon-width, var(--vuu-icon-size, 12px))}.vuuCheckboxIcon-checked-disabled:after{background-color:var( --vuuCheckboxIcon-tick-checked-disabled, var(--vuu-color-gray-30) )}.vuuListItem{--list-item-text-color: var(--salt-text-primary-foreground);--list-item-background: var(--vuuList-item-background, var(--salt-selectable-background));--list-item-text-color-active: var(--salt-text-primary-foreground);--list-item-background-active: var(--salt-selectable-background-selected);--list-item-alignItems: center}.vuuListItem.vuuHighlighted{--saltCheckbox-icon-stroke: var(--salt-selectable-borderColor-hover);--list-item-background: var(--salt-selectable-background-hover)}.vuuListItemHeader{font-weight:var(--salt-text-fontWeight-strong)}.vuuListItemHeader[data-sticky]{position:sticky;top:0;z-index:1}.vuuListItem{color:var(--list-item-text-color);cursor:var(--vuuList-item-cursor, pointer);background:var(--vuuList-item-background, var(--list-item-background));font-size:var(--salt-text-fontSize);text-align:var(--salt-text-textAlign);line-height:var(--salt-text-lineHeight);height:var(--vuuList-item-height, var(--list-item-height, auto));margin-bottom:var(--list-item-gap);padding:0 var(--vuuListItem-padding, var(--salt-size-unit));left:0;right:0;display:flex;position:relative;align-items:var(--list-item-alignItems);white-space:nowrap}.vuuListItem:last-child{margin-bottom:0}.vuuListItem-checkbox{--list-item-background-active: var(--salt-selectable-background);--list-item-text-color-active: var(--salt-text-primary-foreground);--list-item-text-padding: 0 0 0 var(--salt-size-unit)}.vuuListItem[aria-selected=true]:not(.vuuListItem-checkbox){--list-item-background: var(--list-item-background-active);color:var(--list-item-text-color-active)}.vuuListItem.vuuDisabled{--list-item-text-color: var(--salt-text-primary-foreground-disabled);cursor:var(--salt-selectable-cursor-disabled)}.vuuListItem.vuuFocusVisible{outline-style:var(--salt-focused-outlineStyle);outline-width:var(--salt-focused-outlineWidth);outline-offset:-2px;outline-color:var(--salt-focused-outlineColor)}.vuuListItem.vuuFocusVisible:after{content:none}.vuuListItem[aria-selected=true]:not(.vuuListItem-checkbox).vuuFocusVisible{outline-color:var(--list-item-selected-focus-outlineColor)}.vuuListItem-textWrapper{flex:1;overflow:hidden;padding:var(--list-item-text-padding, 0px);white-space:nowrap;text-overflow:ellipsis}.vuuListItem-proxy{position:absolute!important;visibility:hidden}.vuuDraggable-list-item{--vuuList-item-height: 24px;background-color:#fff}.vuuListItem.vuuDraggable-dragAway{display:none}.vuuDraggable{background:transparent;box-shadow:var(--salt-overlayable-shadow-drag);cursor:var(--salt-draggable-grab-cursor-active);position:absolute;opacity:.95;z-index:2000}.vuuDraggable-spacer{display:var(--vuuDraggable-display, inline-block);height:var(--vuuDraggable-spacer-height, var(--tabstrip-height));transition:var(--vuuDraggable-transitionProp, width) .3s ease;width:var(--vuuDraggable-spacer-width, 0)}.vuuDraggable-dropIndicatorPosition{display:var(--saltDraggable-display, inline-block);height:0px;width:100%}.vuuDraggable-dropIndicatorContainer{transition:var(--vuuDraggable-transitionProp, top) .2s ease}.vuuDraggable-dropIndicator{background-color:var(--salt-palette-accent-background);height:2px;width:100%}.vuuDraggable-dropIndicator:before{content:"";width:6px;height:6px;border-radius:3px;background-color:var(--salt-palette-accent-background);position:absolute;top:-2px;left:-3px}.vuuDraggable-settling{transition-property:left,top;transition-duration:.15s;transition-timing-function:ease-out}.vuuDraggable-spacer{order:1}.vuuList{--list-background: var(--salt-container-primary-background);--list-borderStyle: var(--vuuList-borderStyle,var(--salt-container-borderStyle));--list-borderWidth: var(--salt-size-border);--list-height: auto;--list-item-height: var(--salt-size-stackable);--list-item-gap: 0px;--list-maxHeight: 100%;--vuuDraggable-display: block;--vuuDraggable-spacer-height: 0;--vuuDraggable-spacer-width: 100%;--vuuDraggable-transitionProp: height;--vuuMeasuredContainer-height: var(--computed-list-height);background:var(--list-background);height:var(--saltList-height, var(--list-height));max-height:var(--list-maxHeight);outline:none;position:relative;user-select:none;width:var(--saltList-width, auto);padding:0 1px}.vuuList-contentSized{box-sizing:content-box}.vuuList-borderless{--list-borderStyle: none}.vuuList-viewport{height:var(--computed-list-height, var(--measured-px-height));overflow:auto}.vuuListHeader{--saltList-item-background: var(--list-item-header-background);color:var(--list-item-header-color);font-weight:600}.vuuListHeader[data-sticky=true]{--saltList-item-background: var(--list-background);position:sticky;top:0;z-index:1}.vuuList-collapsible .vuuListItemHeader:after{border-width:var(--checkbox-borderWidth);border-color:var(--checkbox-borderColor);content:var(--list-item-header-twisty-content);-webkit-mask:var(--list-svg-chevron-down) center center/12px 12px no-repeat;mask:var(--list-svg-chevron-down) center center/12px 12px no-repeat;background:var(--list-item-header-twisty-color);height:12px;left:var(--list-item-header-twisty-left);right:var(--list-item-header-twisty-right);margin-top:-8px;position:absolute;top:var(--list-item-header-twisty-top);transition:transform .3s;width:12px}.vuuListItemHeader[aria-expanded=false]:after{transform:rotate(-90deg)}.vuuList-scrollingContentContainer{box-sizing:inherit;position:relative}.vuuList-virtualized .vuuListItem{line-height:30px;position:absolute;top:0;left:0;right:0;will-change:transform}.vuuList.saltFocusVisible:after{inset:2px}.vuuRadioIcon{--vuu-icon-size: 12px;--vuu-icon-left: -1px;--vuu-icon-top: -1px;--vuu-icon-svg: var(--vuu-svg-radio);border-style:solid;border-color:var(--vuuRadioIcon-borderColor, var(--salt-selectable-borderColor));border-radius:50%;border-width:1px;display:inline-block;height:var(--vuuRadioIcon-size, 12px);position:relative;width:var(--vuuRadioIcon-size, 12px)}.vuuRadioIcon-checked{background-image:var(--vuu-svg-radio);border:none;background-repeat:no-repeat}.vuuRadioIcon-checked:after{content:"";left:var(--vuu-icon-left, auto);height:var(--vuu-icon-height, var(--vuu-icon-size, 12px));-webkit-mask:var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);mask:var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;position:absolute;top:var(--vuu-icon-top, auto);width:var(--vuu-icon-width, var(--vuu-icon-size, 12px))}.vuuChevronIcon{--vuu-icon-size: 14px;--vuu-icon-left: -1px;--vuu-icon-top: -1px;height:var(--vuuChevronIcon-size, 14px);position:relative;width:var(--vuuChevronIcon-size, 14px);cursor:pointer}.vuuChevronIcon:after{content:"";background-color:#777c94;left:var(--vuu-icon-left, auto);height:var(--vuu-icon-height, var(--vuu-icon-size, 12px));-webkit-mask:var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);mask:var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;position:absolute;top:var(--vuu-icon-top, auto);width:var(--vuu-icon-width, var(--vuu-icon-size, 12px))}.vuuChevronIcon.up{--vuu-icon-svg: var(--vuu-svg-chevron-up)}.vuuChevronIcon.down{--vuu-icon-svg: var(--vuu-svg-chevron-down)}.vuuChevronIcon.left{--vuu-icon-svg: var(--vuu-svg-chevron-left)}.vuuChevronIcon.right{--vuu-icon-svg: var(--vuu-svg-chevron-right)}.vuuEditableLabel{--editableLabel-padding: var(--vuuEditableLabel-padding, 6px);--editableLabel-height: var(--vuuEditableLabel-height, 26px);--saltInput-background: transparent;--saltInput-height: calc(var(--editableLabel-height) - 4px);--saltInput-minWidth: 14px;color:inherit;cursor:default;display:flex;flex-direction:column;font-size:var(--salt-text-fontSize);height:var(--editableLabel-height);justify-content:center;outline:none;overflow:hidden;padding:0 var(--editableLabel-padding);position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:var(--salt-zIndex-default)}.vuuEditableLabel:before{content:attr(data-text);display:block;height:0px;visibility:hidden;white-space:pre-wrap}.vuuEditableLabel .saltInput{font-weight:var(--salt-text-fontWeight);left:var(--editableLabel-padding, 0);padding:0;outline-style:none;position:absolute;right:var(--editableLabel-padding, 0);top:var(--saltEditableLabel-top, 2px);width:auto}.vuuEditableLabel .saltInput-activationIndicator{display:none}.vuuEditableLabel-input{background-color:transparent;border:none;box-sizing:content-box;color:inherit;display:block;flex:1;font:inherit;height:20px;margin:0;min-width:0;outline:none;padding:0}.vuuEditableLabel-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vuuExpandoInput{--salt-editable-secondary-background: white;--expandoInput-height: var(--vuuExpandoInput-height, 26px);--expandoInput-padding: var(--vuuExpandoInput-padding, 6px);--saltInput-height: calc(var(--vuuExpandoInput-height) - 4px);--saltInput-minWidth: var(--vuuExpandoInput-minWidth, 8px);border:var(--vuuExpandoInput-border, none);border-radius:var(--vuuExpandoInput-borderRadius, 0);color:inherit;cursor:default;display:inline-block;font-size:var(--salt-text-fontSize);height:var(--expandoInput-height);min-width:calc(var(--saltInput-minWidth) + 2 * var(--expandoInput-padding));outline:none;padding:0 var(--expandoInput-padding);position:relative}.vuuExpandoInput:before{content:attr(data-text);display:block;height:0px;visibility:hidden;white-space:pre-wrap}.vuuExpandoInput-error{border-color:var(--vuu-color-red-50)}.vuuExpandoInput .saltInput{font-weight:var(--salt-text-fontWeight);left:var(--expandoInput-padding, 0);padding:0;outline-style:none;position:absolute;right:var(--expandoInput-padding, 0);top:var(--vuuExpandoInput-top, 2px);width:auto}.vuuExpandoInput .saltInput-activationIndicator{display:none}.vuuExpandoInput-input{background-color:transparent;border:none;box-sizing:content-box;display:block;flex:1;font:inherit;height:20px;margin:0;min-width:0;outline:none;padding:0}.vuuCheckbox{--vuuCheckboxIcon-background-checked-enabled: var(--vuu-color-purple-10);display:flex;height:24px;align-items:center;gap:6px;color:var(--light-text-primary, #15171B);font-family:Nunito Sans A-Variant,serif;font-feature-settings:"ss02" on,"ss01" on,"salt" on,"liga" off;font-size:12px;font-weight:400;cursor:pointer}.vuuRadioButton{display:flex;height:24px;align-items:center;gap:6px;color:var(--light-text-primary, #15171B);font-family:Nunito Sans A-Variant,sans-serif;font-feature-settings:"ss02" on,"ss01" on,"salt" on,"liga" off;font-size:12px;font-weight:400;cursor:pointer}.radio{position:relative;height:12px}input[type=radio]{position:absolute;appearance:none;width:100%;height:100%;border-radius:50%;margin:0;top:0}.vuuColumnResizerNext{background-color:var(--columnResizer-color);cursor:col-resize;height:var(--header-height);margin-left:var(--columnResizer-left, auto);position:absolute;right:-5px;width:8px;z-index:1}.vuuColumnResizerNext:hover{--columnResizer-color: var(--vuu-color-purple-10)}.vuuColumnResizerNext:after{background-color:var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));bottom:0;content:"";position:absolute;top:0;right:3px;height:var(--columnResizer-height, 0);width:2px}.vuuColumnHeaderPill{--vuu-icon-size: 14px;--menu-item-icon-color: black;--vuu-icon-color: white;--vuu-icon-height: 12px;--vuu-icon-width: 12px;align-items:center;background:var(--salt-taggable-background-active);color:#fff;border-radius:4px;flex:var(--vuuColumnHeaderPill-flex, none);font-size:11px;gap:4px;height:16px;display:flex;margin:var(--vuuColumnHeaderPill-margin, 0);padding:0 6px;position:relative}.vuuColumnHeaderPill:hover{--vuu-icon-color: var(--vuu-color-gray-80);background-color:var(--salt-taggable-background-hover);color:var(--vuu-color-gray-80)}.vuuColumnHeaderPill-removeButton{cursor:pointer}.vuuSortPosition{font-size:11px;font-weight:700;padding-top:1px}.vuu-theme{--svg-spinner: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="rgb(38, 112, 169)" d="M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50"><animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="1s" from="0 50 50" to="360 50 50" repeatCount="indefinite" /></path></svg>')}.vuuTableGroupHeaderCell{--vuuColumnHeaderPill-margin: 0;--cell-align: "flex-start";text-align:left;background:var(--dataTable-background);cursor:default;height:var(--vuuTableHeaderHeight)}.vuuTableGroupHeaderCell-inner{align-items:center;display:flex;gap:4px;height:100%;padding-left:1px}.vuuTableGroupHeaderCell-col{align-items:center;background-color:inherit;display:inline-flex;flex:0 1 auto;height:calc(var(--vuuTableHeaderHeight) - 2px);justify-content:space-between;padding-right:8px;position:relative}.vuuTableGroupHeaderCell-label{align-items:center;display:flex;flex:0 0 auto}.vuuTableGroupHeaderCell-close{--vuu-icon-height: 18px;--vuu-icon-width: 18px;cursor:pointer;left:3px}.vuuTableGroupHeaderCell-resizing{--columnResizer-color: var(--salt-color-blue-500);--columnResizer-height: var(--table-height);--columnResizer-width: 2px}.vuuTableGroupHeaderCell-pending{--pending-content: ""}.vuuTableGroupHeaderCell-col:has(+ .vuuColumnResizer):after{content:var(--pending-content);width:24px;height:24px;background-image:var(--svg-spinner);background-repeat:no-repeat;background-size:cover}.vuuMenuItem{--vuu-svg-cog: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.9533 8.65331C12.98 8.43998 13 8.22665 13 7.99998C13 7.77331 12.98 7.55998 12.9533 7.34665L14.36 6.24665C14.4867 6.14665 14.52 5.96665 14.44 5.81998L13.1067 3.51331C13.0267 3.36665 12.8467 3.31331 12.7 3.36665L11.04 4.03331C10.6933 3.76665 10.32 3.54665 9.91333 3.37998L9.66 1.61331C9.64 1.45331 9.5 1.33331 9.33333 1.33331H6.66667C6.5 1.33331 6.36 1.45331 6.34 1.61331L6.08667 3.37998C5.68 3.54665 5.30667 3.77331 4.96 4.03331L3.3 3.36665C3.14667 3.30665 2.97333 3.36665 2.89333 3.51331L1.56 5.81998C1.47333 5.96665 1.51333 6.14665 1.64 6.24665L3.04667 7.34665C3.02 7.55998 3 7.77998 3 7.99998C3 8.21998 3.02 8.43998 3.04667 8.65331L1.64 9.75331C1.51333 9.85331 1.48 10.0333 1.56 10.18L2.89333 12.4866C2.97333 12.6333 3.15333 12.6866 3.3 12.6333L4.96 11.9666C5.30667 12.2333 5.68 12.4533 6.08667 12.62L6.34 14.3866C6.36 14.5466 6.5 14.6666 6.66667 14.6666H9.33333C9.5 14.6666 9.64 14.5466 9.66 14.3866L9.91333 12.62C10.32 12.4533 10.6933 12.2266 11.04 11.9666L12.7 12.6333C12.8533 12.6933 13.0267 12.6333 13.1067 12.4866L14.44 10.18C14.52 10.0333 14.4867 9.85331 14.36 9.75331L12.9533 8.65331V8.65331ZM8 10.3333C6.71333 10.3333 5.66667 9.28665 5.66667 7.99998C5.66667 6.71331 6.71333 5.66665 8 5.66665C9.28667 5.66665 10.3333 6.71331 10.3333 7.99998C10.3333 9.28665 9.28667 10.3333 8 10.3333Z"/></svg>')}.vuuTable-columnMenu{--vuu-icon-color: #606477;--vuu-icon-height: 20px;--vuu-icon-left: 0px;--vuu-icon-size: 16px;--vuu-icon-top: 0px;--vuu-icon-width: 20px;border-radius:4px;cursor:pointer;display:inline-block;flex:0 0 20px;padding:2px;margin:var(--vuuTable-columnMenu-margin, 0);width:auto}.vuuTable-columnMenu:hover{--vuu-icon-color: #15171B;background-color:#f37880}.vuuTable-columnMenu-open:hover,.vuuTable-columnMenu-open{background-color:#6d18bd;--vuu-icon-color: white}[data-icon=cog]{--vuu-icon-svg: var(--vuu-svg-cog);--vuu-icon-size: 14px}.vuuTableGroupHeaderCell,.vuuTableHeaderCell{--cell-align: "flex-start";--vuuColumnHeaderPill-margin: 0;--vuuColumnHeaderPill-flex: 0 0 24px;align-items:center;background-color:var(--vuuTableHeaderCell-background, inherit);border-bottom:1px solid #ccc;border-right-color:var(--cell-borderColor);border-right-style:solid;border-right-width:1px;box-sizing:border-box;cursor:default;display:inline-flex;gap:4px;height:var(--header-height);padding:0 12px 0 4px;position:relative;vertical-align:top}.vuuTableHeaderCell-right{--columnResizer-left: 0;--vuuTable-columnMenu-margin: 0;--vuuColumnHeaderPill-margin: 0 3px 0 0;--column-menu-left: 2px;justify-content:flex-end;padding:0 3px 0 12px}.vuuTableHeaderCell-label{flex:0 1 auto;line-height:calc(var(--header-height) - 1px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vuuTableHeaderCell-right .vuuTableHeaderCell-label{text-align:right}.vuuTableHeaderCell-resizing{--columnResizer-height: var(--table-height)}.vuuTableHeaderCell.vuuPinLeft{padding-left:2px}.vuuTableHeaderCell.vuuPinLeft.vuuEndPin .vuuColumnResizerNext:before{--height: calc(var(--table-height) - var(--horizontal-scrollbar-height));--inset-r: calc(var(--pin-width) - 2px);--inset-b: calc(var(--height) - 2px);--clip-path: polygon( 0% 0%, 0% 120%, 2px 120%, 2px 2px, var(--inset-r) 2px, var(--inset-r) var(--inset-b), 2px var(--inset-b), 2px 120%, 120% 120%, 120% 0% );background-color:transparent;border-color:var(--vuu-color-gray-40);border-width:1px;border-style:solid solid solid solid;border-radius:4px;box-shadow:2px 1px 4px #0000001a;clip-path:var(--clip-path);content:"";position:absolute;width:var(--pin-width);top:0;bottom:0;right:3px;height:var(--height);z-index:-5}.vuuTableHeaderCell.vuuPinRight.vuuEndPin .vuuColumnResizerNext:before{--height: calc(var(--table-height) - var(--horizontal-scrollbar-height));--inset-r: calc(var(--pin-width) - 2px);--inset-b: calc(var(--height) - 2px);--clip-path: polygon( -20% 0%, -20% 120%, 2px 120%, 2px 2px, var(--inset-r) 2px, var(--inset-r) var(--inset-b), 2px var(--inset-b), 2px 120%, 120% 120%, 120% 0% );background-color:transparent;border-color:#a9aaad;border-width:1px;border-style:solid solid solid solid;border-radius:4px;box-shadow:-2px 1px 4px #0000001a;clip-path:var(--clip-path);content:"";position:absolute;width:var(--pin-width);top:0;bottom:0;right:0px;height:var(--height);z-index:-5}.vuuTableHeaderCell.vuuDraggable-dragAway{display:none}.vuuTable-headingCell{background:var(--dataTable-background);border-color:var(--salt-separable-tertiary-borderColor);border-style:solid solid solid none;border-width:1px;color:var(--salt-text-secondary-foreground);display:inline-block;height:var(--header-height);padding:0!important}.vuuTableCell{border-right-color:var(--cell-borderColor);border-right-style:solid;border-right-width:1px;display:inline-block;height:100%;overflow:hidden;padding:0 11px 0 12px;text-overflow:ellipsis;vertical-align:top}.vuuTableCell-right{text-align:right}.vuuTableCell-editable{display:inline-flex;line-height:18px;padding-bottom:1px;padding-top:1px;text-overflow:unset}.vuuTableCell:focus{outline:var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);outline-offset:-2px;box-shadow:inset 0 0 0 var(--cell-outline-width) #fff;border-bottom:none}.vuuTableRow-selected .vuuTableCell:not(.vuuTableCell-editable):focus{outline:var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);outline-offset:-1px}.vuuTableCell-editable:focus{outline:none}.vuuTableGroupCell{--group-cell-spacer-width: 20px;align-items:center;border-right-color:var(--vuuTableGroupCell-borderColor, var(--salt-separable-tertiary-borderColor));border-right-style:solid;border-right-width:1px;cursor:pointer;display:inline-flex;height:var(--row-height);line-height:16px}.vuuTableGroupCell-toggle{--vuu-icon-height: 16px;--vuu-icon-size: 16px;--vuu-icon-width: 8px;margin-right:4px;transition:transform .25s;transform:var(--toggle-icon-transform)}.vuuTableGroupCell-spacer{width:var(--group-cell-spacer-width)}.vuuTableRow{background:var(--row-background,#fff);border-bottom:1px solid var(--row-borderColor);box-sizing:border-box;height:var(--row-height);line-height:calc(var(--row-height) - 1px);position:absolute;top:0;white-space:nowrap}.vuuTableRow-even{--row-background: var(--row-background-even)}.vuuTableRow-highlighted{background-color:var(--vuu-color-gray-10)}.vuuTableRow-selected,.vuuTableRow-selectedEnd{background-color:#ebebec}.vuuTableRow-selectedStart{--vuu-selection-decorator-left-radius: 5px 0 0 0;--vuu-selection-decorator-right-radius: 0 5px 0 0;border-radius:5px 5px 0 0}.vuuTableRow-selectedEnd{--vuu-selection-decorator-left-radius: 0 0 0 5px;--vuu-selection-decorator-right-radius: 0 0 5px 0;border-radius:0 0 5px 5px}.vuuTableRow-selectedStart.vuuTableRow-selectedEnd{--vuu-selection-decorator-left-radius: 5px 0 0 5px;--vuu-selection-decorator-right-radius: 0 5px 5px 0;border-radius:5px}.vuuTableRow-selectedStart:after{content:"";position:absolute;top:0;left:4px;height:1px;background-color:var(--vuu-color-purple-10);width:calc(var(--content-width) - 8px);z-index:1}.vuuTableRow-selectedEnd{border-bottom-color:var(--vuu-color-purple-10)}.vuuTableRow-selectionDecorator{background-color:var(--vuu-selection-decorator-bg, white);display:inline-block;position:relative;height:var(--row-height);width:4px;z-index:2}.vuuTableRow-selectionDecorator.vuuStickyLeft{left:0;position:sticky}.vuuTableRow-selectionDecorator.vuuStickyRight{right:0;position:sticky}.vuuTableRow-selected{--vuu-selection-decorator-bg: var(--vuu-color-purple-10)}.vuuTableRow-selectedStart,.vuuTableRow-selectedEnd{--vuu-selection-decorator-bg: white}.vuuTableRow-selectedStart .vuuTableRow-selectionDecorator:before,.vuuTableRow-selectedEnd .vuuTableRow-selectionDecorator:before{content:"";inset:0;position:absolute;background-color:var(--vuu-color-purple-10)}.vuuTableRow-selectionDecorator.vuuStickyLeft:before{border-radius:var(--vuu-selection-decorator-left-radius, 0)}.vuuTableRow-selectionDecorator.vuuStickyRight:before{border-radius:var(--vuu-selection-decorator-right-radius, 0)}.vuuTableRow-expanded{--toggle-icon-transform: rotate(90deg)}.vuuDraggable .vuuTableRow{--cell-borderColor: transparent;--vuu-selection-decorator-bg: transparent;transform:none!important;z-index:1}.vuuProgressCell{align-items:center;display:flex}.vuuProgressCell-track{display:inline-block;flex:auto 1 1;height:4px;overflow:hidden;position:relative}.vuuProgressCell-bg{background-color:var(--salt-measured-background);display:inline-block;height:2px;left:0;position:absolute;top:1px;width:100%}.vuuProgressCell-bar{background-color:var(--salt-measured-fill);display:inline-block;height:100%;left:0;position:absolute;top:0;transform:translate(var(--progress-bar-pct, -100%));width:100%}.vuuProgressCell-text{flex:35px 0 0;text-align:right}.vuuTable td:has(> .vuuBackgroundCell){padding:0;text-align:right}.vuuBackgroundCell{color:var(--background-cell-color);padding-right:var(--salt-size-unit);position:relative;z-index:-1}.vuuBackgroundCell-flasher{background-color:var(--background-cell-background);position:absolute;left:0;right:0;top:0;bottom:0;z-index:-1}.vuuBackgroundCell-flasher{text-align:left}.vuuBackgroundCell-flasher+.num{padding-left:8px}.right .vuuBackgroundCell-flasher{text-align:right}.right .vuuBackgroundCell-flasher+.num{padding-right:8px}.vuuBackgroundCell-arrowOnly>.vuuBackgroundCell-flasher{background-color:transparent}.vuuBackgroundCell-backgroundOnly.up1,.vuuBackgroundCell-backgroundArrow.up1{animation-duration:30s;animation-name:reactbgup1}.vuuBackgroundCell-backgroundOnly.up2,.vuuBackgroundCell-backgroundArrow.up2{animation-duration:30s;animation-name:reactbgup2}.vuuBackgroundCell-backgroundOnly.down1,.vuuBackgroundCell-backgroundArrow.down1{animation-duration:30s;animation-name:reactbgdown1}.vuuBackgroundCell-backgroundOnly.down2,.vuuBackgroundCell-backgroundArrow.down2{animation-duration:30s;animation-name:reactbgdown2}.up1.vuuBackgroundCell-arrowOnly>.vuuBackgroundCell-flasher{animation-duration:30s;animation-name:reactarrowup1}.up2.vuuBackgroundCell-arrowOnly>.vuuBackgroundCell-flasher{animation-duration:30s;animation-name:reactarrowup2}.down1.vuuBackgroundCell-arrowOnly>.vuuBackgroundCell-flasher{animation-duration:30s;animation-name:reactarrowdown1}.down2.vuuBackgroundCell-arrowOnly>.vuuBackgroundCell-flasher{animation-duration:30s;animation-name:reactarrowdown2}.up1.vuuBackgroundCell-arrowBackground>.vuuBackgroundCell-flasher{animation-duration:30s;animation-name:reactbgarrowup1}.up2.vuuBackgroundCell-arrowBackground>.vuuBackgroundCell-flasher{animation-duration:30s;animation-name:reactbgarrowup2}.down1.vuuBackgroundCell-arrowBackground>.vuuBackgroundCell-flasher{animation-duration:30s;animation-name:reactbgarrowdown1}.down2.vuuBackgroundCell-arrowBackground>.vuuBackgroundCell-flasher{animation-duration:30s;animation-name:reactbgarrowdown2}@keyframes reactbgup1{0%{background-color:var(--vuu-color-green-50);color:#fff}to{background-color:transparent;color:var(--vuu-color-gray-80)}}@keyframes reactbgup2{0%{background-color:var(--vuu-color-green-50);color:#fff}to{background-color:transparent;color:var(--vuu-color-gray-80)}}@keyframes reactbgdown1{0%{background-color:var(--vuu-color-red-50);color:#fff}to{background-color:transparent;color:var(--vuu-color-gray-80)}}@keyframes reactbgdown2{0%{background-color:var(--vuu-color-red-50);color:#fff}to{background-color:transparent;color:var(--vuu-color-gray-80)}}@keyframes reactarrowup1{0%{color:var(--salt-differential-positive-foreground)}to{color:transparent}}@keyframes reactarrowup2{0%{color:var(--salt-differential-positive-foreground)}to{color:transparent}}@keyframes reactarrowdown1{0%{color:var(--salt-differential-negative-foreground)}to{color:transparent}}@keyframes reactarrowdown2{0%{color:var(--salt-differential-negative-foreground)}to{color:transparent}}@keyframes reactbgarrowup1{0%{color:var(--salt-differential-positive-foreground);background-color:var(--vuu-color-green-50)}20%{color:var(--salt-differential-positive-foreground);background-color:transparent}to{color:transparent;background-color:transparent}}@keyframes reactbgarrowup2{0%{color:var(--salt-differential-positive-foreground);background-color:var(--vuu-color-green-50)}20%{color:var(--salt-differential-positive-foreground);background-color:transparent}to{color:transparent;background-color:transparent}}@keyframes reactbgarrowdown1{0%{color:var(--salt-differential-negative-foreground);background-color:var(--vuu-color-red-50)}20%{color:var(--salt-differential-negative-foreground);background-color:transparent}to{color:transparent;background-color:transparent}}@keyframes reactbgarrowdown2{0%{color:var(--salt-differential-negative-foreground);background-color:var(--vuu-color-red-50)}20%{color:var(--salt-differential-negative-foreground);background-color:transparent}to{color:transparent;background-color:transparent}}.vuuBackgroundCellConfiguration{height:50px;background-color:red}.vuuColumnList{--vuuMeasuredContainer-flex: 1 1 1px;--vuu-svg-function: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path d="M5.8625 10.5V9.625H6.72291L8.4875 7.59792L6.72291 5.54167H5.64375L4.60833 10.8792C4.53055 11.3167 4.36527 11.6545 4.1125 11.8927C3.85972 12.1309 3.53402 12.25 3.13541 12.25C2.7368 12.25 2.40382 12.1333 2.13645 11.9C1.86909 11.6667 1.73541 11.375 1.73541 11.025C1.73541 10.7625 1.80833 10.551 1.95416 10.3906C2.1 10.2302 2.28958 10.15 2.52291 10.15C2.72708 10.15 2.89479 10.2083 3.02604 10.325C3.15729 10.4417 3.22291 10.5972 3.22291 10.7917C3.22291 10.8986 3.20104 10.9983 3.15729 11.0906C3.11354 11.183 3.05277 11.2583 2.975 11.3167C3.01388 11.3361 3.0552 11.3507 3.09895 11.3604C3.1427 11.3701 3.18888 11.375 3.2375 11.375C3.36388 11.375 3.47083 11.3142 3.55833 11.1927C3.64583 11.0712 3.70902 10.9132 3.74791 10.7188L4.75416 5.54167H2.91666V4.66667H4.91458L5.22083 3.12083C5.30833 2.68333 5.48333 2.34549 5.74583 2.10729C6.00833 1.8691 6.33402 1.75 6.72291 1.75C7.12152 1.75 7.44965 1.86667 7.70729 2.1C7.96493 2.33333 8.09375 2.625 8.09375 2.975C8.09375 3.2375 8.02083 3.44896 7.875 3.60938C7.72916 3.76979 7.53958 3.85 7.30625 3.85C7.1118 3.85 6.94652 3.7941 6.81041 3.68229C6.6743 3.57049 6.60625 3.42222 6.60625 3.2375C6.60625 3.14028 6.62569 3.04549 6.66458 2.95312C6.70347 2.86076 6.75208 2.78542 6.81041 2.72708C6.79097 2.70764 6.7618 2.69063 6.72291 2.67604C6.68402 2.66146 6.64513 2.65417 6.60625 2.65417C6.47986 2.65417 6.37048 2.7125 6.27812 2.82917C6.18576 2.94583 6.12013 3.09653 6.08125 3.28125L5.81875 4.66667H8.575V5.54167H7.88958L9.1 6.94167L10.2375 5.54167H9.5375V4.66667H12.25V5.54167H11.4042L9.65416 7.59792L11.4042 9.625H12.25V10.5H9.5375V9.625H10.2375L9.07083 8.26875L7.875 9.625H8.575V10.5H5.8625Z"/></svg>');--vuuList-borderStyle: none;--vuuListItem-padding: 0;display:flex;flex-direction:column;width:252px}[data-icon=function]{--vuu-icon-svg: var(--vuu-svg-function)}.vuuColumnListItem{border-bottom:solid 1px var(--salt-separable-tertiary-borderColor);padding:0 6px 0 0}.vuuColumnList-switch{flex:0 0 32px}.vuuColumnList-text{flex:1 1 auto}.vuuColumnList-text:hover{font-weight:600;text-decoration:underline}.vuuColumnList-checkBox{flex:0 0 20px}.vuuColumnList-icon{--vuu-icon-color: var(--vuu-color-gray-45);--vuu-icon-size: 16px;--vuu-icon-width: 32px}.vuuColumnList-header{border-top:solid 2px var(--vuu-color-gray-30);flex:0 0 40px;font-size:14px;font-weight:600;padding-top:24px}.vuuColumnList-colHeadings{border-bottom:solid 2px var(--vuu-color-gray-30);color:var(--vuu-color-gray-50);display:flex;flex:0 0 24px;font-size:10px;justify-content:space-between;margin-top:16px;padding-bottom:8px}.vuuColumnExpressionInput{--vuuFilterEditor-background: var(--salt-container-primary-background);--vuuFilterEditor-color: var(--salt-text-primary-foreground);--vuuFilterEditor-fontFamily: var(--salt-typography-fontFamily);--vuuFilterEditor-fontSize: var(--salt-text-fontSize);--vuuFilterEditor-cursorColor: var(--salt-text-secondary-foreground);--vuuFilterEditor-selectionBackground: var(--salt-text-background-selected);--vuuFilterEditor-tooltipBackground: var(--salt-container-primary-background);--vuuFilterEditor-tooltipBorder: solid 1px var(--vuu-color-purple-10);--vuuFilterEditor-tooltipElevation: var(--salt-overlayable-shadow-popout);--vuuFilterEditor-suggestion-selectedBackground: var(--vuu-color-gray-10);--vuuFilterEditor-suggestion-selectedColor: var(--salt-text-primary-foreground);--vuuFilterEditor-suggestion-detailColor: var(--salt-text-secondary-foreground-disabled);--vuuFilterEditor-suggestion-height: 24px;--vuuFilterEditor-variableColor: var(--vuu-color-purple-10);align-items:center;box-sizing:border-box;height:30px}.vuuColumnExpressionInput-FilterButton,.vuuColumnExpressionInput-ClearButton{--vuu-icon-size: 12px;--saltButton-width: 28px}.expression-type-container{margin:0 3px 0 auto;color:var(--salt-text-secondary-foreground)}.expression-kind{display:inline-block;width:50px}.expression-type{display:inline-block;text-align:right;width:50px}.vuuSuggestion{display:flex;align-items:center}.vuuFunctionDoc{padding:13px 7px}.vuuFunctionDoc .function-heading{display:flex;gap:3px}.vuuFunctionDoc .function-name{font-weight:700;text-transform:capitalize}.vuuFunctionDoc .param-list{color:var(--vuu-color-gray-50);white-space:pre}.vuuFunctionDoc .function-type{color:var(--vuu-color-gray-50);font-weight:700;margin-left:auto;text-transform:capitalize}.vuuFunctionDoc .example-container{background-color:var(--vuu-color-gray-03);margin:6px 0;padding:3px}.vuuFunctionDoc .example-expression{color:var(--vuu-color-gray-80);font-family:var(--salt-typography-fontFamily-code);font-weight:500;padding:8px}.vuuFunctionDoc .example-result{margin-left:8px;margin-top:6px}.vuuColumnNameLabel-calculated{cursor:pointer;display:flex;gap:2px}.vuuColumnNameLabel-edit{margin-left:auto}.vuuColumnNameLabel-placeholder{color:var(--vuu-color-gray-35)}.vuuColumnSettingsPanel{--vuu-svg-align-left: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.33333 10H2.66667C2.3 10 2 10.3 2 10.6667C2 11.0333 2.3 11.3333 2.66667 11.3333H9.33333C9.7 11.3333 10 11.0333 10 10.6667C10 10.3 9.7 10 9.33333 10ZM9.33333 4.66667H2.66667C2.3 4.66667 2 4.96667 2 5.33333C2 5.7 2.3 6 2.66667 6H9.33333C9.7 6 10 5.7 10 5.33333C10 4.96667 9.7 4.66667 9.33333 4.66667ZM2.66667 8.66667H13.3333C13.7 8.66667 14 8.36667 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36667 2.3 8.66667 2.66667 8.66667ZM2.66667 14H13.3333C13.7 14 14 13.7 14 13.3333C14 12.9667 13.7 12.6667 13.3333 12.6667H2.66667C2.3 12.6667 2 12.9667 2 13.3333C2 13.7 2.3 14 2.66667 14ZM2 2.66667C2 3.03333 2.3 3.33333 2.66667 3.33333H13.3333C13.7 3.33333 14 3.03333 14 2.66667C14 2.3 13.7 2 13.3333 2H2.66667C2.3 2 2 2.3 2 2.66667Z" /></svg>');--vuu-svg-align-right: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.66667 14H13.3333C13.7 14 14 13.7 14 13.3333C14 12.9667 13.7 12.6667 13.3333 12.6667H2.66667C2.3 12.6667 2 12.9667 2 13.3333C2 13.7 2.3 14 2.66667 14ZM6.66667 11.3333H13.3333C13.7 11.3333 14 11.0333 14 10.6667C14 10.3 13.7 10 13.3333 10H6.66667C6.3 10 6 10.3 6 10.6667C6 11.0333 6.3 11.3333 6.66667 11.3333ZM2.66667 8.66667H13.3333C13.7 8.66667 14 8.36667 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36667 2.3 8.66667 2.66667 8.66667ZM6.66667 6H13.3333C13.7 6 14 5.7 14 5.33333C14 4.96667 13.7 4.66667 13.3333 4.66667H6.66667C6.3 4.66667 6 4.96667 6 5.33333C6 5.7 6.3 6 6.66667 6ZM2 2.66667C2 3.03333 2.3 3.33333 2.66667 3.33333H13.3333C13.7 3.33333 14 3.03333 14 2.66667C14 2.3 13.7 2 13.3333 2H2.66667C2.3 2 2 2.3 2 2.66667Z" /></svg>');--vuu-svg-pin-left: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.33333 9.86V8.66666H13.3333C13.7 8.66666 14 8.36666 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333L7.33333 7.33333V6.14C7.33333 5.84 6.97333 5.69333 6.76667 5.90666L4.90667 7.76666C4.77333 7.89999 4.77333 8.10666 4.90667 8.24L6.76667 10.1C6.97333 10.3067 7.33333 10.16 7.33333 9.86ZM2.66667 13.3333C3.03333 13.3333 3.33333 13.0333 3.33333 12.6667L3.33333 3.33333C3.33333 2.96666 3.03333 2.66666 2.66667 2.66666C2.3 2.66666 2 2.96666 2 3.33333L2 12.6667C2 13.0333 2.3 13.3333 2.66667 13.3333Z" /></svg>');--vuu-svg-pin-float: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6 4.66667H4.66667V6H6V4.66667ZM6 7.33333H4.66667V8.66667H6V7.33333ZM6 2C5.26 2 4.66667 2.6 4.66667 3.33333H6V2ZM8.66667 10H7.33333V11.3333H8.66667V10ZM12.6667 2V3.33333H14C14 2.6 13.4 2 12.6667 2ZM8.66667 2H7.33333V3.33333H8.66667V2ZM6 11.3333V10H4.66667C4.66667 10.7333 5.26 11.3333 6 11.3333ZM12.6667 8.66667H14V7.33333H12.6667V8.66667ZM12.6667 6H14V4.66667H12.6667V6ZM12.6667 11.3333C13.4 11.3333 14 10.7333 14 10H12.6667V11.3333ZM2.66667 4.66667C2.3 4.66667 2 4.96667 2 5.33333V12.6667C2 13.4 2.6 14 3.33333 14H10.6667C11.0333 14 11.3333 13.7 11.3333 13.3333C11.3333 12.9667 11.0333 12.6667 10.6667 12.6667H4C3.63333 12.6667 3.33333 12.3667 3.33333 12V5.33333C3.33333 4.96667 3.03333 4.66667 2.66667 4.66667ZM10 3.33333H11.3333V2H10V3.33333ZM10 11.3333H11.3333V10H10V11.3333Z" /></svg>');--vuu-svg-pin-right: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.66667 6.14V7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36666 2.3 8.66666 2.66667 8.66666H8.66667V9.86C8.66667 10.16 9.02667 10.3067 9.23333 10.0933L11.0933 8.23333C11.2267 8.1 11.2267 7.89333 11.0933 7.76L9.23333 5.9C9.02667 5.69333 8.66667 5.84 8.66667 6.14ZM13.3333 13.3333C13.7 13.3333 14 13.0333 14 12.6667V3.33333C14 2.96666 13.7 2.66666 13.3333 2.66666C12.9667 2.66666 12.6667 2.96666 12.6667 3.33333V12.6667C12.6667 13.0333 12.9667 13.3333 13.3333 13.3333Z"/></svg>');--vuuDropdown-height: 24px;--vuuDropdown-width: 100%;--vuuIconToggleButton-iconSize: 16px;display:flex;flex-direction:column;gap:24px;height:100%;padding-top:24px}.vuuColumnSettingsPanel-header{border-top:solid 2px var(--vuu-color-gray-30);font-size:14px;font-weight:600;padding-top:24px}.vuuColumnSettingsPanel-buttonBar{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.vuuColumnSettingsPanel-buttonBar[data-align=right]{gap:6px;justify-content:flex-end}.vuuColumnSettingsPanel-buttonNavPrev{--vuu-icon-left: 6px;padding-left:24px}.vuuColumnSettingsPanel-buttonNavNext{--vuu-icon-left:calc(100% - 18px);padding-right:24px}[data-icon=align-left]{--vuu-icon-svg: var(--vuu-svg-align-left)}[data-icon=align-right]{--vuu-icon-svg: var(--vuu-svg-align-right)}[data-icon=pin-left]{--vuu-icon-svg: var(--vuu-svg-pin-left)}[data-icon=pin-float]{--vuu-icon-svg: var(--vuu-svg-pin-float)}[data-icon=pin-right]{--vuu-icon-svg: var(--vuu-svg-pin-right)}.vuuColumnSettingsPanel-editing .vuuColumnNameLabel-edit{display:none}.vuuDatasourceStats{color:#000;display:flex;font-size:10px;gap:var(--salt-size-unit);padding:4px 0 0 12px}.vuuDatasourceStats-label{color:var(--vuu-color-gray-50)}.vuuTableSettingsPanel{--vuu-svg-text-strikethrough: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 24"><path d="M28.3333 9.33334C28.8867 9.33334 29.3333 8.88668 29.3333 8.33334C29.3333 7.78001 28.8867 7.33334 28.3333 7.33334H20.26L22.26 9.33334H23.48L23.1133 10.1867L24.5067 11.58L25.4733 9.33334H28.3333ZM27.6267 16.5867L18.7467 7.70668C18.4867 7.44668 18.0667 7.44668 17.8067 7.70668C17.5467 7.96668 17.5467 8.38668 17.8067 8.64668L21.98 12.82L20.88 15.38C20.62 15.9933 21.0667 16.6667 21.7267 16.6667C22.0933 16.6667 22.4267 16.4467 22.5733 16.1067L23.38 14.22L26.68 17.52C26.94 17.78 27.36 17.78 27.62 17.52C27.8867 17.2667 27.8867 16.8467 27.6267 16.5867Z"/></svg>');--vuu-svg-text-Tt: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 24"><path d="M17.6667 7.66666C17.6667 8.21999 18.1133 8.66666 18.6667 8.66666H21V15.6667C21 16.22 21.4467 16.6667 22 16.6667C22.5533 16.6667 23 16.22 23 15.6667V8.66666H25.3333C25.8867 8.66666 26.3333 8.21999 26.3333 7.66666C26.3333 7.11332 25.8867 6.66666 25.3333 6.66666H18.6667C18.1133 6.66666 17.6667 7.11332 17.6667 7.66666ZM29.3333 9.99999H25.3333C24.78 9.99999 24.3333 10.4467 24.3333 11C24.3333 11.5533 24.78 12 25.3333 12H26.3333V15.6667C26.3333 16.22 26.78 16.6667 27.3333 16.6667C27.8867 16.6667 28.3333 16.22 28.3333 15.6667V12H29.3333C29.8867 12 30.3333 11.5533 30.3333 11C30.3333 10.4467 29.8867 9.99999 29.3333 9.99999Z" /></svg>');--vuu-svg-text-T: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 24"><path d="M19.3333 7.66666C19.3333 8.21999 19.78 8.66666 20.3333 8.66666H23V15.6667C23 16.22 23.4467 16.6667 24 16.6667C24.5533 16.6667 25 16.22 25 15.6667V8.66666H27.6667C28.22 8.66666 28.6667 8.21999 28.6667 7.66666C28.6667 7.11332 28.22 6.66666 27.6667 6.66666H20.3333C19.78 6.66666 19.3333 7.11332 19.3333 7.66666Z"/></svg>');--vuu-svg-stripes: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><rect x="2" y="2" width="12" height="2" rx="0.3"/><rect x="2" y="5" width="12" height="2" rx="0.3"/><rect x="2" y="8" width="12" height="2" rx="0.3"/><rect x="2" y="11" width="12" height="2" rx="0.3"/></svg>');--vuu-svg-row-lines: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><rect x="2" y="3" width="12" height="1" rx="0.3" /><rect x="2" y="6" width="12" height="1" rx="0.3" /><rect x="2" y="9" width="12" height="1" rx="0.3" /><rect x="2" y="12" width="12" height="1" rx="0.3"/></svg>');--vuu-svg-col-lines: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><rect x="3" y="14" width="12" height="1" rx="0.3" transform="rotate(-90 3 14)"/><rect x="6" y="14" width="12" height="1" rx="0.3" transform="rotate(-90 6 14)"/><rect x="9" y="14" width="12" height="1" rx="0.3" transform="rotate(-90 9 14)"/><rect x="12" y="14" width="12" height="1" rx="0.3" transform="rotate(-90 12 14)"/></svg>');display:flex;flex-direction:column;gap:24px;height:100%;padding-top:24px}.vuuTableSettingsPanel [data-icon=text-strikethrough]{--vuu-icon-svg: var(--vuu-svg-text-strikethrough)}.vuuTableSettingsPanel [data-icon=text-Tt]{--vuu-icon-svg: var(--vuu-svg-text-Tt)}.vuuTableSettingsPanel [data-icon=text-T]{--vuu-icon-svg: var(--vuu-svg-text-T)}.vuuTableSettingsPanel [data-icon=col-lines]{--vuu-icon-svg: var(--vuu-svg-col-lines)}.vuuTableSettingsPanel [data-icon=row-lines]{--vuu-icon-svg: var(--vuu-svg-row-lines)}.vuuTableSettingsPanel [data-icon=row-striping]{--vuu-icon-svg: var(--vuu-svg-stripes)}.vuuTableSettingsPanel-header{border-top:solid 2px var(--vuu-color-gray-30);font-size:14px;font-weight:600;padding-top:24px}.vuuTableSettingsPanel .vuuColumnList{flex-grow:1;flex-shrink:1;flex-basis:0}.vuuTableSettingsPanel-calculatedButtonbar{--vuu-icon-size: 16px;--saltButton-height: 24px;--saltButton-width: 24px;align-items:center;display:flex;flex:0 0 32px;gap:12px}.vuuGridSeparators{--vuuIconToggleButton-iconSize: 16px}.vuuTable{--vuu-table-cell-outlineWidth: 1px;--table-height: var(--measured-px-height);--table-width: var(--measured-px-width);--vuu-table-next-selection-bookend-width: 4px;--columnResizer-color: transparent;--row-background: white;--cell-borderColor: transparent;--row-borderColor: var(--row-background);--table-background: var(--salt-container-primary-background);position:relative;user-select:none}.vuuTable-zebra{--row-background-even: var(--vuu-color-gray-25) }.vuuTable-colLines{--cell-borderColor: var(--vuu-color-gray-03)}.vuuTable-rowLines{--row-borderColor: var(--vuu-color-gray-03)}.vuuTable-highlight .vuuTableRow:hover{background-color:var(--vuu-color-pink-10-fade-20)}.vuuTable-scrollbarContainer{--scroll-content-width: 1100px;border-bottom:none!important;border-top:none!important;border-left:solid 1px var(--salt-container-primary-borderColor);height:var(--viewport-body-height);left:0px;overflow:auto;position:absolute;top:var(--total-header-height);width:var(--table-width)}.vuuTable-scrollbarContainer::-webkit-scrollbar{border:none;width:10px}.vuuTable-scrollbarContainer::-webkit-scrollbar:horizontal{height:10px}.vuuTable-scrollbarContainer::-webkit-scrollbar-track{background-color:#fff}.vuuTable-scrollbarContainer::-webkit-scrollbar-thumb{background-clip:padding-box;border-radius:10px;border:2px solid rgba(0,0,0,0);background-color:var(--vuu-color-gray-30)}.vuuTable-scrollbarContent{height:calc(var(--content-height) + var(--horizontal-scrollbar-height));position:absolute;width:var(--content-width)}.vuuTable-contentContainer{background-color:var(--salt-container-primary-background);height:calc(var(--table-height) - var(--horizontal-scrollbar-height));position:relative;overflow:auto;overscroll-behavior:none;width:calc(var(--table-width) - var(--vertical-scrollbar-width))}.vuuTable-contentContainer::-webkit-scrollbar{display:none}.vuuTable-table{position:absolute;top:0;left:0;table-layout:fixed;width:var(--content-width);margin:0;border:none;background-color:#fff;border-collapse:separate;border-spacing:0}.vuuTable-body{height:var(--content-height)}.vuuPinLeft,.vuuPinRight{background-color:inherit;position:sticky;z-index:1}.vuuTable-col-headings{background-color:#fff;padding:0 var(--vuu-table-next-selection-bookend-width, 0);position:sticky;top:0;z-index:1}.vuuTable-col-headers{background-color:var(--table-background);white-space:nowrap}.sizer-cell{background-color:green!important;border:none!important;height:0px}.vuuDraggable-vuuTable{--header-height: 25px;--vuuTableHeaderCell-background: var(--vuu-color-gray-25)}.vuuDraggable-vuuTable{--row-height: 25px}.vuuTableDropdownCell{--vuu-icon-height: 15px;--salt-focused-outlineStyle: none;--saltButton-borderRadius: 4px;font-weight:500}.vuuTableDropdownCell button:focus-visible{--saltButton-borderColor: var(--vuu-color-purple-10);--saltButton-borderWidth: 2px;padding-left:3px}.vuuTableInputCell.saltInput-primary{--salt-focused-outlineStyle: none;--saltInput-height: 17px;--saltInput-minHeight: 17px;border-radius:4px;font-weight:500}.vuuTableCell:focus .vuuTableInputCell.saltInput-primary,.vuuTableInputCell.saltInput-primary.saltInput-focused{border:solid 2px var(--vuu-color-purple-10);padding:0 3px}.vuuTableInputCell-icon{--vuu-icon-height: 13px;--vuu-icon-size: 15px;--vuu-icon-width: 12px;border-radius:10px}.vuuTableCell:focus .vuuTableInputCell.saltInput-primary.vuuTableInputCell-error,.vuuTableInputCell.saltInput-primary.saltInput-focused.vuuTableInputCell-error{border:solid 2px var(--vuu-color-red-50)}.vuuTableInputCell-error.saltInput-primary{border:solid 1px var(--vuu-color-red-50)}.vuuTableToggleCell{--saltButton-borderRadius: 4px;--saltButton-height: 16px;font-weight:500;position:relative;top:1px}.vuuTableToggleCell-side{--saltButton-minWidth: 40px}.vuuTableToggleCell.vuuCycleStateButton-buy{background-color:var(--vuu-color-green-50)}.vuuTableToggleCell.vuuCycleStateButton-sell{background-color:var(--vuu-color-red-50)}.vuuTableCell .vuuTableToggleCell:focus{border:solid 2px var(--vuu-color-purple-10)!important;color:#fff!important;height:18px!important;top:0px!important}.vuuInstrumentPicker{height:100%;padding:var(--vuuInstrumentPicker-padding, 12px);display:flex;flex-direction:column}.vuuInstrumentPicker-inputField{--vuu-icon-size: 16px;flex:0 0 40px}.vuuInstrumentPicker-list{background-color:var(--salt-container-primary-background);flex:1 1 auto}.vuuInstrumentPicker .vuuTableCell{padding:0}.vuuSearchCell{--vuu-icon-left: 0;--vuu-icon-size: 16px;--vuu-icon-top: 0px;align-items:center;color:var(--background-cell-color);display:flex;gap:4px;padding:0 8px;position:relative;z-index:-1}.vuuInstrumentSearch{height:100%;padding:var(--vuuInstrumentSearch-padding, 12px);display:flex;flex-direction:column}.vuuInstrumentSearch-inputField{--vuu-icon-size: 16px;flex:0 0 40px;padding:0 12px}.vuuInstrumentSearch-list{--vuuMeasuredContainer-flex: 1 1 1px;background-color:var(--salt-container-primary-background);flex:1 1 auto}.vuuInstrumentSearch .vuuTableCell{padding:0}@property --price-ticker-color{syntax: "<color>"; initial-value: #15171B; inherits: false;}.vuuPriceTicker{align-items:center;display:flex;font-size:var(--vuuPriceTicker-fontSize, var(--salt-text-fontSize));font-weight:var(--vuuPriceTicker-fontWeight, 700);transition-property:color;transition-duration:.3s}.vuuPriceTicker.up1,.vuuPriceTicker.up2{--vuu-icon-color: var(--vuu-color-green-50);color:var(--vuu-color-green-50);animation-duration:30s}.vuuPriceTicker.down1,.vuuPriceTicker.down2{--vuu-icon-transform: rotate(180deg);--vuu-icon-color: var(--vuu-color-red-50);color:var(--vuu-color-red-50);animation-duration:30s}.vuuTabstrip{--vuuOverflowContainer-background: transparent;--tabstrip-dragging-display: none;--tabstrip-display: inline-flex;--tabstrip-background: transparent;align-self:var(--saltTabs-tabstrip-alignSelf, stretch);display:flex;font-size:var(--salt-text-fontSize);font-weight:var(--vuuTabstrip-fontWeight, var(--salt-text-fontWeight));min-width:28px;position:relative;overflow:visible;width:var(--tabstrip-width)}.vuuTabstrip-horizontal{--vuuOverflowContainer-borderColor: var(--salt-container-primary-borderColor);--vuuOverflowContainer-borderStyle: none none solid none;--vuuOverflowContainer-borderBottomWidth: 1px;--tabstrip-height: var(--vuuTabstrip-height, 28px);--tabstrip-width: var(--vuuTabstrip-width, 100%);--tab-height: var(--tabstrip-height);--tab-width: auto;--tab-thumb-height: 2px;--tab-thumb-left: var(--tab-thumb-offset, 0);--tab-thumb-top: auto;--tab-thumb-width: var(--tab-thumb-size, 100%);align-items:flex-start}.vuuTabstrip-vertical{--tabstrip-height: var(--vuuTabstrip-height, 100%);--tabstrip-width: var(--vuuTabstrip-width, 100px);--tab-height: 50px;--tab-width: 100%;--tab-thumb-height: 0;--tab-thumb-left: 0;--tab-thumb-top: var(--tab-thumb-offset, 0);--tab-thumb-width: 2px;align-self:flex-start;display:inline-flex}.vuuTabstrip-draggingTab .vuuTab{pointer-events:none}.vuuTabstrip-addTabButton{--saltButton-height: 20px;--saltButton-width: 20px}.vuuTabstrip-overflowMenu.vuuDropdown{--saltIcon-margin: 2px 0 0 0px}.vuuTabstrip-overflowMenu-open{--saltButton-background: var(--salt-actionable-secondary-background-active);--saltButton-text-color: var(--salt-actionable-secondary-text-color-active)}.vuuTabstrip-overflowMenu-open .saltButton{--saltIcon-color: var(--salt-actionable-secondary-foreground-active)}.vuuTabstrip-inner{width:100%;align-items:center;display:flex;flex-basis:auto;flex-grow:0;flex-shrink:1;flex-wrap:wrap;justify-content:flex-start;line-height:var(--tabstrip-height)}.vuuTabstrip-vertical .vuuTabstrip-inner{flex-direction:column;height:auto}.vuuTabstrip-centered .vuuTabstrip-inner{justify-content:center}.vuuDraggable[class*=vuuTabstrip]{--tabstrip-display: flex;--tabstrip-height: 100%;--tabstrip-dragging-display: block;--tabs-tab-background: var(--salt-navigable-primary-background-hover);--tabs-tab-before-content: "";--tabs-tab-before-background: var(--salt-navigable-indicator-hover);--tabs-tab-before-height: var(--tab-activationIndicator-thumb-height);--tabs-tab-before-inset: var(--tab-activationIndicator-inset);--tabs-tab-before-width: var(--tab-activationIndicator-thumb-width);--tabs-tab-cursor: var(--salt-draggable-grab-cursor-active);--tabs-tab-position: static;font-size:12px}.vuuDraggable-tabstrip-horizontal{--overflow-item-height: var(--tabstrip-height);--tab-thumb-height: 2px;--tab-thumb-left: 0px;--tabstrip-display: inline-flex;--tabstrip-height: 28px;line-height:var(--tabstrip-height)}.vuuDraggable[class*=tabstrip] .vuuTab[aria-selected=true]:before{--tabs-tab-before-background: var(--salt-navigable-indicator-active)}.vuuTabstrip-overflowMenu-dropTarget:after{background:var(--salt-selectable-background-selected);content:"";position:absolute;height:2px;left:0;right:0;bottom:0}.vuuTabMenu{top:var(--vuuTabMenu-top, -2px)}.vuuTab{--saltEditableLabel-padding: 0;--saltEditableLabel-height: calc(var(--tabstrip-height) - 2px);--saltInputLegacy-minWidth: 4em;--saltEditableLabel-top: 2px;--tab-background: var(--vuuTab-background, var(--salt-navigable-primary-background));--tab-cursor: pointer;--tab-position: relative}.vuuTab{align-items:center;align-self:stretch;background:var(--tab-background);border:none;border-radius:var(--vuuTab-borderRadius, 0);color:var(--salt-text-primary-foreground);cursor:var(--vuuTab-cursor, var(--tab-cursor));display:var(--tabstrip-display);gap:8px;height:var(--vuuTabHeight, var(--tab-height));letter-spacing:var(--vuuTab-letterSpacing, var(--tab-letterSpacing, 0));min-width:var(--vuuTab-minWidth, 40px);outline:none;padding:var(--vuuTab-padding, 0 24px);position:var(--vuuTab-position, var(--tab-position));user-select:none;width:var(--tab-width)}.vuuTab{margin:0 var(--tab-spacing) 0 0}.vuuTab-selected{background:var(--vuuTab-background-selected, var(--tab-background));color:var(--salt-text-primary-foreground);font-weight:var(--salt-navigable-fontWeight-active)}.vuuTab-main{align-items:center;border:none;color:inherit;cursor:inherit;display:flex;font-family:inherit;font-size:inherit;font-weight:inherit;height:calc(var(--tab-height) - var(--tab-thumb-height));margin-bottom:var(--tab-thumb-height);outline:none;position:relative}.vuuTab-closeable .vuuTab-main{border-right:solid transparent var(--salt-size-unit)}.vuuTab .vuuTab-closeButton{display:flex;align-items:center;justify-content:center}.vuuTab-close-icon{display:none}.salt-density-touch .vuuTab-close-icon,.salt-density-low .vuuTab-close-icon{display:block}.salt-density-touch .vuuTab-close-icon-small,.salt-density-low .vuuTab-close-icon-small{display:none}.vuuTab .vuuTab-text{display:inline-block;position:relative;overflow:hidden;text-align:var(--salt-text-textAlign-embedded);text-overflow:ellipsis;top:var(--vuuTab-top, var(--tab-top, auto));white-space:nowrap;z-index:var(--salt-zIndex-default)}.vuuTab .vuuTab-text:before{height:0;content:attr(data-text);display:block;visibility:hidden;font-weight:var(--salt-navigable-fontWeight-active)}.vuuTab-editing:after{content:"";position:absolute;top:0;left:0;right:0;bottom:2px;outline-color:var(--salt-focused-outlineColor);outline-style:var(--salt-focused-outlineStyle);outline-width:var(--salt-focused-outlineWidth);outline-offset:-2px}.vuuTab.vuuFocusVisible{background:var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));outline-color:var(--vuuTab-focusVisible-color, var(--salt-focused-outlineColor));outline-style:dashed;outline-width:1px;outline-offset:-1px}.vuuTab:before{content:var(--tab-before-content, none);content:"";background:var(--tab-before-background);height:var(--tab-before-height);inset:var(--tab-before-inset);position:absolute;width:var(--tab-before-width);z-index:1}.vuuTabstrip-draggingTab .vuuTab-selected:before{--tab-before-content: "";--tab-before-background: var(--salt-navigable-indicator-color-active);--tab-before-height: var(--tab-thumb-height);--tab-before-inset: var(--tab-activationIndicator-inset);--tab-before-width: var(--tab-activationIndicator-thumb-width)}.vuuTab-selected:before{--tab-before-content: "";background:var(--salt-navigable-indicator-active);height:var(--tab-thumb-height);position:absolute;left:var(--tab-thumb-left);bottom:0px;top:var(--tab-thumb-top, auto);transition:var(--tab-thumb-transition, none);width:var(--tab-thumb-width, 100%)}.vuuTab:hover:not(.vuuTab-closeHover,.vuuTab-selected){background:var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover))}.vuuTree{--tree-node-collapse: var(--vuuTree-toggle-collapse, var(--svg-tree-node-collapse));--tree-node-expand: var(--vuuTree-toggle-expand, var(--svg-tree-node-expand));--tree-toggle-width: 12px;--tree-icon-color: var(--vuuTree-icon-color, #4c505b);--tree-node-expanded-transform: var(--vuuTree-node-expanded-transform, none);--tree-node-indent: 0px;--list-hilited-bg: var(--hw-list-hilited-bg, rgba(0, 0, 0, .1));--list-item-height: var(--hw-list-item-height, 30px);--list-item-padding: var(--hw-list-item-padding, 0 6px);--list-item-header-bg: var(--hw-list-item-header-bg, black);--list-item-header-color: var(--hw-list-item-header-color, white);--list-item-header-font-weight: bold;--list-item-header-twisty-color: black;--list-item-header-twisty-content: "";--list-item-header-twisty-top: 50%;--list-item-header-twisty-left: -18px;--list-item-header-twisty-right: auto;--list-item-selected-bg: var(--hw-list-selected-bg, #1ea7fd);--list-item-selected-color: white;--list-item-text-color: var(--hw-gray-800);--focus-visible-border-color: var(--hw-focus-visible-border-color, rgb(141, 154, 179));list-style:none;margin:0;padding:0 1px;font-size:var(--vuuTree-font-size, 14px);max-height:inherit;outline:none;overflow-y:auto;position:relative;user-select:none}.vuuTree-viewport{--list-item-height: 30px;box-sizing:border-box;max-height:inherit;overflow:auto}.vuuTree-scrollingContentContainer{box-sizing:inherit;position:relative}.vuuTree-scrollingContentContainer .vuuTreeNode{line-height:30px;position:absolute;top:0;left:0;right:0;will-change:transform}.vuuTreeNode{list-style:none}.vuuTreeNode:not([aria-expanded]),.vuuTreeNode[aria-expanded]>.vuuTreeNode-label{--checkbox-border-color: black;--checkbox-border-width: 1px;--checkbox-tick: black;--list-item-padding-left: 6px;--svg-toggle: var(--tree-node-collapse);align-items:center;color:var(--list-item-text-color);display:flex;flex-wrap:nowrap;height:var(--list-item-height);line-height:var(--list-item-height);padding:var(--list-item-padding);padding-left:var(--padding-left);position:relative;cursor:default;margin:0;white-space:nowrap}.vuuTreeNode:not([aria-expanded]){--padding-left: calc( var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent) )}.vuuTreeNode[aria-expanded]>.vuuTreeNode-label{--padding-left: calc( var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent) )}.vuuTreeNode-icon{background-color:var(--tree-icon-color);display:inline-block;height:18px;margin-right:6px;-webkit-mask:var(--vuu-icon-svg) center center/12px 12px no-repeat;mask:var(--vuu-icon-svg) center center/12px 12px no-repeat;flex:0 0 18px}.vuuTreeNode[aria-expanded]{flex-direction:column}.vuuTreeNode[aria-expanded]{flex-direction:column;height:auto}.vuuTreeNode>*[role=group]{padding-left:0}.vuuTreeNode{padding-left:calc(var(--padding-left) + var(--tree-node-indent))}.vuuTreeNode[aria-level="2"]{--tree-node-indent: 12px}.vuuTreeNode[aria-level="3"]{--tree-node-indent: 24px}.vuuTreeNode[aria-level="4"]{--tree-node-indent: 36px}.vuuTreeNode:not(.focusVisible):not(.hwListItemHeader):not([aria-expanded])[data-highlighted],.vuuTreeNode:not(.focusVisible):not(.hwListItemHeader)[aria-expanded][data-highlighted]>div:first-child{background-color:var(--list-hilited-bg)}.vuuTreeNode-toggle{cursor:pointer}.vuuTreeNode>.vuuTreeNode-toggle{display:inline-block;height:100%;left:0;position:absolute;width:calc(var(--list-item-padding-left) + var(--tree-toggle-width))}.vuuTreeNode[aria-expanded]>.vuuTreeNode-label:after{content:var(--list-item-header-twisty-content);-webkit-mask:var(--svg-toggle) center center/8px 8px no-repeat;mask:var(--svg-toggle) center center/8px 8px no-repeat;background-color:var(--list-item-header-twisty-color);height:18px;margin-top:-9px;left:var(--tree-node-indent);position:absolute;top:var(--list-item-header-twisty-top);transition:transform .3s;width:18px}.vuuTreeNode[aria-selected=true]{--list-item-header-twisty-color: var(--list-item-selected-color)}.vuuTreeNode:not(.focusVisible):focus{background-color:#0000001a}.vuuTreeNode:not([aria-expanded]).focusVisible:before,.vuuTreeNode[aria-expanded].focusVisible>div:first-child:before{content:"";position:absolute;top:0px;left:var(--tree-focus-offset, 0px);right:0;bottom:0px;border:dotted var(--focus-visible-border-color) 2px;background-color:var(--list-hilited-bg)}.vuuTreeNode[aria-expanded=false]>*:first-child:after{--svg-toggle: var(--tree-node-expand)}.vuuTreeNode[aria-expanded=true]>*:first-child:after{transform:var(--tree-node-expanded-transform)}.vuuTree:not(.checkbox-only) .vuuTreeNode:not([aria-expanded])[aria-selected=true],.vuuTree:not(.checkbox-only) .vuuTreeNode[aria-expanded][aria-selected=true]>div:first-child{--checkbox-border-color: var(--list-item-selected-color);--checkbox-tick: var(--list-item-selected-color);--focus-visible-border-color: var(--list-item-selected-color);background-color:var(--list-item-selected-bg);color:var(--list-item-selected-color)}.with-checkbox .vuuTreeNode{padding-left:28px}.with-checkbox .vuuTreeNode:before{border-style:solid;border-width:var(--checkbox-border-width);border-color:var(--checkbox-border-color);content:"";height:12px;left:3px;margin-top:-7px;position:absolute;top:50%;width:12px}.vuuInput{--vuu-icon-size: 16px}.vuuInput-errorIcon:after{cursor:pointer}.vuuView{border-color:var(--vuuView-borderColor, var(--salt-container-primary-borderColor));border-width:var(--vuuView-borderWidth, 1px);border-style:var(--vuuView-borderStyle, none);display:flex;flex-direction:column;margin:var(--vuuView-margin, 0px);min-height:50px;min-width:50px;outline:none;overflow:hidden;position:relative}.vuuView.focus-visible:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border:dotted cornflowerblue 2px}.vuuView.dragging{box-shadow:0 6px 12px #0000002d}.vuuView-main{display:flex;flex-direction:var(--vuuView-flexDirection, column);flex-wrap:var(--vuuView-flex-wrap, nowrap);flex:1;justify-content:var(--vuuView-justify, flex-start);overflow:hidden;position:relative}.vuuView-main>*{flex-basis:auto;flex-grow:var(--vuuView-flex-grow, 1);flex-shrink:var(--vuuView-flex-shrink, 1)}.vuuView-collapsed .vuuView-main{display:none}.vuuView-collapsed+.Splitter{display:none}.vuuView-collapsed .Toolbar-vertical{border-right:solid 1px var(--grey40)}.vuuView-collapsed .Toolbar-vertical .toolbar-title{display:none}.vuuHeader{--saltButton-height: 24px;--saltButton-width: 24px}.salt-density-high .vuuHeader{--saltToolbarField-marginTop: 0}.vuuFilterBuilderMenu{margin:0}.vuuFilterBuilderMenu-trigger{display:inline-block;height:26px;width:0px}.vuuFilterBuilderMenuList{--vuuList-borderStyle: none}.vuuListItem:has(.vuuMenuButton){justify-content:center}.vuuMenuButton{background-color:#fff;border:solid 1px var(--salt-actionable-primary-foreground);border-radius:6px;color:var(--vuu-color-gray-50);font-size:9px;padding:1px 6px}.vuuExpandoCombobox{--expando-combobox-height: var(--vuuExpandoCombobox-height, 24px);--expando-combobox-fontSize: var(--vuuExpandoCombobox-fontSizew, 12px);--saltInput-outline: none;--saltInput-fontSize: var(--expando-combobox-fontSize);--saltInput-height: var(--expando-combobox-height);--saltInput-minWidth: 4px;display:inline-flex;flex-direction:column;height:var(--expando-combobox-height);min-width:4px;padding:0}.vuuExpandoCombobox .saltInput{background-color:transparent;position:absolute}.vuuExpandoCombobox .vuuDropdown{height:100%}.vuuExpandoCombobox-Input.saltInput{border:none;left:0px;margin:0;min-height:100%;padding:0;right:0px;width:auto}.vuuExpandoCombobox .saltInput-input{border:none;box-sizing:content-box;display:block;flex:1;font:inherit;margin:0;min-width:0;outline:none;padding:0}.vuuExpandoCombobox:before{content:attr(data-text);display:block;font-size:var(--expando-combobox-fontSize);height:0px;overflow:hidden;white-space:pre-wrap}.vuuFilterClause{--vuuExpandoInput-top: 0;--vuuExpandoInput-height: 16px;--vuuExpandoCombobox-height: 16px;--saltButton-height: 16px;--saltButton-width: 16px;display:flex;flex-direction:row;width:fit-content;border-color:var(--vuu-color-gray-45);border-radius:6px;border-width:1px;border-style:solid;background:#ffffff;--salt-focused-outlineStyle: dotted}.vuuFilterClause:focus-within{border-color:var(--vuu-color-purple-10)}.vuu-density-high .vuuFilterClause{padding:4px 8px;gap:4px;--salt-text-lineHeight: 12px;--saltInputLegacy-fontSize: 12px;--saltInputLegacy-minWidth: 12px}.vuu-density-high .vuuFilterClause .saltInput{padding:0;min-height:16px;height:16px}.vuuFilterClause .vuuExpandoCombobox{flex-basis:auto;flex-shrink:0;flex-grow:0}.vuuFilterClauseOperator-hidden{display:none}.vuuFilterClause .saltInput-focused,.vuuFilterClause .saltTokenizedInput-focused{outline:none;color:var(--salt-text-primary-foreground)}.vuuFilterClause .saltInput-input::selection{color:#fff}.vuu-theme .saltList{--list-borderWidth: 1px;--list-borderStyle: solid;border-radius:4px;box-shadow:0 2px 3px #0006}.saltListItem[aria-selected=true]:not(.saltListItem-checkbox){--list-item-background: var(--list-item-background-active);color:var(--list-item-text-color-active)}.saltTokenizedInput{height:16px;min-height:16px}.saltTokenizedInput .saltInputPill{--pill-fontSize: 12px;--saltButton-borderStyle: none;--pill-background: none;height:16px;margin:0}.saltTokenizedInput-pillGroup{padding:0;height:16px}.vuuFilterPillMenu{top:-1px}.vuuFilterPill{align-items:center;background:var(--salt-taggable-background);border:solid 1px var(--salt-taggable-foreground);border-radius:24px;color:var(--vuu-color-gray-50);display:inline-flex;max-width:var(--vuuFilterPill-maxWidth, 200px);padding:0 8px;position:relative;user-select:none;outline:none}.vuuFilterPill.vuuToolbarItem{height:24px}.vuuFilterPill[aria-selected=true]{--vuuPopupMenu-iconColor: white;--salt-text-background-selected: var(--vuu-color-blue-40);--salt-text-color-selected: var(--salt-text-primary-foreground);--saltInput-background-hover: var(--salt-taggable-background-active);--saltInput-color: var(--salt-taggable-foreground-active);background:var(--salt-taggable-background-active);color:#fff}.vuuFilterPill:not([aria-selected="true"]):hover{--vuuPopupMenu-iconColor: var(--vuu-color-gray-80);background-color:var(--salt-taggable-background-hover);border-color:var(--salt-taggable-background-hover);color:var(--vuu-color-gray-80)}.vuuFilterBar{--vuu-svg-tune: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 18C3 18.55 3.45 19 4 19H9V17H4C3.45 17 3 17.45 3 18ZM3 6C3 6.55 3.45 7 4 7H13V5H4C3.45 5 3 5.45 3 6ZM13 20V19H20C20.55 19 21 18.55 21 18C21 17.45 20.55 17 20 17H13V16C13 15.45 12.55 15 12 15C11.45 15 11 15.45 11 16V20C11 20.55 11.45 21 12 21C12.55 21 13 20.55 13 20ZM7 10V11H4C3.45 11 3 11.45 3 12C3 12.55 3.45 13 4 13H7V14C7 14.55 7.45 15 8 15C8.55 15 9 14.55 9 14V10C9 9.45 8.55 9 8 9C7.45 9 7 9.45 7 10ZM21 12C21 11.45 20.55 11 20 11H11V13H20C20.55 13 21 12.55 21 12ZM16 9C16.55 9 17 8.55 17 8V7H20C20.55 7 21 6.55 21 6C21 5.45 20.55 5 20 5H17V4C17 3.45 16.55 3 16 3C15.45 3 15 3.45 15 4V8C15 8.55 15.45 9 16 9Z" /></svg>');--vuuToolbar-height: 28px;--salt-container-primary-borderColor: var(--vuu-color-purple-10);--vuuOverflowContainer-minWidth: 0;--saltButton-height: 26px;--saltButton-width: 26px;align-items:center;background-color:var(--salt-container-secondary-background);border-bottom:solid 1px #D6D7DA;display:flex;flex:var(--vuuFilterBar-flex);gap:4px;height:33px;padding:0 8px}.vuuFilterbar-icon{display:inline-block;height:16px;width:16px}.vuuFilterBar [data-icon=tune]{--vuu-icon-size: 16px;--vuu-icon-svg: var(--vuu-svg-tune)}.vuuFilterBar [data-icon=plus]{--vuu-icon-size: 16px}.vuuFilterBar .vuuToolbar{flex:0 1 auto}.salt-theme{--vuuFilterEditor-lineHeight: 28px}.salt-density-high{--vuuFilterEditor-buttonWidth: 20px;--vuuFilterEditor-height: 22px;--vuuFilterEditor-lineHeight: 20px}.vuuFilterInput{--vuuFilterEditor-background: var(--salt-container-primary-background);--vuuFilterEditor-color: var(--salt-text-primary-foreground);--vuuFilterEditor-fontFamily: var(--salt-typography-fontFamily);--vuuFilterEditor-fontSize: var(--salt-text-fontSize);--vuuFilterEditor-cursorColor: var(--salt-text-secondary-foreground);--vuuFilterEditor-selectionBackground: var(--salt-text-background-selected);--vuuFilterEditor-tooltipBackground: var(--salt-container-primary-background);--vuuFilterEditor-tooltipBorder: var(--tooltip-status-borderColor) var(--salt-container-borderWidth) var(--salt-container-borderStyle);--vuuFilterEditor-tooltipElevation: var(--salt-overlayable-shadow-popout);--vuuFilterEditor-suggestion-selectedBackground: var(--salt-selectable-background-selected);--vuuFilterEditor-suggestion-selectedColor: var(--vuuFilterEditor-color);--vuuFilterEditor-suggestion-height: 24px;--vuuFilterEditor-variableColor: var(--vuu-color_purple-10);align-items:center;border-color:var(--salt-container-secondary-borderColor);border-style:solid none;border-width:1px;box-sizing:border-box;display:flex;height:var(--vuuFilterEditor-height, 30px)}.vuuFilterInput-Editor{flex:1 1 auto;height:100%}.vuuFilterInput-FilterButton,.vuuFilterInput-ClearButton{--vuu-icon-size: 12px;--saltButton-width: var(--vuuFilterEditor-buttonWidth, 28px)}.vuuIllustration{--vuuFilterEditor-suggestion-selectedBackground:var(--salt-container-secondary-background);background:var(--salt-container-secondary-background);color:var(--salt-text-secondary-foreground)}.vuuMeasuredContainer{flex:var(--vuuMeasuredContainer-flex, none);height:var(--vuuMeasuredContainer-height, var(--measured-css-height));min-height:0;width:var(--measured-css-width)}.vuuOverflowContainer{--overflow-borderColor: var(--vuuOverflowContainer-borderColor, none);--overflow-borderStyle: var(--vuuOverflowContainer-borderStyle, none);--overflow-borderWidth: var(--vuuOverflowContainer-borderWidth, 0px);--overflow-border-topWidth: var(--vuuOverflowContainer-borderTopWidth, var(--overflow-borderWidth));--overflow-border-rightWidth: var(--vuuOverflowContainer-borderRightWidth, var(--overflow-borderWidth));--overflow-border-bottomWidth: var(--vuuOverflowContainer-borderBottomWidth, var(--overflow-borderWidth));--overflow-border-leftWidth: var(--vuuOverflowContainer-borderLeftWidth, var(--overflow-borderWidth));--overflow-item-gap: var(--vuuOverflowContainer-gap,2px);--overflow-direction: row;--overflow-height: var(--overflow-item-height);--overflow-top:top:0;--overflow-width: 0px;background-color:var(--vuuOverflowContainer-background);border-color:var(--overflow-borderColor);border-style:var(--overflow-borderStyle);border-top-width:var(--overflow-border-topWidth);border-right-width:var(--overflow-border-rightWidth);border-bottom-width:var(--overflow-border-bottomWidth);border-left-width:var(--overflow-border-leftWidth);height:var(--overflow-container-heightWidth)}.vuuOverflowContainer-horizontal{--item-align: center;--item-margin: 0 var(--overflow-item-gap) 0 var(--overflow-item-gap)}.vuuOverflowContainer-vertical{--item-align: stretch;--overflow-item-height: auto;--item-margin: var(--overflow-item-gap) 0 var(--overflow-item-gap) 0;--overflow-direction: column;--overflow-height: 0;--overflow-left: 0;--overflow-top: 100%;--overflow-width: auto}.vuuOverflowContainer-wrapContainer{--border: calc(var(--overflow-border-topWidth) + var(--overflow-border-bottomWidth));--overflow-item-height: calc(var(--overflow-container-height) - var(--border));align-items:var(--item-align);display:flex;flex-direction:var(--overflow-direction);flex-wrap:wrap;height:var(--overflow-item-height);justify-content:var(--vuuOverflowContainer-justifyContent, flex-start);min-width:var(--vuuOverflowContainer-minWidth, 44px);overflow:hidden;position:relative;width:100%}.vuuOverflowContainer-wrapContainer-overflowed{--overflow-order: 2;--overflow-left: auto;--overflow-position: relative;--overflow-width: auto}.vuuOverflowContainer-vertical.vuuOverflowContainer-wrapContainer-overflowed{--overflow-height: auto}.vuuOverflowContainer-item{align-items:inherit;display:flex;order:1;position:relative;height:var(--overflow-item-height);margin:var(--item-margin)}.vuuOverflowContainer-item[data-align=right]{margin-left:auto}.vuuOverflowContainer-item.wrapped{--overflow-item-bg: #ccc;order:3}.vuuOverflowContainer-item.vuuDraggable-dragAway,.vuuOverflowContainer-item:has(.vuuDraggable-dragAway){display:none}.vuuOverflowContainer-item.vuuDropTarget-settling{visibility:hidden}.vuuOverflowContainer-OverflowIndicator{align-items:center;background-color:transparent;display:flex;height:var(--overflow-height);order:var(--overflow-order, 99);overflow:hidden;left:var(--overflow-left, 100%);top:var(--overflow-top, 100%);position:var(--overflow-position, absolute);width:var(--overflow-width)}.vuuDraggable-vuuOverflowContainer{align-items:center;display:flex;height:44px}.vuuPalette{--vuuList-borderStyle: none}.vuuPalette-horizontal{align-items:center;display:flex}.vuuPaletteItem{--vuu-icon-color: var(--salt-text-primary-foreground);--vuu-icon-left: 0;--vuu-icon-size: 16px;--vuu-icon-top: 11px;--list-item-text-padding: 0 0 0 calc(var(--salt-size-unit) * 3);border-bottom:solid 1px var(--salt-separable-tertiary-borderColor);padding-left:12px;font-size:12px;font-weight:600}.vuuSimpleDraggableWrapper>.vuuPaletteItem{--vuu-icon-color: var(--salt-selectable-foreground)}.salt-theme .vuuPaletteItem{font-size:11px;font-weight:400}.vuuTabs{display:flex;box-sizing:border-box;flex-direction:column}.vuuTabs-horizontal{--vuu-tabs-border-style: none solid none none;flex-direction:row}.vuuTabs .Toolbar:before{left:0;width:100%;bottom:0;height:1px;content:"";position:absolute;background:var(--grey60)}.vuuTabs-tabPanel{display:flex;flex:1;flex-direction:column}.vuuTabs-tabPanel>*{flex:1 1 auto}.vuuTabHeader{--saltTabs-activationIndicator-background: transparent;--saltToolbarField-marginTop: calc(var(--salt-size-unit) - 1px);border-color:var(--salt-container-primary-borderColor);border-style:var(--vuu-tabs-border-style, none none solid none);border-width:1px}.vuuTabHeader+.vuuView>.vuuHeader{height:0;overflow:hidden}.Layout-svg-button{--spacing-medium: 5px}.vuuToolbar{--toolbar-height: var(--vuuToolbar-height, 36px);--toolbar-item-height: var(--vuuToolbarItem-height, 100%);--vuuOverflowContainer-background: var(--vuuToolbar-background);--vuuOverflowContainer-borderColor: var(--vuuToolbar-borderColor);--vuuOverflowContainer-borderStyle: var(--vuuToolbar-borderStyle);--vuuOverflowContainer-borderWidth: var(--vuuToolbar-borderWidth);height:var(--toolbar-height)}.vuuToolbar-alignCenter{--vuuOverflowContainer-justifyContent: center}.vuuToolbar-alignEnd{--vuuOverflowContainer-justifyContent: flex-end}.vuuToolbarItem{height:var(--toolbar-item-height)}.vuuToolbar-withSeparators .vuuOverflowContainer-item:not(:first-child):before{content:"";position:absolute;left:calc(-1 * var(--overflow-item-gap));top:calc((var(--toolbar-height) - var(--toolbar-item-height)) /2);width:1px;height:var(--toolbar-item-height);background-color:var(--vuu-color-gray-05)}.vuuToolbarItem.vuuFocusVisible{outline-color:var(--vuuToolbarItem-outlineColor, var(--salt-focused-outlineColor));outline-style:dashed;outline-width:1px;outline-offset:0px}.vuuPopupMenu:focus,.vuuToolbarItem:focus,.vuuToolbarItem:focus-visible{outline-color:var(--vuuToolbarItem-outlineColor, var(--vuu-color-purple-10));outline-style:dashed;outline-width:1px;outline-offset:0px}[data-design-mode=true] .Component{filter:grayscale(100%);opacity:.4}[data-design-mode=true] .Component:after{color:#000;content:"Component";height:12px;background-color:#ff0}.LayoutConfigurator{--margin-color: #f3cea5;--border-color: #fddda0;--padding-color: #c6d092;--content-color: #8cb6c0;display:flex;flex-direction:column;align-items:stretch;background-color:var(--margin-color)}.LayoutConfigurator .layout-outer{flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch}.LayoutBox{--hw-control-font-size: 13px;--hw-text-input-bg: rgba(255, 255, 255, .3);--hwTextInput-padding: 3px;--hw-text-input-position: absolute;--hwTextInput-width: 30px;flex:1 1 auto}.LayoutBox>.layout-top{flex:0 0 40px;padding-left:12px;display:flex;flex-direction:row;align-items:center;position:relative}.LayoutBox>.layout-bottom{flex:0 0 40px;position:relative;display:flex;flex-direction:row;align-items:center}.LayoutBox>.layout-inner>.layout-right,.LayoutBox>.layout-inner>.layout-left{flex:0 0 40px;display:flex;flex-direction:column;justify-content:center;align-items:center}.layout-top,.layout-bottom{--hw-text-input-margin: 0 0 0 -15px}.layout-top>.layout-input,.layout-bottom>.layout-input{left:50%}.LayoutBox>.layout-inner{flex:1 1 auto;display:flex;flex-direction:row;align-items:stretch}.LayoutBox.layout-margin{background-color:var(--margin-color);border:dashed 2px black}.LayoutBox.layout-border{background-color:var(--border-color);border:solid 2px black}.LayoutBox.layout-padding{background-color:var(--padding-color);border:dashed 2px black}.LayoutBox .layout-content{flex:1 1 auto;background-color:var(--content-color);border:solid 2px #808080}.LayoutBox .layout-title{color:#161616;font-size:11px;left:4px;line-height:15px;position:absolute;top:1px}.hwLayoutTreeNode{cursor:default}.hwLayoutTreeNode:hover{background-color:#fff3}.hwLayoutTreeNode[aria-selected=true]{background-color:#6495ed;color:#fff}.vuuLoginPanel{--saltInput-paddingLeft: 8px;--login-width: 856px;--login-height: 550px;--hwTextInput-border: solid 1px #ccc;--hwTextInput-height: 28px;--hwTextInput-padding: 0 12px;--hwTextInput-width: 100%;--login-row-height: 60px;border-radius:16px;box-shadow:0 24px 44px #00000040;display:flex;height:var(--login-height);margin:0 auto;width:var(--login-width)}.vuuLoginPanel .saltInput-primary{--saltInput-height: 36px}.vuuLoginPanel-title{justify-content:center;font-size:28px;font-weight:400;display:flex}.vuuLoginPanel-branding{align-items:center;background-color:var(--vuu-color-purple-50);border-radius:16px 0 0 16px;display:flex;flex:0 0 368px;flex-direction:column;gap:40px;justify-content:center;padding:40px 100px}.vuuLoginPanel-form{background-color:#fff;border-radius:0 16px 16px 0;display:flex;flex:1 1 auto;flex-direction:column;gap:32px;justify-content:center;padding:0 40px}.vuuLoginPanel-password{--vuu-icon-size: 16px}.vuuLoginPanel-appName{color:#fff;font-size:18px;font-weight:700;text-transform:uppercase}.vuuLoginPanel-login{--saltButton-height: 36px;--saltButton-borderRadius: 6px;width:100%}.vuuAppHeader{--saltButton-borderRadius: 6px;--saltButton-text-color: var(--vuu-color-gray-50);--saltButton-padding: 12px;--vuuToolbarItem-height: 26px;--vuuOverflowContainer-gap: 8px;--vuu-icon-color: var(--vuu-color-gray-45);--vuu-icon-size: 16px;--vuuToolbar-background: var(--vuuAppHeader-background, var(--vuu-color-gray-28));--vuuToolbar-borderWidth: 1px;--vuuToolbar-borderStyle: solid;--vuuToolbar-borderColor: var(--vuu-color-gray-30);align-items:center;display:flex;justify-content:flex-end}.vuu-theme .vuuAppHeader{border-radius:8px;margin-bottom:8px}.vuuStatus-container{display:flex}.vuuStatus-text{align-self:center}.vuuStatus{--vuu-icon-height: 18px;--vuu-icon-padding: var(--vuuStatus-padding, 6px);--vuu-icon-width: var(--vuuStatus-width, auto);--vuu-icon-min-width: var(--vuuStatus-min-width, 20px);align-items:center;display:inline-flex;height:var(--vuu-icon-height);justify-content:center;min-width:var(--vuu-icon-min-width);padding:0 var(--vuu-icon-padding);width:var(--vuu-icon-width);position:relative}.vuuStatus[data-icon]:after{inset:0 0 0 0;content:"";box-shadow:0 0 #000;position:absolute;mask:var(--vuu-icon-svg) center center/20px 20px no-repeat;-webkit-mask:var(--vuu-icon-svg) center center/20px 20px no-repeat}.vuuActiveStatus:after{--vuu-icon-svg: var(--svg-active-status);background-color:#0f0}.vuuConnectingStatus:after{--vuu-icon-svg: var(--svg-connecting-status);background-color:orange;transform:scale(1);animation:infinite pulse 1s}.vuuDisconnectedStatus:after{--vuu-icon-svg: var(--svg-disconnected-status);background-color:red;transform:scale(1);animation:infinite pulse .5s}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #000000b3}70%{transform:scale(1);box-shadow:0 0 #0000}to{transform:scale(.95);box-shadow:0 0 #0000}}.saveLayoutPanel{--salt-selectable-foreground-hover: #6d18bdc3;--salt-selectable-foreground-selected: #6D18BD;--salt-selectable-borderColor-selected: #6D18BD;--saltInputLegacy-fontSize: 12px;--salt-text-label-fontSize: 10px;--saltFormFieldLegacy-label-paddingLeft: 0;--saltFormField-label-fontWeight: 400;--saltText-color: var(--text-secondary-foreground, #606477)}.saveLayoutPanel-panelContainer{display:flex;flex-direction:column;align-items:flex-start}.saveLayoutPanel-panelContent{display:flex;align-items:flex-start;gap:32px}.saveLayoutPanel-formContainer{display:flex;width:217px;flex-direction:column;align-items:flex-start;gap:16px}.saveLayoutPanel-formField{display:flex;flex-direction:column;gap:1px}.saveLayoutPanel-inputText{border:none;color:var(--light-text-primary, #15171B);font-family:Nunito Sans A-Variant,serif;font-feature-settings:"ss02" on,"ss01" on,"salt" on,"liga" off;font-size:12px;font-weight:400;line-height:16px;padding-left:4px;width:100%;outline:none}.saveLayoutPanel-settingsGroup{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px;width:100%;line-height:16px}.saveLayoutPanel-screenshotContainer{display:flex;width:304px;height:208px;padding:11px 15.5px;justify-content:center;align-items:center;border:1px solid #E8E8E8;background:var(--dark-text-primary, #FFF)}.saveLayoutPanel-screenshot{display:flex;justify-content:center;align-items:center;background:lightgray 50% / cover no-repeat;width:273px;height:186px;flex-shrink:0}.saveLayoutPanel-buttonsContainer{display:flex;justify-content:flex-end;align-items:flex-start;align-self:stretch;padding-top:24px;gap:8px}.saveLayoutPanel-cancelButton,.saveLayoutPanel-saveButton{display:flex;height:fit-content;padding:4px 8px;align-items:flex-start;gap:8px;border-radius:6px;font-size:12px;font-style:normal;font-weight:700;line-height:133.333%;letter-spacing:.48px;text-transform:uppercase}.saveLayoutPanel-cancelButton{color:var(--actionable-primary-foreground-default, #606477);background:var(--actionable-primary-background-default, #FFF)}.saveLayoutPanel-saveButton{background:#6D18BD;border-color:#6d18bd;color:#fff}.saveLayoutPanel-saveButton.saltButton:disabled{background:#6D18BD;border-color:#6d18bd;color:#fff;opacity:.3}.saveLayoutPanel-saveButton.saltButton:hover{background:#F37880;border-color:#f37880;color:#fff}.vuuLayoutList{--vuuMeasuredContainer-flex: 1 1 1px;align-self:stretch;display:flex;flex-direction:column;height:100%;overflow:hidden}.vuuLayoutList-header{color:var(--light-text-primary, #15171B);flex:0 0 47px;font-weight:700;letter-spacing:.48px;text-transform:uppercase;display:flex;padding:16px 0;border-bottom:1px solid rgba(119,124,148,.1);line-height:200%}.vuuLayoutList-groupName{display:flex;padding-top:24px;color:var(--light-text-secondary, #606477);font-weight:700;letter-spacing:.48px;line-height:200%}.vuuLayoutList-layoutContainer{display:flex;align-items:center;gap:8px;padding:8px 0;flex:1 1 auto;cursor:pointer}.vuuLayoutList-layoutName{color:var(--light-text-primary, #15171B);font-weight:600;line-height:133.333%;text-transform:capitalize}.vuuLayoutList-screenshot{width:60px;height:45.6px;border:1px solid #D6D7DA}.vuuLayoutList-layoutDetails{color:var(--light-text-secondary, #606477);font-size:10px;font-weight:600;line-height:150%}.vuuFeatureList{background:var(--vuuFeatureList-background, var(--salt-container-primary-background));display:flex;flex-direction:column;height:100%;padding:195px 32px 16px 24px}.vuuFeatureList-header{flex:0 0 40px;font-size:12px;font-weight:700;line-height:2}.vuuFeatureList-content{flex:1 1 auto;font-size:12px;font-weight:700}.vuuLeftNav{--salt-navigable-fontWeight-active: 700;--vuuTab-background-selected: rgba(255, 255, 255, .1);--vuuTab-hover-background: rgba(255, 255, 255, .1);--vuuTab-before-content: none;--vuuTab-borderRadius: 6px;--vuuTab-height: 40px;--vuuTab-padding: 0 0 0 48px;--vuuTabstrip-fontWeight: 700;--vuuTabstrip-width: 100%;--svg-demo: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.3333 11C11.52 11 11.6667 10.8533 11.6667 10.6667C11.6667 10.48 11.52 10.3333 11.3333 10.3333C11.1467 10.3333 11 10.48 11 10.6667C11 10.8533 11.1467 11 11.3333 11Z"/><path d="M5.99999 8.66667C6.36818 8.66667 6.66666 8.36819 6.66666 8C6.66666 7.63181 6.36818 7.33334 5.99999 7.33334C5.63181 7.33334 5.33333 7.63181 5.33333 8C5.33333 8.36819 5.63181 8.66667 5.99999 8.66667Z"/><path d="M8.66667 6C9.03486 6 9.33333 5.70152 9.33333 5.33333C9.33333 4.96514 9.03486 4.66667 8.66667 4.66667C8.29848 4.66667 8 4.96514 8 5.33333C8 5.70152 8.29848 6 8.66667 6Z"/><path d="M8.66667 11.3333C9.03486 11.3333 9.33333 11.0349 9.33333 10.6667C9.33333 10.2985 9.03486 10 8.66667 10C8.29848 10 8 10.2985 8 10.6667C8 11.0349 8.29848 11.3333 8.66667 11.3333Z"/><path d="M11.3333 8.33333C11.52 8.33333 11.6667 8.18666 11.6667 8C11.6667 7.81333 11.52 7.66666 11.3333 7.66666C11.1467 7.66666 11 7.81333 11 8C11 8.18666 11.1467 8.33333 11.3333 8.33333Z"/><path d="M8.66667 8.66667C9.03486 8.66667 9.33333 8.36819 9.33333 8C9.33333 7.63181 9.03486 7.33334 8.66667 7.33334C8.29848 7.33334 8 7.63181 8 8C8 8.36819 8.29848 8.66667 8.66667 8.66667Z"/><path d="M2 2H14V3.33333H2V2Z"/><path d="M3.33333 6.33333C3.88561 6.33333 4.33333 5.88562 4.33333 5.33333C4.33333 4.78105 3.88561 4.33333 3.33333 4.33333C2.78104 4.33333 2.33333 4.78105 2.33333 5.33333C2.33333 5.88562 2.78104 6.33333 3.33333 6.33333Z"/><path d="M3.33333 9C3.88561 9 4.33333 8.55228 4.33333 8C4.33333 7.44772 3.88561 7 3.33333 7C2.78104 7 2.33333 7.44772 2.33333 8C2.33333 8.55228 2.78104 9 3.33333 9Z"/><path d="M3.33333 11.6667C3.88561 11.6667 4.33333 11.2189 4.33333 10.6667C4.33333 10.1144 3.88561 9.66666 3.33333 9.66666C2.78104 9.66666 2.33333 10.1144 2.33333 10.6667C2.33333 11.2189 2.78104 11.6667 3.33333 11.6667Z"/><path d="M11.3333 5.66667C11.52 5.66667 11.6667 5.52 11.6667 5.33333C11.6667 5.14667 11.52 5 11.3333 5C11.1467 5 11 5.14667 11 5.33333C11 5.52 11.1467 5.66667 11.3333 5.66667Z"/><path d="M5.99999 11.3333C6.36818 11.3333 6.66666 11.0349 6.66666 10.6667C6.66666 10.2985 6.36818 10 5.99999 10C5.63181 10 5.33333 10.2985 5.33333 10.6667C5.33333 11.0349 5.63181 11.3333 5.99999 11.3333Z"/><path d="M5.99999 6C6.36818 6 6.66666 5.70152 6.66666 5.33333C6.66666 4.96514 6.36818 4.66667 5.99999 4.66667C5.63181 4.66667 5.33333 4.96514 5.33333 5.33333C5.33333 5.70152 5.63181 6 5.99999 6Z"/><path d="M2 12.6667H14V14H2V12.6667Z"/></svg>');--svg-features: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.3333 12.6667H14L14 3.33334H15.3333L15.3333 12.6667ZM12.6667 12.6667H11.3333L11.3333 3.33334H12.6667L12.6667 12.6667ZM1.33333 12.6667L9.33333 12.6667C9.69999 12.6667 9.99999 12.3667 9.99999 12V4.00001C9.99999 3.63334 9.69999 3.33334 9.33333 3.33334L1.33333 3.33334C0.966661 3.33334 0.666661 3.63334 0.666661 4.00001L0.666661 12C0.666661 12.3667 0.966661 12.6667 1.33333 12.6667ZM1.99999 4.66667L8.66666 4.66667V11.3333L1.99999 11.3333L1.99999 4.66667Z"/></svg>');--svg-tables: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 6H4.66667V3.33334H3.33333C2.6 3.33334 2 3.93334 2 4.66667V6ZM2 9.33334H4.66667V6.66667H2V9.33334ZM5.33333 9.33334H8V6.66667H5.33333V9.33334ZM8.66667 9.33334H11.3333V6.66667H8.66667V9.33334ZM5.33333 6H8V3.33334H5.33333V6ZM8.66667 3.33334V6H11.3333V3.33334H8.66667ZM12 9.33334H14.6667V6.66667H12V9.33334ZM3.33333 12.6667H4.66667V10H2V11.3333C2 12.0667 2.6 12.6667 3.33333 12.6667ZM5.33333 12.6667H8V10H5.33333V12.6667ZM8.66667 12.6667H11.3333V10H8.66667V12.6667ZM12 12.6667H13.3333C14.0667 12.6667 14.6667 12.0667 14.6667 11.3333V10H12V12.6667ZM12 3.33334V6H14.6667V4.66667C14.6667 3.93334 14.0667 3.33334 13.3333 3.33334H12Z"/></svg>');--svg-layouts: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.3333 10H14V11.3333H15.3333V10ZM15.3333 12.6667H14V14H15.3333V12.6667ZM15.3333 7.33333H14V8.66667H15.3333V7.33333ZM10 2H8.66667V3.33333H10V2ZM15.3333 4.66667H14V6H15.3333V4.66667ZM0.666672 14H7.33334V10H0.666672V14ZM2.00001 4.66667H0.666672V6H2.00001V4.66667ZM10 12.6667H8.66667V14H10V12.6667ZM12.6667 2H11.3333V3.33333H12.6667V2ZM15.3333 2H14V3.33333H15.3333V2ZM12.6667 12.6667H11.3333V14H12.6667V12.6667ZM2.00001 7.33333H0.666672V8.66667H2.00001V7.33333ZM7.33334 2H6.00001V3.33333H7.33334V2ZM4.66667 2H3.33334V3.33333H4.66667V2ZM2.00001 2H0.666672V3.33333H2.00001V2Z"/></svg>');--vuu-light-text-primary: #15171b;--menu-level-2-width: 0px;box-shadow:3px 4px 4px #00000026;display:flex;height:calc(100% - 4px);margin-bottom:4px;overflow:hidden;position:relative;transition:width .2s ease-out;z-index:0}.vuuLeftNav-menu-full{--menu-width: var(--nav-menu-expanded-width)}.vuuLeftNav-menu-icons{--menu-width: var(--nav-menu-collapsed-width)}.vuuLeftNav-menu-icons-content{--menu-width: var(--nav-menu-collapsed-width);--menu-level-2-width: var(--nav-menu-content-width)}.vuuLeftNav-menu-full-content{--menu-width: var(--nav-menu-expanded-width);--menu-level-2-width: var(--nav-menu-content-width)}.vuuLeftNav-menu-icons-content .vuuLeftNav-menu-secondary,.vuuLeftNav-menu-full-content .vuuLeftNav-menu-secondary{display:flex}.vuuLeftNav-menu-primary{background-color:#2a015f;container-type:inline-size;display:flex;flex-direction:column;height:100%;padding:32px 16px;transition:flex-basis ease-out .2s;flex-grow:0;flex-shrink:0;flex-basis:var(--menu-width)}.vuuLeftNav-menu-secondary{flex:1 1 auto;display:none;top:0;right:0;flex-grow:0;flex-shrink:0;flex-basis:var(--nav-menu-content-width, 240px);z-index:-1}.vuuLeftNav .vuuTabstrip{margin-top:102px}.vuuLeftNav .vuuTab{--vuuTab-focusVisible-color: pink;--vuu-icon-color: white;--vuu-icon-left: 12px;--vuu-icon-size: 16px;border-left:solid 4px transparent}.vuuLeftNav .vuuTab-selected{--vuu-icon-color: var(--salt-navigable-indicator-active);border-left:solid 4px var(--salt-navigable-indicator-active)}.vuuLeftNav-logo{display:flex;flex:0 0 auto;justify-content:center}.vuuLeftNav-main{flex:1 1 auto}.vuuLeftNav-menu{color:#fff;margin-top:102px;padding:0}.vuuLeftNav [data-icon=demo]{--vuu-icon-svg: var(--svg-demo)}.vuuLeftNav [data-icon=tables]{--vuu-icon-svg: var(--svg-tables)}.vuuLeftNav [data-icon=features]{--vuu-icon-svg: var(--svg-features)}.vuuLeftNav [data-icon=layouts]{--vuu-icon-svg: var(--svg-layouts)}@container (max-width: 100px){.vuuTab{--vuuTab-padding: 0 0 0 42px}.vuuTab-main{display:none!important}}.vuuLeftNav-buttonBar{align-items:center;display:flex;flex:0 0 100px;justify-content:center}.vuuLeftNav-toggleButton{--vuu-icon-color: var(--vuu-light-text-primary);--vuu-icon-left: 11px;--vuu-icon-top: 10px;--vuu-icon-size: 16px;background-color:var(--salt-navigable-indicator-active);border-width:0;border-radius:18px;height:36px;position:relative;width:36px}.vuuLeftNav-toggleButton-open{--vuu-icon-left: 9px}.vuuLeftNav-drawer{display:flex;padding:40px 32px 0 24px;flex-direction:column;align-items:flex-start;flex-shrink:0;align-self:stretch;background:#FFF;box-shadow:3px 4px 4px #00000026;height:100%}.vuuSessionEditingForm{display:flex;flex-direction:column;gap:3px;min-width:400px;padding:6px}.vuuSessionEditingForm-content{display:flex;flex-direction:column;flex:1 1 auto;gap:3px;overflow:auto}.vuuSessionEditingForm-field{align-items:center;display:flex;height:32px}.vuuSessionEditingForm-fieldLabel{flex:0 0 50%}.vuuSessionEditingForm-fieldValue{max-width:50%}.vuuSessionEditingForm-fieldValue.vuuReadOnly{font-weight:var(--salt-text-label-fontWeight-strong)}.vuuSessionEditingForm-buttonbar{align-items:center;border-top:solid 1px var(--salt-container-primary-borderColor);display:flex;justify-content:flex-end;flex:0 0 autox;gap:6px;padding-top:6px}.vuuSessionEditingForm-errorBanner{--vuu-icon-left: 3px;--vuu-icon-size: 18px;--vuu-icon-top: 3px;border:solid 1px var(--salt-status-error-borderColor);line-height:24px;padding:0 6px 0 26px;position:relative}.vuuContextPanel{position:relative;transition:width .3s ease-in-out;width:var(--vuu-side-panel-width, 0px)!important;z-index:1}.vuuContextPanel-expanded{--vuu-side-panel-width: 300px !important;--vuu-side-panel-shadow: -4px 4px 4px rgba(0, 0, 0, .1);--vuu-side-panel-padding: 24px}.vuuContextPanel-overlay{width:0px!important}.vuuContextPanel-inner{background-color:var(--salt-container-primary-background);box-shadow:var(--vuu-side-panel-shadow, none);display:flex;flex-direction:column;height:100%;min-width:0!important;overflow:auto;padding-bottom:24px;padding-top:24px;padding-left:var(--vuu-side-panel-padding, 0);padding-right:var(--vuu-side-panel-padding, 0);position:absolute!important;right:0;top:0;transition-property:padding-left,padding-right,width;transition-duration:.3s;transition-timing-function:ease-in-out;width:var(--vuu-side-panel-width, 0px)}.vuuContextPanel-header{align-items:center;display:flex;flex-wrap:nowrap;flex:0 0 27px!important;justify-content:space-between}.vuuContextPanel-title{font-size:20px;font-weight:700;white-space:nowrap}.vuuContextPanel-content{flex:1 1 auto;width:100%}.vuuShellSidePanel{transition:width .2s ease-out;width:var(--shell-left-nav-size)}.vuuShell{background-color:var(--vuu-color-gray-25);height:var(--vuuShell-height, 100vh);width:var(--vuuShell-width, 100vw)}.vuuShell-mainTabs{background:var(--salt-container-primary-background)}.vuuShell-palette{--vuuView-border: none;--vuuView-margin: 0}.vuuShell-warningPlaceholder{background-color:var(--salt-container-background-high);height:100%}.vuuToolbarProxy{background:var(--salt-container-primary-background)}.vuuShell-mainTabs>.vuuTabstrip>.vuuOverflowContainer-wrapContainer{background:var(--vuu-color-gray-25)}.vuuShell-mainTabs{--vuuTab-height: 28px;border:solid 1px #D6D7DA;border-top:none!important;border-radius:6px;height:100%;padding:36px 8px 8px;position:relative;width:100%}.vuuShell-mainTabs>.vuuTabstrip{--vuuTabstrip-height: 28px;--saltTabs-tabstrip-height: 29px;--tabstrip-height: 29px;left:-1px;padding-bottom:7px;position:absolute!important;right:1px;top:0;width:calc(100% + 2px)!important}.vuuShell-mainTabs>.vuuTabHeader{border-bottom:none}.vuuShell-mainTabs>.vuuTabstrip:before{background-color:transparent;border-radius:0 6px 0 0;border-left:solid 1px #D6D7DA;border-right:solid 1px #D6D7DA;border-top:solid 1px #D6D7DA;content:"";position:absolute;bottom:0;left:0;right:0;height:8px;z-index:1}.vuuTab.MainTab{--vuuTabMenu-top: -1px;background-color:#f1f2f4;border-color:#d6d7da;border-radius:6px 6px 0 0;border-width:1px;border-style:solid;position:relative}.MainTab.vuuTab-selected{background-color:#fff;border-bottom-color:#fff;z-index:1}.MainTab.vuuTab-selected:before{background-color:#6d188b;content:"";position:absolute;height:100%;left:0;top:0;border-radius:6px 0 0;width:6px}.MainTab.vuuTab:hover:before{background-color:#f37880;content:"";position:absolute;height:100%;left:0;top:0;border-radius:6px 0 0;width:6px}.vuuTab.MainTab .vuuTab-main{background-color:transparent;font-weight:700;height:29px;padding:0 24px}.vuuThemeSwitch{--saltButton-minWidth: 22px;--svg-light: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 31q2.9 0 4.95-2.05Q31 26.9 31 24q0-2.9-2.05-4.95Q26.9 17 24 17q-2.9 0-4.95 2.05Q17 21.1 17 24q0 2.9 2.05 4.95Q21.1 31 24 31Zm0 3q-4.15 0-7.075-2.925T14 24q0-4.15 2.925-7.075T24 14q4.15 0 7.075 2.925T34 24q0 4.15-2.925 7.075T24 34ZM3.5 25.5q-.65 0-1.075-.425Q2 24.65 2 24q0-.65.425-1.075Q2.85 22.5 3.5 22.5h5q.65 0 1.075.425Q10 23.35 10 24q0 .65-.425 1.075-.425.425-1.075.425Zm36 0q-.65 0-1.075-.425Q38 24.65 38 24q0-.65.425-1.075.425-.425 1.075-.425h5q.65 0 1.075.425Q46 23.35 46 24q0 .65-.425 1.075-.425.425-1.075.425ZM24 10q-.65 0-1.075-.425Q22.5 9.15 22.5 8.5v-5q0-.65.425-1.075Q23.35 2 24 2q.65 0 1.075.425.425.425.425 1.075v5q0 .65-.425 1.075Q24.65 10 24 10Zm0 36q-.65 0-1.075-.425-.425-.425-.425-1.075v-5q0-.65.425-1.075Q23.35 38 24 38q.65 0 1.075.425.425.425.425 1.075v5q0 .65-.425 1.075Q24.65 46 24 46ZM12 14.1l-2.85-2.8q-.45-.45-.425-1.075.025-.625.425-1.075.45-.45 1.075-.45t1.075.45L14.1 12q.4.45.4 1.05 0 .6-.4 1-.4.45-1.025.45-.625 0-1.075-.4Zm24.7 24.75L33.9 36q-.4-.45-.4-1.075t.45-1.025q.4-.45 1-.45t1.05.45l2.85 2.8q.45.45.425 1.075-.025.625-.425 1.075-.45.45-1.075.45t-1.075-.45ZM33.9 14.1q-.45-.45-.45-1.05 0-.6.45-1.05l2.8-2.85q.45-.45 1.075-.425.625.025 1.075.425.45.45.45 1.075t-.45 1.075L36 14.1q-.4.4-1.025.4-.625 0-1.075-.4ZM9.15 38.85q-.45-.45-.45-1.075t.45-1.075L12 33.9q.45-.45 1.05-.45.6 0 1.05.45.45.45.45 1.05 0 .6-.45 1.05l-2.8 2.85q-.45.45-1.075.425-.625-.025-1.075-.425ZM24 24Z"/></svg>');--svg-dark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 42q-7.5 0-12.75-5.25T6 24q0-7.5 5.25-12.75T24 6q.4 0 .85.025.45.025 1.15.075-1.8 1.6-2.8 3.95-1 2.35-1 4.95 0 4.5 3.15 7.65Q28.5 25.8 33 25.8q2.6 0 4.95-.925T41.9 22.3q.05.6.075.975Q42 23.65 42 24q0 7.5-5.25 12.75T24 42Zm0-3q5.45 0 9.5-3.375t5.05-7.925q-1.25.55-2.675.825Q34.45 28.8 33 28.8q-5.75 0-9.775-4.025T19.2 15q0-1.2.25-2.575.25-1.375.9-3.125-4.9 1.35-8.125 5.475Q9 18.9 9 24q0 6.25 4.375 10.625T24 39Zm-.2-14.85Z"/></svg>');padding:2px}.salt-density-high .vuuThemeSwitch{--saltButton-minWidth: 16px;--saltButton-width: 18px;--vuuThemeSwitch-iconSize: 16px}.vuuThemeSwitch [data-icon]{--vuu-icon-size: var(--vuuThemeSwitch-iconSize,18px)}.vuuThemeSwitch [data-icon=light]{--vuu-icon-svg: var(--svg-light)}.vuuThemeSwitch [data-icon=dark]{--vuu-icon-svg: var(--svg-dark)}.vuuThemeSwitch .saltToggleButton{height:20px;width:20px}
|
|
1
|
+
/* ../vuu-layout/src/dock-layout/Drawer.css */
|
|
2
|
+
.vuuDrawer {
|
|
3
|
+
--drawer-leading-edge-border: solid 1px var(--salt-container-primary-borderColor, none);
|
|
4
|
+
--vuu-close-icon-svg: var(--svg-chevron-double-right);
|
|
5
|
+
transition: flex-basis;
|
|
6
|
+
transition-duration: var(--drawer-transition-duration);
|
|
7
|
+
position: relative;
|
|
8
|
+
z-index: 1;
|
|
9
|
+
flex-basis: 0;
|
|
10
|
+
flex-grow: 1;
|
|
11
|
+
flex-shrink: 1;
|
|
12
|
+
min-width: 0;
|
|
13
|
+
min-height: 0;
|
|
14
|
+
display: flex;
|
|
15
|
+
}
|
|
16
|
+
.vuuDrawer-peekaboo {
|
|
17
|
+
flex-basis: var(--drawer-peek-size);
|
|
18
|
+
flex-grow: 0;
|
|
19
|
+
flex-shrink: 0;
|
|
20
|
+
}
|
|
21
|
+
.vuuDrawer-inline.vuuDrawer-open {
|
|
22
|
+
flex-basis: var(--drawer-size);
|
|
23
|
+
flex-grow: 0;
|
|
24
|
+
flex-shrink: 0;
|
|
25
|
+
}
|
|
26
|
+
.vuuDrawer-liner {
|
|
27
|
+
background-color: var(--drawer-bg);
|
|
28
|
+
overflow: hidden;
|
|
29
|
+
position: relative;
|
|
30
|
+
}
|
|
31
|
+
.vuuDrawer-content {
|
|
32
|
+
height: 100%;
|
|
33
|
+
overflow: hidden;
|
|
34
|
+
position: absolute;
|
|
35
|
+
top: 0;
|
|
36
|
+
right: var(--drawer-peek-size);
|
|
37
|
+
transition: right;
|
|
38
|
+
transition-duration: var(--drawer-transition-duration);
|
|
39
|
+
width: 100%;
|
|
40
|
+
flex: 1 1 100%;
|
|
41
|
+
}
|
|
42
|
+
.vuuDrawer-open .vuuDrawer-content {
|
|
43
|
+
right: 0;
|
|
44
|
+
}
|
|
45
|
+
.vuuDrawer-left {
|
|
46
|
+
border-right: var(--drawer-leading-edge-border);
|
|
47
|
+
}
|
|
48
|
+
.vuuDrawer-right {
|
|
49
|
+
border-left: var(--drawer-leading-edge-border);
|
|
50
|
+
}
|
|
51
|
+
.vuuDrawer-top {
|
|
52
|
+
border-bottom: var(--drawer-leading-edge-border);
|
|
53
|
+
}
|
|
54
|
+
.vuuDrawer-bottom {
|
|
55
|
+
border-top: var(--drawer-leading-edge-border);
|
|
56
|
+
}
|
|
57
|
+
.vuuDrawer-left .vuuDrawer-liner,
|
|
58
|
+
.vuuDrawer-right .vuuDrawer-liner {
|
|
59
|
+
height: 100%;
|
|
60
|
+
transition: width;
|
|
61
|
+
}
|
|
62
|
+
.vuuDrawer-top .vuuDrawer-liner,
|
|
63
|
+
.vuuDrawer-bottom .vuuDrawer-liner {
|
|
64
|
+
width: 100%;
|
|
65
|
+
transition: height;
|
|
66
|
+
}
|
|
67
|
+
.vuuDrawer-inline .vuuDrawer-liner {
|
|
68
|
+
width: 100%;
|
|
69
|
+
height: 100%;
|
|
70
|
+
}
|
|
71
|
+
.vuuDrawer-over .vuuDrawer-liner {
|
|
72
|
+
position: absolute;
|
|
73
|
+
transition-duration: 0.4s;
|
|
74
|
+
}
|
|
75
|
+
.vuuDrawer-over.vuuDrawer-left .vuuDrawer-liner {
|
|
76
|
+
top: 0;
|
|
77
|
+
left: 0;
|
|
78
|
+
width: 0;
|
|
79
|
+
}
|
|
80
|
+
.vuuDrawer-over.vuuDrawer-right .vuuDrawer-liner {
|
|
81
|
+
top: 0;
|
|
82
|
+
right: 0;
|
|
83
|
+
width: 0;
|
|
84
|
+
}
|
|
85
|
+
.vuuDrawer-over.vuuDrawer-top .vuuDrawer-liner {
|
|
86
|
+
height: 0;
|
|
87
|
+
top: 0;
|
|
88
|
+
left: 0;
|
|
89
|
+
}
|
|
90
|
+
.vuuDrawer-over.vuuDrawer-bottom .vuuDrawer-liner {
|
|
91
|
+
bottom: 0;
|
|
92
|
+
height: 0;
|
|
93
|
+
left: 0;
|
|
94
|
+
}
|
|
95
|
+
.vuuDrawer-left.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner,
|
|
96
|
+
.vuuDrawer-right.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner {
|
|
97
|
+
width: var(--drawer-peek-size);
|
|
98
|
+
}
|
|
99
|
+
.vuuDrawer-top.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner,
|
|
100
|
+
.vuuDrawer-bottom.vuuDrawer-over.vuuDrawer-peekaboo .vuuDrawer-liner {
|
|
101
|
+
height: var(--drawer-peek-size);
|
|
102
|
+
}
|
|
103
|
+
.vuuDrawer-left.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner,
|
|
104
|
+
.vuuDrawer-right.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner {
|
|
105
|
+
width: var(--drawer-size);
|
|
106
|
+
}
|
|
107
|
+
.vuuDrawer-top.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner,
|
|
108
|
+
.vuuDrawer-bottom.vuuDrawer-over.vuuDrawer-open .vuuDrawer-liner {
|
|
109
|
+
height: var(--drawer-size);
|
|
110
|
+
}
|
|
111
|
+
.vuuDrawer-top,
|
|
112
|
+
.vuuDrawer-left {
|
|
113
|
+
order: 0;
|
|
114
|
+
}
|
|
115
|
+
.vuuDrawer-bottom,
|
|
116
|
+
.vuuDrawer-right {
|
|
117
|
+
order: 99;
|
|
118
|
+
}
|
|
119
|
+
.vuuDrawer-left,
|
|
120
|
+
.vuuDrawer-right {
|
|
121
|
+
flex-direction: column;
|
|
122
|
+
}
|
|
123
|
+
.vuuToggleButton-container {
|
|
124
|
+
--saltButton-height: 28px;
|
|
125
|
+
--saltButton-width: 28px;
|
|
126
|
+
--vuu-icon-size: 12px;
|
|
127
|
+
flex: 0 0 28px;
|
|
128
|
+
}
|
|
129
|
+
.vuuDrawer-open {
|
|
130
|
+
--vuu-close-icon-svg: var(--svg-chevron-double-left);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
/* ../vuu-layout/src/dock-layout/DockLayout.css */
|
|
134
|
+
.vuuDockLayout {
|
|
135
|
+
--chest-bg: var(--hw-chest-bg, inherit);
|
|
136
|
+
--drawer-bg: var(--hw-drawer-bg, inherit);
|
|
137
|
+
--drawer-size: var(--hw-drawer-size, 200px);
|
|
138
|
+
--drawer-peek-size: var(--hw-drawer-peek-size, 32px);
|
|
139
|
+
--drawer-transition-duration: var(--hw-drawer-transition-duration, 0.4s);
|
|
140
|
+
background-color: var(--chest-bg);
|
|
141
|
+
display: flex;
|
|
142
|
+
}
|
|
143
|
+
.vuuDockLayout-horizontal {
|
|
144
|
+
flex-direction: row;
|
|
145
|
+
}
|
|
146
|
+
.vuuDockLayout-vertical {
|
|
147
|
+
flex-direction: column;
|
|
148
|
+
}
|
|
149
|
+
.vuuDockLayout-content {
|
|
150
|
+
background-color: var(--chest-bg);
|
|
151
|
+
flex-grow: 1;
|
|
152
|
+
flex-shrink: 1;
|
|
153
|
+
overflow: hidden;
|
|
154
|
+
display: flex;
|
|
155
|
+
align-items: center;
|
|
156
|
+
justify-content: center;
|
|
157
|
+
}
|
|
158
|
+
.vuuDockLayout-horizontal .vuuDockLayout-content {
|
|
159
|
+
flex-basis: 100%;
|
|
160
|
+
}
|
|
161
|
+
.vuuDockLayout-vertical .vuuDockLayout-content {
|
|
162
|
+
flex-basis: 100%;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
/* ../vuu-layout/src/Component.css */
|
|
166
|
+
|
|
167
|
+
/* ../vuu-popups/src/portal/Portal.css */
|
|
168
|
+
.vuuPortal {
|
|
169
|
+
background-color: var(--salt-container-primary-background);
|
|
170
|
+
border-radius: 4px;
|
|
171
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
172
|
+
position: absolute;
|
|
173
|
+
border-color: var(--vuuMenuList-borderColor, var(--salt-container-primary-borderColor));
|
|
174
|
+
border-style: solid;
|
|
175
|
+
border-width: 1px;
|
|
176
|
+
padding: 4px 0;
|
|
177
|
+
z-index: 100;
|
|
178
|
+
}
|
|
179
|
+
.vuuPortal:has(.vuuDropdown-popup-component.vuuList-empty) {
|
|
180
|
+
display: none;
|
|
181
|
+
}
|
|
182
|
+
#vuu-portal-root {
|
|
183
|
+
z-index: 1000;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
/* ../vuu-popups/src/dialog-header/DialogHeader.css */
|
|
187
|
+
.vuuDialogHeader {
|
|
188
|
+
--saltButton-height: 28px;
|
|
189
|
+
--saltButton-width: 28px;
|
|
190
|
+
--saltToolbar-background: transparent;
|
|
191
|
+
--saltToolbar-height: calc(var(--salt-size-base) + 5px);
|
|
192
|
+
--vuuToolbarProxy-height: 22px;
|
|
193
|
+
--salt-text-fontFamily: Nunito Sans A-Variant, sans-serif;
|
|
194
|
+
display: flex;
|
|
195
|
+
align-items: flex-start;
|
|
196
|
+
color: var(--light-text-primary, #15171B);
|
|
197
|
+
font-feature-settings:
|
|
198
|
+
"ss02" on,
|
|
199
|
+
"ss01" on,
|
|
200
|
+
"salt" on,
|
|
201
|
+
"liga" off;
|
|
202
|
+
font-size: 16px;
|
|
203
|
+
font-weight: 600;
|
|
204
|
+
}
|
|
205
|
+
.vuuDialogHeader > .Responsive-inner {
|
|
206
|
+
align-items: center;
|
|
207
|
+
}
|
|
208
|
+
.vuuDialogHeader > .Responsive-inner > :last-child {
|
|
209
|
+
right: 2px;
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
/* ../vuu-popups/src/dialog/Dialog.css */
|
|
213
|
+
.vuuDialog {
|
|
214
|
+
background: var(--salt-container-primary-background);
|
|
215
|
+
border: var(--vuuDialog-border, solid 1px #ccc);
|
|
216
|
+
border-radius: 5px;
|
|
217
|
+
padding: var(--vuuDialog-padding, 16px);
|
|
218
|
+
box-shadow: var(--salt-overlayable-shadow, none);
|
|
219
|
+
height: var(--vuuDialog-height, fit-content);
|
|
220
|
+
width: var(--vuuDialog-width, fit-content);
|
|
221
|
+
}
|
|
222
|
+
.vuuDialog-body {
|
|
223
|
+
padding-top: 16px;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
/* ../vuu-popups/src/menu/MenuList.css */
|
|
227
|
+
.vuuMenuList {
|
|
228
|
+
--salt-focused-outlineStyle: dashed !important;
|
|
229
|
+
--salt-focused-outlineWidth: 1px !important;
|
|
230
|
+
--vuuListItem-padding: 8px;
|
|
231
|
+
--context-menu-color: var(--vuuMenuList-color,#161616);
|
|
232
|
+
--context-menu-padding: var(--hw-list-item-padding, 0 6px);
|
|
233
|
+
--context-menu-shadow: var(--hw-dialog-shadow, 0 6px 12px rgba(0, 0, 0, 0.175));
|
|
234
|
+
--focus-visible-border-color: var(--hw-focus-visible-border-color, rgb(141, 154, 179));
|
|
235
|
+
--context-menu-highlight-bg: var(--salt-selectable-background-hover);
|
|
236
|
+
--context-menu-blur-focus-bg: #e0e4e9;
|
|
237
|
+
--menu-item-icon-color: black;
|
|
238
|
+
--menu-item-twisty-color: black;
|
|
239
|
+
--menu-item-twisty-content: "";
|
|
240
|
+
--menu-item-twisty-top: 50%;
|
|
241
|
+
--menu-item-twisty-left: auto;
|
|
242
|
+
--menu-item-twisty-right: 0px;
|
|
243
|
+
--menu-icon-size: 12px;
|
|
244
|
+
background-clip: padding-box;
|
|
245
|
+
background-color: white;
|
|
246
|
+
font-size: var(--vuuMenuList-fontSize, var(--salt-text-label-fontSize));
|
|
247
|
+
font-weight: var(--salt-typography-fontWeight-medium);
|
|
248
|
+
list-style: none;
|
|
249
|
+
outline: 0;
|
|
250
|
+
overflow: hidden;
|
|
251
|
+
padding: var(--vuuMenuList-padding, 0);
|
|
252
|
+
position: absolute;
|
|
253
|
+
}
|
|
254
|
+
.vuuPortal > .vuuMenuList {
|
|
255
|
+
position: relative;
|
|
256
|
+
}
|
|
257
|
+
.vuuMenuItem {
|
|
258
|
+
align-items: center;
|
|
259
|
+
border-width: 1px;
|
|
260
|
+
border-color: var(--vuuMenuItem-borderColor, transparent);
|
|
261
|
+
border-style: var(--vuuMenuItem-borderStyle, none);
|
|
262
|
+
color: var(--context-menu-color);
|
|
263
|
+
display: flex;
|
|
264
|
+
gap: 6px;
|
|
265
|
+
height: var(--vuuMenuItem-height, var(--hw-list-item-height, 24px));
|
|
266
|
+
padding: var(--context-menu-padding);
|
|
267
|
+
padding-right: 24px;
|
|
268
|
+
position: relative;
|
|
269
|
+
white-space: nowrap;
|
|
270
|
+
}
|
|
271
|
+
.vuuIconContainer {
|
|
272
|
+
display: inline-block;
|
|
273
|
+
flex: 12px 0 0;
|
|
274
|
+
height: var(--menu-icon-size);
|
|
275
|
+
mask-repeat: no-repeat;
|
|
276
|
+
width: var(--menu-icon-size);
|
|
277
|
+
}
|
|
278
|
+
.vuuMenuItem[aria-expanded=true] {
|
|
279
|
+
background-color: var(--context-menu-blur-focus-bg);
|
|
280
|
+
}
|
|
281
|
+
.vuuMenuItem-separator {
|
|
282
|
+
border-top: solid 1px var(--context-menu-blur-focus-bg);
|
|
283
|
+
}
|
|
284
|
+
.vuuMenuItem[aria-haspopup=true]:after {
|
|
285
|
+
content: var(--menu-item-twisty-content);
|
|
286
|
+
-webkit-mask: var(--vuu-svg-chevron-right) center center/8px 8px no-repeat;
|
|
287
|
+
mask: var(---vuu-svg-chevron-right) center center/8px 8px no-repeat;
|
|
288
|
+
background-color: var(--menu-item-twisty-color);
|
|
289
|
+
height: 16px;
|
|
290
|
+
left: var(--menu-item-twisty-left);
|
|
291
|
+
right: var(--menu-item-twisty-right);
|
|
292
|
+
margin-top: -8px;
|
|
293
|
+
position: absolute;
|
|
294
|
+
top: var(--menu-item-twisty-top);
|
|
295
|
+
transition: transform 0.3s;
|
|
296
|
+
width: 16px;
|
|
297
|
+
}
|
|
298
|
+
.vuuMenuItem[data-highlighted] {
|
|
299
|
+
background-color: var(--context-menu-highlight-bg);
|
|
300
|
+
}
|
|
301
|
+
.vuuMenuItem:hover {
|
|
302
|
+
background-color: var(--context-menu-highlight-bg);
|
|
303
|
+
cursor: default;
|
|
304
|
+
}
|
|
305
|
+
.vuuMenuList-childMenuShowing .vuuMenuItem[data-highlighted] {
|
|
306
|
+
background-color: var(--context-menu-blur-focus-bg);
|
|
307
|
+
}
|
|
308
|
+
.vuuMenuItem.focusVisible:before {
|
|
309
|
+
content: "";
|
|
310
|
+
position: absolute;
|
|
311
|
+
top: 0;
|
|
312
|
+
left: 0;
|
|
313
|
+
right: 0;
|
|
314
|
+
bottom: 0px;
|
|
315
|
+
border: dotted var(--focus-visible-border-color) 2px;
|
|
316
|
+
}
|
|
317
|
+
.vuuPopupContainer.top-bottom-right-right .popup-menu {
|
|
318
|
+
left: auto;
|
|
319
|
+
right: 0;
|
|
320
|
+
}
|
|
321
|
+
.popup-menu .menu-item.showing > button,
|
|
322
|
+
.popup-menu .menu-item > button:focus,
|
|
323
|
+
.popup-menu .menu-item > button:hover {
|
|
324
|
+
text-decoration: none;
|
|
325
|
+
color: rgb(0, 0, 0);
|
|
326
|
+
background-color: rgb(220, 220, 220);
|
|
327
|
+
}
|
|
328
|
+
.vuuMenuItem-button:active,
|
|
329
|
+
.vuuMenuItem-button:hover {
|
|
330
|
+
outline: 0;
|
|
331
|
+
}
|
|
332
|
+
.popup-menu .menu-item.disabled > button {
|
|
333
|
+
clear: both;
|
|
334
|
+
font-weight: normal;
|
|
335
|
+
line-height: 1.5;
|
|
336
|
+
color: rgb(120, 120, 120);
|
|
337
|
+
white-space: nowrap;
|
|
338
|
+
text-decoration: none;
|
|
339
|
+
cursor: default;
|
|
340
|
+
}
|
|
341
|
+
.vuuMenuList.salt-theme {
|
|
342
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
343
|
+
position: absolute;
|
|
344
|
+
border-color: var(--salt-container-primary-borderColor);
|
|
345
|
+
border-style: solid !important;
|
|
346
|
+
border-width: 1px;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
/* ../vuu-popups/src/popup/popup-service.css */
|
|
350
|
+
.vuuPopup {
|
|
351
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
352
|
+
position: absolute;
|
|
353
|
+
top: 0;
|
|
354
|
+
left: 0;
|
|
355
|
+
width: 0;
|
|
356
|
+
height: 0;
|
|
357
|
+
overflow: visible;
|
|
358
|
+
z-index: 1000;
|
|
359
|
+
}
|
|
360
|
+
.vuuPopup {
|
|
361
|
+
position: absolute;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
/* ../vuu-popups/src/popup/Popup.css */
|
|
365
|
+
|
|
366
|
+
/* ../vuu-popups/src/popup-menu/PopupMenu.css */
|
|
367
|
+
.vuuPopupMenu {
|
|
368
|
+
--saltButton-height: 24px;
|
|
369
|
+
--saltButton-width: 24px;
|
|
370
|
+
--vuu-icon-color: var(--vuuPopupMenu-iconColor,#606477);
|
|
371
|
+
--vuu-icon-height: 20px;
|
|
372
|
+
--vuu-icon-left: 2px;
|
|
373
|
+
--vuu-icon-size: 16px;
|
|
374
|
+
--vuu-icon-top: 2px;
|
|
375
|
+
--vuu-icon-width: 20px;
|
|
376
|
+
background: var(--vuuPopupMenu-background, transparent);
|
|
377
|
+
border: var(--vuuPopupMenu-border, none);
|
|
378
|
+
border-radius: var(--vuuPopupMenu-borderRadius, 4px);
|
|
379
|
+
cursor: pointer;
|
|
380
|
+
display: inline-block;
|
|
381
|
+
margin-top: 2px;
|
|
382
|
+
padding: 2px;
|
|
383
|
+
}
|
|
384
|
+
.vuuPopupMenu:hover {
|
|
385
|
+
--vuu-icon-color: var(--saltButton-text-color-hover);
|
|
386
|
+
}
|
|
387
|
+
.vuuPopupMenu-open {
|
|
388
|
+
--saltButton-background: var(--salt-actionable-secondary-background-active);
|
|
389
|
+
--vuu-icon-color: white;
|
|
390
|
+
}
|
|
391
|
+
.vuu-theme .vuuPopupMenu:hover {
|
|
392
|
+
--saltButton-background-hover: #F37880;
|
|
393
|
+
}
|
|
394
|
+
.vuu-theme .vuuPopupMenu-open {
|
|
395
|
+
--saltButton-background: #6D18BD;
|
|
396
|
+
}
|
|
397
|
+
.vuuPopupMenu-withCaption {
|
|
398
|
+
--vuu-icon-left: calc(100% - 24px);
|
|
399
|
+
--vuu-icon-size: 20px;
|
|
400
|
+
--saltButton-width: auto;
|
|
401
|
+
padding: 0 28px 0 8px;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
/* ../vuu-popups/src/prompt/Prompt.css */
|
|
405
|
+
.vuuPrompt {
|
|
406
|
+
--saltButton-padding: var(--prompt-padding);
|
|
407
|
+
--saltButton-width: auto;
|
|
408
|
+
--border-width: var(--vuuPrompt-borderWidth, 1px);
|
|
409
|
+
--border-color: var(--vuuPrompt-borderColor, var(--vuu-color-purple-10));
|
|
410
|
+
--prompt-padding: 16px;
|
|
411
|
+
--variant-color: inherit;
|
|
412
|
+
--vuu-icon-color: var(--vuu-color-gray-80);
|
|
413
|
+
--vuu-icon-left: 6px;
|
|
414
|
+
--vuu-icon-size: 24px;
|
|
415
|
+
background-color: var(--salt-container-primary-background);
|
|
416
|
+
border-color: var(--border-color);
|
|
417
|
+
border-radius: 4px;
|
|
418
|
+
border-style: solid;
|
|
419
|
+
border-width: var(--border-width);
|
|
420
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
421
|
+
margin: 0;
|
|
422
|
+
padding: 0;
|
|
423
|
+
position: absolute;
|
|
424
|
+
}
|
|
425
|
+
.vuuPrompt-warn {
|
|
426
|
+
--border-color: var(--vuu-color-yellow-20);
|
|
427
|
+
--variant-color: var(--vuu-color-yellow-20);
|
|
428
|
+
}
|
|
429
|
+
.vuuPrompt-form {
|
|
430
|
+
display: flex;
|
|
431
|
+
flex-direction: column;
|
|
432
|
+
}
|
|
433
|
+
.vuuPrompt-header {
|
|
434
|
+
align-items: center;
|
|
435
|
+
background-color: var(--variant-color);
|
|
436
|
+
display: flex;
|
|
437
|
+
flex: 0 0 32px;
|
|
438
|
+
font-size: 16px;
|
|
439
|
+
font-weight: 700;
|
|
440
|
+
padding: 0 var(--prompt-padding);
|
|
441
|
+
}
|
|
442
|
+
.vuuPrompt-header[data-icon] {
|
|
443
|
+
padding-left: 36px;
|
|
444
|
+
}
|
|
445
|
+
.vuuPrompt-text {
|
|
446
|
+
flex: 1 1 auto;
|
|
447
|
+
padding: var(--prompt-padding);
|
|
448
|
+
}
|
|
449
|
+
.vuuPrompt-buttonBar {
|
|
450
|
+
align-items: flex-end;
|
|
451
|
+
display: flex;
|
|
452
|
+
flex: 0 0 32px;
|
|
453
|
+
gap: 6px;
|
|
454
|
+
justify-content: flex-end;
|
|
455
|
+
padding: 0 var(--prompt-padding) var(--prompt-padding) var(--prompt-padding);
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
/* ../vuu-popups/src/tooltip/Tooltip.css */
|
|
459
|
+
.vuuTooltip {
|
|
460
|
+
--tooltip-align: flex-start;
|
|
461
|
+
--tooltip-background: white;
|
|
462
|
+
--tooltip-border: var(--vuu-color-gray-30);
|
|
463
|
+
--tooltip-color: var(--vuu-color-gray-80);
|
|
464
|
+
--tooltip-justify: flex-start;
|
|
465
|
+
--tooltip-top: auto;
|
|
466
|
+
--tooltip-right: auto;
|
|
467
|
+
--tooltip-bottom: auto;
|
|
468
|
+
--tooltip-left: auto;
|
|
469
|
+
align-items: var(--tooltip-align);
|
|
470
|
+
justify-content: var(--tooltip-justify);
|
|
471
|
+
display: flex;
|
|
472
|
+
position: absolute;
|
|
473
|
+
z-index: 100;
|
|
474
|
+
}
|
|
475
|
+
.vuuTooltip[data-align=right] {
|
|
476
|
+
--tooltip-align: center;
|
|
477
|
+
--tooltip-left: 9px;
|
|
478
|
+
}
|
|
479
|
+
.vuuTooltip[data-align=left] {
|
|
480
|
+
--tooltip-align: center;
|
|
481
|
+
--tooltip-left: auto;
|
|
482
|
+
--tooltip-right: 10px;
|
|
483
|
+
}
|
|
484
|
+
.vuuTooltip[data-align=above] {
|
|
485
|
+
--tooltip-justify: center;
|
|
486
|
+
--tooltip-bottom: 9px;
|
|
487
|
+
--tooltip-left: auto;
|
|
488
|
+
}
|
|
489
|
+
.vuuTooltip[data-align=below] {
|
|
490
|
+
--tooltip-justify: center;
|
|
491
|
+
--tooltip-top: 9px;
|
|
492
|
+
--tooltip-left: auto;
|
|
493
|
+
}
|
|
494
|
+
.vuuTooltip-content {
|
|
495
|
+
background-color: var(--tooltip-background);
|
|
496
|
+
border-color: var(--tooltip-border);
|
|
497
|
+
border-width: 1px;
|
|
498
|
+
border-style: solid;
|
|
499
|
+
border-radius: 6px;
|
|
500
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
|
501
|
+
color: var(--tooltip-color);
|
|
502
|
+
line-height: 24px;
|
|
503
|
+
padding: 2px 8px;
|
|
504
|
+
position: absolute;
|
|
505
|
+
white-space: nowrap;
|
|
506
|
+
top: var(--tooltip-top);
|
|
507
|
+
right: var(--tooltip-right);
|
|
508
|
+
bottom: var(--tooltip-bottom);
|
|
509
|
+
left: var(--tooltip-left);
|
|
510
|
+
}
|
|
511
|
+
.vuuTooltip::before {
|
|
512
|
+
background-color: var(--tooltip-border);
|
|
513
|
+
content: " ";
|
|
514
|
+
display: block;
|
|
515
|
+
position: absolute;
|
|
516
|
+
width: 12px;
|
|
517
|
+
height: 12px;
|
|
518
|
+
}
|
|
519
|
+
.vuuTooltip[data-align=above]::before {
|
|
520
|
+
transform: translate(0, -18px) rotate(45deg);
|
|
521
|
+
}
|
|
522
|
+
.vuuTooltip[data-align=below]::before {
|
|
523
|
+
transform: translate(0, 6px) rotate(45deg);
|
|
524
|
+
}
|
|
525
|
+
.vuuTooltip[data-align=right]::before {
|
|
526
|
+
transform: translate(7px, 0px) rotate(45deg);
|
|
527
|
+
}
|
|
528
|
+
.vuuTooltip[data-align=left]::before {
|
|
529
|
+
transform: translate(-19px, 0) rotate(45deg);
|
|
530
|
+
}
|
|
531
|
+
.vuuTooltip-error {
|
|
532
|
+
--tooltip-background: var(--vuu-color-red-50);
|
|
533
|
+
--tooltip-color: white;
|
|
534
|
+
color: white;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
/* ../vuu-popups/src/notifications/notifications.css */
|
|
538
|
+
.vuuToastNotifications-toast {
|
|
539
|
+
--vuu-icon-size: 24px;
|
|
540
|
+
position: absolute;
|
|
541
|
+
display: flex;
|
|
542
|
+
padding: 8px 32px 8px 8px;
|
|
543
|
+
align-items: center;
|
|
544
|
+
gap: 8px;
|
|
545
|
+
border-radius: 6px;
|
|
546
|
+
box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.40);
|
|
547
|
+
z-index: 100000;
|
|
548
|
+
}
|
|
549
|
+
.vuuToastNotifications-toastContent {
|
|
550
|
+
display: flex;
|
|
551
|
+
flex-direction: column;
|
|
552
|
+
gap: 4px;
|
|
553
|
+
}
|
|
554
|
+
.vuuToastNotifications-toastHeader {
|
|
555
|
+
font-size: 16px;
|
|
556
|
+
font-weight: 700;
|
|
557
|
+
}
|
|
558
|
+
.error {
|
|
559
|
+
background: var(--status-error-background-emphasize, #E23434);
|
|
560
|
+
}
|
|
561
|
+
.success {
|
|
562
|
+
background: var(--status-success-background-emphasize, #248913);
|
|
563
|
+
}
|
|
564
|
+
.info {
|
|
565
|
+
background: var(--status-info-background-emphasize, #017CB1);
|
|
566
|
+
}
|
|
567
|
+
.warning {
|
|
568
|
+
background: var(--status-warning-background-emphasize, #F4CA33);
|
|
569
|
+
}
|
|
570
|
+
.error,
|
|
571
|
+
.success,
|
|
572
|
+
.info {
|
|
573
|
+
color: white;
|
|
574
|
+
}
|
|
575
|
+
.vuuToastNotifications-toastIcon {
|
|
576
|
+
height: var(--vuu-icon-height, var(--vuu-icon-size, 24px));
|
|
577
|
+
width: var(--vuu-icon-width, var(--vuu-icon-size, 24px));
|
|
578
|
+
-webkit-mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
|
|
579
|
+
mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
|
|
580
|
+
mask-repeat: no-repeat;
|
|
581
|
+
}
|
|
582
|
+
.success-icon {
|
|
583
|
+
--vuu-icon-svg: var(--vuu-svg-tick);
|
|
584
|
+
}
|
|
585
|
+
.warning-icon {
|
|
586
|
+
--vuu-icon-svg: var(--vuu-svg-warn-triangle);
|
|
587
|
+
background-color: #000000;
|
|
588
|
+
}
|
|
589
|
+
.info-icon {
|
|
590
|
+
--vuu-icon-svg: var(--vuu-svg-info-circle);
|
|
591
|
+
}
|
|
592
|
+
.error-icon {
|
|
593
|
+
--vuu-icon-svg: var(--vuu-svg-alert-circle);
|
|
594
|
+
}
|
|
595
|
+
.success-icon,
|
|
596
|
+
.info-icon,
|
|
597
|
+
.error-icon {
|
|
598
|
+
background-color: #ffffff;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
/* ../vuu-layout/src/drag-drop/DropMenu.css */
|
|
602
|
+
.vuuDropMenu {
|
|
603
|
+
margin-left: -50%;
|
|
604
|
+
margin-bottom: -50%;
|
|
605
|
+
background-color: white;
|
|
606
|
+
border: solid 1px var(--grey40);
|
|
607
|
+
display: inline-flex;
|
|
608
|
+
justify-content: center;
|
|
609
|
+
align-items: center;
|
|
610
|
+
padding: 3px;
|
|
611
|
+
border-radius: 3px;
|
|
612
|
+
}
|
|
613
|
+
.vuuDropMenu-left,
|
|
614
|
+
.vuuDropMenu-right {
|
|
615
|
+
flex-direction: column;
|
|
616
|
+
}
|
|
617
|
+
.vuuDropMenu-bottom {
|
|
618
|
+
transform: translate(0, -30px);
|
|
619
|
+
}
|
|
620
|
+
.vuuDropMenu-right {
|
|
621
|
+
transform: translate(-20px, 0);
|
|
622
|
+
}
|
|
623
|
+
.vuuDropMenu-item {
|
|
624
|
+
--vuu-icon-size: 20px;
|
|
625
|
+
width: 32px;
|
|
626
|
+
height: 32px;
|
|
627
|
+
background-color: var(--grey20);
|
|
628
|
+
border-bottom: solid 1px var(--grey40);
|
|
629
|
+
cursor: pointer;
|
|
630
|
+
display: flex;
|
|
631
|
+
align-items: center;
|
|
632
|
+
justify-content: center;
|
|
633
|
+
}
|
|
634
|
+
.vuuDropMenu-item .Icon {
|
|
635
|
+
transform: scale(1.25);
|
|
636
|
+
transform-origin: center center;
|
|
637
|
+
}
|
|
638
|
+
.vuuDropMenu-left .vuuDropMenu-item .hwIcon {
|
|
639
|
+
transform: scale(1.25) rotate(180deg);
|
|
640
|
+
transform-origin: center center;
|
|
641
|
+
}
|
|
642
|
+
.vuuDropMenu-top .vuuDropMenu-item .hwIcon {
|
|
643
|
+
transform: scale(1.25) rotate(270deg);
|
|
644
|
+
transform-origin: center center;
|
|
645
|
+
}
|
|
646
|
+
.vuuDropMenu-bottom .vuuDropMenu-item .hwIcon {
|
|
647
|
+
transform: scale(1.25) rotate(90deg);
|
|
648
|
+
transform-origin: center center;
|
|
649
|
+
}
|
|
650
|
+
.vuuDropMenu-item .hwIcon-path {
|
|
651
|
+
fill: grey;
|
|
652
|
+
}
|
|
653
|
+
.vuuDropMenu-item:hover {
|
|
654
|
+
background-color: rgba(200, 200, 200, 0.5);
|
|
655
|
+
}
|
|
656
|
+
.vuuDropMenu-item:hover .hwIcon-path-2 {
|
|
657
|
+
fill: blue;
|
|
658
|
+
}
|
|
659
|
+
.vuuDropMenu-item:last-child {
|
|
660
|
+
border-bottom: none;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
/* ../vuu-layout/src/drag-drop/DropTargetRenderer.css */
|
|
664
|
+
#hw-drag-canvas {
|
|
665
|
+
visibility: hidden;
|
|
666
|
+
z-index: 10;
|
|
667
|
+
position: absolute;
|
|
668
|
+
top: 0px;
|
|
669
|
+
left: 0;
|
|
670
|
+
right: 0;
|
|
671
|
+
bottom: 0;
|
|
672
|
+
background-color: transparent;
|
|
673
|
+
}
|
|
674
|
+
#hw-drag-canvas > svg {
|
|
675
|
+
position: absolute;
|
|
676
|
+
}
|
|
677
|
+
.drawing #hw-drag-canvas {
|
|
678
|
+
visibility: visible;
|
|
679
|
+
}
|
|
680
|
+
path.drop-target {
|
|
681
|
+
stroke: blue;
|
|
682
|
+
stroke-width: 4px;
|
|
683
|
+
fill: transparent;
|
|
684
|
+
}
|
|
685
|
+
path.drop-target.centre {
|
|
686
|
+
stroke: red;
|
|
687
|
+
}
|
|
688
|
+
#vuu-drop-outline {
|
|
689
|
+
fill: rgba(0, 0, 255, .3);
|
|
690
|
+
stroke: none;
|
|
691
|
+
stroke-dasharray: 4 2;
|
|
692
|
+
}
|
|
693
|
+
#hw-drop-guides {
|
|
694
|
+
fill: none;
|
|
695
|
+
stroke: rgba(0, 0, 0, 0.3);
|
|
696
|
+
stroke-dasharray: 2 3;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
/* ../vuu-layout/src/DraggableLayout.css */
|
|
700
|
+
.DraggableLayout {
|
|
701
|
+
display: inline-block;
|
|
702
|
+
outline: none;
|
|
703
|
+
}
|
|
704
|
+
[data-dragging=true] {
|
|
705
|
+
position: absolute !important;
|
|
706
|
+
z-index: 100;
|
|
707
|
+
}
|
|
708
|
+
.vuuSimpleDraggableWrapper {
|
|
709
|
+
background-color: white;
|
|
710
|
+
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
|
|
711
|
+
}
|
|
712
|
+
.vuuSimpleDraggableWrapper > * {
|
|
713
|
+
height: 100%;
|
|
714
|
+
width: 100%;
|
|
715
|
+
}
|
|
716
|
+
|
|
717
|
+
/* ../vuu-layout/src/placeholder/LayoutStartPanel.css */
|
|
718
|
+
.vuuLayoutStartPanel {
|
|
719
|
+
align-items: center;
|
|
720
|
+
flex: 0 0 auto !important;
|
|
721
|
+
display: flex;
|
|
722
|
+
flex-direction: column;
|
|
723
|
+
font-weight: 700;
|
|
724
|
+
gap: 12px;
|
|
725
|
+
}
|
|
726
|
+
.vuuLayoutStartPanel-title {
|
|
727
|
+
color: var(--vuu-color-gray-80);
|
|
728
|
+
font-size: 28px;
|
|
729
|
+
line-height: 1.5;
|
|
730
|
+
text-align: center;
|
|
731
|
+
}
|
|
732
|
+
.vuuLayoutStartPanel-text {
|
|
733
|
+
color: var(--vuu-color-gray-50);
|
|
734
|
+
font-size: 18px;
|
|
735
|
+
line-height: 1.5;
|
|
736
|
+
max-width: 460px;
|
|
737
|
+
}
|
|
738
|
+
.vuuLayoutStartPanel-addButton {
|
|
739
|
+
--vuu-icon-size: 20px;
|
|
740
|
+
--saltButton-borderRadius: 28px !important;
|
|
741
|
+
--saltButton-height: 56px;
|
|
742
|
+
--saltButton-width: 56px;
|
|
743
|
+
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
/* ../vuu-layout/src/placeholder/Placeholder.css */
|
|
747
|
+
.vuuPlaceholder {
|
|
748
|
+
--vuuView-justify: center;
|
|
749
|
+
align-items: center;
|
|
750
|
+
display: flex;
|
|
751
|
+
flex-basis: 0;
|
|
752
|
+
flex-grow: 1;
|
|
753
|
+
flex-shrink: 1;
|
|
754
|
+
}
|
|
755
|
+
.vuuPlaceholder-nested {
|
|
756
|
+
background-color: red;
|
|
757
|
+
}
|
|
758
|
+
.vuuPlaceholder-shim {
|
|
759
|
+
flex-grow: 0;
|
|
760
|
+
flex-shrink: 0;
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
/* ../vuu-layout/src/flexbox/Splitter.css */
|
|
764
|
+
.vuuSplitter {
|
|
765
|
+
--splitter-background: var(--salt-separable-secondary-borderColor);
|
|
766
|
+
--splitter-borderColor: var(--salt-separable-secondary-borderColor);
|
|
767
|
+
--splitter-borderStyle: none;
|
|
768
|
+
--splitter-borderWidth: 0;
|
|
769
|
+
--splitter-size: 3px;
|
|
770
|
+
align-items: center;
|
|
771
|
+
background-color: var(--splitter-background);
|
|
772
|
+
border-color: var(--splitter-borderColor);
|
|
773
|
+
border-style: var(--splitter-borderStyle);
|
|
774
|
+
border-width: var(--splitter-borderWidth);
|
|
775
|
+
box-sizing: border-box;
|
|
776
|
+
display: flex;
|
|
777
|
+
justify-content: center;
|
|
778
|
+
position: relative;
|
|
779
|
+
outline: none;
|
|
780
|
+
z-index: 1;
|
|
781
|
+
}
|
|
782
|
+
.vuuSplitter:hover {
|
|
783
|
+
--splitter-background: var(--salt-separable-primary-borderColor);
|
|
784
|
+
}
|
|
785
|
+
.vuuSplitter-active {
|
|
786
|
+
--splitter-background: var(--salt-separable-primary-borderColor);
|
|
787
|
+
}
|
|
788
|
+
.vuuSplitter-column {
|
|
789
|
+
cursor: ns-resize;
|
|
790
|
+
height: var(--splitter-size);
|
|
791
|
+
}
|
|
792
|
+
.vuuSplitter:not(.vuuSplitter-column) {
|
|
793
|
+
cursor: ew-resize;
|
|
794
|
+
width: var(--splitter-size);
|
|
795
|
+
}
|
|
796
|
+
.vuuSplitter:before {
|
|
797
|
+
border: none;
|
|
798
|
+
border-radius: 0;
|
|
799
|
+
content: "";
|
|
800
|
+
display: block;
|
|
801
|
+
padding: 0;
|
|
802
|
+
}
|
|
803
|
+
.vuuSplitter-grab-zone {
|
|
804
|
+
position: absolute;
|
|
805
|
+
background-color: rgba(255, 0, 0, 0.01);
|
|
806
|
+
cursor: inherit;
|
|
807
|
+
}
|
|
808
|
+
.vuuSplitter-column .vuuSplitter-grab-zone {
|
|
809
|
+
left: 0;
|
|
810
|
+
right: 0;
|
|
811
|
+
top: -5px;
|
|
812
|
+
bottom: -5px;
|
|
813
|
+
}
|
|
814
|
+
.vuuSplitter:not(.vuuSplitter-column) .vuuSplitter-grab-zone {
|
|
815
|
+
left: -5px;
|
|
816
|
+
right: -5px;
|
|
817
|
+
top: 0;
|
|
818
|
+
bottom: 0;
|
|
819
|
+
}
|
|
820
|
+
.vuuSplitter-active:not(.vuuSplitter-column) .vuuSplitter-grab-zone {
|
|
821
|
+
background-color: rgba(255, 255, 255, .05);
|
|
822
|
+
left: -150px;
|
|
823
|
+
right: -150px;
|
|
824
|
+
}
|
|
825
|
+
.vuuSplitter:not(.vuuSplitter-column):before {
|
|
826
|
+
width: 1px;
|
|
827
|
+
height: 10px;
|
|
828
|
+
background: linear-gradient(to bottom, var(--grey900) 10%, transparent 10%, transparent 30%, var(--grey900) 30%, var(--grey900) 40%, transparent 40%, transparent 60%, var(--grey900) 60%, var(--grey900) 70%, transparent 70%, transparent 90%, var(--grey900) 90%);
|
|
829
|
+
}
|
|
830
|
+
.vuuSplitter-active.vuuSplitter-column:before {
|
|
831
|
+
background: linear-gradient(to right, #ffffff 10%, transparent 10%, transparent 30%, #ffffff 30%, #ffffff 40%, transparent 40%, transparent 60%, #ffffff 60%, #ffffff 70%, transparent 70%, transparent 90%, #ffffff 90%);
|
|
832
|
+
}
|
|
833
|
+
.vuuSplitter-active:not(.vuuSplitter-column):before {
|
|
834
|
+
background: linear-gradient(to bottom, #ffffff 10%, transparent 10%, transparent 30%, #ffffff 30%, #ffffff 40%, transparent 40%, transparent 60%, #ffffff 60%, #ffffff 70%, transparent 70%, transparent 90%, #ffffff 90%);
|
|
835
|
+
}
|
|
836
|
+
.vuuSplitter-column:before {
|
|
837
|
+
width: 10px;
|
|
838
|
+
height: 1px;
|
|
839
|
+
background: linear-gradient(to right, var(--grey900) 10%, transparent 10%, transparent 30%, var(--grey900) 30%, var(--grey900) 40%, transparent 40%, transparent 60%, var(--grey900) 60%, var(--grey900) 70%, transparent 70%, transparent 90%, var(--grey900) 90%);
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
/* ../vuu-layout/src/flexbox/Flexbox.css */
|
|
843
|
+
:root {
|
|
844
|
+
--hw-space-unit: 4px;
|
|
845
|
+
--hw-flex-gap: 3;
|
|
846
|
+
--hw-fluid-grid-col-bg: rgba(200, 200, 200, 0.3);
|
|
847
|
+
}
|
|
848
|
+
.hwFlexbox {
|
|
849
|
+
background-color: var(--container1-background);
|
|
850
|
+
box-sizing: border-box;
|
|
851
|
+
display: flex;
|
|
852
|
+
gap: calc(var(--spacing) * var(--space));
|
|
853
|
+
min-height: 0;
|
|
854
|
+
min-width: 0;
|
|
855
|
+
overflow: hidden;
|
|
856
|
+
}
|
|
857
|
+
.hwFlexbox-column {
|
|
858
|
+
flex-direction: column;
|
|
859
|
+
}
|
|
860
|
+
.hwFlexbox-row {
|
|
861
|
+
flex-direction: row;
|
|
862
|
+
}
|
|
863
|
+
.hwFlexbox > .Splitter {
|
|
864
|
+
flex-basis: auto;
|
|
865
|
+
flex-grow: 0;
|
|
866
|
+
flex-shrink: 0;
|
|
867
|
+
}
|
|
868
|
+
.hwFlexbox.full-page {
|
|
869
|
+
height: 100vh;
|
|
870
|
+
width: 100vw;
|
|
871
|
+
}
|
|
872
|
+
.flex-fill {
|
|
873
|
+
border-color: red;
|
|
874
|
+
flex: 0;
|
|
875
|
+
flex-grow: 1;
|
|
876
|
+
flex-shrink: 1;
|
|
877
|
+
}
|
|
878
|
+
.vuuView.flex-fill {
|
|
879
|
+
border-color: red;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
/* ../vuu-layout/src/flexbox/FluidGrid.css */
|
|
883
|
+
:root {
|
|
884
|
+
--hw-space-unit: 4px;
|
|
885
|
+
--hw-fluid-grid-col-bg: rgba(252, 209, 232, 0.7);
|
|
886
|
+
}
|
|
887
|
+
.hwFluidGrid {
|
|
888
|
+
--gap: var(--gutter-width);
|
|
889
|
+
display: flex;
|
|
890
|
+
gap: calc(var(--grid-gap) * var(--hw-space-unit));
|
|
891
|
+
flex-wrap: wrap;
|
|
892
|
+
padding: 0;
|
|
893
|
+
}
|
|
894
|
+
.hwFluidGrid > * {
|
|
895
|
+
--gutter-width: calc(var(--hw-flex-gap) * var(--hw-space-unit));
|
|
896
|
+
--gutter-count: calc(var(--parent-col-count) - 1);
|
|
897
|
+
--total-gutter-width: calc(var(--gutter-count) * var(--gutter-width));
|
|
898
|
+
--available-width: calc(100% - var(--total-gutter-width));
|
|
899
|
+
flex-basis: 0;
|
|
900
|
+
flex-grow: 1;
|
|
901
|
+
flex-shrink: 1;
|
|
902
|
+
position: relative;
|
|
903
|
+
}
|
|
904
|
+
.hwFluidGrid > *:after {
|
|
905
|
+
content: "";
|
|
906
|
+
position: absolute;
|
|
907
|
+
top: 0;
|
|
908
|
+
left: 0;
|
|
909
|
+
right: 0;
|
|
910
|
+
bottom: 0;
|
|
911
|
+
border: dashed 2px blue;
|
|
912
|
+
}
|
|
913
|
+
.hwFluidGrid > [data-xs] {
|
|
914
|
+
--internal-gutter-count: calc(var(--col-span) - 1);
|
|
915
|
+
--percent-width: calc(var(--col-span) / var(--parent-col-count));
|
|
916
|
+
--internal-gutter-width: calc(var(--internal-gutter-count) * var(--gutter-width));
|
|
917
|
+
flex-basis: calc(var(--available-width) * var(--percent-width) + var(--internal-gutter-width));
|
|
918
|
+
flex-grow: 0;
|
|
919
|
+
}
|
|
920
|
+
.hwFluidGrid > [data-xs="1"] {
|
|
921
|
+
--col-span: 1;
|
|
922
|
+
}
|
|
923
|
+
.hwFluidGrid > [data-xs="2"] {
|
|
924
|
+
--col-span: 2;
|
|
925
|
+
}
|
|
926
|
+
.hwFluidGrid > [data-xs="3"] {
|
|
927
|
+
--col-span: 3;
|
|
928
|
+
}
|
|
929
|
+
.hwFluidGrid > [data-xs="4"] {
|
|
930
|
+
--col-span: 4;
|
|
931
|
+
}
|
|
932
|
+
.hwFluidGrid > [data-xs="6"] {
|
|
933
|
+
--col-span: 6;
|
|
934
|
+
}
|
|
935
|
+
.hwFluidGrid > [data-xs="8"] {
|
|
936
|
+
--col-span: 8;
|
|
937
|
+
}
|
|
938
|
+
.hwFluidGrid > [data-xs="9"] {
|
|
939
|
+
--col-span: 9;
|
|
940
|
+
}
|
|
941
|
+
.hwFluidGrid > [data-xs="10"] {
|
|
942
|
+
--col-span: 10;
|
|
943
|
+
}
|
|
944
|
+
.hwFluidGrid > [data-xs="11"] {
|
|
945
|
+
--col-span: 11;
|
|
946
|
+
}
|
|
947
|
+
.hwFluidGrid > [data-xs="12"] {
|
|
948
|
+
--col-span: 12;
|
|
949
|
+
}
|
|
950
|
+
@media (min-width: 600px) {
|
|
951
|
+
.hwFluidGrid > [data-sm="1"] {
|
|
952
|
+
--col-span: 1;
|
|
953
|
+
}
|
|
954
|
+
.hwFluidGrid > [data-sm="2"] {
|
|
955
|
+
--col-span: 2;
|
|
956
|
+
}
|
|
957
|
+
.hwFluidGrid > [data-sm="3"] {
|
|
958
|
+
--col-span: 3;
|
|
959
|
+
}
|
|
960
|
+
.hwFluidGrid > [data-sm="4"] {
|
|
961
|
+
--col-span: 4;
|
|
962
|
+
}
|
|
963
|
+
.hwFluidGrid > [data-sm="6"] {
|
|
964
|
+
--col-span: 6;
|
|
965
|
+
}
|
|
966
|
+
.hwFluidGrid > [data-sm="8"] {
|
|
967
|
+
--col-span: 8;
|
|
968
|
+
}
|
|
969
|
+
.hwFluidGrid > [data-sm="9"] {
|
|
970
|
+
--col-span: 9;
|
|
971
|
+
}
|
|
972
|
+
.hwFluidGrid > [data-sm="10"] {
|
|
973
|
+
--col-span: 10;
|
|
974
|
+
}
|
|
975
|
+
.hwFluidGrid > [data-sm="11"] {
|
|
976
|
+
--col-span: 11;
|
|
977
|
+
}
|
|
978
|
+
.hwFluidGrid > [data-sm="12"] {
|
|
979
|
+
--col-span: 12;
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
.hwFluidGrid-show-grid {
|
|
983
|
+
--gutter-width: calc(var(--hw-flex-gap) * var(--hw-space-unit));
|
|
984
|
+
--grid-gutter-count: calc(var(--grid-col-count, var(--parent-col-count)) - 1);
|
|
985
|
+
--grid-total-gutter-width: calc(var(--grid-gutter-count) * var(--gutter-width));
|
|
986
|
+
--grid-available-width: calc(100% - var(--grid-total-gutter-width));
|
|
987
|
+
--grid-percent-width: calc(1 / var(--grid-col-count, var(--parent-col-count)));
|
|
988
|
+
--column-width: calc(var(--grid-available-width) * var(--grid-percent-width));
|
|
989
|
+
background: repeating-linear-gradient(to right, var(--hw-fluid-grid-col-bg) 0, var(--hw-fluid-grid-col-bg) var(--column-width), white var(--column-width), white calc(var(--column-width) + var(--gutter-width)));
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
/* ../vuu-ui-controls/src/dropdown/Dropdown.css */
|
|
993
|
+
.vuuDropdown {
|
|
994
|
+
--saltIcon-margin: 2px 0 0 8px;
|
|
995
|
+
display: inline-block;
|
|
996
|
+
line-height: 0;
|
|
997
|
+
position: relative;
|
|
998
|
+
width: var(--vuuDropdown-width, auto);
|
|
999
|
+
}
|
|
1000
|
+
.vuuDropdownButton.saltButton-secondary {
|
|
1001
|
+
--saltButton-borderStyle: solid;
|
|
1002
|
+
--saltButton-borderColor: var(--salt-editable-borderColor);
|
|
1003
|
+
--saltButton-borderWidth: 1px;
|
|
1004
|
+
--saltButton-borderRadius: 6px;
|
|
1005
|
+
--saltButton-height: var(--vuuDropdown-height, auto);
|
|
1006
|
+
}
|
|
1007
|
+
.vuuDropdown-fullWidth {
|
|
1008
|
+
width: 100%;
|
|
1009
|
+
}
|
|
1010
|
+
.vuuDropdown-popup {
|
|
1011
|
+
background: var(--salt-container-primary-background);
|
|
1012
|
+
z-index: calc(var(--salt-zIndex-flyover) - 1);
|
|
1013
|
+
}
|
|
1014
|
+
.vuuDropdown-popup-component {
|
|
1015
|
+
--vuuList-borderStyle: none;
|
|
1016
|
+
}
|
|
1017
|
+
.vuuDropdownButton {
|
|
1018
|
+
width: 100%;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
/* ../vuu-ui-controls/src/dropdown/DropdownButton.css */
|
|
1022
|
+
.vuuDropdownButton {
|
|
1023
|
+
--saltButton-background-hover: var(--salt-actionable-secondary-background);
|
|
1024
|
+
--saltButton-background-active: var(--salt-actionable-secondary-background);
|
|
1025
|
+
--saltButton-fontWeight: var(--salt-text-fontWeight-strong);
|
|
1026
|
+
--saltButton-textAlign: left;
|
|
1027
|
+
--saltButton-textTransform: none;
|
|
1028
|
+
--saltButton-width: 100%;
|
|
1029
|
+
--vuu-icon-size: 16px;
|
|
1030
|
+
}
|
|
1031
|
+
.vuuDropdownButton:active {
|
|
1032
|
+
--saltIcon-color: var(--salt-actionable-secondary-foreground);
|
|
1033
|
+
--saltButton-text-color-active: var(--salt-actionable-secondary-foreground);
|
|
1034
|
+
}
|
|
1035
|
+
.vuuDropdownButton-fullwidth {
|
|
1036
|
+
width: 100%;
|
|
1037
|
+
}
|
|
1038
|
+
.vuuDropdownButton-content {
|
|
1039
|
+
align-items: center;
|
|
1040
|
+
flex: 1;
|
|
1041
|
+
width: 100%;
|
|
1042
|
+
display: flex;
|
|
1043
|
+
white-space: nowrap;
|
|
1044
|
+
}
|
|
1045
|
+
.vuuDropdownButton-buttonLabel {
|
|
1046
|
+
display: inline-block;
|
|
1047
|
+
letter-spacing: 0;
|
|
1048
|
+
overflow: hidden;
|
|
1049
|
+
text-overflow: ellipsis;
|
|
1050
|
+
width: 100%;
|
|
1051
|
+
}
|
|
1052
|
+
.vuuDropdownButton-formField.saltButton:focus,
|
|
1053
|
+
.vuuDropdownButton-formField.saltButton:focus-visible {
|
|
1054
|
+
outline: none;
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
/* ../vuu-ui-controls/src/list/Highlighter.css */
|
|
1058
|
+
.saltHighlighter-highlight {
|
|
1059
|
+
font-weight: var(--salt-text-fontWeight-strong);
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
/* ../vuu-ui-controls/src/list/CheckboxIcon.css */
|
|
1063
|
+
.vuuCheckboxIcon {
|
|
1064
|
+
--vuu-icon-size: 12px;
|
|
1065
|
+
--vuu-icon-left: -1px;
|
|
1066
|
+
--vuu-icon-top: -1px;
|
|
1067
|
+
--vuu-icon-svg: var(--vuu-svg-tick);
|
|
1068
|
+
border-style: solid;
|
|
1069
|
+
border-color: var( --vuuCheckboxIcon-borderColor, var(--salt-selectable-borderColor) );
|
|
1070
|
+
border-radius: var(--vuuCheckboxIcon-borderRadius, 3px);
|
|
1071
|
+
border-width: 1px;
|
|
1072
|
+
display: inline-block;
|
|
1073
|
+
height: var(--vuuCheckboxIcon-size, 12px);
|
|
1074
|
+
position: relative;
|
|
1075
|
+
width: var(--vuuCheckboxIcon-size, 12px);
|
|
1076
|
+
}
|
|
1077
|
+
.vuuCheckboxIcon-checked-enabled {
|
|
1078
|
+
background-color: var( --vuuCheckboxIcon-background-checked-enabled, var(--vuu-color-purple-10) );
|
|
1079
|
+
border-color: var( --vuuCheckboxIcon-borderColor-checked-enabled, var(--vuu-color-purple-10) );
|
|
1080
|
+
}
|
|
1081
|
+
.vuuCheckboxIcon-checked-disabled {
|
|
1082
|
+
background-color: var( --vuuCheckboxIcon-background-checked-disabled, var(--vuu-color-gray-35) );
|
|
1083
|
+
border-color: var( --vuuCheckboxIcon-borderColor-checked-disabled, var(--vuu-color-gray-35) );
|
|
1084
|
+
}
|
|
1085
|
+
.vuuCheckboxIcon-checked-enabled::after,
|
|
1086
|
+
.vuuCheckboxIcon-checked-disabled::after {
|
|
1087
|
+
content: "";
|
|
1088
|
+
background-color: white;
|
|
1089
|
+
left: var(--vuu-icon-left, auto);
|
|
1090
|
+
height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));
|
|
1091
|
+
-webkit-mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
|
|
1092
|
+
mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
|
|
1093
|
+
mask-repeat: no-repeat;
|
|
1094
|
+
-webkit-mask-repeat: no-repeat;
|
|
1095
|
+
position: absolute;
|
|
1096
|
+
top: var(--vuu-icon-top, auto);
|
|
1097
|
+
width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));
|
|
1098
|
+
}
|
|
1099
|
+
.vuuCheckboxIcon-checked-disabled::after {
|
|
1100
|
+
background-color: var( --vuuCheckboxIcon-tick-checked-disabled, var(--vuu-color-gray-30) );
|
|
1101
|
+
}
|
|
1102
|
+
|
|
1103
|
+
/* ../vuu-ui-controls/src/list/ListItem.css */
|
|
1104
|
+
.vuuListItem {
|
|
1105
|
+
--list-item-text-color: var(--salt-text-primary-foreground);
|
|
1106
|
+
--list-item-background: var(--vuuList-item-background, var(--salt-selectable-background));
|
|
1107
|
+
--list-item-text-color-active: var(--salt-text-primary-foreground);
|
|
1108
|
+
--list-item-background-active: var(--salt-selectable-background-selected);
|
|
1109
|
+
--list-item-alignItems: center;
|
|
1110
|
+
}
|
|
1111
|
+
.vuuListItem.vuuHighlighted {
|
|
1112
|
+
--saltCheckbox-icon-stroke: var(--salt-selectable-borderColor-hover);
|
|
1113
|
+
--list-item-background: var(--salt-selectable-background-hover);
|
|
1114
|
+
}
|
|
1115
|
+
.vuuListItemHeader {
|
|
1116
|
+
font-weight: var(--salt-text-fontWeight-strong);
|
|
1117
|
+
}
|
|
1118
|
+
.vuuListItemHeader[data-sticky] {
|
|
1119
|
+
position: sticky;
|
|
1120
|
+
top: 0;
|
|
1121
|
+
z-index: 1;
|
|
1122
|
+
}
|
|
1123
|
+
.vuuListItem {
|
|
1124
|
+
color: var(--list-item-text-color);
|
|
1125
|
+
cursor: var(--vuuList-item-cursor, pointer);
|
|
1126
|
+
background: var(--vuuList-item-background, var(--list-item-background));
|
|
1127
|
+
font-size: var(--salt-text-fontSize);
|
|
1128
|
+
text-align: var(--salt-text-textAlign);
|
|
1129
|
+
line-height: var(--salt-text-lineHeight);
|
|
1130
|
+
height: var(--vuuList-item-height, var(--list-item-height, auto));
|
|
1131
|
+
margin-bottom: var(--list-item-gap);
|
|
1132
|
+
padding: 0 var(--vuuListItem-padding, var(--salt-size-unit));
|
|
1133
|
+
left: 0;
|
|
1134
|
+
right: 0;
|
|
1135
|
+
display: flex;
|
|
1136
|
+
position: relative;
|
|
1137
|
+
align-items: var(--list-item-alignItems);
|
|
1138
|
+
white-space: nowrap;
|
|
1139
|
+
}
|
|
1140
|
+
.vuuListItem:last-child {
|
|
1141
|
+
margin-bottom: 0px;
|
|
1142
|
+
}
|
|
1143
|
+
.vuuListItem-checkbox {
|
|
1144
|
+
--list-item-background-active: var(--salt-selectable-background);
|
|
1145
|
+
--list-item-text-color-active: var(--salt-text-primary-foreground);
|
|
1146
|
+
--list-item-text-padding: 0 0 0 var(--salt-size-unit);
|
|
1147
|
+
}
|
|
1148
|
+
.vuuListItem[aria-selected=true]:not(.vuuListItem-checkbox) {
|
|
1149
|
+
--list-item-background: var(--list-item-background-active);
|
|
1150
|
+
color: var(--list-item-text-color-active);
|
|
1151
|
+
}
|
|
1152
|
+
.vuuListItem.vuuDisabled {
|
|
1153
|
+
--list-item-text-color: var(--salt-text-primary-foreground-disabled);
|
|
1154
|
+
cursor: var(--salt-selectable-cursor-disabled);
|
|
1155
|
+
}
|
|
1156
|
+
.vuuListItem.vuuFocusVisible {
|
|
1157
|
+
outline-style: var(--salt-focused-outlineStyle);
|
|
1158
|
+
outline-width: var(--salt-focused-outlineWidth);
|
|
1159
|
+
outline-offset: -2px;
|
|
1160
|
+
outline-color: var(--salt-focused-outlineColor);
|
|
1161
|
+
}
|
|
1162
|
+
.vuuListItem.vuuFocusVisible:after {
|
|
1163
|
+
content: none;
|
|
1164
|
+
}
|
|
1165
|
+
.vuuListItem[aria-selected=true]:not(.vuuListItem-checkbox).vuuFocusVisible {
|
|
1166
|
+
outline-color: var(--list-item-selected-focus-outlineColor);
|
|
1167
|
+
}
|
|
1168
|
+
.vuuListItem-textWrapper {
|
|
1169
|
+
flex: 1;
|
|
1170
|
+
overflow: hidden;
|
|
1171
|
+
padding: var(--list-item-text-padding, 0px);
|
|
1172
|
+
white-space: nowrap;
|
|
1173
|
+
text-overflow: ellipsis;
|
|
1174
|
+
}
|
|
1175
|
+
.vuuListItem-proxy {
|
|
1176
|
+
position: absolute !important;
|
|
1177
|
+
visibility: hidden;
|
|
1178
|
+
}
|
|
1179
|
+
.vuuDraggable-list-item {
|
|
1180
|
+
--vuuList-item-height: 24px;
|
|
1181
|
+
background-color: white;
|
|
1182
|
+
}
|
|
1183
|
+
.vuuListItem.vuuDraggable-dragAway {
|
|
1184
|
+
display: none;
|
|
1185
|
+
}
|
|
1186
|
+
|
|
1187
|
+
/* ../vuu-ui-controls/src/drag-drop/Draggable.css */
|
|
1188
|
+
.vuuDraggable {
|
|
1189
|
+
background: transparent;
|
|
1190
|
+
box-shadow: var(--salt-overlayable-shadow-drag);
|
|
1191
|
+
cursor: var(--salt-draggable-grab-cursor-active);
|
|
1192
|
+
position: absolute;
|
|
1193
|
+
opacity: .95;
|
|
1194
|
+
z-index: 2000;
|
|
1195
|
+
}
|
|
1196
|
+
.vuuDraggable-spacer {
|
|
1197
|
+
display: var(--vuuDraggable-display, inline-block);
|
|
1198
|
+
height: var(--vuuDraggable-spacer-height, var(--tabstrip-height));
|
|
1199
|
+
transition: var(--vuuDraggable-transitionProp, width) 0.3s ease;
|
|
1200
|
+
width: var(--vuuDraggable-spacer-width, 0);
|
|
1201
|
+
}
|
|
1202
|
+
.vuuDraggable-dropIndicatorPosition {
|
|
1203
|
+
display: var(--saltDraggable-display, inline-block);
|
|
1204
|
+
height: 0px;
|
|
1205
|
+
width: 100%;
|
|
1206
|
+
}
|
|
1207
|
+
.vuuDraggable-dropIndicatorContainer {
|
|
1208
|
+
transition: var(--vuuDraggable-transitionProp, top) 0.2s ease;
|
|
1209
|
+
}
|
|
1210
|
+
.vuuDraggable-dropIndicator {
|
|
1211
|
+
background-color: var(--salt-palette-accent-background);
|
|
1212
|
+
height: 2px;
|
|
1213
|
+
width: 100%;
|
|
1214
|
+
}
|
|
1215
|
+
.vuuDraggable-dropIndicator:before {
|
|
1216
|
+
content: "";
|
|
1217
|
+
width: 6px;
|
|
1218
|
+
height: 6px;
|
|
1219
|
+
border-radius: 3px;
|
|
1220
|
+
background-color: var(--salt-palette-accent-background);
|
|
1221
|
+
position: absolute;
|
|
1222
|
+
top: -2px;
|
|
1223
|
+
left: -3px;
|
|
1224
|
+
}
|
|
1225
|
+
.vuuDraggable-settling {
|
|
1226
|
+
transition-property: left, top;
|
|
1227
|
+
transition-duration: .15s;
|
|
1228
|
+
transition-timing-function: ease-out;
|
|
1229
|
+
}
|
|
1230
|
+
.vuuDraggable-spacer {
|
|
1231
|
+
order: 1;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
/* ../vuu-ui-controls/src/list/List.css */
|
|
1235
|
+
.vuuList {
|
|
1236
|
+
--list-background: var(--salt-container-primary-background);
|
|
1237
|
+
--list-borderStyle: var(--vuuList-borderStyle,var(--salt-container-borderStyle));
|
|
1238
|
+
--list-borderWidth: var(--salt-size-border);
|
|
1239
|
+
--list-height: auto;
|
|
1240
|
+
--list-item-height: var(--salt-size-stackable);
|
|
1241
|
+
--list-item-gap: 0px;
|
|
1242
|
+
--list-maxHeight: 100%;
|
|
1243
|
+
--vuuDraggable-display: block;
|
|
1244
|
+
--vuuDraggable-spacer-height: 0;
|
|
1245
|
+
--vuuDraggable-spacer-width: 100%;
|
|
1246
|
+
--vuuDraggable-transitionProp: height;
|
|
1247
|
+
--vuuMeasuredContainer-height: var(--computed-list-height);
|
|
1248
|
+
background: var(--list-background);
|
|
1249
|
+
height: var(--saltList-height, var(--list-height));
|
|
1250
|
+
max-height: var(--list-maxHeight);
|
|
1251
|
+
outline: none;
|
|
1252
|
+
position: relative;
|
|
1253
|
+
user-select: none;
|
|
1254
|
+
width: var(--saltList-width, auto);
|
|
1255
|
+
padding: 0 1px;
|
|
1256
|
+
}
|
|
1257
|
+
.vuuList-contentSized {
|
|
1258
|
+
box-sizing: content-box;
|
|
1259
|
+
}
|
|
1260
|
+
.vuuList-borderless {
|
|
1261
|
+
--list-borderStyle: none;
|
|
1262
|
+
}
|
|
1263
|
+
.vuuList-viewport {
|
|
1264
|
+
height: var(--computed-list-height, var(--measured-px-height));
|
|
1265
|
+
overflow: auto;
|
|
1266
|
+
}
|
|
1267
|
+
.vuuListHeader {
|
|
1268
|
+
--saltList-item-background: var(--list-item-header-background);
|
|
1269
|
+
color: var(--list-item-header-color);
|
|
1270
|
+
font-weight: 600;
|
|
1271
|
+
}
|
|
1272
|
+
.vuuListHeader[data-sticky=true] {
|
|
1273
|
+
--saltList-item-background: var(--list-background);
|
|
1274
|
+
position: sticky;
|
|
1275
|
+
top: 0;
|
|
1276
|
+
z-index: 1;
|
|
1277
|
+
}
|
|
1278
|
+
.vuuList-collapsible .vuuListItemHeader:after {
|
|
1279
|
+
border-width: var(--checkbox-borderWidth);
|
|
1280
|
+
border-color: var(--checkbox-borderColor);
|
|
1281
|
+
content: var(--list-item-header-twisty-content);
|
|
1282
|
+
-webkit-mask: var(--list-svg-chevron-down) center center/12px 12px no-repeat;
|
|
1283
|
+
mask: var(--list-svg-chevron-down) center center/12px 12px no-repeat;
|
|
1284
|
+
background: var(--list-item-header-twisty-color);
|
|
1285
|
+
height: 12px;
|
|
1286
|
+
left: var(--list-item-header-twisty-left);
|
|
1287
|
+
right: var(--list-item-header-twisty-right);
|
|
1288
|
+
margin-top: -8px;
|
|
1289
|
+
position: absolute;
|
|
1290
|
+
top: var(--list-item-header-twisty-top);
|
|
1291
|
+
transition: transform 0.3s;
|
|
1292
|
+
width: 12px;
|
|
1293
|
+
}
|
|
1294
|
+
.vuuListItemHeader[aria-expanded=false]:after {
|
|
1295
|
+
transform: rotate(-90deg);
|
|
1296
|
+
}
|
|
1297
|
+
.vuuList-scrollingContentContainer {
|
|
1298
|
+
box-sizing: inherit;
|
|
1299
|
+
position: relative;
|
|
1300
|
+
}
|
|
1301
|
+
.vuuList-virtualized .vuuListItem {
|
|
1302
|
+
line-height: 30px;
|
|
1303
|
+
position: absolute;
|
|
1304
|
+
top: 0;
|
|
1305
|
+
left: 0;
|
|
1306
|
+
right: 0;
|
|
1307
|
+
will-change: transform;
|
|
1308
|
+
}
|
|
1309
|
+
.vuuList.saltFocusVisible:after {
|
|
1310
|
+
inset: 2px;
|
|
1311
|
+
}
|
|
1312
|
+
|
|
1313
|
+
/* ../vuu-ui-controls/src/list/RadioIcon.css */
|
|
1314
|
+
.vuuRadioIcon {
|
|
1315
|
+
--vuu-icon-size: 12px;
|
|
1316
|
+
--vuu-icon-left: -1px;
|
|
1317
|
+
--vuu-icon-top: -1px;
|
|
1318
|
+
--vuu-icon-svg: var(--vuu-svg-radio);
|
|
1319
|
+
border-style: solid;
|
|
1320
|
+
border-color: var(--vuuRadioIcon-borderColor, var(--salt-selectable-borderColor));
|
|
1321
|
+
border-radius: 50%;
|
|
1322
|
+
border-width: 1px;
|
|
1323
|
+
display: inline-block;
|
|
1324
|
+
height: var(--vuuRadioIcon-size, 12px);
|
|
1325
|
+
position: relative;
|
|
1326
|
+
width: var(--vuuRadioIcon-size, 12px);
|
|
1327
|
+
}
|
|
1328
|
+
.vuuRadioIcon-checked {
|
|
1329
|
+
background-image: var(--vuu-svg-radio);
|
|
1330
|
+
border: none;
|
|
1331
|
+
background-repeat: no-repeat;
|
|
1332
|
+
}
|
|
1333
|
+
.vuuRadioIcon-checked:after {
|
|
1334
|
+
content: "";
|
|
1335
|
+
left: var(--vuu-icon-left, auto);
|
|
1336
|
+
height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));
|
|
1337
|
+
-webkit-mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
|
|
1338
|
+
mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
|
|
1339
|
+
mask-repeat: no-repeat;
|
|
1340
|
+
-webkit-mask-repeat: no-repeat;
|
|
1341
|
+
position: absolute;
|
|
1342
|
+
top: var(--vuu-icon-top, auto);
|
|
1343
|
+
width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
/* ../vuu-ui-controls/src/list/ChevronIcon.css */
|
|
1347
|
+
.vuuChevronIcon {
|
|
1348
|
+
--vuu-icon-size: 14px;
|
|
1349
|
+
--vuu-icon-left: -1px;
|
|
1350
|
+
--vuu-icon-top: -1px;
|
|
1351
|
+
height: var(--vuuChevronIcon-size, 14px);
|
|
1352
|
+
position: relative;
|
|
1353
|
+
width: var(--vuuChevronIcon-size, 14px);
|
|
1354
|
+
cursor: pointer;
|
|
1355
|
+
}
|
|
1356
|
+
.vuuChevronIcon:after {
|
|
1357
|
+
content: "";
|
|
1358
|
+
background-color: #777C94;
|
|
1359
|
+
left: var(--vuu-icon-left, auto);
|
|
1360
|
+
height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));
|
|
1361
|
+
-webkit-mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
|
|
1362
|
+
mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
|
|
1363
|
+
mask-repeat: no-repeat;
|
|
1364
|
+
-webkit-mask-repeat: no-repeat;
|
|
1365
|
+
position: absolute;
|
|
1366
|
+
top: var(--vuu-icon-top, auto);
|
|
1367
|
+
width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));
|
|
1368
|
+
}
|
|
1369
|
+
.vuuChevronIcon.up {
|
|
1370
|
+
--vuu-icon-svg: var(--vuu-svg-chevron-up);
|
|
1371
|
+
}
|
|
1372
|
+
.vuuChevronIcon.down {
|
|
1373
|
+
--vuu-icon-svg: var(--vuu-svg-chevron-down);
|
|
1374
|
+
}
|
|
1375
|
+
.vuuChevronIcon.left {
|
|
1376
|
+
--vuu-icon-svg: var(--vuu-svg-chevron-left);
|
|
1377
|
+
}
|
|
1378
|
+
.vuuChevronIcon.right {
|
|
1379
|
+
--vuu-icon-svg: var(--vuu-svg-chevron-right);
|
|
1380
|
+
}
|
|
1381
|
+
|
|
1382
|
+
/* ../vuu-ui-controls/src/editable-label/EditableLabel.css */
|
|
1383
|
+
.vuuEditableLabel {
|
|
1384
|
+
--editableLabel-padding: var(--vuuEditableLabel-padding, 6px);
|
|
1385
|
+
--editableLabel-height: var(--vuuEditableLabel-height, 26px);
|
|
1386
|
+
--saltInput-background: transparent;
|
|
1387
|
+
--saltInput-height: calc(var(--editableLabel-height) - 4px);
|
|
1388
|
+
--saltInput-minWidth: 14px;
|
|
1389
|
+
color: inherit;
|
|
1390
|
+
cursor: default;
|
|
1391
|
+
display: flex;
|
|
1392
|
+
flex-direction: column;
|
|
1393
|
+
font-size: var(--salt-text-fontSize);
|
|
1394
|
+
height: var(--editableLabel-height);
|
|
1395
|
+
justify-content: center;
|
|
1396
|
+
outline: none;
|
|
1397
|
+
overflow: hidden;
|
|
1398
|
+
padding: 0 var(--editableLabel-padding);
|
|
1399
|
+
position: relative;
|
|
1400
|
+
text-overflow: ellipsis;
|
|
1401
|
+
white-space: nowrap;
|
|
1402
|
+
z-index: var(--salt-zIndex-default);
|
|
1403
|
+
}
|
|
1404
|
+
.vuuEditableLabel:before {
|
|
1405
|
+
content: attr(data-text);
|
|
1406
|
+
display: block;
|
|
1407
|
+
height: 0px;
|
|
1408
|
+
visibility: hidden;
|
|
1409
|
+
white-space: pre-wrap;
|
|
1410
|
+
}
|
|
1411
|
+
.vuuEditableLabel .saltInput {
|
|
1412
|
+
font-weight: var(--salt-text-fontWeight);
|
|
1413
|
+
left: var(--editableLabel-padding, 0);
|
|
1414
|
+
padding: 0;
|
|
1415
|
+
outline-style: none;
|
|
1416
|
+
position: absolute;
|
|
1417
|
+
right: var(--editableLabel-padding, 0);
|
|
1418
|
+
top: var(--saltEditableLabel-top, 2px);
|
|
1419
|
+
width: auto;
|
|
1420
|
+
}
|
|
1421
|
+
.vuuEditableLabel .saltInput-activationIndicator {
|
|
1422
|
+
display: none;
|
|
1423
|
+
}
|
|
1424
|
+
.vuuEditableLabel-input {
|
|
1425
|
+
background-color: transparent;
|
|
1426
|
+
border: none;
|
|
1427
|
+
box-sizing: content-box;
|
|
1428
|
+
color: inherit;
|
|
1429
|
+
display: block;
|
|
1430
|
+
flex: 1;
|
|
1431
|
+
font: inherit;
|
|
1432
|
+
height: 20px;
|
|
1433
|
+
margin: 0;
|
|
1434
|
+
min-width: 0;
|
|
1435
|
+
outline: none;
|
|
1436
|
+
padding: 0;
|
|
1437
|
+
}
|
|
1438
|
+
.vuuEditableLabel-label {
|
|
1439
|
+
overflow: hidden;
|
|
1440
|
+
text-overflow: ellipsis;
|
|
1441
|
+
white-space: nowrap;
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1444
|
+
/* ../vuu-ui-controls/src/expando-input/ExpandoInput.css */
|
|
1445
|
+
.vuuExpandoInput {
|
|
1446
|
+
--salt-editable-secondary-background: white;
|
|
1447
|
+
--expandoInput-height: var(--vuuExpandoInput-height, 26px);
|
|
1448
|
+
--expandoInput-padding: var(--vuuExpandoInput-padding, 6px);
|
|
1449
|
+
--saltInput-height: calc(var(--vuuExpandoInput-height) - 4px);
|
|
1450
|
+
--saltInput-minWidth: var(--vuuExpandoInput-minWidth, 8px);
|
|
1451
|
+
border: var(--vuuExpandoInput-border, none);
|
|
1452
|
+
border-radius: var(--vuuExpandoInput-borderRadius, 0);
|
|
1453
|
+
color: inherit;
|
|
1454
|
+
cursor: default;
|
|
1455
|
+
display: inline-block;
|
|
1456
|
+
font-size: var(--salt-text-fontSize);
|
|
1457
|
+
height: var(--expandoInput-height);
|
|
1458
|
+
min-width: calc(var(--saltInput-minWidth) + 2 * var(--expandoInput-padding));
|
|
1459
|
+
outline: none;
|
|
1460
|
+
padding: 0 var(--expandoInput-padding);
|
|
1461
|
+
position: relative;
|
|
1462
|
+
}
|
|
1463
|
+
.vuuExpandoInput:before {
|
|
1464
|
+
content: attr(data-text);
|
|
1465
|
+
display: block;
|
|
1466
|
+
height: 0px;
|
|
1467
|
+
visibility: hidden;
|
|
1468
|
+
white-space: pre-wrap;
|
|
1469
|
+
}
|
|
1470
|
+
.vuuExpandoInput-error {
|
|
1471
|
+
border-color: var(--vuu-color-red-50);
|
|
1472
|
+
}
|
|
1473
|
+
.vuuExpandoInput .saltInput {
|
|
1474
|
+
font-weight: var(--salt-text-fontWeight);
|
|
1475
|
+
left: var(--expandoInput-padding, 0);
|
|
1476
|
+
padding: 0;
|
|
1477
|
+
outline-style: none;
|
|
1478
|
+
position: absolute;
|
|
1479
|
+
right: var(--expandoInput-padding, 0);
|
|
1480
|
+
top: var(--vuuExpandoInput-top, 2px);
|
|
1481
|
+
width: auto;
|
|
1482
|
+
}
|
|
1483
|
+
.vuuExpandoInput .saltInput-activationIndicator {
|
|
1484
|
+
display: none;
|
|
1485
|
+
}
|
|
1486
|
+
.vuuExpandoInput-input {
|
|
1487
|
+
background-color: transparent;
|
|
1488
|
+
border: none;
|
|
1489
|
+
box-sizing: content-box;
|
|
1490
|
+
display: block;
|
|
1491
|
+
flex: 1;
|
|
1492
|
+
font: inherit;
|
|
1493
|
+
height: 20px;
|
|
1494
|
+
margin: 0;
|
|
1495
|
+
min-width: 0;
|
|
1496
|
+
outline: none;
|
|
1497
|
+
padding: 0;
|
|
1498
|
+
}
|
|
1499
|
+
|
|
1500
|
+
/* ../vuu-ui-controls/src/inputs/Checkbox.css */
|
|
1501
|
+
.vuuCheckbox {
|
|
1502
|
+
--vuuCheckboxIcon-background-checked-enabled: var(--vuu-color-purple-10);
|
|
1503
|
+
display: flex;
|
|
1504
|
+
height: 24px;
|
|
1505
|
+
align-items: center;
|
|
1506
|
+
gap: 6px;
|
|
1507
|
+
color: var(--light-text-primary, #15171B);
|
|
1508
|
+
font-family: Nunito Sans A-Variant, serif;
|
|
1509
|
+
font-feature-settings:
|
|
1510
|
+
"ss02" on,
|
|
1511
|
+
"ss01" on,
|
|
1512
|
+
"salt" on,
|
|
1513
|
+
"liga" off;
|
|
1514
|
+
font-size: 12px;
|
|
1515
|
+
font-weight: 400;
|
|
1516
|
+
cursor: pointer;
|
|
1517
|
+
}
|
|
1518
|
+
|
|
1519
|
+
/* ../vuu-ui-controls/src/inputs/RadioButton.css */
|
|
1520
|
+
.vuuRadioButton {
|
|
1521
|
+
display: flex;
|
|
1522
|
+
height: 24px;
|
|
1523
|
+
align-items: center;
|
|
1524
|
+
gap: 6px;
|
|
1525
|
+
color: var(--light-text-primary, #15171B);
|
|
1526
|
+
font-family: Nunito Sans A-Variant, sans-serif;
|
|
1527
|
+
font-feature-settings:
|
|
1528
|
+
"ss02" on,
|
|
1529
|
+
"ss01" on,
|
|
1530
|
+
"salt" on,
|
|
1531
|
+
"liga" off;
|
|
1532
|
+
font-size: 12px;
|
|
1533
|
+
font-weight: 400;
|
|
1534
|
+
cursor: pointer;
|
|
1535
|
+
}
|
|
1536
|
+
.radio {
|
|
1537
|
+
position: relative;
|
|
1538
|
+
height: 12px;
|
|
1539
|
+
}
|
|
1540
|
+
input[type=radio] {
|
|
1541
|
+
position: absolute;
|
|
1542
|
+
appearance: none;
|
|
1543
|
+
width: 100%;
|
|
1544
|
+
height: 100%;
|
|
1545
|
+
border-radius: 50%;
|
|
1546
|
+
margin: 0;
|
|
1547
|
+
top: 0;
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1550
|
+
/* ../vuu-table/src/column-resizing/ColumnResizer.css */
|
|
1551
|
+
.vuuColumnResizerNext {
|
|
1552
|
+
background-color: var(--columnResizer-color);
|
|
1553
|
+
cursor: col-resize;
|
|
1554
|
+
height: var(--header-height);
|
|
1555
|
+
margin-left: var(--columnResizer-left, auto);
|
|
1556
|
+
position: absolute;
|
|
1557
|
+
right: -5px;
|
|
1558
|
+
width: 8px;
|
|
1559
|
+
z-index: 1;
|
|
1560
|
+
}
|
|
1561
|
+
.vuuColumnResizerNext:hover {
|
|
1562
|
+
--columnResizer-color: var(--vuu-color-purple-10);
|
|
1563
|
+
}
|
|
1564
|
+
.vuuColumnResizerNext:after {
|
|
1565
|
+
background-color: var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));
|
|
1566
|
+
bottom: 0;
|
|
1567
|
+
content: "";
|
|
1568
|
+
position: absolute;
|
|
1569
|
+
top: 0;
|
|
1570
|
+
right: 3px;
|
|
1571
|
+
height: var(--columnResizer-height, 0);
|
|
1572
|
+
width: 2px;
|
|
1573
|
+
}
|
|
1574
|
+
|
|
1575
|
+
/* ../vuu-table/src/column-header-pill/ColumnHeaderPill.css */
|
|
1576
|
+
.vuuColumnHeaderPill {
|
|
1577
|
+
--vuu-icon-size: 14px;
|
|
1578
|
+
--menu-item-icon-color: black;
|
|
1579
|
+
--vuu-icon-color: white;
|
|
1580
|
+
--vuu-icon-height: 12px;
|
|
1581
|
+
--vuu-icon-width: 12px;
|
|
1582
|
+
align-items: center;
|
|
1583
|
+
background: var(--salt-taggable-background-active);
|
|
1584
|
+
color: white;
|
|
1585
|
+
border-radius: 4px;
|
|
1586
|
+
flex: var(--vuuColumnHeaderPill-flex, none);
|
|
1587
|
+
font-size: 11px;
|
|
1588
|
+
gap: 4px;
|
|
1589
|
+
height: 16px;
|
|
1590
|
+
display: flex;
|
|
1591
|
+
margin: var(--vuuColumnHeaderPill-margin, 0);
|
|
1592
|
+
padding: 0 6px;
|
|
1593
|
+
position: relative;
|
|
1594
|
+
}
|
|
1595
|
+
.vuuColumnHeaderPill:hover {
|
|
1596
|
+
--vuu-icon-color: var(--vuu-color-gray-80);
|
|
1597
|
+
background-color: var(--salt-taggable-background-hover);
|
|
1598
|
+
color: var(--vuu-color-gray-80);
|
|
1599
|
+
}
|
|
1600
|
+
.vuuColumnHeaderPill-removeButton {
|
|
1601
|
+
cursor: pointer;
|
|
1602
|
+
}
|
|
1603
|
+
|
|
1604
|
+
/* ../vuu-table/src/column-header-pill/GroupColumnPill.css */
|
|
1605
|
+
.vuuSortPosition {
|
|
1606
|
+
font-size: 11px;
|
|
1607
|
+
font-weight: 700;
|
|
1608
|
+
padding-top: 1px;
|
|
1609
|
+
}
|
|
1610
|
+
|
|
1611
|
+
/* ../vuu-table/src/column-header-pill/SortIndicator.css */
|
|
1612
|
+
.vuuSortPosition {
|
|
1613
|
+
font-size: 11px;
|
|
1614
|
+
font-weight: 700;
|
|
1615
|
+
padding-top: 1px;
|
|
1616
|
+
}
|
|
1617
|
+
|
|
1618
|
+
/* ../vuu-table/src/header-cell/GroupHeaderCell.css */
|
|
1619
|
+
.vuu-theme {
|
|
1620
|
+
--svg-spinner: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path fill="rgb(38, 112, 169)" d="M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50"><animateTransform attributeName="transform" attributeType="XML" type="rotate" dur="1s" from="0 50 50" to="360 50 50" repeatCount="indefinite" /></path></svg>');
|
|
1621
|
+
}
|
|
1622
|
+
.vuuTableGroupHeaderCell {
|
|
1623
|
+
--vuuColumnHeaderPill-margin: 0;
|
|
1624
|
+
--cell-align: "flex-start";
|
|
1625
|
+
text-align: left;
|
|
1626
|
+
background: var(--dataTable-background);
|
|
1627
|
+
cursor: default;
|
|
1628
|
+
height: var(--vuuTableHeaderHeight);
|
|
1629
|
+
}
|
|
1630
|
+
.vuuTableGroupHeaderCell-inner {
|
|
1631
|
+
align-items: center;
|
|
1632
|
+
display: flex;
|
|
1633
|
+
gap: 4px;
|
|
1634
|
+
height: 100%;
|
|
1635
|
+
padding-left: 1px;
|
|
1636
|
+
}
|
|
1637
|
+
.vuuTableGroupHeaderCell-col {
|
|
1638
|
+
align-items: center;
|
|
1639
|
+
background-color: inherit;
|
|
1640
|
+
display: inline-flex;
|
|
1641
|
+
flex: 0 1 auto;
|
|
1642
|
+
height: calc(var(--vuuTableHeaderHeight) - 2px);
|
|
1643
|
+
justify-content: space-between;
|
|
1644
|
+
padding-right: 8px;
|
|
1645
|
+
position: relative;
|
|
1646
|
+
}
|
|
1647
|
+
.vuuTableGroupHeaderCell-label {
|
|
1648
|
+
align-items: center;
|
|
1649
|
+
display: flex;
|
|
1650
|
+
flex: 0 0 auto;
|
|
1651
|
+
}
|
|
1652
|
+
.vuuTableGroupHeaderCell-close {
|
|
1653
|
+
--vuu-icon-height: 18px;
|
|
1654
|
+
--vuu-icon-width: 18px;
|
|
1655
|
+
cursor: pointer;
|
|
1656
|
+
left: 3px;
|
|
1657
|
+
}
|
|
1658
|
+
.vuuTableGroupHeaderCell-resizing {
|
|
1659
|
+
--columnResizer-color: var(--salt-color-blue-500);
|
|
1660
|
+
--columnResizer-height: var(--table-height);
|
|
1661
|
+
--columnResizer-width: 2px;
|
|
1662
|
+
}
|
|
1663
|
+
.vuuTableGroupHeaderCell-pending {
|
|
1664
|
+
--pending-content: "";
|
|
1665
|
+
}
|
|
1666
|
+
.vuuTableGroupHeaderCell-col:has(+ .vuuColumnResizer):after {
|
|
1667
|
+
content: var(--pending-content);
|
|
1668
|
+
width: 24px;
|
|
1669
|
+
height: 24px;
|
|
1670
|
+
background-image: var(--svg-spinner);
|
|
1671
|
+
background-repeat: no-repeat;
|
|
1672
|
+
background-size: cover;
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
/* ../vuu-table/src/column-menu/ColumnMenu.css */
|
|
1676
|
+
.vuuMenuItem {
|
|
1677
|
+
--vuu-svg-cog: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12.9533 8.65331C12.98 8.43998 13 8.22665 13 7.99998C13 7.77331 12.98 7.55998 12.9533 7.34665L14.36 6.24665C14.4867 6.14665 14.52 5.96665 14.44 5.81998L13.1067 3.51331C13.0267 3.36665 12.8467 3.31331 12.7 3.36665L11.04 4.03331C10.6933 3.76665 10.32 3.54665 9.91333 3.37998L9.66 1.61331C9.64 1.45331 9.5 1.33331 9.33333 1.33331H6.66667C6.5 1.33331 6.36 1.45331 6.34 1.61331L6.08667 3.37998C5.68 3.54665 5.30667 3.77331 4.96 4.03331L3.3 3.36665C3.14667 3.30665 2.97333 3.36665 2.89333 3.51331L1.56 5.81998C1.47333 5.96665 1.51333 6.14665 1.64 6.24665L3.04667 7.34665C3.02 7.55998 3 7.77998 3 7.99998C3 8.21998 3.02 8.43998 3.04667 8.65331L1.64 9.75331C1.51333 9.85331 1.48 10.0333 1.56 10.18L2.89333 12.4866C2.97333 12.6333 3.15333 12.6866 3.3 12.6333L4.96 11.9666C5.30667 12.2333 5.68 12.4533 6.08667 12.62L6.34 14.3866C6.36 14.5466 6.5 14.6666 6.66667 14.6666H9.33333C9.5 14.6666 9.64 14.5466 9.66 14.3866L9.91333 12.62C10.32 12.4533 10.6933 12.2266 11.04 11.9666L12.7 12.6333C12.8533 12.6933 13.0267 12.6333 13.1067 12.4866L14.44 10.18C14.52 10.0333 14.4867 9.85331 14.36 9.75331L12.9533 8.65331V8.65331ZM8 10.3333C6.71333 10.3333 5.66667 9.28665 5.66667 7.99998C5.66667 6.71331 6.71333 5.66665 8 5.66665C9.28667 5.66665 10.3333 6.71331 10.3333 7.99998C10.3333 9.28665 9.28667 10.3333 8 10.3333Z"/></svg>');
|
|
1678
|
+
}
|
|
1679
|
+
.vuuTable-columnMenu {
|
|
1680
|
+
--vuu-icon-color: #606477;
|
|
1681
|
+
--vuu-icon-height: 20px;
|
|
1682
|
+
--vuu-icon-left: 0px;
|
|
1683
|
+
--vuu-icon-size: 16px;
|
|
1684
|
+
--vuu-icon-top: 0px;
|
|
1685
|
+
--vuu-icon-width: 20px;
|
|
1686
|
+
border-radius: 4px;
|
|
1687
|
+
cursor: pointer;
|
|
1688
|
+
display: inline-block;
|
|
1689
|
+
flex: 0 0 20px;
|
|
1690
|
+
padding: 2px;
|
|
1691
|
+
margin: var(--vuuTable-columnMenu-margin, 0);
|
|
1692
|
+
width: auto;
|
|
1693
|
+
}
|
|
1694
|
+
.vuuTable-columnMenu:hover {
|
|
1695
|
+
--vuu-icon-color: #15171B;
|
|
1696
|
+
background-color: #F37880;
|
|
1697
|
+
}
|
|
1698
|
+
.vuuTable-columnMenu-open:hover,
|
|
1699
|
+
.vuuTable-columnMenu-open {
|
|
1700
|
+
background-color: #6D18BD;
|
|
1701
|
+
--vuu-icon-color: white;
|
|
1702
|
+
}
|
|
1703
|
+
[data-icon=cog] {
|
|
1704
|
+
--vuu-icon-svg: var(--vuu-svg-cog);
|
|
1705
|
+
--vuu-icon-size: 14px;
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1708
|
+
/* ../vuu-table/src/header-cell/HeaderCell.css */
|
|
1709
|
+
.vuuTableGroupHeaderCell,
|
|
1710
|
+
.vuuTableHeaderCell {
|
|
1711
|
+
--cell-align: "flex-start";
|
|
1712
|
+
--vuuColumnHeaderPill-margin: 0;
|
|
1713
|
+
--vuuColumnHeaderPill-flex: 0 0 24px;
|
|
1714
|
+
align-items: center;
|
|
1715
|
+
background-color: var(--vuuTableHeaderCell-background, inherit);
|
|
1716
|
+
border-bottom: 1px solid #ccc;
|
|
1717
|
+
border-right-color: var(--cell-borderColor);
|
|
1718
|
+
border-right-style: solid;
|
|
1719
|
+
border-right-width: 1px;
|
|
1720
|
+
box-sizing: border-box;
|
|
1721
|
+
cursor: default;
|
|
1722
|
+
display: inline-flex;
|
|
1723
|
+
gap: 4px;
|
|
1724
|
+
height: var(--header-height);
|
|
1725
|
+
padding: 0 12px 0 4px;
|
|
1726
|
+
position: relative;
|
|
1727
|
+
vertical-align: top;
|
|
1728
|
+
}
|
|
1729
|
+
.vuuTableHeaderCell-right {
|
|
1730
|
+
--columnResizer-left: 0;
|
|
1731
|
+
--vuuTable-columnMenu-margin: 0;
|
|
1732
|
+
--vuuColumnHeaderPill-margin: 0 3px 0 0;
|
|
1733
|
+
--column-menu-left: 2px;
|
|
1734
|
+
justify-content: flex-end;
|
|
1735
|
+
padding: 0 3px 0 12px;
|
|
1736
|
+
}
|
|
1737
|
+
.vuuTableHeaderCell-label {
|
|
1738
|
+
flex: 0 1 auto;
|
|
1739
|
+
line-height: calc(var(--header-height) - 1px);
|
|
1740
|
+
overflow: hidden;
|
|
1741
|
+
text-overflow: ellipsis;
|
|
1742
|
+
white-space: nowrap;
|
|
1743
|
+
}
|
|
1744
|
+
.vuuTableHeaderCell-right .vuuTableHeaderCell-label {
|
|
1745
|
+
text-align: right;
|
|
1746
|
+
}
|
|
1747
|
+
.vuuTableHeaderCell-resizing {
|
|
1748
|
+
--columnResizer-height: var(--table-height);
|
|
1749
|
+
}
|
|
1750
|
+
.vuuTableHeaderCell.vuuPinLeft {
|
|
1751
|
+
padding-left: 2px;
|
|
1752
|
+
}
|
|
1753
|
+
.vuuTableHeaderCell.vuuPinLeft.vuuEndPin .vuuColumnResizerNext:before {
|
|
1754
|
+
--height: calc(var(--table-height) - var(--horizontal-scrollbar-height));
|
|
1755
|
+
--inset-r: calc(var(--pin-width) - 2px);
|
|
1756
|
+
--inset-b: calc(var(--height) - 2px);
|
|
1757
|
+
--clip-path: polygon( 0% 0%, 0% 120%, 2px 120%, 2px 2px, var(--inset-r) 2px, var(--inset-r) var(--inset-b), 2px var(--inset-b), 2px 120%, 120% 120%, 120% 0% );
|
|
1758
|
+
background-color: transparent;
|
|
1759
|
+
border-color: var(--vuu-color-gray-40);
|
|
1760
|
+
border-width: 1px;
|
|
1761
|
+
border-style: solid solid solid solid;
|
|
1762
|
+
border-radius: 4px;
|
|
1763
|
+
box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.10);
|
|
1764
|
+
clip-path: var(--clip-path);
|
|
1765
|
+
content: "";
|
|
1766
|
+
position: absolute;
|
|
1767
|
+
width: var(--pin-width);
|
|
1768
|
+
top: 0;
|
|
1769
|
+
bottom: 0;
|
|
1770
|
+
right: 3px;
|
|
1771
|
+
height: var(--height);
|
|
1772
|
+
z-index: -5;
|
|
1773
|
+
}
|
|
1774
|
+
.vuuTableHeaderCell.vuuPinRight.vuuEndPin .vuuColumnResizerNext:before {
|
|
1775
|
+
--height: calc(var(--table-height) - var(--horizontal-scrollbar-height));
|
|
1776
|
+
--inset-r: calc(var(--pin-width) - 2px);
|
|
1777
|
+
--inset-b: calc(var(--height) - 2px);
|
|
1778
|
+
--clip-path: polygon( -20% 0%, -20% 120%, 2px 120%, 2px 2px, var(--inset-r) 2px, var(--inset-r) var(--inset-b), 2px var(--inset-b), 2px 120%, 120% 120%, 120% 0% );
|
|
1779
|
+
background-color: transparent;
|
|
1780
|
+
border-color: #A9AAAD;
|
|
1781
|
+
border-width: 1px;
|
|
1782
|
+
border-style: solid solid solid solid;
|
|
1783
|
+
border-radius: 4px;
|
|
1784
|
+
box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.10);
|
|
1785
|
+
clip-path: var(--clip-path);
|
|
1786
|
+
content: "";
|
|
1787
|
+
position: absolute;
|
|
1788
|
+
width: var(--pin-width);
|
|
1789
|
+
top: 0;
|
|
1790
|
+
bottom: 0;
|
|
1791
|
+
right: 0px;
|
|
1792
|
+
height: var(--height);
|
|
1793
|
+
z-index: -5;
|
|
1794
|
+
}
|
|
1795
|
+
.vuuTableHeaderCell.vuuDraggable-dragAway {
|
|
1796
|
+
display: none;
|
|
1797
|
+
}
|
|
1798
|
+
.vuuTable-headingCell {
|
|
1799
|
+
background: var(--dataTable-background);
|
|
1800
|
+
border-color: var(--salt-separable-tertiary-borderColor);
|
|
1801
|
+
border-style: solid solid solid none;
|
|
1802
|
+
border-width: 1px;
|
|
1803
|
+
color: var(--salt-text-secondary-foreground);
|
|
1804
|
+
display: inline-block;
|
|
1805
|
+
height: var(--header-height);
|
|
1806
|
+
padding: 0 !important;
|
|
1807
|
+
}
|
|
1808
|
+
|
|
1809
|
+
/* ../vuu-table/src/table-cell/TableCell.css */
|
|
1810
|
+
.vuuTableCell {
|
|
1811
|
+
border-right-color: var(--cell-borderColor);
|
|
1812
|
+
border-right-style: solid;
|
|
1813
|
+
border-right-width: 1px;
|
|
1814
|
+
display: inline-block;
|
|
1815
|
+
height: 100%;
|
|
1816
|
+
overflow: hidden;
|
|
1817
|
+
padding: 0 11px 0 12px;
|
|
1818
|
+
text-overflow: ellipsis;
|
|
1819
|
+
vertical-align: top;
|
|
1820
|
+
}
|
|
1821
|
+
.vuuTableCell-right {
|
|
1822
|
+
text-align: right;
|
|
1823
|
+
}
|
|
1824
|
+
.vuuTableCell-editable {
|
|
1825
|
+
display: inline-flex;
|
|
1826
|
+
line-height: 18px;
|
|
1827
|
+
padding-bottom: 1px;
|
|
1828
|
+
padding-top: 1px;
|
|
1829
|
+
text-overflow: unset;
|
|
1830
|
+
}
|
|
1831
|
+
.vuuTableCell:focus {
|
|
1832
|
+
outline: var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);
|
|
1833
|
+
outline-offset: -2px;
|
|
1834
|
+
box-shadow: inset 0 0 0 var(--cell-outline-width) white;
|
|
1835
|
+
border-bottom: none;
|
|
1836
|
+
}
|
|
1837
|
+
.vuuTableRow-selected .vuuTableCell:not(.vuuTableCell-editable):focus {
|
|
1838
|
+
outline: var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);
|
|
1839
|
+
outline-offset: -1px;
|
|
1840
|
+
}
|
|
1841
|
+
.vuuTableCell-editable:focus {
|
|
1842
|
+
outline: none;
|
|
1843
|
+
}
|
|
1844
|
+
|
|
1845
|
+
/* ../vuu-table/src/table-cell/TableGroupCell.css */
|
|
1846
|
+
.vuuTableGroupCell {
|
|
1847
|
+
--group-cell-spacer-width: 20px;
|
|
1848
|
+
align-items: center;
|
|
1849
|
+
border-right-color: var(--vuuTableGroupCell-borderColor, var(--salt-separable-tertiary-borderColor));
|
|
1850
|
+
border-right-style: solid;
|
|
1851
|
+
border-right-width: 1px;
|
|
1852
|
+
cursor: pointer;
|
|
1853
|
+
display: inline-flex;
|
|
1854
|
+
height: var(--row-height);
|
|
1855
|
+
line-height: 16px;
|
|
1856
|
+
}
|
|
1857
|
+
.vuuTableGroupCell-toggle {
|
|
1858
|
+
--vuu-icon-height: 16px;
|
|
1859
|
+
--vuu-icon-size: 16px;
|
|
1860
|
+
--vuu-icon-width: 8px;
|
|
1861
|
+
margin-right: 4px;
|
|
1862
|
+
transition: transform 0.25s;
|
|
1863
|
+
transform: var(--toggle-icon-transform);
|
|
1864
|
+
}
|
|
1865
|
+
.vuuTableGroupCell-spacer {
|
|
1866
|
+
width: var(--group-cell-spacer-width);
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
/* ../vuu-table/src/Row.css */
|
|
1870
|
+
.vuuTableRow {
|
|
1871
|
+
background: var(--row-background,#fff);
|
|
1872
|
+
border-bottom: 1px solid var(--row-borderColor);
|
|
1873
|
+
box-sizing: border-box;
|
|
1874
|
+
height: var(--row-height);
|
|
1875
|
+
line-height: calc(var(--row-height) - 1px);
|
|
1876
|
+
position: absolute;
|
|
1877
|
+
top: 0;
|
|
1878
|
+
white-space: nowrap;
|
|
1879
|
+
}
|
|
1880
|
+
.vuuTableRow-even {
|
|
1881
|
+
--row-background: var(--row-background-even);
|
|
1882
|
+
}
|
|
1883
|
+
.vuuTableRow-highlighted {
|
|
1884
|
+
background-color: var(--vuu-color-gray-10);
|
|
1885
|
+
}
|
|
1886
|
+
.vuuTableRow-selected,
|
|
1887
|
+
.vuuTableRow-selectedEnd {
|
|
1888
|
+
background-color: rgb(235, 235, 236);
|
|
1889
|
+
}
|
|
1890
|
+
.vuuTableRow-selectedStart {
|
|
1891
|
+
--vuu-selection-decorator-left-radius: 5px 0 0 0;
|
|
1892
|
+
--vuu-selection-decorator-right-radius: 0 5px 0 0;
|
|
1893
|
+
border-radius: 5px 5px 0 0;
|
|
1894
|
+
}
|
|
1895
|
+
.vuuTableRow-selectedEnd {
|
|
1896
|
+
--vuu-selection-decorator-left-radius: 0 0 0 5px;
|
|
1897
|
+
--vuu-selection-decorator-right-radius: 0 0 5px 0;
|
|
1898
|
+
border-radius: 0 0 5px 5px;
|
|
1899
|
+
}
|
|
1900
|
+
.vuuTableRow-selectedStart.vuuTableRow-selectedEnd {
|
|
1901
|
+
--vuu-selection-decorator-left-radius: 5px 0 0 5px;
|
|
1902
|
+
--vuu-selection-decorator-right-radius: 0 5px 5px 0;
|
|
1903
|
+
border-radius: 5px 5px 5px 5px;
|
|
1904
|
+
}
|
|
1905
|
+
.vuuTableRow-selectedStart:after {
|
|
1906
|
+
content: "";
|
|
1907
|
+
position: absolute;
|
|
1908
|
+
top: 0;
|
|
1909
|
+
left: 4px;
|
|
1910
|
+
height: 1px;
|
|
1911
|
+
background-color: var(--vuu-color-purple-10);
|
|
1912
|
+
width: calc(var(--content-width) - 8px);
|
|
1913
|
+
z-index: 1;
|
|
1914
|
+
}
|
|
1915
|
+
.vuuTableRow-selectedEnd {
|
|
1916
|
+
border-bottom-color: var(--vuu-color-purple-10);
|
|
1917
|
+
}
|
|
1918
|
+
.vuuTableRow-selectionDecorator {
|
|
1919
|
+
background-color: var(--vuu-selection-decorator-bg, white);
|
|
1920
|
+
display: inline-block;
|
|
1921
|
+
position: relative;
|
|
1922
|
+
height: var(--row-height);
|
|
1923
|
+
width: 4px;
|
|
1924
|
+
z-index: 2;
|
|
1925
|
+
}
|
|
1926
|
+
.vuuTableRow-selectionDecorator.vuuStickyLeft {
|
|
1927
|
+
left: 0;
|
|
1928
|
+
position: sticky;
|
|
1929
|
+
}
|
|
1930
|
+
.vuuTableRow-selectionDecorator.vuuStickyRight {
|
|
1931
|
+
right: 0;
|
|
1932
|
+
position: sticky;
|
|
1933
|
+
}
|
|
1934
|
+
.vuuTableRow-selected {
|
|
1935
|
+
--vuu-selection-decorator-bg: var(--vuu-color-purple-10);
|
|
1936
|
+
}
|
|
1937
|
+
.vuuTableRow-selectedStart {
|
|
1938
|
+
--vuu-selection-decorator-bg: white;
|
|
1939
|
+
}
|
|
1940
|
+
.vuuTableRow-selectedEnd {
|
|
1941
|
+
--vuu-selection-decorator-bg: white;
|
|
1942
|
+
}
|
|
1943
|
+
.vuuTableRow-selectedStart.vuuTableRow-selectedEnd {
|
|
1944
|
+
}
|
|
1945
|
+
.vuuTableRow-selectedStart .vuuTableRow-selectionDecorator:before,
|
|
1946
|
+
.vuuTableRow-selectedEnd .vuuTableRow-selectionDecorator:before {
|
|
1947
|
+
content: "";
|
|
1948
|
+
inset: 0;
|
|
1949
|
+
position: absolute;
|
|
1950
|
+
background-color: var(--vuu-color-purple-10);
|
|
1951
|
+
}
|
|
1952
|
+
.vuuTableRow-selectionDecorator.vuuStickyLeft:before {
|
|
1953
|
+
border-radius: var(--vuu-selection-decorator-left-radius, 0);
|
|
1954
|
+
}
|
|
1955
|
+
.vuuTableRow-selectionDecorator.vuuStickyRight:before {
|
|
1956
|
+
border-radius: var(--vuu-selection-decorator-right-radius, 0);
|
|
1957
|
+
}
|
|
1958
|
+
.vuuTableRow-expanded {
|
|
1959
|
+
--toggle-icon-transform: rotate(90deg);
|
|
1960
|
+
}
|
|
1961
|
+
.vuuDraggable .vuuTableRow {
|
|
1962
|
+
--cell-borderColor: transparent;
|
|
1963
|
+
--vuu-selection-decorator-bg: transparent;
|
|
1964
|
+
transform: none !important;
|
|
1965
|
+
z-index: 1;
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1968
|
+
/* ../vuu-table-extras/src/cell-renderers/progress-cell/ProgressCell.css */
|
|
1969
|
+
.vuuProgressCell {
|
|
1970
|
+
align-items: center;
|
|
1971
|
+
display: flex;
|
|
1972
|
+
}
|
|
1973
|
+
.vuuProgressCell-track {
|
|
1974
|
+
display: inline-block;
|
|
1975
|
+
flex: auto 1 1;
|
|
1976
|
+
height: 4px;
|
|
1977
|
+
overflow: hidden;
|
|
1978
|
+
position: relative;
|
|
1979
|
+
}
|
|
1980
|
+
.vuuProgressCell-bg {
|
|
1981
|
+
background-color: var(--salt-measured-background);
|
|
1982
|
+
display: inline-block;
|
|
1983
|
+
height: 2px;
|
|
1984
|
+
left: 0;
|
|
1985
|
+
position: absolute;
|
|
1986
|
+
top: 1px;
|
|
1987
|
+
width: 100%;
|
|
1988
|
+
}
|
|
1989
|
+
.vuuProgressCell-bar {
|
|
1990
|
+
background-color: var(--salt-measured-fill);
|
|
1991
|
+
display: inline-block;
|
|
1992
|
+
height: 100%;
|
|
1993
|
+
left: 0;
|
|
1994
|
+
position: absolute;
|
|
1995
|
+
top: 0;
|
|
1996
|
+
transform: translateX(var(--progress-bar-pct, -100%));
|
|
1997
|
+
width: 100%;
|
|
1998
|
+
}
|
|
1999
|
+
.vuuProgressCell-text {
|
|
2000
|
+
flex: 35px 0 0;
|
|
2001
|
+
text-align: right;
|
|
2002
|
+
}
|
|
2003
|
+
|
|
2004
|
+
/* ../vuu-table-extras/src/cell-renderers-next/background-cell/BackgroundCell.css */
|
|
2005
|
+
.vuuTable td:has(> .vuuBackgroundCell) {
|
|
2006
|
+
padding: 0;
|
|
2007
|
+
text-align: right;
|
|
2008
|
+
}
|
|
2009
|
+
.vuuBackgroundCell {
|
|
2010
|
+
color: var(--background-cell-color);
|
|
2011
|
+
padding-right: var(--salt-size-unit);
|
|
2012
|
+
position: relative;
|
|
2013
|
+
z-index: -1;
|
|
2014
|
+
}
|
|
2015
|
+
.vuuBackgroundCell-flasher {
|
|
2016
|
+
background-color: var(--background-cell-background);
|
|
2017
|
+
position: absolute;
|
|
2018
|
+
left: 0;
|
|
2019
|
+
right: 0;
|
|
2020
|
+
top: 0;
|
|
2021
|
+
bottom: 0;
|
|
2022
|
+
z-index: -1;
|
|
2023
|
+
}
|
|
2024
|
+
.vuuBackgroundCell-flasher {
|
|
2025
|
+
text-align: left;
|
|
2026
|
+
}
|
|
2027
|
+
.vuuBackgroundCell-flasher + .num {
|
|
2028
|
+
padding-left: 8px;
|
|
2029
|
+
}
|
|
2030
|
+
.right .vuuBackgroundCell-flasher {
|
|
2031
|
+
text-align: right;
|
|
2032
|
+
}
|
|
2033
|
+
.right .vuuBackgroundCell-flasher + .num {
|
|
2034
|
+
padding-right: 8px;
|
|
2035
|
+
}
|
|
2036
|
+
.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
|
|
2037
|
+
background-color: transparent;
|
|
2038
|
+
}
|
|
2039
|
+
.vuuBackgroundCell-backgroundOnly.up1,
|
|
2040
|
+
.vuuBackgroundCell-backgroundArrow.up1 {
|
|
2041
|
+
animation-duration: 30s;
|
|
2042
|
+
animation-name: reactbgup1;
|
|
2043
|
+
}
|
|
2044
|
+
.vuuBackgroundCell-backgroundOnly.up2,
|
|
2045
|
+
.vuuBackgroundCell-backgroundArrow.up2 {
|
|
2046
|
+
animation-duration: 30s;
|
|
2047
|
+
animation-name: reactbgup2;
|
|
2048
|
+
}
|
|
2049
|
+
.vuuBackgroundCell-backgroundOnly.down1,
|
|
2050
|
+
.vuuBackgroundCell-backgroundArrow.down1 {
|
|
2051
|
+
animation-duration: 30s;
|
|
2052
|
+
animation-name: reactbgdown1;
|
|
2053
|
+
}
|
|
2054
|
+
.vuuBackgroundCell-backgroundOnly.down2,
|
|
2055
|
+
.vuuBackgroundCell-backgroundArrow.down2 {
|
|
2056
|
+
animation-duration: 30s;
|
|
2057
|
+
animation-name: reactbgdown2;
|
|
2058
|
+
}
|
|
2059
|
+
.up1.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
|
|
2060
|
+
animation-duration: 30s;
|
|
2061
|
+
animation-name: reactarrowup1;
|
|
2062
|
+
}
|
|
2063
|
+
.up2.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
|
|
2064
|
+
animation-duration: 30s;
|
|
2065
|
+
animation-name: reactarrowup2;
|
|
2066
|
+
}
|
|
2067
|
+
.down1.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
|
|
2068
|
+
animation-duration: 30s;
|
|
2069
|
+
animation-name: reactarrowdown1;
|
|
2070
|
+
}
|
|
2071
|
+
.down2.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
|
|
2072
|
+
animation-duration: 30s;
|
|
2073
|
+
animation-name: reactarrowdown2;
|
|
2074
|
+
}
|
|
2075
|
+
.up1.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
|
|
2076
|
+
animation-duration: 30s;
|
|
2077
|
+
animation-name: reactbgarrowup1;
|
|
2078
|
+
}
|
|
2079
|
+
.up2.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
|
|
2080
|
+
animation-duration: 30s;
|
|
2081
|
+
animation-name: reactbgarrowup2;
|
|
2082
|
+
}
|
|
2083
|
+
.down1.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
|
|
2084
|
+
animation-duration: 30s;
|
|
2085
|
+
animation-name: reactbgarrowdown1;
|
|
2086
|
+
}
|
|
2087
|
+
.down2.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
|
|
2088
|
+
animation-duration: 30s;
|
|
2089
|
+
animation-name: reactbgarrowdown2;
|
|
2090
|
+
}
|
|
2091
|
+
|
|
2092
|
+
/* ../vuu-table-extras/src/cell-renderers-next/background-cell/FlashingBackground.css */
|
|
2093
|
+
@keyframes reactbgup1 {
|
|
2094
|
+
from {
|
|
2095
|
+
background-color: var(--vuu-color-green-50);
|
|
2096
|
+
color: white;
|
|
2097
|
+
}
|
|
2098
|
+
to {
|
|
2099
|
+
background-color: transparent;
|
|
2100
|
+
color: var(--vuu-color-gray-80);
|
|
2101
|
+
}
|
|
2102
|
+
}
|
|
2103
|
+
@keyframes reactbgup2 {
|
|
2104
|
+
from {
|
|
2105
|
+
background-color: var(--vuu-color-green-50);
|
|
2106
|
+
color: #ffffff;
|
|
2107
|
+
}
|
|
2108
|
+
to {
|
|
2109
|
+
background-color: transparent;
|
|
2110
|
+
color: var(--vuu-color-gray-80);
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2113
|
+
@keyframes reactbgdown1 {
|
|
2114
|
+
from {
|
|
2115
|
+
background-color: var(--vuu-color-red-50);
|
|
2116
|
+
color: white;
|
|
2117
|
+
}
|
|
2118
|
+
to {
|
|
2119
|
+
background-color: transparent;
|
|
2120
|
+
color: var(--vuu-color-gray-80);
|
|
2121
|
+
}
|
|
2122
|
+
}
|
|
2123
|
+
@keyframes reactbgdown2 {
|
|
2124
|
+
from {
|
|
2125
|
+
background-color: var(--vuu-color-red-50);
|
|
2126
|
+
color: white;
|
|
2127
|
+
}
|
|
2128
|
+
to {
|
|
2129
|
+
background-color: transparent;
|
|
2130
|
+
color: var(--vuu-color-gray-80);
|
|
2131
|
+
}
|
|
2132
|
+
}
|
|
2133
|
+
@keyframes reactarrowup1 {
|
|
2134
|
+
from {
|
|
2135
|
+
color: var(--salt-differential-positive-foreground);
|
|
2136
|
+
}
|
|
2137
|
+
to {
|
|
2138
|
+
color: transparent;
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
@keyframes reactarrowup2 {
|
|
2142
|
+
from {
|
|
2143
|
+
color: var(--salt-differential-positive-foreground);
|
|
2144
|
+
}
|
|
2145
|
+
to {
|
|
2146
|
+
color: transparent;
|
|
2147
|
+
}
|
|
2148
|
+
}
|
|
2149
|
+
@keyframes reactarrowdown1 {
|
|
2150
|
+
from {
|
|
2151
|
+
color: var(--salt-differential-negative-foreground);
|
|
2152
|
+
}
|
|
2153
|
+
to {
|
|
2154
|
+
color: transparent;
|
|
2155
|
+
}
|
|
2156
|
+
}
|
|
2157
|
+
@keyframes reactarrowdown2 {
|
|
2158
|
+
from {
|
|
2159
|
+
color: var(--salt-differential-negative-foreground);
|
|
2160
|
+
}
|
|
2161
|
+
to {
|
|
2162
|
+
color: transparent;
|
|
2163
|
+
}
|
|
2164
|
+
}
|
|
2165
|
+
@keyframes reactbgarrowup1 {
|
|
2166
|
+
0% {
|
|
2167
|
+
color: var(--salt-differential-positive-foreground);
|
|
2168
|
+
background-color: var(--vuu-color-green-50);
|
|
2169
|
+
}
|
|
2170
|
+
20% {
|
|
2171
|
+
color: var(--salt-differential-positive-foreground);
|
|
2172
|
+
background-color: transparent;
|
|
2173
|
+
}
|
|
2174
|
+
100% {
|
|
2175
|
+
color: transparent;
|
|
2176
|
+
background-color: transparent;
|
|
2177
|
+
}
|
|
2178
|
+
}
|
|
2179
|
+
@keyframes reactbgarrowup2 {
|
|
2180
|
+
0% {
|
|
2181
|
+
color: var(--salt-differential-positive-foreground);
|
|
2182
|
+
background-color: var(--vuu-color-green-50);
|
|
2183
|
+
}
|
|
2184
|
+
20% {
|
|
2185
|
+
color: var(--salt-differential-positive-foreground);
|
|
2186
|
+
background-color: transparent;
|
|
2187
|
+
}
|
|
2188
|
+
100% {
|
|
2189
|
+
color: transparent;
|
|
2190
|
+
background-color: transparent;
|
|
2191
|
+
}
|
|
2192
|
+
}
|
|
2193
|
+
@keyframes reactbgarrowdown1 {
|
|
2194
|
+
0% {
|
|
2195
|
+
color: var(--salt-differential-negative-foreground);
|
|
2196
|
+
background-color: var(--vuu-color-red-50);
|
|
2197
|
+
}
|
|
2198
|
+
20% {
|
|
2199
|
+
color: var(--salt-differential-negative-foreground);
|
|
2200
|
+
background-color: transparent;
|
|
2201
|
+
}
|
|
2202
|
+
100% {
|
|
2203
|
+
color: transparent;
|
|
2204
|
+
background-color: transparent;
|
|
2205
|
+
}
|
|
2206
|
+
}
|
|
2207
|
+
@keyframes reactbgarrowdown2 {
|
|
2208
|
+
0% {
|
|
2209
|
+
color: var(--salt-differential-negative-foreground);
|
|
2210
|
+
background-color: var(--vuu-color-red-50);
|
|
2211
|
+
}
|
|
2212
|
+
20% {
|
|
2213
|
+
color: var(--salt-differential-negative-foreground);
|
|
2214
|
+
background-color: transparent;
|
|
2215
|
+
}
|
|
2216
|
+
100% {
|
|
2217
|
+
color: transparent;
|
|
2218
|
+
background-color: transparent;
|
|
2219
|
+
}
|
|
2220
|
+
}
|
|
2221
|
+
|
|
2222
|
+
/* ../vuu-table-extras/src/cell-renderers-next/background-cell/BackgroundCellConfigurationEditor.css */
|
|
2223
|
+
.vuuBackgroundCellConfiguration {
|
|
2224
|
+
height: 50px;
|
|
2225
|
+
background-color: red;
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
/* ../vuu-table-extras/src/column-list/ColumnList.css */
|
|
2229
|
+
.vuuColumnList {
|
|
2230
|
+
--vuuMeasuredContainer-flex: 1 1 1px;
|
|
2231
|
+
--vuu-svg-function: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path d="M5.8625 10.5V9.625H6.72291L8.4875 7.59792L6.72291 5.54167H5.64375L4.60833 10.8792C4.53055 11.3167 4.36527 11.6545 4.1125 11.8927C3.85972 12.1309 3.53402 12.25 3.13541 12.25C2.7368 12.25 2.40382 12.1333 2.13645 11.9C1.86909 11.6667 1.73541 11.375 1.73541 11.025C1.73541 10.7625 1.80833 10.551 1.95416 10.3906C2.1 10.2302 2.28958 10.15 2.52291 10.15C2.72708 10.15 2.89479 10.2083 3.02604 10.325C3.15729 10.4417 3.22291 10.5972 3.22291 10.7917C3.22291 10.8986 3.20104 10.9983 3.15729 11.0906C3.11354 11.183 3.05277 11.2583 2.975 11.3167C3.01388 11.3361 3.0552 11.3507 3.09895 11.3604C3.1427 11.3701 3.18888 11.375 3.2375 11.375C3.36388 11.375 3.47083 11.3142 3.55833 11.1927C3.64583 11.0712 3.70902 10.9132 3.74791 10.7188L4.75416 5.54167H2.91666V4.66667H4.91458L5.22083 3.12083C5.30833 2.68333 5.48333 2.34549 5.74583 2.10729C6.00833 1.8691 6.33402 1.75 6.72291 1.75C7.12152 1.75 7.44965 1.86667 7.70729 2.1C7.96493 2.33333 8.09375 2.625 8.09375 2.975C8.09375 3.2375 8.02083 3.44896 7.875 3.60938C7.72916 3.76979 7.53958 3.85 7.30625 3.85C7.1118 3.85 6.94652 3.7941 6.81041 3.68229C6.6743 3.57049 6.60625 3.42222 6.60625 3.2375C6.60625 3.14028 6.62569 3.04549 6.66458 2.95312C6.70347 2.86076 6.75208 2.78542 6.81041 2.72708C6.79097 2.70764 6.7618 2.69063 6.72291 2.67604C6.68402 2.66146 6.64513 2.65417 6.60625 2.65417C6.47986 2.65417 6.37048 2.7125 6.27812 2.82917C6.18576 2.94583 6.12013 3.09653 6.08125 3.28125L5.81875 4.66667H8.575V5.54167H7.88958L9.1 6.94167L10.2375 5.54167H9.5375V4.66667H12.25V5.54167H11.4042L9.65416 7.59792L11.4042 9.625H12.25V10.5H9.5375V9.625H10.2375L9.07083 8.26875L7.875 9.625H8.575V10.5H5.8625Z"/></svg>');
|
|
2232
|
+
--vuuList-borderStyle: none;
|
|
2233
|
+
--vuuListItem-padding: 0;
|
|
2234
|
+
display: flex;
|
|
2235
|
+
flex-direction: column;
|
|
2236
|
+
width: 252px;
|
|
2237
|
+
}
|
|
2238
|
+
[data-icon=function] {
|
|
2239
|
+
--vuu-icon-svg: var(--vuu-svg-function);
|
|
2240
|
+
}
|
|
2241
|
+
.vuuColumnListItem {
|
|
2242
|
+
border-bottom: solid 1px var(--salt-separable-tertiary-borderColor);
|
|
2243
|
+
padding: 0 6px 0 0;
|
|
2244
|
+
}
|
|
2245
|
+
.vuuColumnList-switch {
|
|
2246
|
+
flex: 0 0 32px;
|
|
2247
|
+
}
|
|
2248
|
+
.vuuColumnList-text {
|
|
2249
|
+
flex: 1 1 auto;
|
|
2250
|
+
}
|
|
2251
|
+
.vuuColumnList-text:hover {
|
|
2252
|
+
font-weight: 600;
|
|
2253
|
+
text-decoration: underline;
|
|
2254
|
+
}
|
|
2255
|
+
.vuuColumnList-checkBox {
|
|
2256
|
+
flex: 0 0 20px;
|
|
2257
|
+
}
|
|
2258
|
+
.vuuColumnList-icon {
|
|
2259
|
+
--vuu-icon-color: var(--vuu-color-gray-45);
|
|
2260
|
+
--vuu-icon-size: 16px;
|
|
2261
|
+
--vuu-icon-width: 32px;
|
|
2262
|
+
}
|
|
2263
|
+
.vuuColumnList-header {
|
|
2264
|
+
border-top: solid 2px var(--vuu-color-gray-30);
|
|
2265
|
+
flex: 0 0 40px;
|
|
2266
|
+
font-size: 14px;
|
|
2267
|
+
font-weight: 600;
|
|
2268
|
+
padding-top: 24px;
|
|
2269
|
+
}
|
|
2270
|
+
.vuuColumnList-colHeadings {
|
|
2271
|
+
border-bottom: solid 2px var(--vuu-color-gray-30);
|
|
2272
|
+
color: var(--vuu-color-gray-50);
|
|
2273
|
+
display: flex;
|
|
2274
|
+
flex: 0 0 24px;
|
|
2275
|
+
font-size: 10px;
|
|
2276
|
+
justify-content: space-between;
|
|
2277
|
+
margin-top: 16px;
|
|
2278
|
+
padding-bottom: 8px;
|
|
2279
|
+
}
|
|
2280
|
+
|
|
2281
|
+
/* ../vuu-table-extras/src/column-expression-input/ColumnExpressionInput.css */
|
|
2282
|
+
.vuuColumnExpressionInput {
|
|
2283
|
+
--vuuFilterEditor-background: var(--salt-container-primary-background);
|
|
2284
|
+
--vuuFilterEditor-color: var(--salt-text-primary-foreground);
|
|
2285
|
+
--vuuFilterEditor-fontFamily: var(--salt-typography-fontFamily);
|
|
2286
|
+
--vuuFilterEditor-fontSize: var(--salt-text-fontSize);
|
|
2287
|
+
--vuuFilterEditor-cursorColor: var(--salt-text-secondary-foreground);
|
|
2288
|
+
--vuuFilterEditor-selectionBackground: var(--salt-text-background-selected);
|
|
2289
|
+
--vuuFilterEditor-tooltipBackground: var(--salt-container-primary-background);
|
|
2290
|
+
--vuuFilterEditor-tooltipBorder: solid 1px var(--vuu-color-purple-10);
|
|
2291
|
+
--vuuFilterEditor-tooltipElevation: var(--salt-overlayable-shadow-popout);
|
|
2292
|
+
--vuuFilterEditor-suggestion-selectedBackground: var(--vuu-color-gray-10);
|
|
2293
|
+
--vuuFilterEditor-suggestion-selectedColor: var(--salt-text-primary-foreground);
|
|
2294
|
+
--vuuFilterEditor-suggestion-detailColor: var(--salt-text-secondary-foreground-disabled);
|
|
2295
|
+
--vuuFilterEditor-suggestion-height: 24px;
|
|
2296
|
+
--vuuFilterEditor-variableColor: var(--vuu-color-purple-10);
|
|
2297
|
+
align-items: center;
|
|
2298
|
+
box-sizing: border-box;
|
|
2299
|
+
height: 30px;
|
|
2300
|
+
}
|
|
2301
|
+
.vuuColumnExpressionInput-FilterButton,
|
|
2302
|
+
.vuuColumnExpressionInput-ClearButton {
|
|
2303
|
+
--vuu-icon-size: 12px;
|
|
2304
|
+
--saltButton-width: 28px;
|
|
2305
|
+
}
|
|
2306
|
+
.expression-type-container {
|
|
2307
|
+
margin: 0 3px 0 auto;
|
|
2308
|
+
color: var(--salt-text-secondary-foreground);
|
|
2309
|
+
}
|
|
2310
|
+
.expression-kind {
|
|
2311
|
+
display: inline-block;
|
|
2312
|
+
width: 50px;
|
|
2313
|
+
}
|
|
2314
|
+
.expression-type {
|
|
2315
|
+
display: inline-block;
|
|
2316
|
+
text-align: right;
|
|
2317
|
+
width: 50px;
|
|
2318
|
+
}
|
|
2319
|
+
.vuuSuggestion {
|
|
2320
|
+
display: flex;
|
|
2321
|
+
align-items: center;
|
|
2322
|
+
}
|
|
2323
|
+
.vuuFunctionDoc {
|
|
2324
|
+
padding: 13px 7px;
|
|
2325
|
+
}
|
|
2326
|
+
.vuuFunctionDoc .function-heading {
|
|
2327
|
+
display: flex;
|
|
2328
|
+
gap: 3px;
|
|
2329
|
+
}
|
|
2330
|
+
.vuuFunctionDoc .function-name {
|
|
2331
|
+
font-weight: 700;
|
|
2332
|
+
text-transform: capitalize;
|
|
2333
|
+
}
|
|
2334
|
+
.vuuFunctionDoc .param-list {
|
|
2335
|
+
color: var(--vuu-color-gray-50);
|
|
2336
|
+
white-space: pre;
|
|
2337
|
+
}
|
|
2338
|
+
.vuuFunctionDoc .function-type {
|
|
2339
|
+
color: var(--vuu-color-gray-50);
|
|
2340
|
+
font-weight: 700;
|
|
2341
|
+
margin-left: auto;
|
|
2342
|
+
text-transform: capitalize;
|
|
2343
|
+
}
|
|
2344
|
+
.vuuFunctionDoc .example-container {
|
|
2345
|
+
background-color: var(--vuu-color-gray-03);
|
|
2346
|
+
margin: 6px 0;
|
|
2347
|
+
padding: 3px;
|
|
2348
|
+
}
|
|
2349
|
+
.vuuFunctionDoc .example-expression {
|
|
2350
|
+
color: var(--vuu-color-gray-80);
|
|
2351
|
+
font-family: var(--salt-typography-fontFamily-code);
|
|
2352
|
+
font-weight: 500;
|
|
2353
|
+
padding: 8px;
|
|
2354
|
+
}
|
|
2355
|
+
.vuuFunctionDoc .example-result {
|
|
2356
|
+
margin-left: 8px;
|
|
2357
|
+
margin-top: 6px;
|
|
2358
|
+
}
|
|
2359
|
+
|
|
2360
|
+
/* ../vuu-table-extras/src/column-settings/ColumnNameLabel.css */
|
|
2361
|
+
.vuuColumnNameLabel-calculated {
|
|
2362
|
+
cursor: pointer;
|
|
2363
|
+
display: flex;
|
|
2364
|
+
gap: 2px;
|
|
2365
|
+
}
|
|
2366
|
+
.vuuColumnNameLabel-edit {
|
|
2367
|
+
margin-left: auto;
|
|
2368
|
+
}
|
|
2369
|
+
.vuuColumnNameLabel-placeholder {
|
|
2370
|
+
color: var(--vuu-color-gray-35);
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
/* ../vuu-table-extras/src/column-settings/ColumnSettingsPanel.css */
|
|
2374
|
+
.vuuColumnSettingsPanel {
|
|
2375
|
+
--vuu-svg-align-left: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M9.33333 10H2.66667C2.3 10 2 10.3 2 10.6667C2 11.0333 2.3 11.3333 2.66667 11.3333H9.33333C9.7 11.3333 10 11.0333 10 10.6667C10 10.3 9.7 10 9.33333 10ZM9.33333 4.66667H2.66667C2.3 4.66667 2 4.96667 2 5.33333C2 5.7 2.3 6 2.66667 6H9.33333C9.7 6 10 5.7 10 5.33333C10 4.96667 9.7 4.66667 9.33333 4.66667ZM2.66667 8.66667H13.3333C13.7 8.66667 14 8.36667 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36667 2.3 8.66667 2.66667 8.66667ZM2.66667 14H13.3333C13.7 14 14 13.7 14 13.3333C14 12.9667 13.7 12.6667 13.3333 12.6667H2.66667C2.3 12.6667 2 12.9667 2 13.3333C2 13.7 2.3 14 2.66667 14ZM2 2.66667C2 3.03333 2.3 3.33333 2.66667 3.33333H13.3333C13.7 3.33333 14 3.03333 14 2.66667C14 2.3 13.7 2 13.3333 2H2.66667C2.3 2 2 2.3 2 2.66667Z" /></svg>');
|
|
2376
|
+
--vuu-svg-align-right: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2.66667 14H13.3333C13.7 14 14 13.7 14 13.3333C14 12.9667 13.7 12.6667 13.3333 12.6667H2.66667C2.3 12.6667 2 12.9667 2 13.3333C2 13.7 2.3 14 2.66667 14ZM6.66667 11.3333H13.3333C13.7 11.3333 14 11.0333 14 10.6667C14 10.3 13.7 10 13.3333 10H6.66667C6.3 10 6 10.3 6 10.6667C6 11.0333 6.3 11.3333 6.66667 11.3333ZM2.66667 8.66667H13.3333C13.7 8.66667 14 8.36667 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36667 2.3 8.66667 2.66667 8.66667ZM6.66667 6H13.3333C13.7 6 14 5.7 14 5.33333C14 4.96667 13.7 4.66667 13.3333 4.66667H6.66667C6.3 4.66667 6 4.96667 6 5.33333C6 5.7 6.3 6 6.66667 6ZM2 2.66667C2 3.03333 2.3 3.33333 2.66667 3.33333H13.3333C13.7 3.33333 14 3.03333 14 2.66667C14 2.3 13.7 2 13.3333 2H2.66667C2.3 2 2 2.3 2 2.66667Z" /></svg>');
|
|
2377
|
+
--vuu-svg-pin-left: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.33333 9.86V8.66666H13.3333C13.7 8.66666 14 8.36666 14 8C14 7.63333 13.7 7.33333 13.3333 7.33333L7.33333 7.33333V6.14C7.33333 5.84 6.97333 5.69333 6.76667 5.90666L4.90667 7.76666C4.77333 7.89999 4.77333 8.10666 4.90667 8.24L6.76667 10.1C6.97333 10.3067 7.33333 10.16 7.33333 9.86ZM2.66667 13.3333C3.03333 13.3333 3.33333 13.0333 3.33333 12.6667L3.33333 3.33333C3.33333 2.96666 3.03333 2.66666 2.66667 2.66666C2.3 2.66666 2 2.96666 2 3.33333L2 12.6667C2 13.0333 2.3 13.3333 2.66667 13.3333Z" /></svg>');
|
|
2378
|
+
--vuu-svg-pin-float: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M6 4.66667H4.66667V6H6V4.66667ZM6 7.33333H4.66667V8.66667H6V7.33333ZM6 2C5.26 2 4.66667 2.6 4.66667 3.33333H6V2ZM8.66667 10H7.33333V11.3333H8.66667V10ZM12.6667 2V3.33333H14C14 2.6 13.4 2 12.6667 2ZM8.66667 2H7.33333V3.33333H8.66667V2ZM6 11.3333V10H4.66667C4.66667 10.7333 5.26 11.3333 6 11.3333ZM12.6667 8.66667H14V7.33333H12.6667V8.66667ZM12.6667 6H14V4.66667H12.6667V6ZM12.6667 11.3333C13.4 11.3333 14 10.7333 14 10H12.6667V11.3333ZM2.66667 4.66667C2.3 4.66667 2 4.96667 2 5.33333V12.6667C2 13.4 2.6 14 3.33333 14H10.6667C11.0333 14 11.3333 13.7 11.3333 13.3333C11.3333 12.9667 11.0333 12.6667 10.6667 12.6667H4C3.63333 12.6667 3.33333 12.3667 3.33333 12V5.33333C3.33333 4.96667 3.03333 4.66667 2.66667 4.66667ZM10 3.33333H11.3333V2H10V3.33333ZM10 11.3333H11.3333V10H10V11.3333Z" /></svg>');
|
|
2379
|
+
--vuu-svg-pin-right: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.66667 6.14V7.33333H2.66667C2.3 7.33333 2 7.63333 2 8C2 8.36666 2.3 8.66666 2.66667 8.66666H8.66667V9.86C8.66667 10.16 9.02667 10.3067 9.23333 10.0933L11.0933 8.23333C11.2267 8.1 11.2267 7.89333 11.0933 7.76L9.23333 5.9C9.02667 5.69333 8.66667 5.84 8.66667 6.14ZM13.3333 13.3333C13.7 13.3333 14 13.0333 14 12.6667V3.33333C14 2.96666 13.7 2.66666 13.3333 2.66666C12.9667 2.66666 12.6667 2.96666 12.6667 3.33333V12.6667C12.6667 13.0333 12.9667 13.3333 13.3333 13.3333Z"/></svg>');
|
|
2380
|
+
--vuuDropdown-height: 24px;
|
|
2381
|
+
--vuuDropdown-width: 100%;
|
|
2382
|
+
--vuuIconToggleButton-iconSize: 16px;
|
|
2383
|
+
display: flex;
|
|
2384
|
+
flex-direction: column;
|
|
2385
|
+
gap: 24px;
|
|
2386
|
+
height: 100%;
|
|
2387
|
+
padding-top: 24px;
|
|
2388
|
+
}
|
|
2389
|
+
.vuuColumnSettingsPanel-header {
|
|
2390
|
+
border-top: solid 2px var(--vuu-color-gray-30);
|
|
2391
|
+
font-size: 14px;
|
|
2392
|
+
font-weight: 600;
|
|
2393
|
+
padding-top: 24px;
|
|
2394
|
+
}
|
|
2395
|
+
.vuuColumnSettingsPanel-buttonBar {
|
|
2396
|
+
align-items: center;
|
|
2397
|
+
display: flex;
|
|
2398
|
+
justify-content: space-between;
|
|
2399
|
+
margin-top: auto;
|
|
2400
|
+
}
|
|
2401
|
+
.vuuColumnSettingsPanel-buttonBar[data-align=right] {
|
|
2402
|
+
gap: 6px;
|
|
2403
|
+
justify-content: flex-end;
|
|
2404
|
+
}
|
|
2405
|
+
.vuuColumnSettingsPanel-buttonNavPrev {
|
|
2406
|
+
--vuu-icon-left: 6px;
|
|
2407
|
+
padding-left: 24px;
|
|
2408
|
+
}
|
|
2409
|
+
.vuuColumnSettingsPanel-buttonNavNext {
|
|
2410
|
+
--vuu-icon-left: calc(100% - 18px);
|
|
2411
|
+
padding-right: 24px;
|
|
2412
|
+
}
|
|
2413
|
+
[data-icon=align-left] {
|
|
2414
|
+
--vuu-icon-svg: var(--vuu-svg-align-left);
|
|
2415
|
+
}
|
|
2416
|
+
[data-icon=align-right] {
|
|
2417
|
+
--vuu-icon-svg: var(--vuu-svg-align-right);
|
|
2418
|
+
}
|
|
2419
|
+
[data-icon=pin-left] {
|
|
2420
|
+
--vuu-icon-svg: var(--vuu-svg-pin-left);
|
|
2421
|
+
}
|
|
2422
|
+
[data-icon=pin-float] {
|
|
2423
|
+
--vuu-icon-svg: var(--vuu-svg-pin-float);
|
|
2424
|
+
}
|
|
2425
|
+
[data-icon=pin-right] {
|
|
2426
|
+
--vuu-icon-svg: var(--vuu-svg-pin-right);
|
|
2427
|
+
}
|
|
2428
|
+
.vuuColumnSettingsPanel-editing .vuuColumnNameLabel-edit {
|
|
2429
|
+
display: none;
|
|
2430
|
+
}
|
|
2431
|
+
|
|
2432
|
+
/* ../vuu-table-extras/src/datasource-stats/DatasourceStats.css */
|
|
2433
|
+
.vuuDatasourceStats {
|
|
2434
|
+
color: black;
|
|
2435
|
+
display: flex;
|
|
2436
|
+
font-size: 10px;
|
|
2437
|
+
gap: var(--salt-size-unit);
|
|
2438
|
+
padding: 4px 0 0 12px;
|
|
2439
|
+
}
|
|
2440
|
+
.vuuDatasourceStats-label {
|
|
2441
|
+
color: var(--vuu-color-gray-50);
|
|
2442
|
+
}
|
|
2443
|
+
|
|
2444
|
+
/* ../vuu-table-extras/src/table-settings/TableSettingsPanel.css */
|
|
2445
|
+
.vuuTableSettingsPanel {
|
|
2446
|
+
--vuu-svg-text-strikethrough: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 24"><path d="M28.3333 9.33334C28.8867 9.33334 29.3333 8.88668 29.3333 8.33334C29.3333 7.78001 28.8867 7.33334 28.3333 7.33334H20.26L22.26 9.33334H23.48L23.1133 10.1867L24.5067 11.58L25.4733 9.33334H28.3333ZM27.6267 16.5867L18.7467 7.70668C18.4867 7.44668 18.0667 7.44668 17.8067 7.70668C17.5467 7.96668 17.5467 8.38668 17.8067 8.64668L21.98 12.82L20.88 15.38C20.62 15.9933 21.0667 16.6667 21.7267 16.6667C22.0933 16.6667 22.4267 16.4467 22.5733 16.1067L23.38 14.22L26.68 17.52C26.94 17.78 27.36 17.78 27.62 17.52C27.8867 17.2667 27.8867 16.8467 27.6267 16.5867Z"/></svg>');
|
|
2447
|
+
--vuu-svg-text-Tt: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 24"><path d="M17.6667 7.66666C17.6667 8.21999 18.1133 8.66666 18.6667 8.66666H21V15.6667C21 16.22 21.4467 16.6667 22 16.6667C22.5533 16.6667 23 16.22 23 15.6667V8.66666H25.3333C25.8867 8.66666 26.3333 8.21999 26.3333 7.66666C26.3333 7.11332 25.8867 6.66666 25.3333 6.66666H18.6667C18.1133 6.66666 17.6667 7.11332 17.6667 7.66666ZM29.3333 9.99999H25.3333C24.78 9.99999 24.3333 10.4467 24.3333 11C24.3333 11.5533 24.78 12 25.3333 12H26.3333V15.6667C26.3333 16.22 26.78 16.6667 27.3333 16.6667C27.8867 16.6667 28.3333 16.22 28.3333 15.6667V12H29.3333C29.8867 12 30.3333 11.5533 30.3333 11C30.3333 10.4467 29.8867 9.99999 29.3333 9.99999Z" /></svg>');
|
|
2448
|
+
--vuu-svg-text-T: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 24"><path d="M19.3333 7.66666C19.3333 8.21999 19.78 8.66666 20.3333 8.66666H23V15.6667C23 16.22 23.4467 16.6667 24 16.6667C24.5533 16.6667 25 16.22 25 15.6667V8.66666H27.6667C28.22 8.66666 28.6667 8.21999 28.6667 7.66666C28.6667 7.11332 28.22 6.66666 27.6667 6.66666H20.3333C19.78 6.66666 19.3333 7.11332 19.3333 7.66666Z"/></svg>');
|
|
2449
|
+
--vuu-svg-stripes: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><rect x="2" y="2" width="12" height="2" rx="0.3"/><rect x="2" y="5" width="12" height="2" rx="0.3"/><rect x="2" y="8" width="12" height="2" rx="0.3"/><rect x="2" y="11" width="12" height="2" rx="0.3"/></svg>');
|
|
2450
|
+
--vuu-svg-row-lines: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><rect x="2" y="3" width="12" height="1" rx="0.3" /><rect x="2" y="6" width="12" height="1" rx="0.3" /><rect x="2" y="9" width="12" height="1" rx="0.3" /><rect x="2" y="12" width="12" height="1" rx="0.3"/></svg>');
|
|
2451
|
+
--vuu-svg-col-lines: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><rect x="3" y="14" width="12" height="1" rx="0.3" transform="rotate(-90 3 14)"/><rect x="6" y="14" width="12" height="1" rx="0.3" transform="rotate(-90 6 14)"/><rect x="9" y="14" width="12" height="1" rx="0.3" transform="rotate(-90 9 14)"/><rect x="12" y="14" width="12" height="1" rx="0.3" transform="rotate(-90 12 14)"/></svg>');
|
|
2452
|
+
display: flex;
|
|
2453
|
+
flex-direction: column;
|
|
2454
|
+
gap: 24px;
|
|
2455
|
+
height: 100%;
|
|
2456
|
+
padding-top: 24px;
|
|
2457
|
+
}
|
|
2458
|
+
.vuuTableSettingsPanel [data-icon=text-strikethrough] {
|
|
2459
|
+
--vuu-icon-svg: var(--vuu-svg-text-strikethrough);
|
|
2460
|
+
}
|
|
2461
|
+
.vuuTableSettingsPanel [data-icon=text-Tt] {
|
|
2462
|
+
--vuu-icon-svg: var(--vuu-svg-text-Tt);
|
|
2463
|
+
}
|
|
2464
|
+
.vuuTableSettingsPanel [data-icon=text-T] {
|
|
2465
|
+
--vuu-icon-svg: var(--vuu-svg-text-T);
|
|
2466
|
+
}
|
|
2467
|
+
.vuuTableSettingsPanel [data-icon=col-lines] {
|
|
2468
|
+
--vuu-icon-svg: var(--vuu-svg-col-lines);
|
|
2469
|
+
}
|
|
2470
|
+
.vuuTableSettingsPanel [data-icon=row-lines] {
|
|
2471
|
+
--vuu-icon-svg: var(--vuu-svg-row-lines);
|
|
2472
|
+
}
|
|
2473
|
+
.vuuTableSettingsPanel [data-icon=row-striping] {
|
|
2474
|
+
--vuu-icon-svg: var(--vuu-svg-stripes);
|
|
2475
|
+
}
|
|
2476
|
+
.vuuTableSettingsPanel-header {
|
|
2477
|
+
border-top: solid 2px var(--vuu-color-gray-30);
|
|
2478
|
+
font-size: 14px;
|
|
2479
|
+
font-weight: 600;
|
|
2480
|
+
padding-top: 24px;
|
|
2481
|
+
}
|
|
2482
|
+
.vuuTableSettingsPanel .vuuColumnList {
|
|
2483
|
+
flex-grow: 1;
|
|
2484
|
+
flex-shrink: 1;
|
|
2485
|
+
flex-basis: 0;
|
|
2486
|
+
}
|
|
2487
|
+
.vuuTableSettingsPanel-calculatedButtonbar {
|
|
2488
|
+
--vuu-icon-size: 16px;
|
|
2489
|
+
--saltButton-height: 24px;
|
|
2490
|
+
--saltButton-width: 24px;
|
|
2491
|
+
align-items: center;
|
|
2492
|
+
display: flex;
|
|
2493
|
+
flex: 0 0 32px;
|
|
2494
|
+
gap: 12px;
|
|
2495
|
+
}
|
|
2496
|
+
.vuuGridSeparators {
|
|
2497
|
+
--vuuIconToggleButton-iconSize: 16px;
|
|
2498
|
+
}
|
|
2499
|
+
|
|
2500
|
+
/* ../vuu-table/src/Table.css */
|
|
2501
|
+
.vuuTable {
|
|
2502
|
+
--vuu-table-cell-outlineWidth: 1px;
|
|
2503
|
+
--table-height: var(--measured-px-height);
|
|
2504
|
+
--table-width: var(--measured-px-width);
|
|
2505
|
+
--vuu-table-next-selection-bookend-width: 4px;
|
|
2506
|
+
--columnResizer-color: transparent;
|
|
2507
|
+
--row-background: white;
|
|
2508
|
+
--cell-borderColor: transparent;
|
|
2509
|
+
--row-borderColor: var(--row-background);
|
|
2510
|
+
--table-background: var(--salt-container-primary-background);
|
|
2511
|
+
position: relative;
|
|
2512
|
+
user-select: none;
|
|
2513
|
+
}
|
|
2514
|
+
.vuuTable-zebra {
|
|
2515
|
+
--row-background-even: var(--vuu-color-gray-25) ;
|
|
2516
|
+
}
|
|
2517
|
+
.vuuTable-colLines {
|
|
2518
|
+
--cell-borderColor: var(--vuu-color-gray-03);
|
|
2519
|
+
}
|
|
2520
|
+
.vuuTable-rowLines {
|
|
2521
|
+
--row-borderColor: var(--vuu-color-gray-03);
|
|
2522
|
+
}
|
|
2523
|
+
.vuuTable-highlight .vuuTableRow:hover {
|
|
2524
|
+
background-color: var(--vuu-color-pink-10-fade-20);
|
|
2525
|
+
}
|
|
2526
|
+
.vuuTable-scrollbarContainer {
|
|
2527
|
+
--scroll-content-width: 1100px;
|
|
2528
|
+
border-bottom: none !important;
|
|
2529
|
+
border-top: none !important;
|
|
2530
|
+
border-left: solid 1px var(--salt-container-primary-borderColor);
|
|
2531
|
+
height: var(--viewport-body-height);
|
|
2532
|
+
left: 0px;
|
|
2533
|
+
overflow: auto;
|
|
2534
|
+
position: absolute;
|
|
2535
|
+
top: var(--total-header-height);
|
|
2536
|
+
width: var(--table-width);
|
|
2537
|
+
}
|
|
2538
|
+
.vuuTable-scrollbarContainer::-webkit-scrollbar {
|
|
2539
|
+
border: none;
|
|
2540
|
+
width: 10px;
|
|
2541
|
+
}
|
|
2542
|
+
.vuuTable-scrollbarContainer::-webkit-scrollbar:horizontal {
|
|
2543
|
+
height: 10px;
|
|
2544
|
+
}
|
|
2545
|
+
.vuuTable-scrollbarContainer::-webkit-scrollbar-track {
|
|
2546
|
+
background-color: white;
|
|
2547
|
+
}
|
|
2548
|
+
.vuuTable-scrollbarContainer::-webkit-scrollbar-thumb {
|
|
2549
|
+
background-clip: padding-box;
|
|
2550
|
+
border-radius: 10px;
|
|
2551
|
+
border: 2px solid rgba(0, 0, 0, 0);
|
|
2552
|
+
background-color: var(--vuu-color-gray-30);
|
|
2553
|
+
}
|
|
2554
|
+
.vuuTable-scrollbarContent {
|
|
2555
|
+
height: calc(var(--content-height) + var(--horizontal-scrollbar-height));
|
|
2556
|
+
position: absolute;
|
|
2557
|
+
width: var(--content-width);
|
|
2558
|
+
}
|
|
2559
|
+
.vuuTable-contentContainer {
|
|
2560
|
+
background-color: var(--salt-container-primary-background);
|
|
2561
|
+
height: calc(var(--table-height) - var(--horizontal-scrollbar-height));
|
|
2562
|
+
position: relative;
|
|
2563
|
+
overflow: auto;
|
|
2564
|
+
overscroll-behavior: none;
|
|
2565
|
+
width: calc(var(--table-width) - var(--vertical-scrollbar-width));
|
|
2566
|
+
}
|
|
2567
|
+
.vuuTable-contentContainer::-webkit-scrollbar {
|
|
2568
|
+
display: none;
|
|
2569
|
+
}
|
|
2570
|
+
.vuuTable-table {
|
|
2571
|
+
position: absolute;
|
|
2572
|
+
top: 0;
|
|
2573
|
+
left: 0;
|
|
2574
|
+
table-layout: fixed;
|
|
2575
|
+
width: var(--content-width);
|
|
2576
|
+
margin: 0;
|
|
2577
|
+
border: none;
|
|
2578
|
+
background-color: #fff;
|
|
2579
|
+
border-collapse: separate;
|
|
2580
|
+
border-spacing: 0;
|
|
2581
|
+
}
|
|
2582
|
+
.vuuTable-body {
|
|
2583
|
+
height: var(--content-height);
|
|
2584
|
+
}
|
|
2585
|
+
.vuuPinLeft,
|
|
2586
|
+
.vuuPinRight {
|
|
2587
|
+
background-color: inherit;
|
|
2588
|
+
position: sticky;
|
|
2589
|
+
z-index: 1;
|
|
2590
|
+
}
|
|
2591
|
+
.vuuTable-col-headings {
|
|
2592
|
+
background-color: white;
|
|
2593
|
+
padding: 0 var(--vuu-table-next-selection-bookend-width, 0);
|
|
2594
|
+
position: sticky;
|
|
2595
|
+
top: 0;
|
|
2596
|
+
z-index: 1;
|
|
2597
|
+
}
|
|
2598
|
+
.vuuTable-col-headers {
|
|
2599
|
+
background-color: var(--table-background);
|
|
2600
|
+
white-space: nowrap;
|
|
2601
|
+
}
|
|
2602
|
+
.sizer-cell {
|
|
2603
|
+
background-color: green !important;
|
|
2604
|
+
border: none !important;
|
|
2605
|
+
height: 0px;
|
|
2606
|
+
}
|
|
2607
|
+
.vuuDraggable-vuuTable {
|
|
2608
|
+
--header-height: 25px;
|
|
2609
|
+
--vuuTableHeaderCell-background: var(--vuu-color-gray-25);
|
|
2610
|
+
}
|
|
2611
|
+
.vuuDraggable-vuuTable {
|
|
2612
|
+
--row-height: 25px;
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
/* ../vuu-table/src/cell-renderers/dropdown-cell/DropdownCell.css */
|
|
2616
|
+
.vuuTableDropdownCell {
|
|
2617
|
+
--vuu-icon-height: 15px;
|
|
2618
|
+
--salt-focused-outlineStyle: none;
|
|
2619
|
+
--saltButton-borderRadius: 4px;
|
|
2620
|
+
font-weight: 500;
|
|
2621
|
+
}
|
|
2622
|
+
.vuuTableDropdownCell button:focus-visible {
|
|
2623
|
+
--saltButton-borderColor: var(--vuu-color-purple-10);
|
|
2624
|
+
--saltButton-borderWidth: 2px;
|
|
2625
|
+
padding-left: 3px;
|
|
2626
|
+
}
|
|
2627
|
+
|
|
2628
|
+
/* ../vuu-table/src/cell-renderers/input-cell/InputCell.css */
|
|
2629
|
+
.vuuTableInputCell.saltInput-primary {
|
|
2630
|
+
--salt-focused-outlineStyle: none;
|
|
2631
|
+
--saltInput-height: 17px;
|
|
2632
|
+
--saltInput-minHeight: 17px;
|
|
2633
|
+
border-radius: 4px;
|
|
2634
|
+
font-weight: 500;
|
|
2635
|
+
}
|
|
2636
|
+
.vuuTableCell:focus .vuuTableInputCell.saltInput-primary,
|
|
2637
|
+
.vuuTableInputCell.saltInput-primary.saltInput-focused {
|
|
2638
|
+
border: solid 2px var(--vuu-color-purple-10);
|
|
2639
|
+
padding: 0 3px;
|
|
2640
|
+
}
|
|
2641
|
+
.vuuTableInputCell-icon {
|
|
2642
|
+
--vuu-icon-height: 13px;
|
|
2643
|
+
--vuu-icon-size: 15px;
|
|
2644
|
+
--vuu-icon-width: 12px;
|
|
2645
|
+
border-radius: 10px;
|
|
2646
|
+
}
|
|
2647
|
+
.vuuTableCell:focus .vuuTableInputCell.saltInput-primary.vuuTableInputCell-error,
|
|
2648
|
+
.vuuTableInputCell.saltInput-primary.saltInput-focused.vuuTableInputCell-error {
|
|
2649
|
+
border: solid 2px var(--vuu-color-red-50);
|
|
2650
|
+
}
|
|
2651
|
+
.vuuTableInputCell-error.saltInput-primary {
|
|
2652
|
+
border: solid 1px var(--vuu-color-red-50);
|
|
2653
|
+
}
|
|
2654
|
+
|
|
2655
|
+
/* ../vuu-table/src/cell-renderers/toggle-cell/ToggleCell.css */
|
|
2656
|
+
.vuuTableToggleCell {
|
|
2657
|
+
--saltButton-borderRadius: 4px;
|
|
2658
|
+
--saltButton-height: 16px;
|
|
2659
|
+
font-weight: 500;
|
|
2660
|
+
position: relative;
|
|
2661
|
+
top: 1px;
|
|
2662
|
+
}
|
|
2663
|
+
.vuuTableToggleCell-side {
|
|
2664
|
+
--saltButton-minWidth: 40px;
|
|
2665
|
+
}
|
|
2666
|
+
.vuuTableToggleCell.vuuCycleStateButton-buy {
|
|
2667
|
+
background-color: var(--vuu-color-green-50);
|
|
2668
|
+
}
|
|
2669
|
+
.vuuTableToggleCell.vuuCycleStateButton-sell {
|
|
2670
|
+
background-color: var(--vuu-color-red-50);
|
|
2671
|
+
}
|
|
2672
|
+
.vuuTableCell .vuuTableToggleCell:focus {
|
|
2673
|
+
border: solid 2px var(--vuu-color-purple-10) !important;
|
|
2674
|
+
color: white !important;
|
|
2675
|
+
height: 18px !important;
|
|
2676
|
+
top: 0px !important;
|
|
2677
|
+
}
|
|
2678
|
+
|
|
2679
|
+
/* ../vuu-ui-controls/src/instrument-picker/SearchCell.css */
|
|
2680
|
+
.vuuSearchCell {
|
|
2681
|
+
--vuu-icon-left: 0;
|
|
2682
|
+
--vuu-icon-size: 16px;
|
|
2683
|
+
--vuu-icon-top: 0px;
|
|
2684
|
+
align-items: center;
|
|
2685
|
+
color: var(--background-cell-color);
|
|
2686
|
+
display: flex;
|
|
2687
|
+
gap: 4px;
|
|
2688
|
+
padding: 0 8px 0 8px;
|
|
2689
|
+
position: relative;
|
|
2690
|
+
z-index: -1;
|
|
2691
|
+
}
|
|
2692
|
+
|
|
2693
|
+
/* ../vuu-ui-controls/src/instrument-picker/InstrumentPicker.css */
|
|
2694
|
+
.vuuInstrumentPicker {
|
|
2695
|
+
height: 100%;
|
|
2696
|
+
padding: var(--vuuInstrumentPicker-padding, 12px);
|
|
2697
|
+
display: flex;
|
|
2698
|
+
flex-direction: column;
|
|
2699
|
+
}
|
|
2700
|
+
.vuuInstrumentPicker-inputField {
|
|
2701
|
+
--vuu-icon-size: 16px;
|
|
2702
|
+
flex: 0 0 40px;
|
|
2703
|
+
}
|
|
2704
|
+
.vuuInstrumentPicker-list {
|
|
2705
|
+
background-color: var(--salt-container-primary-background);
|
|
2706
|
+
flex: 1 1 auto;
|
|
2707
|
+
}
|
|
2708
|
+
.vuuInstrumentPicker .vuuTableCell {
|
|
2709
|
+
padding: 0;
|
|
2710
|
+
}
|
|
2711
|
+
|
|
2712
|
+
/* ../vuu-ui-controls/src/instrument-search/SearchCell.css */
|
|
2713
|
+
.vuuSearchCell {
|
|
2714
|
+
--vuu-icon-left: 0;
|
|
2715
|
+
--vuu-icon-size: 16px;
|
|
2716
|
+
--vuu-icon-top: 0px;
|
|
2717
|
+
align-items: center;
|
|
2718
|
+
color: var(--background-cell-color);
|
|
2719
|
+
display: flex;
|
|
2720
|
+
gap: 4px;
|
|
2721
|
+
padding: 0 8px 0 8px;
|
|
2722
|
+
position: relative;
|
|
2723
|
+
z-index: -1;
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
/* ../vuu-ui-controls/src/instrument-search/InstrumentSearch.css */
|
|
2727
|
+
.vuuInstrumentSearch {
|
|
2728
|
+
height: 100%;
|
|
2729
|
+
padding: var(--vuuInstrumentSearch-padding, 12px);
|
|
2730
|
+
display: flex;
|
|
2731
|
+
flex-direction: column;
|
|
2732
|
+
}
|
|
2733
|
+
.vuuInstrumentSearch-inputField {
|
|
2734
|
+
--vuu-icon-size: 16px;
|
|
2735
|
+
flex: 0 0 40px;
|
|
2736
|
+
padding: 0 12px;
|
|
2737
|
+
}
|
|
2738
|
+
.vuuInstrumentSearch-list {
|
|
2739
|
+
--vuuMeasuredContainer-flex: 1 1 1px;
|
|
2740
|
+
background-color: var(--salt-container-primary-background);
|
|
2741
|
+
flex: 1 1 auto;
|
|
2742
|
+
}
|
|
2743
|
+
.vuuInstrumentSearch .vuuTableCell {
|
|
2744
|
+
padding: 0;
|
|
2745
|
+
}
|
|
2746
|
+
|
|
2747
|
+
/* ../vuu-ui-controls/src/price-ticker/PriceTicker.css */
|
|
2748
|
+
@property --price-ticker-color { syntax: "<color>"; initial-value: #15171B; inherits: false; }
|
|
2749
|
+
.vuuPriceTicker {
|
|
2750
|
+
align-items: center;
|
|
2751
|
+
display: flex;
|
|
2752
|
+
font-size: var(--vuuPriceTicker-fontSize, var(--salt-text-fontSize));
|
|
2753
|
+
font-weight: var(--vuuPriceTicker-fontWeight, 700);
|
|
2754
|
+
transition-property: color;
|
|
2755
|
+
transition-duration: .3s;
|
|
2756
|
+
}
|
|
2757
|
+
.vuuPriceTicker.up1 {
|
|
2758
|
+
--vuu-icon-color: var(--vuu-color-green-50);
|
|
2759
|
+
color: var(--vuu-color-green-50);
|
|
2760
|
+
animation-duration: 30s;
|
|
2761
|
+
}
|
|
2762
|
+
.vuuPriceTicker.up2 {
|
|
2763
|
+
--vuu-icon-color: var(--vuu-color-green-50);
|
|
2764
|
+
color: var(--vuu-color-green-50);
|
|
2765
|
+
animation-duration: 30s;
|
|
2766
|
+
}
|
|
2767
|
+
.vuuPriceTicker.down1 {
|
|
2768
|
+
--vuu-icon-transform: rotate(180deg);
|
|
2769
|
+
--vuu-icon-color: var(--vuu-color-red-50);
|
|
2770
|
+
color: var(--vuu-color-red-50);
|
|
2771
|
+
animation-duration: 30s;
|
|
2772
|
+
}
|
|
2773
|
+
.vuuPriceTicker.down2 {
|
|
2774
|
+
--vuu-icon-transform: rotate(180deg);
|
|
2775
|
+
--vuu-icon-color: var(--vuu-color-red-50);
|
|
2776
|
+
color: var(--vuu-color-red-50);
|
|
2777
|
+
animation-duration: 30s;
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2780
|
+
/* ../vuu-ui-controls/src/tabstrip/Tabstrip.css */
|
|
2781
|
+
.vuuTabstrip {
|
|
2782
|
+
--vuuOverflowContainer-background: transparent;
|
|
2783
|
+
--tabstrip-dragging-display: none;
|
|
2784
|
+
--tabstrip-display: inline-flex;
|
|
2785
|
+
--tabstrip-background: transparent;
|
|
2786
|
+
align-self: var(--saltTabs-tabstrip-alignSelf, stretch);
|
|
2787
|
+
display: flex;
|
|
2788
|
+
font-size: var(--salt-text-fontSize);
|
|
2789
|
+
font-weight: var(--vuuTabstrip-fontWeight, var(--salt-text-fontWeight));
|
|
2790
|
+
min-width: 28px;
|
|
2791
|
+
position: relative;
|
|
2792
|
+
overflow: visible;
|
|
2793
|
+
width: var(--tabstrip-width);
|
|
2794
|
+
}
|
|
2795
|
+
.vuuTabstrip-horizontal {
|
|
2796
|
+
--vuuOverflowContainer-borderColor: var(--salt-container-primary-borderColor);
|
|
2797
|
+
--vuuOverflowContainer-borderStyle: none none solid none;
|
|
2798
|
+
--vuuOverflowContainer-borderBottomWidth: 1px;
|
|
2799
|
+
--tabstrip-height: var(--vuuTabstrip-height, 28px);
|
|
2800
|
+
--tabstrip-width: var(--vuuTabstrip-width, 100%);
|
|
2801
|
+
--tab-height: var(--tabstrip-height);
|
|
2802
|
+
--tab-width: auto;
|
|
2803
|
+
--tab-thumb-height: 2px;
|
|
2804
|
+
--tab-thumb-left: var(--tab-thumb-offset, 0);
|
|
2805
|
+
--tab-thumb-top: auto;
|
|
2806
|
+
--tab-thumb-width: var(--tab-thumb-size, 100%);
|
|
2807
|
+
align-items: flex-start;
|
|
2808
|
+
}
|
|
2809
|
+
.vuuTabstrip-vertical {
|
|
2810
|
+
--tabstrip-height: var(--vuuTabstrip-height, 100%);
|
|
2811
|
+
--tabstrip-width: var(--vuuTabstrip-width, 100px);
|
|
2812
|
+
--tab-height: 50px;
|
|
2813
|
+
--tab-width: 100%;
|
|
2814
|
+
--tab-thumb-height: 0;
|
|
2815
|
+
--tab-thumb-left: 0;
|
|
2816
|
+
--tab-thumb-top: var(--tab-thumb-offset, 0);
|
|
2817
|
+
--tab-thumb-width: 2px;
|
|
2818
|
+
align-self: flex-start;
|
|
2819
|
+
display: inline-flex;
|
|
2820
|
+
}
|
|
2821
|
+
.vuuTabstrip-draggingTab .vuuTab {
|
|
2822
|
+
pointer-events: none;
|
|
2823
|
+
}
|
|
2824
|
+
.vuuTabstrip-addTabButton {
|
|
2825
|
+
--saltButton-height: 20px;
|
|
2826
|
+
--saltButton-width: 20px;
|
|
2827
|
+
}
|
|
2828
|
+
.vuuTabstrip-overflowMenu.vuuDropdown {
|
|
2829
|
+
--saltIcon-margin: 2px 0 0 0px;
|
|
2830
|
+
}
|
|
2831
|
+
.vuuTabstrip-overflowMenu-open {
|
|
2832
|
+
--saltButton-background: var(--salt-actionable-secondary-background-active);
|
|
2833
|
+
--saltButton-text-color: var(--salt-actionable-secondary-text-color-active);
|
|
2834
|
+
}
|
|
2835
|
+
.vuuTabstrip-overflowMenu-open .saltButton {
|
|
2836
|
+
--saltIcon-color: var(--salt-actionable-secondary-foreground-active);
|
|
2837
|
+
}
|
|
2838
|
+
.vuuTabstrip-inner {
|
|
2839
|
+
width: 100%;
|
|
2840
|
+
align-items: center;
|
|
2841
|
+
display: flex;
|
|
2842
|
+
flex-basis: auto;
|
|
2843
|
+
flex-grow: 0;
|
|
2844
|
+
flex-shrink: 1;
|
|
2845
|
+
flex-wrap: wrap;
|
|
2846
|
+
justify-content: flex-start;
|
|
2847
|
+
line-height: var(--tabstrip-height);
|
|
2848
|
+
}
|
|
2849
|
+
.vuuTabstrip-vertical .vuuTabstrip-inner {
|
|
2850
|
+
flex-direction: column;
|
|
2851
|
+
height: auto;
|
|
2852
|
+
}
|
|
2853
|
+
.vuuTabstrip-centered .vuuTabstrip-inner {
|
|
2854
|
+
justify-content: center;
|
|
2855
|
+
}
|
|
2856
|
+
.vuuDraggable[class*=vuuTabstrip] {
|
|
2857
|
+
--tabstrip-display: flex;
|
|
2858
|
+
--tabstrip-height: 100%;
|
|
2859
|
+
--tabstrip-dragging-display: block;
|
|
2860
|
+
--tabs-tab-background: var(--salt-navigable-primary-background-hover);
|
|
2861
|
+
--tabs-tab-before-content: "";
|
|
2862
|
+
--tabs-tab-before-background: var(--salt-navigable-indicator-hover);
|
|
2863
|
+
--tabs-tab-before-height: var(--tab-activationIndicator-thumb-height);
|
|
2864
|
+
--tabs-tab-before-inset: var(--tab-activationIndicator-inset);
|
|
2865
|
+
--tabs-tab-before-width: var(--tab-activationIndicator-thumb-width);
|
|
2866
|
+
--tabs-tab-cursor: var(--salt-draggable-grab-cursor-active);
|
|
2867
|
+
--tabs-tab-position: static;
|
|
2868
|
+
font-size: 12px;
|
|
2869
|
+
}
|
|
2870
|
+
.vuuDraggable-tabstrip-horizontal {
|
|
2871
|
+
--overflow-item-height: var(--tabstrip-height);
|
|
2872
|
+
--tab-thumb-height: 2px;
|
|
2873
|
+
--tab-thumb-left: 0px;
|
|
2874
|
+
--tabstrip-display: inline-flex;
|
|
2875
|
+
--tabstrip-height: 28px;
|
|
2876
|
+
line-height: var(--tabstrip-height);
|
|
2877
|
+
}
|
|
2878
|
+
.vuuDraggable[class*=tabstrip] .vuuTab[aria-selected=true]:before {
|
|
2879
|
+
--tabs-tab-before-background: var(--salt-navigable-indicator-active);
|
|
2880
|
+
}
|
|
2881
|
+
.vuuTabstrip-overflowMenu-dropTarget:after {
|
|
2882
|
+
background: var(--salt-selectable-background-selected);
|
|
2883
|
+
content: "";
|
|
2884
|
+
position: absolute;
|
|
2885
|
+
height: 2px;
|
|
2886
|
+
left: 0;
|
|
2887
|
+
right: 0;
|
|
2888
|
+
bottom: 0;
|
|
2889
|
+
}
|
|
2890
|
+
|
|
2891
|
+
/* ../vuu-ui-controls/src/tabstrip/TabMenu.css */
|
|
2892
|
+
.vuuTabMenu {
|
|
2893
|
+
top: var(--vuuTabMenu-top, -2px);
|
|
2894
|
+
}
|
|
2895
|
+
|
|
2896
|
+
/* ../vuu-ui-controls/src/tabstrip/Tab.css */
|
|
2897
|
+
.vuuTab {
|
|
2898
|
+
--saltEditableLabel-padding: 0;
|
|
2899
|
+
--saltEditableLabel-height: calc(var(--tabstrip-height) - 2px);
|
|
2900
|
+
--saltInputLegacy-minWidth: 4em;
|
|
2901
|
+
--saltEditableLabel-top: 2px;
|
|
2902
|
+
--tab-background: var(--vuuTab-background, var(--salt-navigable-primary-background));
|
|
2903
|
+
--tab-cursor: pointer;
|
|
2904
|
+
--tab-position: relative;
|
|
2905
|
+
}
|
|
2906
|
+
.vuuTab {
|
|
2907
|
+
align-items: center;
|
|
2908
|
+
align-self: stretch;
|
|
2909
|
+
background: var(--tab-background);
|
|
2910
|
+
border: none;
|
|
2911
|
+
border-radius: var(--vuuTab-borderRadius, 0);
|
|
2912
|
+
color: var(--salt-text-primary-foreground);
|
|
2913
|
+
cursor: var(--vuuTab-cursor, var(--tab-cursor));
|
|
2914
|
+
display: var(--tabstrip-display);
|
|
2915
|
+
gap: 8px;
|
|
2916
|
+
height: var(--vuuTabHeight, var(--tab-height));
|
|
2917
|
+
letter-spacing: var(--vuuTab-letterSpacing, var(--tab-letterSpacing, 0));
|
|
2918
|
+
min-width: var(--vuuTab-minWidth, 40px);
|
|
2919
|
+
outline: none;
|
|
2920
|
+
padding: var(--vuuTab-padding, 0 24px);
|
|
2921
|
+
position: var(--vuuTab-position, var(--tab-position));
|
|
2922
|
+
user-select: none;
|
|
2923
|
+
width: var(--tab-width);
|
|
2924
|
+
}
|
|
2925
|
+
.vuuTab {
|
|
2926
|
+
margin: 0 var(--tab-spacing) 0 0;
|
|
2927
|
+
}
|
|
2928
|
+
.vuuTab-selected {
|
|
2929
|
+
background: var(--vuuTab-background-selected, var(--tab-background));
|
|
2930
|
+
color: var(--salt-text-primary-foreground);
|
|
2931
|
+
font-weight: var(--salt-navigable-fontWeight-active);
|
|
2932
|
+
}
|
|
2933
|
+
.vuuTab-main {
|
|
2934
|
+
align-items: center;
|
|
2935
|
+
border: none;
|
|
2936
|
+
color: inherit;
|
|
2937
|
+
cursor: inherit;
|
|
2938
|
+
display: flex;
|
|
2939
|
+
font-family: inherit;
|
|
2940
|
+
font-size: inherit;
|
|
2941
|
+
font-weight: inherit;
|
|
2942
|
+
height: calc(var(--tab-height) - var(--tab-thumb-height));
|
|
2943
|
+
margin-bottom: var(--tab-thumb-height);
|
|
2944
|
+
outline: none;
|
|
2945
|
+
position: relative;
|
|
2946
|
+
}
|
|
2947
|
+
.vuuTab-closeable .vuuTab-main {
|
|
2948
|
+
border-right: solid transparent var(--salt-size-unit);
|
|
2949
|
+
}
|
|
2950
|
+
.vuuTab .vuuTab-closeButton {
|
|
2951
|
+
display: flex;
|
|
2952
|
+
align-items: center;
|
|
2953
|
+
justify-content: center;
|
|
2954
|
+
}
|
|
2955
|
+
.vuuTab-close-icon {
|
|
2956
|
+
display: none;
|
|
2957
|
+
}
|
|
2958
|
+
.salt-density-touch .vuuTab-close-icon,
|
|
2959
|
+
.salt-density-low .vuuTab-close-icon {
|
|
2960
|
+
display: block;
|
|
2961
|
+
}
|
|
2962
|
+
.salt-density-touch .vuuTab-close-icon-small,
|
|
2963
|
+
.salt-density-low .vuuTab-close-icon-small {
|
|
2964
|
+
display: none;
|
|
2965
|
+
}
|
|
2966
|
+
.vuuTab .vuuTab-text {
|
|
2967
|
+
display: inline-block;
|
|
2968
|
+
position: relative;
|
|
2969
|
+
overflow: hidden;
|
|
2970
|
+
text-align: var(--salt-text-textAlign-embedded);
|
|
2971
|
+
text-overflow: ellipsis;
|
|
2972
|
+
top: var(--vuuTab-top, var(--tab-top, auto));
|
|
2973
|
+
white-space: nowrap;
|
|
2974
|
+
z-index: var(--salt-zIndex-default);
|
|
2975
|
+
}
|
|
2976
|
+
.vuuTab .vuuTab-text:before {
|
|
2977
|
+
height: 0;
|
|
2978
|
+
content: attr(data-text);
|
|
2979
|
+
display: block;
|
|
2980
|
+
visibility: hidden;
|
|
2981
|
+
font-weight: var(--salt-navigable-fontWeight-active);
|
|
2982
|
+
}
|
|
2983
|
+
.vuuTab-editing:after {
|
|
2984
|
+
content: "";
|
|
2985
|
+
position: absolute;
|
|
2986
|
+
top: 0;
|
|
2987
|
+
left: 0;
|
|
2988
|
+
right: 0;
|
|
2989
|
+
bottom: 2px;
|
|
2990
|
+
outline-color: var(--salt-focused-outlineColor);
|
|
2991
|
+
outline-style: var(--salt-focused-outlineStyle);
|
|
2992
|
+
outline-width: var(--salt-focused-outlineWidth);
|
|
2993
|
+
outline-offset: -2px;
|
|
2994
|
+
}
|
|
2995
|
+
.vuuTab.vuuFocusVisible {
|
|
2996
|
+
background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));
|
|
2997
|
+
outline-color: var(--vuuTab-focusVisible-color, var(--salt-focused-outlineColor));
|
|
2998
|
+
outline-style: dashed;
|
|
2999
|
+
outline-width: 1px;
|
|
3000
|
+
outline-offset: -1px;
|
|
3001
|
+
}
|
|
3002
|
+
.vuuTab:before {
|
|
3003
|
+
content: var(--tab-before-content, none);
|
|
3004
|
+
content: "";
|
|
3005
|
+
background: var(--tab-before-background);
|
|
3006
|
+
height: var(--tab-before-height);
|
|
3007
|
+
inset: var(--tab-before-inset);
|
|
3008
|
+
position: absolute;
|
|
3009
|
+
width: var(--tab-before-width);
|
|
3010
|
+
z-index: 1;
|
|
3011
|
+
}
|
|
3012
|
+
.vuuTabstrip-draggingTab .vuuTab-selected:before {
|
|
3013
|
+
--tab-before-content: "";
|
|
3014
|
+
--tab-before-background: var(--salt-navigable-indicator-color-active);
|
|
3015
|
+
--tab-before-height: var(--tab-thumb-height);
|
|
3016
|
+
--tab-before-inset: var(--tab-activationIndicator-inset);
|
|
3017
|
+
--tab-before-width: var(--tab-activationIndicator-thumb-width);
|
|
3018
|
+
}
|
|
3019
|
+
.vuuTab-selected:before {
|
|
3020
|
+
--tab-before-content: "";
|
|
3021
|
+
background: var(--salt-navigable-indicator-active);
|
|
3022
|
+
height: var(--tab-thumb-height);
|
|
3023
|
+
position: absolute;
|
|
3024
|
+
left: var(--tab-thumb-left);
|
|
3025
|
+
bottom: 0px;
|
|
3026
|
+
top: var(--tab-thumb-top, auto);
|
|
3027
|
+
transition: var(--tab-thumb-transition, none);
|
|
3028
|
+
width: var(--tab-thumb-width, 100%);
|
|
3029
|
+
}
|
|
3030
|
+
.vuuTab:hover:not(.vuuTab-closeHover, .vuuTab-selected) {
|
|
3031
|
+
background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));
|
|
3032
|
+
}
|
|
3033
|
+
|
|
3034
|
+
/* ../vuu-ui-controls/src/tree/Tree.css */
|
|
3035
|
+
.vuuTree {
|
|
3036
|
+
--tree-node-collapse: var(--vuuTree-toggle-collapse, var(--svg-tree-node-collapse));
|
|
3037
|
+
--tree-node-expand: var(--vuuTree-toggle-expand, var(--svg-tree-node-expand));
|
|
3038
|
+
--tree-toggle-width: 12px;
|
|
3039
|
+
--tree-icon-color: var(--vuuTree-icon-color, #4c505b);
|
|
3040
|
+
--tree-node-expanded-transform: var(--vuuTree-node-expanded-transform, none);
|
|
3041
|
+
--tree-node-indent: 0px;
|
|
3042
|
+
--list-hilited-bg: var(--hw-list-hilited-bg, rgba(0, 0, 0, 0.1));
|
|
3043
|
+
--list-item-height: var(--hw-list-item-height, 30px);
|
|
3044
|
+
--list-item-padding: var(--hw-list-item-padding, 0 6px);
|
|
3045
|
+
--list-item-header-bg: var(--hw-list-item-header-bg, black);
|
|
3046
|
+
--list-item-header-color: var(--hw-list-item-header-color, white);
|
|
3047
|
+
--list-item-header-font-weight: bold;
|
|
3048
|
+
--list-item-header-twisty-color: black;
|
|
3049
|
+
--list-item-header-twisty-content: "";
|
|
3050
|
+
--list-item-header-twisty-top: 50%;
|
|
3051
|
+
--list-item-header-twisty-left: -18px;
|
|
3052
|
+
--list-item-header-twisty-right: auto;
|
|
3053
|
+
--list-item-selected-bg: var(--hw-list-selected-bg, #1ea7fd);
|
|
3054
|
+
--list-item-selected-color: white;
|
|
3055
|
+
--list-item-text-color: var(--hw-gray-800);
|
|
3056
|
+
--focus-visible-border-color: var(--hw-focus-visible-border-color, rgb(141, 154, 179));
|
|
3057
|
+
list-style: none;
|
|
3058
|
+
margin: 0;
|
|
3059
|
+
padding: 0 1px;
|
|
3060
|
+
font-size: var(--vuuTree-font-size, 14px);
|
|
3061
|
+
max-height: inherit;
|
|
3062
|
+
outline: none;
|
|
3063
|
+
overflow-y: auto;
|
|
3064
|
+
position: relative;
|
|
3065
|
+
user-select: none;
|
|
3066
|
+
}
|
|
3067
|
+
.vuuTree-viewport {
|
|
3068
|
+
--list-item-height: 30px;
|
|
3069
|
+
box-sizing: border-box;
|
|
3070
|
+
max-height: inherit;
|
|
3071
|
+
overflow: auto;
|
|
3072
|
+
}
|
|
3073
|
+
.vuuTree-scrollingContentContainer {
|
|
3074
|
+
box-sizing: inherit;
|
|
3075
|
+
position: relative;
|
|
3076
|
+
}
|
|
3077
|
+
.vuuTree-scrollingContentContainer .vuuTreeNode {
|
|
3078
|
+
line-height: 30px;
|
|
3079
|
+
position: absolute;
|
|
3080
|
+
top: 0;
|
|
3081
|
+
left: 0;
|
|
3082
|
+
right: 0;
|
|
3083
|
+
will-change: transform;
|
|
3084
|
+
}
|
|
3085
|
+
.vuuTreeNode {
|
|
3086
|
+
list-style: none;
|
|
3087
|
+
}
|
|
3088
|
+
.vuuTreeNode:not([aria-expanded]),
|
|
3089
|
+
.vuuTreeNode[aria-expanded] > .vuuTreeNode-label {
|
|
3090
|
+
--checkbox-border-color: black;
|
|
3091
|
+
--checkbox-border-width: 1px;
|
|
3092
|
+
--checkbox-tick: black;
|
|
3093
|
+
--list-item-padding-left: 6px;
|
|
3094
|
+
--svg-toggle: var(--tree-node-collapse);
|
|
3095
|
+
align-items: center;
|
|
3096
|
+
color: var(--list-item-text-color);
|
|
3097
|
+
display: flex;
|
|
3098
|
+
flex-wrap: nowrap;
|
|
3099
|
+
height: var(--list-item-height);
|
|
3100
|
+
line-height: var(--list-item-height);
|
|
3101
|
+
padding: var(--list-item-padding);
|
|
3102
|
+
padding-left: var(--padding-left);
|
|
3103
|
+
position: relative;
|
|
3104
|
+
cursor: default;
|
|
3105
|
+
margin: 0;
|
|
3106
|
+
white-space: nowrap;
|
|
3107
|
+
}
|
|
3108
|
+
.vuuTreeNode:not([aria-expanded]) {
|
|
3109
|
+
--padding-left: calc( var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent) );
|
|
3110
|
+
}
|
|
3111
|
+
.vuuTreeNode[aria-expanded] > .vuuTreeNode-label {
|
|
3112
|
+
--padding-left: calc( var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent) );
|
|
3113
|
+
}
|
|
3114
|
+
.vuuTreeNode-icon {
|
|
3115
|
+
background-color: var(--tree-icon-color);
|
|
3116
|
+
display: inline-block;
|
|
3117
|
+
height: 18px;
|
|
3118
|
+
margin-right: 6px;
|
|
3119
|
+
-webkit-mask: var(--vuu-icon-svg) center center/12px 12px no-repeat;
|
|
3120
|
+
mask: var(--vuu-icon-svg) center center/12px 12px no-repeat;
|
|
3121
|
+
flex: 0 0 18px;
|
|
3122
|
+
}
|
|
3123
|
+
.vuuTreeNode[aria-expanded] {
|
|
3124
|
+
flex-direction: column;
|
|
3125
|
+
}
|
|
3126
|
+
.vuuTreeNode[aria-expanded] {
|
|
3127
|
+
flex-direction: column;
|
|
3128
|
+
height: auto;
|
|
3129
|
+
}
|
|
3130
|
+
.vuuTreeNode > *[role=group] {
|
|
3131
|
+
padding-left: 0px;
|
|
3132
|
+
}
|
|
3133
|
+
.vuuTreeNode {
|
|
3134
|
+
padding-left: calc(var(--padding-left) + var(--tree-node-indent));
|
|
3135
|
+
}
|
|
3136
|
+
.vuuTreeNode[aria-level="2"] {
|
|
3137
|
+
--tree-node-indent: 12px;
|
|
3138
|
+
}
|
|
3139
|
+
.vuuTreeNode[aria-level="3"] {
|
|
3140
|
+
--tree-node-indent: 24px;
|
|
3141
|
+
}
|
|
3142
|
+
.vuuTreeNode[aria-level="4"] {
|
|
3143
|
+
--tree-node-indent: 36px;
|
|
3144
|
+
}
|
|
3145
|
+
.vuuTreeNode:not(.focusVisible):not(.hwListItemHeader):not([aria-expanded])[data-highlighted],
|
|
3146
|
+
.vuuTreeNode:not(.focusVisible):not(.hwListItemHeader)[aria-expanded][data-highlighted] > div:first-child {
|
|
3147
|
+
background-color: var(--list-hilited-bg);
|
|
3148
|
+
}
|
|
3149
|
+
.vuuTreeNode-toggle {
|
|
3150
|
+
cursor: pointer;
|
|
3151
|
+
}
|
|
3152
|
+
.vuuTreeNode > .vuuTreeNode-toggle {
|
|
3153
|
+
display: inline-block;
|
|
3154
|
+
height: 100%;
|
|
3155
|
+
left: 0;
|
|
3156
|
+
position: absolute;
|
|
3157
|
+
width: calc(var(--list-item-padding-left) + var(--tree-toggle-width));
|
|
3158
|
+
}
|
|
3159
|
+
.vuuTreeNode[aria-expanded] > .vuuTreeNode-label:after {
|
|
3160
|
+
content: var(--list-item-header-twisty-content);
|
|
3161
|
+
-webkit-mask: var(--svg-toggle) center center/8px 8px no-repeat;
|
|
3162
|
+
mask: var(--svg-toggle) center center/8px 8px no-repeat;
|
|
3163
|
+
background-color: var(--list-item-header-twisty-color);
|
|
3164
|
+
height: 18px;
|
|
3165
|
+
margin-top: -9px;
|
|
3166
|
+
left: var(--tree-node-indent);
|
|
3167
|
+
position: absolute;
|
|
3168
|
+
top: var(--list-item-header-twisty-top);
|
|
3169
|
+
transition: transform 0.3s;
|
|
3170
|
+
width: 18px;
|
|
3171
|
+
}
|
|
3172
|
+
.vuuTreeNode[aria-selected=true] {
|
|
3173
|
+
--list-item-header-twisty-color: var(--list-item-selected-color);
|
|
3174
|
+
}
|
|
3175
|
+
.vuuTreeNode:not(.focusVisible):focus {
|
|
3176
|
+
background-color: rgba(0, 0, 0, 0.1);
|
|
3177
|
+
}
|
|
3178
|
+
.vuuTreeNode:not([aria-expanded]).focusVisible:before,
|
|
3179
|
+
.vuuTreeNode[aria-expanded].focusVisible > div:first-child:before {
|
|
3180
|
+
content: "";
|
|
3181
|
+
position: absolute;
|
|
3182
|
+
top: 0px;
|
|
3183
|
+
left: var(--tree-focus-offset, 0px);
|
|
3184
|
+
right: 0;
|
|
3185
|
+
bottom: 0px;
|
|
3186
|
+
border: dotted var(--focus-visible-border-color) 2px;
|
|
3187
|
+
background-color: var(--list-hilited-bg);
|
|
3188
|
+
}
|
|
3189
|
+
.vuuTreeNode[aria-expanded=false] > *:first-child:after {
|
|
3190
|
+
--svg-toggle: var(--tree-node-expand);
|
|
3191
|
+
}
|
|
3192
|
+
.vuuTreeNode[aria-expanded=true] > *:first-child:after {
|
|
3193
|
+
transform: var(--tree-node-expanded-transform);
|
|
3194
|
+
}
|
|
3195
|
+
.vuuTree:not(.checkbox-only) .vuuTreeNode:not([aria-expanded])[aria-selected=true],
|
|
3196
|
+
.vuuTree:not(.checkbox-only) .vuuTreeNode[aria-expanded][aria-selected=true] > div:first-child {
|
|
3197
|
+
--checkbox-border-color: var(--list-item-selected-color);
|
|
3198
|
+
--checkbox-tick: var(--list-item-selected-color);
|
|
3199
|
+
--focus-visible-border-color: var(--list-item-selected-color);
|
|
3200
|
+
background-color: var(--list-item-selected-bg);
|
|
3201
|
+
color: var(--list-item-selected-color);
|
|
3202
|
+
}
|
|
3203
|
+
.with-checkbox .vuuTreeNode {
|
|
3204
|
+
padding-left: 28px;
|
|
3205
|
+
}
|
|
3206
|
+
.with-checkbox .vuuTreeNode:before {
|
|
3207
|
+
border-style: solid;
|
|
3208
|
+
border-width: var(--checkbox-border-width);
|
|
3209
|
+
border-color: var(--checkbox-border-color);
|
|
3210
|
+
content: "";
|
|
3211
|
+
height: 12px;
|
|
3212
|
+
left: 3px;
|
|
3213
|
+
margin-top: -7px;
|
|
3214
|
+
position: absolute;
|
|
3215
|
+
top: 50%;
|
|
3216
|
+
width: 12px;
|
|
3217
|
+
}
|
|
3218
|
+
|
|
3219
|
+
/* ../vuu-ui-controls/src/vuu-input/VuuInput.css */
|
|
3220
|
+
.vuuInput {
|
|
3221
|
+
--vuu-icon-size: 16px;
|
|
3222
|
+
}
|
|
3223
|
+
.vuuInput-errorIcon:after {
|
|
3224
|
+
cursor: pointer;
|
|
3225
|
+
}
|
|
3226
|
+
|
|
3227
|
+
/* ../vuu-layout/src/layout-view/View.css */
|
|
3228
|
+
.vuuView {
|
|
3229
|
+
border-color: var(--vuuView-borderColor, var(--salt-container-primary-borderColor));
|
|
3230
|
+
border-width: var(--vuuView-borderWidth, 1px);
|
|
3231
|
+
border-style: var(--vuuView-borderStyle, none);
|
|
3232
|
+
display: flex;
|
|
3233
|
+
flex-direction: column;
|
|
3234
|
+
margin: var(--vuuView-margin, 0px);
|
|
3235
|
+
min-height: 50px;
|
|
3236
|
+
min-width: 50px;
|
|
3237
|
+
outline: none;
|
|
3238
|
+
overflow: hidden;
|
|
3239
|
+
position: relative;
|
|
3240
|
+
}
|
|
3241
|
+
.vuuView.focus-visible:after {
|
|
3242
|
+
content: "";
|
|
3243
|
+
position: absolute;
|
|
3244
|
+
top: 0;
|
|
3245
|
+
left: 0;
|
|
3246
|
+
right: 0;
|
|
3247
|
+
bottom: 0;
|
|
3248
|
+
border: dotted cornflowerblue 2px;
|
|
3249
|
+
}
|
|
3250
|
+
.vuuView.dragging {
|
|
3251
|
+
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
3252
|
+
}
|
|
3253
|
+
.vuuView-main {
|
|
3254
|
+
display: flex;
|
|
3255
|
+
flex-direction: var(--vuuView-flexDirection, column);
|
|
3256
|
+
flex-wrap: var(--vuuView-flex-wrap, nowrap);
|
|
3257
|
+
flex: 1;
|
|
3258
|
+
justify-content: var(--vuuView-justify, flex-start);
|
|
3259
|
+
overflow: hidden;
|
|
3260
|
+
position: relative;
|
|
3261
|
+
}
|
|
3262
|
+
.vuuView-main > * {
|
|
3263
|
+
flex-basis: auto;
|
|
3264
|
+
flex-grow: var(--vuuView-flex-grow, 1);
|
|
3265
|
+
flex-shrink: var(--vuuView-flex-shrink, 1);
|
|
3266
|
+
}
|
|
3267
|
+
.vuuView-collapsed .vuuView-main {
|
|
3268
|
+
display: none;
|
|
3269
|
+
}
|
|
3270
|
+
.vuuView-collapsed + .Splitter {
|
|
3271
|
+
display: none;
|
|
3272
|
+
}
|
|
3273
|
+
.vuuView-collapsed .Toolbar-vertical {
|
|
3274
|
+
border-right: solid 1px var(--grey40);
|
|
3275
|
+
}
|
|
3276
|
+
.vuuView-collapsed .Toolbar-vertical .toolbar-title {
|
|
3277
|
+
display: none;
|
|
3278
|
+
}
|
|
3279
|
+
|
|
3280
|
+
/* ../vuu-layout/src/layout-header/Header.css */
|
|
3281
|
+
.vuuHeader {
|
|
3282
|
+
--saltButton-height: 24px;
|
|
3283
|
+
--saltButton-width: 24px;
|
|
3284
|
+
}
|
|
3285
|
+
.salt-density-high .vuuHeader {
|
|
3286
|
+
--saltToolbarField-marginTop: 0;
|
|
3287
|
+
}
|
|
3288
|
+
|
|
3289
|
+
/* ../vuu-filters/src/filter-builder-menu/FilterBuilderMenu.css */
|
|
3290
|
+
.vuuFilterBuilderMenu {
|
|
3291
|
+
margin: 0;
|
|
3292
|
+
}
|
|
3293
|
+
.vuuFilterBuilderMenu-trigger {
|
|
3294
|
+
display: inline-block;
|
|
3295
|
+
height: 26px;
|
|
3296
|
+
width: 0px;
|
|
3297
|
+
}
|
|
3298
|
+
.vuuFilterBuilderMenuList {
|
|
3299
|
+
--vuuList-borderStyle: none;
|
|
3300
|
+
}
|
|
3301
|
+
.vuuListItem:has(.vuuMenuButton) {
|
|
3302
|
+
justify-content: center;
|
|
3303
|
+
}
|
|
3304
|
+
.vuuMenuButton {
|
|
3305
|
+
background-color: white;
|
|
3306
|
+
border: solid 1px var(--salt-actionable-primary-foreground);
|
|
3307
|
+
border-radius: 6px;
|
|
3308
|
+
color: var(--vuu-color-gray-50);
|
|
3309
|
+
font-size: 9px;
|
|
3310
|
+
padding: 1px 6px;
|
|
3311
|
+
}
|
|
3312
|
+
|
|
3313
|
+
/* ../vuu-filters/src/filter-clause/ExpandoCombobox.css */
|
|
3314
|
+
.vuuExpandoCombobox {
|
|
3315
|
+
--expando-combobox-height: var(--vuuExpandoCombobox-height, 24px);
|
|
3316
|
+
--expando-combobox-fontSize: var(--vuuExpandoCombobox-fontSizew, 12px);
|
|
3317
|
+
--saltInput-outline: none;
|
|
3318
|
+
--saltInput-fontSize: var(--expando-combobox-fontSize);
|
|
3319
|
+
--saltInput-height: var(--expando-combobox-height);
|
|
3320
|
+
--saltInput-minWidth: 4px;
|
|
3321
|
+
display: inline-flex;
|
|
3322
|
+
flex-direction: column;
|
|
3323
|
+
height: var(--expando-combobox-height);
|
|
3324
|
+
min-width: 4px;
|
|
3325
|
+
padding: 0;
|
|
3326
|
+
}
|
|
3327
|
+
.vuuExpandoCombobox .saltInput {
|
|
3328
|
+
background-color: transparent;
|
|
3329
|
+
position: absolute;
|
|
3330
|
+
}
|
|
3331
|
+
.vuuExpandoCombobox .vuuDropdown {
|
|
3332
|
+
height: 100%;
|
|
3333
|
+
}
|
|
3334
|
+
.vuuExpandoCombobox-Input.saltInput {
|
|
3335
|
+
border: none;
|
|
3336
|
+
left: 0px;
|
|
3337
|
+
margin: 0;
|
|
3338
|
+
min-height: 100%;
|
|
3339
|
+
padding: 0;
|
|
3340
|
+
right: 0px;
|
|
3341
|
+
width: auto;
|
|
3342
|
+
}
|
|
3343
|
+
.vuuExpandoCombobox .saltInput-input {
|
|
3344
|
+
border: none;
|
|
3345
|
+
box-sizing: content-box;
|
|
3346
|
+
display: block;
|
|
3347
|
+
flex: 1;
|
|
3348
|
+
font: inherit;
|
|
3349
|
+
margin: 0;
|
|
3350
|
+
min-width: 0;
|
|
3351
|
+
outline: none;
|
|
3352
|
+
padding: 0;
|
|
3353
|
+
}
|
|
3354
|
+
.vuuExpandoCombobox:before {
|
|
3355
|
+
content: attr(data-text);
|
|
3356
|
+
display: block;
|
|
3357
|
+
font-size: var(--expando-combobox-fontSize);
|
|
3358
|
+
height: 0px;
|
|
3359
|
+
overflow: hidden;
|
|
3360
|
+
white-space: pre-wrap;
|
|
3361
|
+
}
|
|
3362
|
+
|
|
3363
|
+
/* ../vuu-filters/src/filter-clause/FilterClauseEditor.css */
|
|
3364
|
+
.vuuFilterClause {
|
|
3365
|
+
--vuuExpandoInput-top: 0;
|
|
3366
|
+
--vuuExpandoInput-height: 16px;
|
|
3367
|
+
--vuuExpandoCombobox-height: 16px;
|
|
3368
|
+
--saltButton-height: 16px;
|
|
3369
|
+
--saltButton-width: 16px;
|
|
3370
|
+
display: flex;
|
|
3371
|
+
flex-direction: row;
|
|
3372
|
+
width: fit-content;
|
|
3373
|
+
border-color: var(--vuu-color-gray-45);
|
|
3374
|
+
border-radius: 6px;
|
|
3375
|
+
border-width: 1px;
|
|
3376
|
+
border-style: solid;
|
|
3377
|
+
background: #ffffff;
|
|
3378
|
+
--salt-focused-outlineStyle: dotted;
|
|
3379
|
+
}
|
|
3380
|
+
.vuuFilterClause:focus-within {
|
|
3381
|
+
border-color: var(--vuu-color-purple-10);
|
|
3382
|
+
}
|
|
3383
|
+
.vuu-density-high .vuuFilterClause {
|
|
3384
|
+
padding: 4px 8px;
|
|
3385
|
+
gap: 4px;
|
|
3386
|
+
--salt-text-lineHeight: 12px;
|
|
3387
|
+
--saltInputLegacy-fontSize: 12px;
|
|
3388
|
+
--saltInputLegacy-minWidth: 12px;
|
|
3389
|
+
}
|
|
3390
|
+
.vuu-density-high .vuuFilterClause .saltInput {
|
|
3391
|
+
padding: 0;
|
|
3392
|
+
min-height: 16px;
|
|
3393
|
+
height: 16px;
|
|
3394
|
+
}
|
|
3395
|
+
.vuuFilterClause .vuuExpandoCombobox {
|
|
3396
|
+
flex-basis: auto;
|
|
3397
|
+
flex-shrink: 0;
|
|
3398
|
+
flex-grow: 0;
|
|
3399
|
+
}
|
|
3400
|
+
.vuuFilterClauseOperator-hidden {
|
|
3401
|
+
display: none;
|
|
3402
|
+
}
|
|
3403
|
+
.vuuFilterClause :not(.vuuFilterClauseNumericValue) .saltInput {
|
|
3404
|
+
}
|
|
3405
|
+
.vuuFilterClause .saltInput-focused,
|
|
3406
|
+
.vuuFilterClause .saltTokenizedInput-focused {
|
|
3407
|
+
outline: none;
|
|
3408
|
+
color: var(--salt-text-primary-foreground);
|
|
3409
|
+
}
|
|
3410
|
+
.vuuFilterClause .saltInput-input::selection {
|
|
3411
|
+
color: #ffffff;
|
|
3412
|
+
}
|
|
3413
|
+
.vuu-theme .saltList {
|
|
3414
|
+
--list-borderWidth: 1px;
|
|
3415
|
+
--list-borderStyle: solid;
|
|
3416
|
+
border-radius: 4px;
|
|
3417
|
+
box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
|
|
3418
|
+
}
|
|
3419
|
+
.saltListItem[aria-selected=true]:not(.saltListItem-checkbox) {
|
|
3420
|
+
--list-item-background: var(--list-item-background-active);
|
|
3421
|
+
color: var(--list-item-text-color-active);
|
|
3422
|
+
}
|
|
3423
|
+
.saltTokenizedInput {
|
|
3424
|
+
height: 16px;
|
|
3425
|
+
min-height: 16px;
|
|
3426
|
+
}
|
|
3427
|
+
.saltTokenizedInput .saltInputPill {
|
|
3428
|
+
--pill-fontSize: 12px;
|
|
3429
|
+
--saltButton-borderStyle: none;
|
|
3430
|
+
--pill-background: none;
|
|
3431
|
+
height: 16px;
|
|
3432
|
+
margin: 0;
|
|
3433
|
+
}
|
|
3434
|
+
.saltTokenizedInput-pillGroup {
|
|
3435
|
+
padding: 0;
|
|
3436
|
+
height: 16px;
|
|
3437
|
+
}
|
|
3438
|
+
|
|
3439
|
+
/* ../vuu-filters/src/filter-pill-menu/FilterPillMenu.css */
|
|
3440
|
+
.vuuFilterPillMenu {
|
|
3441
|
+
top: -1px;
|
|
3442
|
+
}
|
|
3443
|
+
|
|
3444
|
+
/* ../vuu-filters/src/filter-pill/FilterPill.css */
|
|
3445
|
+
.vuuFilterPill {
|
|
3446
|
+
align-items: center;
|
|
3447
|
+
background: var(--salt-taggable-background);
|
|
3448
|
+
border: solid 1px var(--salt-taggable-foreground);
|
|
3449
|
+
border-radius: 24px;
|
|
3450
|
+
color: var(--vuu-color-gray-50);
|
|
3451
|
+
display: inline-flex;
|
|
3452
|
+
max-width: var(--vuuFilterPill-maxWidth, 200px);
|
|
3453
|
+
padding: 0 8px;
|
|
3454
|
+
position: relative;
|
|
3455
|
+
user-select: none;
|
|
3456
|
+
outline: none;
|
|
3457
|
+
}
|
|
3458
|
+
.vuuFilterPill.vuuToolbarItem {
|
|
3459
|
+
height: 24px;
|
|
3460
|
+
}
|
|
3461
|
+
.vuuFilterPill[aria-selected=true] {
|
|
3462
|
+
--vuuPopupMenu-iconColor: white;
|
|
3463
|
+
--salt-text-background-selected: var(--vuu-color-blue-40);
|
|
3464
|
+
--salt-text-color-selected: var(--salt-text-primary-foreground);
|
|
3465
|
+
--saltInput-background-hover: var(--salt-taggable-background-active);
|
|
3466
|
+
--saltInput-color: var(--salt-taggable-foreground-active);
|
|
3467
|
+
background: var(--salt-taggable-background-active);
|
|
3468
|
+
color: white;
|
|
3469
|
+
}
|
|
3470
|
+
.vuuFilterPill:not([aria-selected="true"]):hover {
|
|
3471
|
+
--vuuPopupMenu-iconColor: var(--vuu-color-gray-80);
|
|
3472
|
+
background-color: var(--salt-taggable-background-hover);
|
|
3473
|
+
border-color: var(--salt-taggable-background-hover);
|
|
3474
|
+
color: var(--vuu-color-gray-80);
|
|
3475
|
+
}
|
|
3476
|
+
|
|
3477
|
+
/* ../vuu-filters/src/filter-bar/FilterBar.css */
|
|
3478
|
+
.vuuFilterBar {
|
|
3479
|
+
--vuu-svg-tune: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 18C3 18.55 3.45 19 4 19H9V17H4C3.45 17 3 17.45 3 18ZM3 6C3 6.55 3.45 7 4 7H13V5H4C3.45 5 3 5.45 3 6ZM13 20V19H20C20.55 19 21 18.55 21 18C21 17.45 20.55 17 20 17H13V16C13 15.45 12.55 15 12 15C11.45 15 11 15.45 11 16V20C11 20.55 11.45 21 12 21C12.55 21 13 20.55 13 20ZM7 10V11H4C3.45 11 3 11.45 3 12C3 12.55 3.45 13 4 13H7V14C7 14.55 7.45 15 8 15C8.55 15 9 14.55 9 14V10C9 9.45 8.55 9 8 9C7.45 9 7 9.45 7 10ZM21 12C21 11.45 20.55 11 20 11H11V13H20C20.55 13 21 12.55 21 12ZM16 9C16.55 9 17 8.55 17 8V7H20C20.55 7 21 6.55 21 6C21 5.45 20.55 5 20 5H17V4C17 3.45 16.55 3 16 3C15.45 3 15 3.45 15 4V8C15 8.55 15.45 9 16 9Z" /></svg>');
|
|
3480
|
+
--vuuToolbar-height: 28px;
|
|
3481
|
+
--salt-container-primary-borderColor: var(--vuu-color-purple-10);
|
|
3482
|
+
--vuuOverflowContainer-minWidth: 0;
|
|
3483
|
+
--saltButton-height: 26px;
|
|
3484
|
+
--saltButton-width: 26px;
|
|
3485
|
+
align-items: center;
|
|
3486
|
+
background-color: var(--salt-container-secondary-background);
|
|
3487
|
+
border-bottom: solid 1px #D6D7DA;
|
|
3488
|
+
display: flex;
|
|
3489
|
+
flex: var(--vuuFilterBar-flex);
|
|
3490
|
+
gap: 4px;
|
|
3491
|
+
height: 33px;
|
|
3492
|
+
padding: 0px 8px;
|
|
3493
|
+
}
|
|
3494
|
+
.vuuFilterbar-icon {
|
|
3495
|
+
display: inline-block;
|
|
3496
|
+
height: 16px;
|
|
3497
|
+
width: 16px;
|
|
3498
|
+
}
|
|
3499
|
+
.vuuFilterBar [data-icon=tune] {
|
|
3500
|
+
--vuu-icon-size: 16px;
|
|
3501
|
+
--vuu-icon-svg: var(--vuu-svg-tune);
|
|
3502
|
+
}
|
|
3503
|
+
.vuuFilterBar [data-icon=plus] {
|
|
3504
|
+
--vuu-icon-size: 16px;
|
|
3505
|
+
}
|
|
3506
|
+
.vuuFilterBar .vuuToolbar {
|
|
3507
|
+
flex: 0 1 auto;
|
|
3508
|
+
}
|
|
3509
|
+
|
|
3510
|
+
/* ../vuu-filters/src/filter-input/FilterInput.css */
|
|
3511
|
+
.salt-theme {
|
|
3512
|
+
--vuuFilterEditor-lineHeight: 28px;
|
|
3513
|
+
}
|
|
3514
|
+
.salt-density-high {
|
|
3515
|
+
--vuuFilterEditor-buttonWidth: 20px;
|
|
3516
|
+
--vuuFilterEditor-height: 22px;
|
|
3517
|
+
--vuuFilterEditor-lineHeight: 20px;
|
|
3518
|
+
}
|
|
3519
|
+
.vuuFilterInput {
|
|
3520
|
+
--vuuFilterEditor-background: var(--salt-container-primary-background);
|
|
3521
|
+
--vuuFilterEditor-color: var(--salt-text-primary-foreground);
|
|
3522
|
+
--vuuFilterEditor-fontFamily: var(--salt-typography-fontFamily);
|
|
3523
|
+
--vuuFilterEditor-fontSize: var(--salt-text-fontSize);
|
|
3524
|
+
--vuuFilterEditor-cursorColor: var(--salt-text-secondary-foreground);
|
|
3525
|
+
--vuuFilterEditor-selectionBackground: var(--salt-text-background-selected);
|
|
3526
|
+
--vuuFilterEditor-tooltipBackground: var(--salt-container-primary-background);
|
|
3527
|
+
--vuuFilterEditor-tooltipBorder: var(--tooltip-status-borderColor) var(--salt-container-borderWidth) var(--salt-container-borderStyle);
|
|
3528
|
+
--vuuFilterEditor-tooltipElevation: var(--salt-overlayable-shadow-popout);
|
|
3529
|
+
--vuuFilterEditor-suggestion-selectedBackground: var(--salt-selectable-background-selected);
|
|
3530
|
+
--vuuFilterEditor-suggestion-selectedColor: var(--vuuFilterEditor-color);
|
|
3531
|
+
--vuuFilterEditor-suggestion-height: 24px;
|
|
3532
|
+
--vuuFilterEditor-variableColor: var(--vuu-color_purple-10);
|
|
3533
|
+
align-items: center;
|
|
3534
|
+
border-color: var(--salt-container-secondary-borderColor);
|
|
3535
|
+
border-style: solid none;
|
|
3536
|
+
border-width: 1px;
|
|
3537
|
+
box-sizing: border-box;
|
|
3538
|
+
display: flex;
|
|
3539
|
+
height: var(--vuuFilterEditor-height, 30px);
|
|
3540
|
+
}
|
|
3541
|
+
.vuuFilterInput-Editor {
|
|
3542
|
+
flex: 1 1 auto;
|
|
3543
|
+
height: 100%;
|
|
3544
|
+
}
|
|
3545
|
+
.vuuFilterInput-FilterButton,
|
|
3546
|
+
.vuuFilterInput-ClearButton {
|
|
3547
|
+
--vuu-icon-size: 12px;
|
|
3548
|
+
--saltButton-width: var(--vuuFilterEditor-buttonWidth, 28px);
|
|
3549
|
+
}
|
|
3550
|
+
.vuuIllustration {
|
|
3551
|
+
--vuuFilterEditor-suggestion-selectedBackground:var(--salt-container-secondary-background);
|
|
3552
|
+
background: var(--salt-container-secondary-background);
|
|
3553
|
+
color: var(--salt-text-secondary-foreground);
|
|
3554
|
+
}
|
|
3555
|
+
|
|
3556
|
+
/* ../vuu-layout/src/measured-container/MeasuredContainer.css */
|
|
3557
|
+
.vuuMeasuredContainer {
|
|
3558
|
+
flex: var(--vuuMeasuredContainer-flex, none);
|
|
3559
|
+
height: var(--vuuMeasuredContainer-height, var(--measured-css-height));
|
|
3560
|
+
min-height: 0;
|
|
3561
|
+
width: var(--measured-css-width);
|
|
3562
|
+
}
|
|
3563
|
+
|
|
3564
|
+
/* ../vuu-layout/src/overflow-container/OverflowContainer.css */
|
|
3565
|
+
.vuuOverflowContainer {
|
|
3566
|
+
--overflow-borderColor: var(--vuuOverflowContainer-borderColor, none);
|
|
3567
|
+
--overflow-borderStyle: var(--vuuOverflowContainer-borderStyle, none);
|
|
3568
|
+
--overflow-borderWidth: var(--vuuOverflowContainer-borderWidth, 0px);
|
|
3569
|
+
--overflow-border-topWidth: var(--vuuOverflowContainer-borderTopWidth, var(--overflow-borderWidth));
|
|
3570
|
+
--overflow-border-rightWidth: var(--vuuOverflowContainer-borderRightWidth, var(--overflow-borderWidth));
|
|
3571
|
+
--overflow-border-bottomWidth: var(--vuuOverflowContainer-borderBottomWidth, var(--overflow-borderWidth));
|
|
3572
|
+
--overflow-border-leftWidth: var(--vuuOverflowContainer-borderLeftWidth, var(--overflow-borderWidth));
|
|
3573
|
+
--overflow-item-gap: var(--vuuOverflowContainer-gap,2px);
|
|
3574
|
+
--overflow-direction: row;
|
|
3575
|
+
--overflow-height: var(--overflow-item-height);
|
|
3576
|
+
--overflow-top:top:0;
|
|
3577
|
+
--overflow-width: 0px;
|
|
3578
|
+
background-color: var(--vuuOverflowContainer-background);
|
|
3579
|
+
border-color: var(--overflow-borderColor);
|
|
3580
|
+
border-style: var(--overflow-borderStyle);
|
|
3581
|
+
border-top-width: var(--overflow-border-topWidth);
|
|
3582
|
+
border-right-width: var(--overflow-border-rightWidth);
|
|
3583
|
+
border-bottom-width: var(--overflow-border-bottomWidth);
|
|
3584
|
+
border-left-width: var(--overflow-border-leftWidth);
|
|
3585
|
+
height: var(--overflow-container-heightWidth);
|
|
3586
|
+
}
|
|
3587
|
+
.vuuOverflowContainer-horizontal {
|
|
3588
|
+
--item-align: center;
|
|
3589
|
+
--item-margin: 0 var(--overflow-item-gap) 0 var(--overflow-item-gap);
|
|
3590
|
+
}
|
|
3591
|
+
.vuuOverflowContainer-vertical {
|
|
3592
|
+
--item-align: stretch;
|
|
3593
|
+
--overflow-item-height: auto;
|
|
3594
|
+
--item-margin: var(--overflow-item-gap) 0 var(--overflow-item-gap) 0;
|
|
3595
|
+
--overflow-direction: column;
|
|
3596
|
+
--overflow-height: 0;
|
|
3597
|
+
--overflow-left: 0;
|
|
3598
|
+
--overflow-top: 100%;
|
|
3599
|
+
--overflow-width: auto;
|
|
3600
|
+
}
|
|
3601
|
+
.vuuOverflowContainer-wrapContainer {
|
|
3602
|
+
--border: calc(var(--overflow-border-topWidth) + var(--overflow-border-bottomWidth));
|
|
3603
|
+
--overflow-item-height: calc(var(--overflow-container-height) - var(--border));
|
|
3604
|
+
align-items: var(--item-align);
|
|
3605
|
+
display: flex;
|
|
3606
|
+
flex-direction: var(--overflow-direction);
|
|
3607
|
+
flex-wrap: wrap;
|
|
3608
|
+
height: var(--overflow-item-height);
|
|
3609
|
+
justify-content: var(--vuuOverflowContainer-justifyContent, flex-start);
|
|
3610
|
+
min-width: var(--vuuOverflowContainer-minWidth, 44px);
|
|
3611
|
+
overflow: hidden;
|
|
3612
|
+
position: relative;
|
|
3613
|
+
width: 100%;
|
|
3614
|
+
}
|
|
3615
|
+
.vuuOverflowContainer-wrapContainer-overflowed {
|
|
3616
|
+
--overflow-order: 2;
|
|
3617
|
+
--overflow-left: auto;
|
|
3618
|
+
--overflow-position: relative;
|
|
3619
|
+
--overflow-width: auto;
|
|
3620
|
+
}
|
|
3621
|
+
.vuuOverflowContainer-vertical.vuuOverflowContainer-wrapContainer-overflowed {
|
|
3622
|
+
--overflow-height: auto;
|
|
3623
|
+
}
|
|
3624
|
+
.vuuOverflowContainer-item {
|
|
3625
|
+
align-items: inherit;
|
|
3626
|
+
display: flex;
|
|
3627
|
+
order: 1;
|
|
3628
|
+
position: relative;
|
|
3629
|
+
height: var(--overflow-item-height);
|
|
3630
|
+
margin: var(--item-margin);
|
|
3631
|
+
}
|
|
3632
|
+
.vuuOverflowContainer-item[data-align=right] {
|
|
3633
|
+
margin-left: auto;
|
|
3634
|
+
}
|
|
3635
|
+
.vuuOverflowContainer-item.wrapped {
|
|
3636
|
+
--overflow-item-bg: #ccc;
|
|
3637
|
+
order: 3;
|
|
3638
|
+
}
|
|
3639
|
+
.vuuOverflowContainer-item.vuuDraggable-dragAway,
|
|
3640
|
+
.vuuOverflowContainer-item:has(.vuuDraggable-dragAway) {
|
|
3641
|
+
display: none;
|
|
3642
|
+
}
|
|
3643
|
+
.vuuOverflowContainer-item.vuuDropTarget-settling {
|
|
3644
|
+
visibility: hidden;
|
|
3645
|
+
}
|
|
3646
|
+
.vuuOverflowContainer-OverflowIndicator {
|
|
3647
|
+
align-items: center;
|
|
3648
|
+
background-color: transparent;
|
|
3649
|
+
display: flex;
|
|
3650
|
+
height: var(--overflow-height);
|
|
3651
|
+
order: var(--overflow-order, 99);
|
|
3652
|
+
overflow: hidden;
|
|
3653
|
+
left: var(--overflow-left, 100%);
|
|
3654
|
+
top: var(--overflow-top, 100%);
|
|
3655
|
+
position: var(--overflow-position, absolute);
|
|
3656
|
+
width: var(--overflow-width);
|
|
3657
|
+
}
|
|
3658
|
+
.vuuDraggable-vuuOverflowContainer {
|
|
3659
|
+
align-items: center;
|
|
3660
|
+
display: flex;
|
|
3661
|
+
height: 44px;
|
|
3662
|
+
}
|
|
3663
|
+
|
|
3664
|
+
/* ../vuu-layout/src/palette/Palette.css */
|
|
3665
|
+
.vuuPalette {
|
|
3666
|
+
--vuuList-borderStyle: none;
|
|
3667
|
+
}
|
|
3668
|
+
.vuuPalette-horizontal {
|
|
3669
|
+
align-items: center;
|
|
3670
|
+
display: flex;
|
|
3671
|
+
}
|
|
3672
|
+
.vuuPaletteItem {
|
|
3673
|
+
--vuu-icon-color: var(--salt-text-primary-foreground);
|
|
3674
|
+
--vuu-icon-left: 0;
|
|
3675
|
+
--vuu-icon-size: 16px;
|
|
3676
|
+
--vuu-icon-top: 11px;
|
|
3677
|
+
--list-item-text-padding: 0 0 0 calc(var(--salt-size-unit) * 3);
|
|
3678
|
+
border-bottom: solid 1px var(--salt-separable-tertiary-borderColor);
|
|
3679
|
+
padding-left: 12px;
|
|
3680
|
+
font-size: 12px;
|
|
3681
|
+
font-weight: 600;
|
|
3682
|
+
}
|
|
3683
|
+
.vuuSimpleDraggableWrapper > .vuuPaletteItem {
|
|
3684
|
+
--vuu-icon-color: var(--salt-selectable-foreground);
|
|
3685
|
+
}
|
|
3686
|
+
.salt-theme .vuuPaletteItem {
|
|
3687
|
+
font-size: 11px;
|
|
3688
|
+
font-weight: normal;
|
|
3689
|
+
}
|
|
3690
|
+
|
|
3691
|
+
/* ../vuu-layout/src/stack/Stack.css */
|
|
3692
|
+
.vuuTabs {
|
|
3693
|
+
display: flex;
|
|
3694
|
+
box-sizing: border-box;
|
|
3695
|
+
flex-direction: column;
|
|
3696
|
+
}
|
|
3697
|
+
.vuuTabs-horizontal {
|
|
3698
|
+
--vuu-tabs-border-style: none solid none none;
|
|
3699
|
+
flex-direction: row;
|
|
3700
|
+
}
|
|
3701
|
+
.vuuTabs .Toolbar:before {
|
|
3702
|
+
left: 0;
|
|
3703
|
+
width: 100%;
|
|
3704
|
+
bottom: 0;
|
|
3705
|
+
height: 1px;
|
|
3706
|
+
content: "";
|
|
3707
|
+
position: absolute;
|
|
3708
|
+
background: var(--grey60);
|
|
3709
|
+
}
|
|
3710
|
+
.vuuTabs-tabPanel {
|
|
3711
|
+
display: flex;
|
|
3712
|
+
flex: 1;
|
|
3713
|
+
flex-direction: column;
|
|
3714
|
+
}
|
|
3715
|
+
.vuuTabs-tabPanel > * {
|
|
3716
|
+
flex: 1 1 auto;
|
|
3717
|
+
}
|
|
3718
|
+
.vuuTabHeader {
|
|
3719
|
+
--saltTabs-activationIndicator-background: transparent;
|
|
3720
|
+
--saltToolbarField-marginTop: calc(var(--salt-size-unit) - 1px);
|
|
3721
|
+
border-color: var(--salt-container-primary-borderColor);
|
|
3722
|
+
border-style: var(--vuu-tabs-border-style, none none solid none);
|
|
3723
|
+
border-width: 1px;
|
|
3724
|
+
}
|
|
3725
|
+
.vuuTabHeader + .vuuView > .vuuHeader {
|
|
3726
|
+
height: 0;
|
|
3727
|
+
overflow: hidden;
|
|
3728
|
+
}
|
|
3729
|
+
.Layout-svg-button {
|
|
3730
|
+
--spacing-medium: 5px;
|
|
3731
|
+
}
|
|
3732
|
+
|
|
3733
|
+
/* ../vuu-layout/src/toolbar/Toolbar.css */
|
|
3734
|
+
.vuuToolbar {
|
|
3735
|
+
--toolbar-height: var(--vuuToolbar-height, 36px);
|
|
3736
|
+
--toolbar-item-height: var(--vuuToolbarItem-height, 100%);
|
|
3737
|
+
--vuuOverflowContainer-background: var(--vuuToolbar-background);
|
|
3738
|
+
--vuuOverflowContainer-borderColor: var(--vuuToolbar-borderColor);
|
|
3739
|
+
--vuuOverflowContainer-borderStyle: var(--vuuToolbar-borderStyle);
|
|
3740
|
+
--vuuOverflowContainer-borderWidth: var(--vuuToolbar-borderWidth);
|
|
3741
|
+
height: var(--toolbar-height);
|
|
3742
|
+
}
|
|
3743
|
+
.vuuToolbar-alignCenter {
|
|
3744
|
+
--vuuOverflowContainer-justifyContent: center;
|
|
3745
|
+
}
|
|
3746
|
+
.vuuToolbar-alignEnd {
|
|
3747
|
+
--vuuOverflowContainer-justifyContent: flex-end;
|
|
3748
|
+
}
|
|
3749
|
+
.vuuToolbarItem {
|
|
3750
|
+
height: var(--toolbar-item-height);
|
|
3751
|
+
}
|
|
3752
|
+
.vuuToolbar-withSeparators .vuuOverflowContainer-item:not(:first-child):before {
|
|
3753
|
+
content: "";
|
|
3754
|
+
position: absolute;
|
|
3755
|
+
left: calc(-1 * var(--overflow-item-gap));
|
|
3756
|
+
top: calc((var(--toolbar-height) - var(--toolbar-item-height)) /2);
|
|
3757
|
+
width: 1px;
|
|
3758
|
+
height: var(--toolbar-item-height);
|
|
3759
|
+
background-color: var(--vuu-color-gray-05);
|
|
3760
|
+
}
|
|
3761
|
+
.vuuToolbarItem.vuuFocusVisible {
|
|
3762
|
+
outline-color: var(--vuuToolbarItem-outlineColor, var(--salt-focused-outlineColor));
|
|
3763
|
+
outline-style: dashed;
|
|
3764
|
+
outline-width: 1px;
|
|
3765
|
+
outline-offset: 0px;
|
|
3766
|
+
}
|
|
3767
|
+
.vuuPopupMenu:focus,
|
|
3768
|
+
.vuuToolbarItem:focus,
|
|
3769
|
+
.vuuToolbarItem:focus-visible {
|
|
3770
|
+
outline-color: var(--vuuToolbarItem-outlineColor, var(--vuu-color-purple-10));
|
|
3771
|
+
outline-style: dashed;
|
|
3772
|
+
outline-width: 1px;
|
|
3773
|
+
outline-offset: 0px;
|
|
3774
|
+
}
|
|
3775
|
+
|
|
3776
|
+
/* ../vuu-layout/src/tools/devtools-box/layout-configurator.css */
|
|
3777
|
+
[data-design-mode=true] .Component {
|
|
3778
|
+
filter: grayscale(100%);
|
|
3779
|
+
opacity: 0.4;
|
|
3780
|
+
}
|
|
3781
|
+
[data-design-mode=true] .Component:after {
|
|
3782
|
+
color: black;
|
|
3783
|
+
content: "Component";
|
|
3784
|
+
height: 12px;
|
|
3785
|
+
background-color: yellow;
|
|
3786
|
+
}
|
|
3787
|
+
.LayoutConfigurator {
|
|
3788
|
+
--margin-color: #f3cea5;
|
|
3789
|
+
--border-color: #fddda0;
|
|
3790
|
+
--padding-color: #c6d092;
|
|
3791
|
+
--content-color: #8cb6c0;
|
|
3792
|
+
display: flex;
|
|
3793
|
+
flex-direction: column;
|
|
3794
|
+
align-items: stretch;
|
|
3795
|
+
background-color: var(--margin-color);
|
|
3796
|
+
}
|
|
3797
|
+
.LayoutConfigurator .layout-outer {
|
|
3798
|
+
flex: 1 1 auto;
|
|
3799
|
+
display: flex;
|
|
3800
|
+
flex-direction: column;
|
|
3801
|
+
align-items: stretch;
|
|
3802
|
+
}
|
|
3803
|
+
.LayoutBox {
|
|
3804
|
+
--hw-control-font-size: 13px;
|
|
3805
|
+
--hw-text-input-bg: rgba(255, 255, 255, 0.3);
|
|
3806
|
+
--hwTextInput-padding: 3px;
|
|
3807
|
+
--hw-text-input-position: absolute;
|
|
3808
|
+
--hwTextInput-width: 30px;
|
|
3809
|
+
flex: 1 1 auto;
|
|
3810
|
+
}
|
|
3811
|
+
.LayoutBox > .layout-top {
|
|
3812
|
+
flex: 0 0 40px;
|
|
3813
|
+
padding-left: 12px;
|
|
3814
|
+
display: flex;
|
|
3815
|
+
flex-direction: row;
|
|
3816
|
+
align-items: center;
|
|
3817
|
+
position: relative;
|
|
3818
|
+
}
|
|
3819
|
+
.LayoutBox > .layout-bottom {
|
|
3820
|
+
flex: 0 0 40px;
|
|
3821
|
+
position: relative;
|
|
3822
|
+
display: flex;
|
|
3823
|
+
flex-direction: row;
|
|
3824
|
+
align-items: center;
|
|
3825
|
+
}
|
|
3826
|
+
.LayoutBox > .layout-inner > .layout-right,
|
|
3827
|
+
.LayoutBox > .layout-inner > .layout-left {
|
|
3828
|
+
flex: 0 0 40px;
|
|
3829
|
+
display: flex;
|
|
3830
|
+
flex-direction: column;
|
|
3831
|
+
justify-content: center;
|
|
3832
|
+
align-items: center;
|
|
3833
|
+
}
|
|
3834
|
+
.layout-top,
|
|
3835
|
+
.layout-bottom {
|
|
3836
|
+
--hw-text-input-margin: 0 0 0 -15px;
|
|
3837
|
+
}
|
|
3838
|
+
.layout-top > .layout-input,
|
|
3839
|
+
.layout-bottom > .layout-input {
|
|
3840
|
+
left: 50%;
|
|
3841
|
+
}
|
|
3842
|
+
.LayoutBox > .layout-inner {
|
|
3843
|
+
flex: 1 1 auto;
|
|
3844
|
+
display: flex;
|
|
3845
|
+
flex-direction: row;
|
|
3846
|
+
align-items: stretch;
|
|
3847
|
+
}
|
|
3848
|
+
.LayoutBox.layout-margin {
|
|
3849
|
+
background-color: var(--margin-color);
|
|
3850
|
+
border: dashed 2px black;
|
|
3851
|
+
}
|
|
3852
|
+
.LayoutBox.layout-border {
|
|
3853
|
+
background-color: var(--border-color);
|
|
3854
|
+
border: solid 2px black;
|
|
3855
|
+
}
|
|
3856
|
+
.LayoutBox.layout-padding {
|
|
3857
|
+
background-color: var(--padding-color);
|
|
3858
|
+
border: dashed 2px black;
|
|
3859
|
+
}
|
|
3860
|
+
.LayoutBox .layout-content {
|
|
3861
|
+
flex: 1 1 auto;
|
|
3862
|
+
background-color: var(--content-color);
|
|
3863
|
+
border: solid 2px #808080;
|
|
3864
|
+
}
|
|
3865
|
+
.LayoutBox .layout-title {
|
|
3866
|
+
color: #161616;
|
|
3867
|
+
font-size: 11px;
|
|
3868
|
+
left: 4px;
|
|
3869
|
+
line-height: 15px;
|
|
3870
|
+
position: absolute;
|
|
3871
|
+
top: 1px;
|
|
3872
|
+
}
|
|
3873
|
+
|
|
3874
|
+
/* ../vuu-layout/src/tools/devtools-tree/layout-tree-viewer.css */
|
|
3875
|
+
.hwLayoutTreeViewer {
|
|
3876
|
+
}
|
|
3877
|
+
.hwLayoutTreeNode {
|
|
3878
|
+
cursor: default;
|
|
3879
|
+
}
|
|
3880
|
+
.hwLayoutTreeNode:hover {
|
|
3881
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
3882
|
+
}
|
|
3883
|
+
.hwLayoutTreeNode[aria-selected=true] {
|
|
3884
|
+
background-color: cornflowerblue;
|
|
3885
|
+
color: white;
|
|
3886
|
+
}
|
|
3887
|
+
|
|
3888
|
+
/* ../vuu-shell/src/login/LoginPanel.css */
|
|
3889
|
+
.vuuLoginPanel {
|
|
3890
|
+
--saltInput-paddingLeft: 8px;
|
|
3891
|
+
--login-width: 856px;
|
|
3892
|
+
--login-height: 550px;
|
|
3893
|
+
--hwTextInput-border: solid 1px #ccc;
|
|
3894
|
+
--hwTextInput-height: 28px;
|
|
3895
|
+
--hwTextInput-padding: 0 12px;
|
|
3896
|
+
--hwTextInput-width: 100%;
|
|
3897
|
+
--login-row-height: 60px;
|
|
3898
|
+
border-radius: 16px;
|
|
3899
|
+
box-shadow: 0px 24px 44px 0px rgba(0, 0, 0, 0.25);
|
|
3900
|
+
display: flex;
|
|
3901
|
+
height: var(--login-height);
|
|
3902
|
+
margin: 0 auto;
|
|
3903
|
+
width: var(--login-width);
|
|
3904
|
+
}
|
|
3905
|
+
.vuuLoginPanel .saltInput-primary {
|
|
3906
|
+
--saltInput-height: 36px;
|
|
3907
|
+
}
|
|
3908
|
+
.vuuLoginPanel-title {
|
|
3909
|
+
justify-content: center;
|
|
3910
|
+
font-size: 28px;
|
|
3911
|
+
font-weight: 400;
|
|
3912
|
+
display: flex;
|
|
3913
|
+
}
|
|
3914
|
+
.vuuLoginPanel-branding {
|
|
3915
|
+
align-items: center;
|
|
3916
|
+
background-color: var(--vuu-color-purple-50);
|
|
3917
|
+
border-radius: 16px 0 0 16px;
|
|
3918
|
+
display: flex;
|
|
3919
|
+
flex: 0 0 368px;
|
|
3920
|
+
flex-direction: column;
|
|
3921
|
+
gap: 40px;
|
|
3922
|
+
justify-content: center;
|
|
3923
|
+
padding: 40px 100px;
|
|
3924
|
+
}
|
|
3925
|
+
.vuuLoginPanel-form {
|
|
3926
|
+
background-color: white;
|
|
3927
|
+
border-radius: 0 16px 16px 0px;
|
|
3928
|
+
display: flex;
|
|
3929
|
+
flex: 1 1 auto;
|
|
3930
|
+
flex-direction: column;
|
|
3931
|
+
gap: 32px;
|
|
3932
|
+
justify-content: center;
|
|
3933
|
+
padding: 0 40px;
|
|
3934
|
+
}
|
|
3935
|
+
.vuuLoginPanel-password {
|
|
3936
|
+
--vuu-icon-size: 16px;
|
|
3937
|
+
}
|
|
3938
|
+
.vuuLoginPanel-appName {
|
|
3939
|
+
color: white;
|
|
3940
|
+
font-size: 18px;
|
|
3941
|
+
font-weight: 700;
|
|
3942
|
+
text-transform: uppercase;
|
|
3943
|
+
}
|
|
3944
|
+
.vuuLoginPanel-login {
|
|
3945
|
+
--saltButton-height: 36px;
|
|
3946
|
+
--saltButton-borderRadius: 6px;
|
|
3947
|
+
width: 100%;
|
|
3948
|
+
}
|
|
3949
|
+
|
|
3950
|
+
/* ../vuu-shell/src/app-header/AppHeader.css */
|
|
3951
|
+
.vuuAppHeader {
|
|
3952
|
+
--saltButton-borderRadius: 6px;
|
|
3953
|
+
--saltButton-text-color: var(--vuu-color-gray-50);
|
|
3954
|
+
--saltButton-padding: 12px;
|
|
3955
|
+
--vuuToolbarItem-height: 26px;
|
|
3956
|
+
--vuuOverflowContainer-gap: 8px;
|
|
3957
|
+
--vuu-icon-color: var(--vuu-color-gray-45);
|
|
3958
|
+
--vuu-icon-size: 16px;
|
|
3959
|
+
--vuuToolbar-background: var(--vuuAppHeader-background, var(--vuu-color-gray-28));
|
|
3960
|
+
--vuuToolbar-borderWidth: 1px;
|
|
3961
|
+
--vuuToolbar-borderStyle: solid;
|
|
3962
|
+
--vuuToolbar-borderColor: var(--vuu-color-gray-30);
|
|
3963
|
+
align-items: center;
|
|
3964
|
+
display: flex;
|
|
3965
|
+
justify-content: flex-end;
|
|
3966
|
+
}
|
|
3967
|
+
.vuu-theme .vuuAppHeader {
|
|
3968
|
+
border-radius: 8px;
|
|
3969
|
+
margin-bottom: 8px;
|
|
3970
|
+
}
|
|
3971
|
+
|
|
3972
|
+
/* ../vuu-shell/src/connection-status/ConnectionStatusIcon.css */
|
|
3973
|
+
.vuuStatus-container {
|
|
3974
|
+
display: flex;
|
|
3975
|
+
}
|
|
3976
|
+
.vuuStatus-text {
|
|
3977
|
+
align-self: center;
|
|
3978
|
+
}
|
|
3979
|
+
.vuuStatus {
|
|
3980
|
+
--vuu-icon-height: 18px;
|
|
3981
|
+
--vuu-icon-padding: var(--vuuStatus-padding, 6px);
|
|
3982
|
+
--vuu-icon-width: var(--vuuStatus-width, auto);
|
|
3983
|
+
--vuu-icon-min-width: var(--vuuStatus-min-width, 20px);
|
|
3984
|
+
align-items: center;
|
|
3985
|
+
display: inline-flex;
|
|
3986
|
+
height: var(--vuu-icon-height);
|
|
3987
|
+
justify-content: center;
|
|
3988
|
+
min-width: var(--vuu-icon-min-width);
|
|
3989
|
+
padding: 0 var(--vuu-icon-padding);
|
|
3990
|
+
width: var(--vuu-icon-width);
|
|
3991
|
+
position: relative;
|
|
3992
|
+
}
|
|
3993
|
+
.vuuStatus[data-icon]::after {
|
|
3994
|
+
inset: 0 0 0 0;
|
|
3995
|
+
content: "";
|
|
3996
|
+
box-shadow: 0 0 0 0 black;
|
|
3997
|
+
position: absolute;
|
|
3998
|
+
mask: var(--vuu-icon-svg) center center/20px 20px no-repeat;
|
|
3999
|
+
-webkit-mask: var(--vuu-icon-svg) center center/20px 20px no-repeat;
|
|
4000
|
+
}
|
|
4001
|
+
.vuuActiveStatus::after {
|
|
4002
|
+
--vuu-icon-svg: var(--svg-active-status);
|
|
4003
|
+
background-color: rgb(0, 255, 0);
|
|
4004
|
+
}
|
|
4005
|
+
.vuuConnectingStatus::after {
|
|
4006
|
+
--vuu-icon-svg: var(--svg-connecting-status);
|
|
4007
|
+
background-color: orange;
|
|
4008
|
+
transform: scale(1);
|
|
4009
|
+
animation: infinite pulse 1s;
|
|
4010
|
+
}
|
|
4011
|
+
.vuuDisconnectedStatus::after {
|
|
4012
|
+
--vuu-icon-svg: var(--svg-disconnected-status);
|
|
4013
|
+
background-color: red;
|
|
4014
|
+
transform: scale(1);
|
|
4015
|
+
animation: infinite pulse 0.5s;
|
|
4016
|
+
}
|
|
4017
|
+
@keyframes pulse {
|
|
4018
|
+
0% {
|
|
4019
|
+
transform: scale(0.95);
|
|
4020
|
+
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
|
|
4021
|
+
}
|
|
4022
|
+
70% {
|
|
4023
|
+
transform: scale(1);
|
|
4024
|
+
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
|
|
4025
|
+
}
|
|
4026
|
+
100% {
|
|
4027
|
+
transform: scale(0.95);
|
|
4028
|
+
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
|
|
4029
|
+
}
|
|
4030
|
+
}
|
|
4031
|
+
|
|
4032
|
+
/* ../vuu-shell/src/layout-management/SaveLayoutPanel.css */
|
|
4033
|
+
.saveLayoutPanel {
|
|
4034
|
+
--salt-selectable-foreground-hover: #6d18bdc3;
|
|
4035
|
+
--salt-selectable-foreground-selected: #6D18BD;
|
|
4036
|
+
--salt-selectable-borderColor-selected: #6D18BD;
|
|
4037
|
+
--saltInputLegacy-fontSize: 12px;
|
|
4038
|
+
--salt-text-label-fontSize: 10px;
|
|
4039
|
+
--saltFormFieldLegacy-label-paddingLeft: 0;
|
|
4040
|
+
--saltFormField-label-fontWeight: 400;
|
|
4041
|
+
--saltText-color: var(--text-secondary-foreground, #606477);
|
|
4042
|
+
}
|
|
4043
|
+
.saveLayoutPanel-panelContainer {
|
|
4044
|
+
display: flex;
|
|
4045
|
+
flex-direction: column;
|
|
4046
|
+
align-items: flex-start;
|
|
4047
|
+
}
|
|
4048
|
+
.saveLayoutPanel-panelContent {
|
|
4049
|
+
display: flex;
|
|
4050
|
+
align-items: flex-start;
|
|
4051
|
+
gap: 32px;
|
|
4052
|
+
}
|
|
4053
|
+
.saveLayoutPanel-formContainer {
|
|
4054
|
+
display: flex;
|
|
4055
|
+
width: 217px;
|
|
4056
|
+
flex-direction: column;
|
|
4057
|
+
align-items: flex-start;
|
|
4058
|
+
gap: 16px;
|
|
4059
|
+
}
|
|
4060
|
+
.saveLayoutPanel-formField {
|
|
4061
|
+
display: flex;
|
|
4062
|
+
flex-direction: column;
|
|
4063
|
+
gap: 1px;
|
|
4064
|
+
}
|
|
4065
|
+
.saveLayoutPanel-inputText {
|
|
4066
|
+
border: none;
|
|
4067
|
+
color: var(--light-text-primary, #15171B);
|
|
4068
|
+
font-family: Nunito Sans A-Variant, serif;
|
|
4069
|
+
font-feature-settings:
|
|
4070
|
+
"ss02" on,
|
|
4071
|
+
"ss01" on,
|
|
4072
|
+
"salt" on,
|
|
4073
|
+
"liga" off;
|
|
4074
|
+
font-size: 12px;
|
|
4075
|
+
font-weight: 400;
|
|
4076
|
+
line-height: 16px;
|
|
4077
|
+
padding-left: 4px;
|
|
4078
|
+
width: 100%;
|
|
4079
|
+
outline: none;
|
|
4080
|
+
}
|
|
4081
|
+
.saveLayoutPanel-settingsGroup {
|
|
4082
|
+
display: flex;
|
|
4083
|
+
flex-wrap: wrap;
|
|
4084
|
+
align-items: flex-end;
|
|
4085
|
+
gap: 10px;
|
|
4086
|
+
width: 100%;
|
|
4087
|
+
line-height: 16px;
|
|
4088
|
+
}
|
|
4089
|
+
.saveLayoutPanel-screenshotContainer {
|
|
4090
|
+
display: flex;
|
|
4091
|
+
width: 304px;
|
|
4092
|
+
height: 208px;
|
|
4093
|
+
padding: 11px 15.5px;
|
|
4094
|
+
justify-content: center;
|
|
4095
|
+
align-items: center;
|
|
4096
|
+
border: 1px solid #E8E8E8;
|
|
4097
|
+
background: var(--dark-text-primary, #FFF);
|
|
4098
|
+
}
|
|
4099
|
+
.saveLayoutPanel-screenshot {
|
|
4100
|
+
display: flex;
|
|
4101
|
+
justify-content: center;
|
|
4102
|
+
align-items: center;
|
|
4103
|
+
background: lightgray 50% / cover no-repeat;
|
|
4104
|
+
width: 273px;
|
|
4105
|
+
height: 186px;
|
|
4106
|
+
flex-shrink: 0;
|
|
4107
|
+
}
|
|
4108
|
+
.saveLayoutPanel-buttonsContainer {
|
|
4109
|
+
display: flex;
|
|
4110
|
+
justify-content: flex-end;
|
|
4111
|
+
align-items: flex-start;
|
|
4112
|
+
align-self: stretch;
|
|
4113
|
+
padding-top: 24px;
|
|
4114
|
+
gap: 8px;
|
|
4115
|
+
}
|
|
4116
|
+
.saveLayoutPanel-cancelButton,
|
|
4117
|
+
.saveLayoutPanel-saveButton {
|
|
4118
|
+
display: flex;
|
|
4119
|
+
height: fit-content;
|
|
4120
|
+
padding: 4px 8px;
|
|
4121
|
+
align-items: flex-start;
|
|
4122
|
+
gap: 8px;
|
|
4123
|
+
border-radius: 6px;
|
|
4124
|
+
font-size: 12px;
|
|
4125
|
+
font-style: normal;
|
|
4126
|
+
font-weight: 700;
|
|
4127
|
+
line-height: 133.333%;
|
|
4128
|
+
letter-spacing: 0.48px;
|
|
4129
|
+
text-transform: uppercase;
|
|
4130
|
+
}
|
|
4131
|
+
.saveLayoutPanel-cancelButton {
|
|
4132
|
+
color: var(--actionable-primary-foreground-default, #606477);
|
|
4133
|
+
background: var(--actionable-primary-background-default, #FFF);
|
|
4134
|
+
}
|
|
4135
|
+
.saveLayoutPanel-saveButton {
|
|
4136
|
+
background: #6D18BD;
|
|
4137
|
+
border-color: #6D18BD;
|
|
4138
|
+
color: white;
|
|
4139
|
+
}
|
|
4140
|
+
.saveLayoutPanel-saveButton.saltButton:disabled {
|
|
4141
|
+
background: #6D18BD;
|
|
4142
|
+
border-color: #6D18BD;
|
|
4143
|
+
color: white;
|
|
4144
|
+
opacity: 0.3;
|
|
4145
|
+
}
|
|
4146
|
+
.saveLayoutPanel-saveButton.saltButton:hover {
|
|
4147
|
+
background: #F37880;
|
|
4148
|
+
border-color: #F37880;
|
|
4149
|
+
color: white;
|
|
4150
|
+
}
|
|
4151
|
+
|
|
4152
|
+
/* ../vuu-shell/src/layout-management/LayoutList.css */
|
|
4153
|
+
.vuuLayoutList {
|
|
4154
|
+
--vuuMeasuredContainer-flex: 1 1 1px;
|
|
4155
|
+
align-self: stretch;
|
|
4156
|
+
display: flex;
|
|
4157
|
+
flex-direction: column;
|
|
4158
|
+
height: 100%;
|
|
4159
|
+
overflow: hidden;
|
|
4160
|
+
}
|
|
4161
|
+
.vuuLayoutList-header {
|
|
4162
|
+
color: var(--light-text-primary, #15171B);
|
|
4163
|
+
flex: 0 0 47px;
|
|
4164
|
+
font-weight: 700;
|
|
4165
|
+
letter-spacing: 0.48px;
|
|
4166
|
+
text-transform: uppercase;
|
|
4167
|
+
display: flex;
|
|
4168
|
+
padding: 16px 0px;
|
|
4169
|
+
border-bottom: 1px solid rgba(119, 124, 148, 0.10);
|
|
4170
|
+
line-height: 200%;
|
|
4171
|
+
}
|
|
4172
|
+
.vuuLayoutList-groupName {
|
|
4173
|
+
display: flex;
|
|
4174
|
+
padding-top: 24px;
|
|
4175
|
+
color: var(--light-text-secondary, #606477);
|
|
4176
|
+
font-weight: 700;
|
|
4177
|
+
letter-spacing: 0.48px;
|
|
4178
|
+
line-height: 200%;
|
|
4179
|
+
}
|
|
4180
|
+
.vuuLayoutList-layoutContainer {
|
|
4181
|
+
display: flex;
|
|
4182
|
+
align-items: center;
|
|
4183
|
+
gap: 8px;
|
|
4184
|
+
padding: 8px 0px;
|
|
4185
|
+
flex: 1 1 auto;
|
|
4186
|
+
cursor: pointer;
|
|
4187
|
+
}
|
|
4188
|
+
.vuuLayoutList-layoutName {
|
|
4189
|
+
color: var(--light-text-primary, #15171B);
|
|
4190
|
+
font-weight: 600;
|
|
4191
|
+
line-height: 133.333%;
|
|
4192
|
+
text-transform: capitalize;
|
|
4193
|
+
}
|
|
4194
|
+
.vuuLayoutList-screenshot {
|
|
4195
|
+
width: 60px;
|
|
4196
|
+
height: 45.6px;
|
|
4197
|
+
border: 1px solid #D6D7DA;
|
|
4198
|
+
}
|
|
4199
|
+
.vuuLayoutList-layoutDetails {
|
|
4200
|
+
color: var(--light-text-secondary, #606477);
|
|
4201
|
+
font-size: 10px;
|
|
4202
|
+
font-weight: 600;
|
|
4203
|
+
line-height: 150%;
|
|
4204
|
+
}
|
|
4205
|
+
|
|
4206
|
+
/* ../vuu-shell/src/feature-list/FeatureList.css */
|
|
4207
|
+
.vuuFeatureList {
|
|
4208
|
+
background: var(--vuuFeatureList-background, var(--salt-container-primary-background));
|
|
4209
|
+
display: flex;
|
|
4210
|
+
flex-direction: column;
|
|
4211
|
+
height: 100%;
|
|
4212
|
+
padding: 195px 32px 16px 24px;
|
|
4213
|
+
}
|
|
4214
|
+
.vuuFeatureList-header {
|
|
4215
|
+
flex: 0 0 40px;
|
|
4216
|
+
font-size: 12px;
|
|
4217
|
+
font-weight: 700;
|
|
4218
|
+
line-height: 2;
|
|
4219
|
+
}
|
|
4220
|
+
.vuuFeatureList-content {
|
|
4221
|
+
flex: 1 1 auto;
|
|
4222
|
+
font-size: 12px;
|
|
4223
|
+
font-weight: 700;
|
|
4224
|
+
}
|
|
4225
|
+
|
|
4226
|
+
/* ../vuu-shell/src/left-nav/LeftNav.css */
|
|
4227
|
+
.vuuLeftNav {
|
|
4228
|
+
--salt-navigable-fontWeight-active: 700;
|
|
4229
|
+
--vuuTab-background-selected: rgba(255, 255, 255, 0.10);
|
|
4230
|
+
--vuuTab-hover-background: rgba(255, 255, 255, 0.10);
|
|
4231
|
+
--vuuTab-before-content: none;
|
|
4232
|
+
--vuuTab-borderRadius: 6px;
|
|
4233
|
+
--vuuTab-height: 40px;
|
|
4234
|
+
--vuuTab-padding: 0 0 0 48px;
|
|
4235
|
+
--vuuTabstrip-fontWeight: 700;
|
|
4236
|
+
--vuuTabstrip-width: 100%;
|
|
4237
|
+
--svg-demo: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.3333 11C11.52 11 11.6667 10.8533 11.6667 10.6667C11.6667 10.48 11.52 10.3333 11.3333 10.3333C11.1467 10.3333 11 10.48 11 10.6667C11 10.8533 11.1467 11 11.3333 11Z"/><path d="M5.99999 8.66667C6.36818 8.66667 6.66666 8.36819 6.66666 8C6.66666 7.63181 6.36818 7.33334 5.99999 7.33334C5.63181 7.33334 5.33333 7.63181 5.33333 8C5.33333 8.36819 5.63181 8.66667 5.99999 8.66667Z"/><path d="M8.66667 6C9.03486 6 9.33333 5.70152 9.33333 5.33333C9.33333 4.96514 9.03486 4.66667 8.66667 4.66667C8.29848 4.66667 8 4.96514 8 5.33333C8 5.70152 8.29848 6 8.66667 6Z"/><path d="M8.66667 11.3333C9.03486 11.3333 9.33333 11.0349 9.33333 10.6667C9.33333 10.2985 9.03486 10 8.66667 10C8.29848 10 8 10.2985 8 10.6667C8 11.0349 8.29848 11.3333 8.66667 11.3333Z"/><path d="M11.3333 8.33333C11.52 8.33333 11.6667 8.18666 11.6667 8C11.6667 7.81333 11.52 7.66666 11.3333 7.66666C11.1467 7.66666 11 7.81333 11 8C11 8.18666 11.1467 8.33333 11.3333 8.33333Z"/><path d="M8.66667 8.66667C9.03486 8.66667 9.33333 8.36819 9.33333 8C9.33333 7.63181 9.03486 7.33334 8.66667 7.33334C8.29848 7.33334 8 7.63181 8 8C8 8.36819 8.29848 8.66667 8.66667 8.66667Z"/><path d="M2 2H14V3.33333H2V2Z"/><path d="M3.33333 6.33333C3.88561 6.33333 4.33333 5.88562 4.33333 5.33333C4.33333 4.78105 3.88561 4.33333 3.33333 4.33333C2.78104 4.33333 2.33333 4.78105 2.33333 5.33333C2.33333 5.88562 2.78104 6.33333 3.33333 6.33333Z"/><path d="M3.33333 9C3.88561 9 4.33333 8.55228 4.33333 8C4.33333 7.44772 3.88561 7 3.33333 7C2.78104 7 2.33333 7.44772 2.33333 8C2.33333 8.55228 2.78104 9 3.33333 9Z"/><path d="M3.33333 11.6667C3.88561 11.6667 4.33333 11.2189 4.33333 10.6667C4.33333 10.1144 3.88561 9.66666 3.33333 9.66666C2.78104 9.66666 2.33333 10.1144 2.33333 10.6667C2.33333 11.2189 2.78104 11.6667 3.33333 11.6667Z"/><path d="M11.3333 5.66667C11.52 5.66667 11.6667 5.52 11.6667 5.33333C11.6667 5.14667 11.52 5 11.3333 5C11.1467 5 11 5.14667 11 5.33333C11 5.52 11.1467 5.66667 11.3333 5.66667Z"/><path d="M5.99999 11.3333C6.36818 11.3333 6.66666 11.0349 6.66666 10.6667C6.66666 10.2985 6.36818 10 5.99999 10C5.63181 10 5.33333 10.2985 5.33333 10.6667C5.33333 11.0349 5.63181 11.3333 5.99999 11.3333Z"/><path d="M5.99999 6C6.36818 6 6.66666 5.70152 6.66666 5.33333C6.66666 4.96514 6.36818 4.66667 5.99999 4.66667C5.63181 4.66667 5.33333 4.96514 5.33333 5.33333C5.33333 5.70152 5.63181 6 5.99999 6Z"/><path d="M2 12.6667H14V14H2V12.6667Z"/></svg>');
|
|
4238
|
+
--svg-features: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.3333 12.6667H14L14 3.33334H15.3333L15.3333 12.6667ZM12.6667 12.6667H11.3333L11.3333 3.33334H12.6667L12.6667 12.6667ZM1.33333 12.6667L9.33333 12.6667C9.69999 12.6667 9.99999 12.3667 9.99999 12V4.00001C9.99999 3.63334 9.69999 3.33334 9.33333 3.33334L1.33333 3.33334C0.966661 3.33334 0.666661 3.63334 0.666661 4.00001L0.666661 12C0.666661 12.3667 0.966661 12.6667 1.33333 12.6667ZM1.99999 4.66667L8.66666 4.66667V11.3333L1.99999 11.3333L1.99999 4.66667Z"/></svg>');
|
|
4239
|
+
--svg-tables: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 6H4.66667V3.33334H3.33333C2.6 3.33334 2 3.93334 2 4.66667V6ZM2 9.33334H4.66667V6.66667H2V9.33334ZM5.33333 9.33334H8V6.66667H5.33333V9.33334ZM8.66667 9.33334H11.3333V6.66667H8.66667V9.33334ZM5.33333 6H8V3.33334H5.33333V6ZM8.66667 3.33334V6H11.3333V3.33334H8.66667ZM12 9.33334H14.6667V6.66667H12V9.33334ZM3.33333 12.6667H4.66667V10H2V11.3333C2 12.0667 2.6 12.6667 3.33333 12.6667ZM5.33333 12.6667H8V10H5.33333V12.6667ZM8.66667 12.6667H11.3333V10H8.66667V12.6667ZM12 12.6667H13.3333C14.0667 12.6667 14.6667 12.0667 14.6667 11.3333V10H12V12.6667ZM12 3.33334V6H14.6667V4.66667C14.6667 3.93334 14.0667 3.33334 13.3333 3.33334H12Z"/></svg>');
|
|
4240
|
+
--svg-layouts: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.3333 10H14V11.3333H15.3333V10ZM15.3333 12.6667H14V14H15.3333V12.6667ZM15.3333 7.33333H14V8.66667H15.3333V7.33333ZM10 2H8.66667V3.33333H10V2ZM15.3333 4.66667H14V6H15.3333V4.66667ZM0.666672 14H7.33334V10H0.666672V14ZM2.00001 4.66667H0.666672V6H2.00001V4.66667ZM10 12.6667H8.66667V14H10V12.6667ZM12.6667 2H11.3333V3.33333H12.6667V2ZM15.3333 2H14V3.33333H15.3333V2ZM12.6667 12.6667H11.3333V14H12.6667V12.6667ZM2.00001 7.33333H0.666672V8.66667H2.00001V7.33333ZM7.33334 2H6.00001V3.33333H7.33334V2ZM4.66667 2H3.33334V3.33333H4.66667V2ZM2.00001 2H0.666672V3.33333H2.00001V2Z"/></svg>');
|
|
4241
|
+
--vuu-light-text-primary: #15171b;
|
|
4242
|
+
--menu-level-2-width: 0px;
|
|
4243
|
+
box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.15);
|
|
4244
|
+
display: flex;
|
|
4245
|
+
height: calc(100% - 4px);
|
|
4246
|
+
margin-bottom: 4px;
|
|
4247
|
+
overflow: hidden;
|
|
4248
|
+
position: relative;
|
|
4249
|
+
transition: width .2s ease-out;
|
|
4250
|
+
z-index: 0;
|
|
4251
|
+
}
|
|
4252
|
+
.vuuLeftNav-menu-full {
|
|
4253
|
+
--menu-width: var(--nav-menu-expanded-width);
|
|
4254
|
+
}
|
|
4255
|
+
.vuuLeftNav-menu-icons {
|
|
4256
|
+
--menu-width: var(--nav-menu-collapsed-width);
|
|
4257
|
+
}
|
|
4258
|
+
.vuuLeftNav-menu-icons-content {
|
|
4259
|
+
--menu-width: var(--nav-menu-collapsed-width);
|
|
4260
|
+
--menu-level-2-width: var(--nav-menu-content-width);
|
|
4261
|
+
}
|
|
4262
|
+
.vuuLeftNav-menu-full-content {
|
|
4263
|
+
--menu-width: var(--nav-menu-expanded-width);
|
|
4264
|
+
--menu-level-2-width: var(--nav-menu-content-width);
|
|
4265
|
+
}
|
|
4266
|
+
.vuuLeftNav-menu-icons-content .vuuLeftNav-menu-secondary,
|
|
4267
|
+
.vuuLeftNav-menu-full-content .vuuLeftNav-menu-secondary {
|
|
4268
|
+
display: flex;
|
|
4269
|
+
}
|
|
4270
|
+
.vuuLeftNav-menu-primary {
|
|
4271
|
+
background-color: #2A015F;
|
|
4272
|
+
container-type: inline-size;
|
|
4273
|
+
display: flex;
|
|
4274
|
+
flex-direction: column;
|
|
4275
|
+
height: 100%;
|
|
4276
|
+
padding: 32px 16px;
|
|
4277
|
+
transition: flex-basis ease-out .2s;
|
|
4278
|
+
flex-grow: 0;
|
|
4279
|
+
flex-shrink: 0;
|
|
4280
|
+
flex-basis: var(--menu-width);
|
|
4281
|
+
}
|
|
4282
|
+
.vuuLeftNav-menu-secondary {
|
|
4283
|
+
flex: 1 1 auto;
|
|
4284
|
+
display: none;
|
|
4285
|
+
top: 0;
|
|
4286
|
+
right: 0;
|
|
4287
|
+
flex-grow: 0;
|
|
4288
|
+
flex-shrink: 0;
|
|
4289
|
+
flex-basis: var(--nav-menu-content-width, 240px);
|
|
4290
|
+
z-index: -1;
|
|
4291
|
+
}
|
|
4292
|
+
.vuuLeftNav .vuuTabstrip {
|
|
4293
|
+
margin-top: 102px;
|
|
4294
|
+
}
|
|
4295
|
+
.vuuLeftNav .vuuTab {
|
|
4296
|
+
--vuuTab-focusVisible-color: pink;
|
|
4297
|
+
--vuu-icon-color: white;
|
|
4298
|
+
--vuu-icon-left: 12px;
|
|
4299
|
+
--vuu-icon-size: 16px;
|
|
4300
|
+
border-left: solid 4px transparent;
|
|
4301
|
+
}
|
|
4302
|
+
.vuuLeftNav .vuuTab-selected {
|
|
4303
|
+
--vuu-icon-color: var(--salt-navigable-indicator-active);
|
|
4304
|
+
border-left: solid 4px var(--salt-navigable-indicator-active);
|
|
4305
|
+
}
|
|
4306
|
+
.vuuLeftNav-logo {
|
|
4307
|
+
display: flex;
|
|
4308
|
+
flex: 0 0 auto;
|
|
4309
|
+
justify-content: center;
|
|
4310
|
+
}
|
|
4311
|
+
.vuuLeftNav-main {
|
|
4312
|
+
flex: 1 1 auto;
|
|
4313
|
+
}
|
|
4314
|
+
.vuuLeftNav-menu {
|
|
4315
|
+
color: white;
|
|
4316
|
+
margin-top: 102px;
|
|
4317
|
+
padding: 0;
|
|
4318
|
+
}
|
|
4319
|
+
.vuuLeftNav [data-icon=demo] {
|
|
4320
|
+
--vuu-icon-svg: var(--svg-demo);
|
|
4321
|
+
}
|
|
4322
|
+
.vuuLeftNav [data-icon=tables] {
|
|
4323
|
+
--vuu-icon-svg: var(--svg-tables);
|
|
4324
|
+
}
|
|
4325
|
+
.vuuLeftNav [data-icon=features] {
|
|
4326
|
+
--vuu-icon-svg: var(--svg-features);
|
|
4327
|
+
}
|
|
4328
|
+
.vuuLeftNav [data-icon=layouts] {
|
|
4329
|
+
--vuu-icon-svg: var(--svg-layouts);
|
|
4330
|
+
}
|
|
4331
|
+
@container (max-width: 100px) {
|
|
4332
|
+
.vuuTab {
|
|
4333
|
+
--vuuTab-padding: 0 0 0 42px;
|
|
4334
|
+
}
|
|
4335
|
+
.vuuTab-main {
|
|
4336
|
+
display: none !important;
|
|
4337
|
+
}
|
|
4338
|
+
}
|
|
4339
|
+
.vuuLeftNav-buttonBar {
|
|
4340
|
+
align-items: center;
|
|
4341
|
+
display: flex;
|
|
4342
|
+
flex: 0 0 100px;
|
|
4343
|
+
justify-content: center;
|
|
4344
|
+
}
|
|
4345
|
+
.vuuLeftNav-toggleButton {
|
|
4346
|
+
--vuu-icon-color: var(--vuu-light-text-primary);
|
|
4347
|
+
--vuu-icon-left: 11px;
|
|
4348
|
+
--vuu-icon-top: 10px;
|
|
4349
|
+
--vuu-icon-size: 16px;
|
|
4350
|
+
background-color: var(--salt-navigable-indicator-active);
|
|
4351
|
+
border-width: 0;
|
|
4352
|
+
border-radius: 18px;
|
|
4353
|
+
height: 36px;
|
|
4354
|
+
position: relative;
|
|
4355
|
+
width: 36px;
|
|
4356
|
+
}
|
|
4357
|
+
.vuuLeftNav-toggleButton-open {
|
|
4358
|
+
--vuu-icon-left: 9px;
|
|
4359
|
+
}
|
|
4360
|
+
.vuuLeftNav-drawer {
|
|
4361
|
+
display: flex;
|
|
4362
|
+
padding: 40px 32px 0px 24px;
|
|
4363
|
+
flex-direction: column;
|
|
4364
|
+
align-items: flex-start;
|
|
4365
|
+
flex-shrink: 0;
|
|
4366
|
+
align-self: stretch;
|
|
4367
|
+
background: #FFF;
|
|
4368
|
+
box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.15);
|
|
4369
|
+
height: 100%;
|
|
4370
|
+
}
|
|
4371
|
+
|
|
4372
|
+
/* ../vuu-shell/src/session-editing-form/SessionEditingForm.css */
|
|
4373
|
+
.vuuSessionEditingForm {
|
|
4374
|
+
display: flex;
|
|
4375
|
+
flex-direction: column;
|
|
4376
|
+
gap: 3px;
|
|
4377
|
+
min-width: 400px;
|
|
4378
|
+
padding: 6px;
|
|
4379
|
+
}
|
|
4380
|
+
.vuuSessionEditingForm-content {
|
|
4381
|
+
display: flex;
|
|
4382
|
+
flex-direction: column;
|
|
4383
|
+
flex: 1 1 auto;
|
|
4384
|
+
gap: 3px;
|
|
4385
|
+
overflow: auto;
|
|
4386
|
+
}
|
|
4387
|
+
.vuuSessionEditingForm-field {
|
|
4388
|
+
align-items: center;
|
|
4389
|
+
display: flex;
|
|
4390
|
+
height: 32px;
|
|
4391
|
+
}
|
|
4392
|
+
.vuuSessionEditingForm-fieldLabel {
|
|
4393
|
+
flex: 0 0 50%;
|
|
4394
|
+
}
|
|
4395
|
+
.vuuSessionEditingForm-fieldValue {
|
|
4396
|
+
max-width: 50%;
|
|
4397
|
+
}
|
|
4398
|
+
.vuuSessionEditingForm-fieldValue.vuuReadOnly {
|
|
4399
|
+
font-weight: var(--salt-text-label-fontWeight-strong);
|
|
4400
|
+
}
|
|
4401
|
+
.vuuSessionEditingForm-buttonbar {
|
|
4402
|
+
align-items: center;
|
|
4403
|
+
border-top: solid 1px var(--salt-container-primary-borderColor);
|
|
4404
|
+
display: flex;
|
|
4405
|
+
justify-content: flex-end;
|
|
4406
|
+
flex: 0 0 autox;
|
|
4407
|
+
gap: 6px;
|
|
4408
|
+
padding-top: 6px;
|
|
4409
|
+
}
|
|
4410
|
+
.vuuSessionEditingForm-errorBanner {
|
|
4411
|
+
--vuu-icon-left: 3px;
|
|
4412
|
+
--vuu-icon-size: 18px;
|
|
4413
|
+
--vuu-icon-top: 3px;
|
|
4414
|
+
border: solid 1px var(--salt-status-error-borderColor);
|
|
4415
|
+
line-height: 24px;
|
|
4416
|
+
padding: 0 6px 0 26px;
|
|
4417
|
+
position: relative;
|
|
4418
|
+
}
|
|
4419
|
+
|
|
4420
|
+
/* ../vuu-shell/src/shell-layouts/context-panel/ContextPanel.css */
|
|
4421
|
+
.vuuContextPanel {
|
|
4422
|
+
position: relative;
|
|
4423
|
+
transition: width .3s ease-in-out;
|
|
4424
|
+
width: var(--vuu-side-panel-width, 0px) !important;
|
|
4425
|
+
z-index: 1;
|
|
4426
|
+
}
|
|
4427
|
+
.vuuContextPanel-expanded {
|
|
4428
|
+
--vuu-side-panel-width: 300px !important;
|
|
4429
|
+
--vuu-side-panel-shadow: -4px 4px 4px rgba(0, 0, 0, 0.1);
|
|
4430
|
+
--vuu-side-panel-padding: 24px;
|
|
4431
|
+
}
|
|
4432
|
+
.vuuContextPanel-overlay {
|
|
4433
|
+
width: 0px !important;
|
|
4434
|
+
}
|
|
4435
|
+
.vuuContextPanel-inner {
|
|
4436
|
+
background-color: var(--salt-container-primary-background);
|
|
4437
|
+
box-shadow: var(--vuu-side-panel-shadow, none);
|
|
4438
|
+
display: flex;
|
|
4439
|
+
flex-direction: column;
|
|
4440
|
+
height: 100%;
|
|
4441
|
+
min-width: 0 !important;
|
|
4442
|
+
overflow: auto;
|
|
4443
|
+
padding-bottom: 24px;
|
|
4444
|
+
padding-top: 24px;
|
|
4445
|
+
padding-left: var(--vuu-side-panel-padding, 0);
|
|
4446
|
+
padding-right: var(--vuu-side-panel-padding, 0);
|
|
4447
|
+
position: absolute !important;
|
|
4448
|
+
right: 0;
|
|
4449
|
+
top: 0;
|
|
4450
|
+
transition-property:
|
|
4451
|
+
padding-left,
|
|
4452
|
+
padding-right,
|
|
4453
|
+
width;
|
|
4454
|
+
transition-duration: .3s;
|
|
4455
|
+
transition-timing-function: ease-in-out;
|
|
4456
|
+
width: var(--vuu-side-panel-width, 0px);
|
|
4457
|
+
}
|
|
4458
|
+
.vuuContextPanel-header {
|
|
4459
|
+
align-items: center;
|
|
4460
|
+
display: flex;
|
|
4461
|
+
flex-wrap: nowrap;
|
|
4462
|
+
flex: 0 0 27px !important;
|
|
4463
|
+
justify-content: space-between;
|
|
4464
|
+
}
|
|
4465
|
+
.vuuContextPanel-title {
|
|
4466
|
+
font-size: 20px;
|
|
4467
|
+
font-weight: 700;
|
|
4468
|
+
white-space: nowrap;
|
|
4469
|
+
}
|
|
4470
|
+
.vuuContextPanel-content {
|
|
4471
|
+
flex: 1 1 auto;
|
|
4472
|
+
width: 100%;
|
|
4473
|
+
}
|
|
4474
|
+
|
|
4475
|
+
/* ../vuu-shell/src/shell-layouts/side-panel/SidePanel.css */
|
|
4476
|
+
.vuuShellSidePanel {
|
|
4477
|
+
transition: width .2s ease-out;
|
|
4478
|
+
width: var(--shell-left-nav-size);
|
|
4479
|
+
}
|
|
4480
|
+
|
|
4481
|
+
/* ../vuu-shell/src/shell.css */
|
|
4482
|
+
.vuuShell {
|
|
4483
|
+
background-color: var(--vuu-color-gray-25);
|
|
4484
|
+
height: var(--vuuShell-height, 100vh);
|
|
4485
|
+
width: var(--vuuShell-width, 100vw);
|
|
4486
|
+
}
|
|
4487
|
+
.vuuShell-mainTabs {
|
|
4488
|
+
background: var(--salt-container-primary-background);
|
|
4489
|
+
}
|
|
4490
|
+
.vuuShell-palette {
|
|
4491
|
+
--vuuView-border: none;
|
|
4492
|
+
--vuuView-margin: 0;
|
|
4493
|
+
}
|
|
4494
|
+
.vuuShell-warningPlaceholder {
|
|
4495
|
+
background-color: var(--salt-container-background-high);
|
|
4496
|
+
height: 100%;
|
|
4497
|
+
}
|
|
4498
|
+
.vuuToolbarProxy {
|
|
4499
|
+
background: var(--salt-container-primary-background);
|
|
4500
|
+
}
|
|
4501
|
+
.vuuShell-mainTabs > .vuuTabstrip > .vuuOverflowContainer-wrapContainer {
|
|
4502
|
+
background: var(--vuu-color-gray-25);
|
|
4503
|
+
}
|
|
4504
|
+
.vuuShell-mainTabs {
|
|
4505
|
+
--vuuTab-height: 28px;
|
|
4506
|
+
border: solid 1px #D6D7DA;
|
|
4507
|
+
border-top: none !important;
|
|
4508
|
+
border-radius: 6px;
|
|
4509
|
+
height: 100%;
|
|
4510
|
+
padding: 36px 8px 8px 8px;
|
|
4511
|
+
position: relative;
|
|
4512
|
+
width: 100%;
|
|
4513
|
+
}
|
|
4514
|
+
.vuuShell-mainTabs > .vuuTabstrip {
|
|
4515
|
+
--vuuTabstrip-height: 28px;
|
|
4516
|
+
--saltTabs-tabstrip-height: 29px;
|
|
4517
|
+
--tabstrip-height: 29px;
|
|
4518
|
+
left: -1px;
|
|
4519
|
+
padding-bottom: 7px;
|
|
4520
|
+
position: absolute !important;
|
|
4521
|
+
right: 1px;
|
|
4522
|
+
top: 0;
|
|
4523
|
+
width: calc(100% + 2px) !important;
|
|
4524
|
+
}
|
|
4525
|
+
.vuuShell-mainTabs > .vuuTabHeader {
|
|
4526
|
+
border-bottom: none;
|
|
4527
|
+
}
|
|
4528
|
+
.vuuShell-mainTabs > .vuuTabstrip:before {
|
|
4529
|
+
background-color: transparent;
|
|
4530
|
+
border-radius: 0 6px 0 0;
|
|
4531
|
+
border-left: solid 1px #D6D7DA;
|
|
4532
|
+
border-right: solid 1px #D6D7DA;
|
|
4533
|
+
border-top: solid 1px #D6D7DA;
|
|
4534
|
+
content: "";
|
|
4535
|
+
position: absolute;
|
|
4536
|
+
bottom: 0;
|
|
4537
|
+
left: 0;
|
|
4538
|
+
right: 0;
|
|
4539
|
+
height: 8px;
|
|
4540
|
+
z-index: 1;
|
|
4541
|
+
}
|
|
4542
|
+
.vuuTab.MainTab {
|
|
4543
|
+
--vuuTabMenu-top: -1px;
|
|
4544
|
+
background-color: #F1F2F4;
|
|
4545
|
+
border-color: #D6D7DA;
|
|
4546
|
+
border-radius: 6px 6px 0 0;
|
|
4547
|
+
border-width: 1px;
|
|
4548
|
+
border-style: solid;
|
|
4549
|
+
position: relative;
|
|
4550
|
+
}
|
|
4551
|
+
.MainTab.vuuTab-selected {
|
|
4552
|
+
background-color: white;
|
|
4553
|
+
border-bottom-color: white;
|
|
4554
|
+
z-index: 1;
|
|
4555
|
+
}
|
|
4556
|
+
.MainTab.vuuTab-selected:before {
|
|
4557
|
+
background-color: #6d188b;
|
|
4558
|
+
content: "";
|
|
4559
|
+
position: absolute;
|
|
4560
|
+
height: 100%;
|
|
4561
|
+
left: 0;
|
|
4562
|
+
top: 0;
|
|
4563
|
+
border-radius: 6px 0 0 0;
|
|
4564
|
+
width: 6px;
|
|
4565
|
+
}
|
|
4566
|
+
.MainTab.vuuTab:hover:before {
|
|
4567
|
+
background-color: #F37880;
|
|
4568
|
+
content: "";
|
|
4569
|
+
position: absolute;
|
|
4570
|
+
height: 100%;
|
|
4571
|
+
left: 0;
|
|
4572
|
+
top: 0;
|
|
4573
|
+
border-radius: 6px 0 0 0;
|
|
4574
|
+
width: 6px;
|
|
4575
|
+
}
|
|
4576
|
+
.vuuTab.MainTab .vuuTab-main {
|
|
4577
|
+
background-color: transparent;
|
|
4578
|
+
font-weight: 700;
|
|
4579
|
+
height: 29px;
|
|
4580
|
+
padding: 0 24px;
|
|
4581
|
+
}
|
|
4582
|
+
|
|
4583
|
+
/* ../vuu-shell/src/theme-switch/ThemeSwitch.css */
|
|
4584
|
+
.vuuThemeSwitch {
|
|
4585
|
+
--saltButton-minWidth: 22px;
|
|
4586
|
+
--svg-light: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 31q2.9 0 4.95-2.05Q31 26.9 31 24q0-2.9-2.05-4.95Q26.9 17 24 17q-2.9 0-4.95 2.05Q17 21.1 17 24q0 2.9 2.05 4.95Q21.1 31 24 31Zm0 3q-4.15 0-7.075-2.925T14 24q0-4.15 2.925-7.075T24 14q4.15 0 7.075 2.925T34 24q0 4.15-2.925 7.075T24 34ZM3.5 25.5q-.65 0-1.075-.425Q2 24.65 2 24q0-.65.425-1.075Q2.85 22.5 3.5 22.5h5q.65 0 1.075.425Q10 23.35 10 24q0 .65-.425 1.075-.425.425-1.075.425Zm36 0q-.65 0-1.075-.425Q38 24.65 38 24q0-.65.425-1.075.425-.425 1.075-.425h5q.65 0 1.075.425Q46 23.35 46 24q0 .65-.425 1.075-.425.425-1.075.425ZM24 10q-.65 0-1.075-.425Q22.5 9.15 22.5 8.5v-5q0-.65.425-1.075Q23.35 2 24 2q.65 0 1.075.425.425.425.425 1.075v5q0 .65-.425 1.075Q24.65 10 24 10Zm0 36q-.65 0-1.075-.425-.425-.425-.425-1.075v-5q0-.65.425-1.075Q23.35 38 24 38q.65 0 1.075.425.425.425.425 1.075v5q0 .65-.425 1.075Q24.65 46 24 46ZM12 14.1l-2.85-2.8q-.45-.45-.425-1.075.025-.625.425-1.075.45-.45 1.075-.45t1.075.45L14.1 12q.4.45.4 1.05 0 .6-.4 1-.4.45-1.025.45-.625 0-1.075-.4Zm24.7 24.75L33.9 36q-.4-.45-.4-1.075t.45-1.025q.4-.45 1-.45t1.05.45l2.85 2.8q.45.45.425 1.075-.025.625-.425 1.075-.45.45-1.075.45t-1.075-.45ZM33.9 14.1q-.45-.45-.45-1.05 0-.6.45-1.05l2.8-2.85q.45-.45 1.075-.425.625.025 1.075.425.45.45.45 1.075t-.45 1.075L36 14.1q-.4.4-1.025.4-.625 0-1.075-.4ZM9.15 38.85q-.45-.45-.45-1.075t.45-1.075L12 33.9q.45-.45 1.05-.45.6 0 1.05.45.45.45.45 1.05 0 .6-.45 1.05l-2.8 2.85q-.45.45-1.075.425-.625-.025-1.075-.425ZM24 24Z"/></svg>');
|
|
4587
|
+
--svg-dark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 42q-7.5 0-12.75-5.25T6 24q0-7.5 5.25-12.75T24 6q.4 0 .85.025.45.025 1.15.075-1.8 1.6-2.8 3.95-1 2.35-1 4.95 0 4.5 3.15 7.65Q28.5 25.8 33 25.8q2.6 0 4.95-.925T41.9 22.3q.05.6.075.975Q42 23.65 42 24q0 7.5-5.25 12.75T24 42Zm0-3q5.45 0 9.5-3.375t5.05-7.925q-1.25.55-2.675.825Q34.45 28.8 33 28.8q-5.75 0-9.775-4.025T19.2 15q0-1.2.25-2.575.25-1.375.9-3.125-4.9 1.35-8.125 5.475Q9 18.9 9 24q0 6.25 4.375 10.625T24 39Zm-.2-14.85Z"/></svg>');
|
|
4588
|
+
padding: 2px;
|
|
4589
|
+
}
|
|
4590
|
+
.salt-density-high .vuuThemeSwitch {
|
|
4591
|
+
--saltButton-minWidth: 16px;
|
|
4592
|
+
--saltButton-width: 18px;
|
|
4593
|
+
--vuuThemeSwitch-iconSize: 16px;
|
|
4594
|
+
}
|
|
4595
|
+
.vuuThemeSwitch [data-icon] {
|
|
4596
|
+
--vuu-icon-size: var(--vuuThemeSwitch-iconSize,18px);
|
|
4597
|
+
}
|
|
4598
|
+
.vuuThemeSwitch [data-icon=light] {
|
|
4599
|
+
--vuu-icon-svg: var(--svg-light);
|
|
4600
|
+
}
|
|
4601
|
+
.vuuThemeSwitch [data-icon=dark] {
|
|
4602
|
+
--vuu-icon-svg: var(--svg-dark);
|
|
4603
|
+
}
|
|
4604
|
+
.vuuThemeSwitch .saltToggleButton {
|
|
4605
|
+
height: 20px;
|
|
4606
|
+
width: 20px;
|
|
4607
|
+
}
|
|
2
4608
|
/*# sourceMappingURL=index.css.map */
|