@vuu-ui/vuu-layout 0.8.8 → 0.8.9-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.
Files changed (36) hide show
  1. package/cjs/index.js +43131 -8
  2. package/cjs/index.js.map +4 -4
  3. package/esm/index.js +43529 -8
  4. package/esm/index.js.map +4 -4
  5. package/index.css +3632 -1
  6. package/index.css.map +3 -3
  7. package/package.json +3 -5
  8. package/types/drag-drop/Draggable.d.ts +3 -2
  9. package/types/drag-drop/DropTarget.d.ts +1 -1
  10. package/types/drag-drop/dragDropTypes.d.ts +2 -2
  11. package/types/index.d.ts +2 -1
  12. package/types/layout-provider/LayoutProvider.d.ts +4 -3
  13. package/types/layout-provider/LayoutProviderContext.d.ts +3 -2
  14. package/types/layout-provider/useLayoutDragDrop.d.ts +1 -1
  15. package/types/layout-reducer/flexUtils.d.ts +1 -1
  16. package/types/layout-reducer/layoutTypes.d.ts +7 -0
  17. package/types/layout-reducer/layoutUtils.d.ts +4 -1
  18. package/types/layout-view/ViewContext.d.ts +12 -3
  19. package/types/measured-container/MeasuredContainer.d.ts +9 -0
  20. package/types/measured-container/index.d.ts +2 -0
  21. package/types/measured-container/useMeasuredContainer.d.ts +22 -0
  22. package/types/measured-container/useResizeObserver.d.ts +15 -0
  23. package/types/overflow-container/OverflowContainer.d.ts +3 -0
  24. package/types/overflow-container/overflow-utils.d.ts +1 -1
  25. package/types/overflow-container/useOverflowContainer.d.ts +11 -4
  26. package/types/palette/Palette.d.ts +4 -3
  27. package/types/toolbar/Toolbar.d.ts +11 -0
  28. package/types/toolbar/index.d.ts +1 -0
  29. package/types/toolbar/tabstrip-dom-utils.d.ts +2 -0
  30. package/types/toolbar/useKeyboardNavigation.d.ts +29 -0
  31. package/types/toolbar/useSelection.d.ts +22 -0
  32. package/types/toolbar/useToolbar.d.ts +22 -0
  33. package/types/utils/pathUtils.d.ts +14 -1
  34. package/types/utils/propUtils.d.ts +1 -1
  35. package/LICENSE +0 -201
  36. package/types/common-types.d.ts +0 -8
package/index.css CHANGED
@@ -1,2 +1,3633 @@
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%}.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:1;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%}.vuuPlaceholder{flex-basis:0;flex-grow:1;flex-shrink:1}.vuuPlaceholder-shim{flex-grow:0;flex-shrink:0}.Splitter{--splitter-size: 3px;--splitter-border-width: 4px;--splitter-border-style: none;--splitter-border-color: white;align-items:center;background-color:var(--salt-palette-neutral-secondary-separator);border-color:var(--splitter-border-color);border-style:var(--splitter-border-style);box-sizing:border-box;display:flex;justify-content:center;position:relative;outline:none;z-index:1}.Splitter:hover{background-color:var(--salt-palette-neutral-primary-separator)}.active.Splitter{background-color:var(--salt-palette-interact-outline)}.Splitter.column{cursor:ns-resize;height:var(--splitter-size);border-width:var(--splitter-border-width) 0}.Splitter:not(.column){cursor:ew-resize;width:var(--splitter-size);border-width:0 var(--splitter-border-width)}.Splitter:before{border:none;border-radius:0;content:"";display:block;padding:0}.Splitter .grab-zone{position:absolute;background-color:#ff000003;cursor:inherit}.Splitter.column .grab-zone{left:0;right:0;top:-5px;bottom:-5px}.Splitter:not(.column) .grab-zone{left:-5px;right:-5px;top:0;bottom:0}.active.Splitter:not(.column) .grab-zone{background-color:#ffffff0d;left:-150px;right:-150px}.Splitter:not(.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%)}.active.Splitter.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%)}.active.Splitter:not(.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%)}.Splitter.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)))}.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}.vuuEditableLabel{--saltInput-background: transparent;--saltInput-minWidth: 14px;--saltInput-position: absolute;--editableLabel-padding: var(--saltEditableLabel-padding, 6px);--editableLabel-height: var(--saltEditableLabel-height, 26px);color:inherit;cursor:default;display:flex;flex-direction:column;font-size:var(--salt-text-fontSize);height:var(--editableLabel-height);justify-content:center;outline:none;padding:0 var(--editableLabel-padding);position:relative;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;display:block;flex:1;font:inherit;height:20px;margin:0;min-width:0;outline:none;padding:0}.saltHighlighter-highlight{font-weight:var(--salt-text-fontWeight-strong)}.vuuCheckboxIcon{--vuu-icon-size: 14px;--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, 14px);position:relative;width:var(--vuuCheckboxIcon-size, 14px)}.vuuCheckboxIcon-checked{background-color:var(--vuuCheckboxIcon-background-checked, var(--salt-selectable-background-selected));border-color:var(--vuuCheckboxIcon-borderColor-checked, var(--salt-selectable-borderColor-selected))}.vuuCheckboxIcon-checked: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))}.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.saltHighlighted{--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(--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.saltDisabled{--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}.vuuList{--list-background: var(--salt-container-primary-background);--list-borderStyle: var(--vuuList-borderStyle,--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;background:var(--list-background);border-color:var(--salt-container-primary-borderColor);border-style:var(--list-borderStyle);border-width:var(--list-borderWidth);height:var(--saltList-height, var(--list-height));max-height:var(--list-maxHeight);outline:none;overflow-y:auto;position:relative;user-select:none;width:var(--saltList-width, auto)}.vuuList-borderless{--list-borderStyle: none}.vuuList-viewport{--list-item-height: 30px;max-height:calc(var(--list-maxHeight) - 2 * var(--list-borderWidth));overflow:auto}.vuuListItemHeader{--saltList-item-background: var(--list-item-header-background);color:var(--list-item-header-color)}.vuuListItemHeader[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}.vuuTabstrip{--vuuOverflowContainer-background: transparent;--tabstrip-dragging-display: none;--tabstrip-display: inline-flex;--tabstrip-background: transparent;align-self:var(--saltTabs-tabstrip-alignSelf, stretch);font-size:var(--salt-text-fontSize);font-weight:var(--vuuTabstrip-fontWeight, var(--salt-text-fontWeight));position:relative;overflow:visible;display:flex;min-width:28px;width:var(--tabstrip-width)}.vuuTabstrip-horizontal{--tabstrip-height: var(--vuuTabstrip-height, 28px);--tabstrip-width: var(--vuuTabstrip-width, 100%);--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;border-bottom:var(--vuuTabstrip-borderBottom, solid 1px var(--salt-container-primary-borderColor))}.vuuTabstrip-vertical{--tabstrip-height: var(--vuuTabstrip-height, 100%);--tabstrip-width: var(--vuuTabstrip-width, 100px);--tab-width: 100%;--tab-thumb-height: var(--tab-thumb-size, 100%);--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.saltDropdown{--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{--tab-thumb-height: 2px;--tab-thumb-left: 0px;--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:-2px}.vuuTab{--saltEditableLabel-padding: 0;--saltEditableLabel-height: var(--tabstrip-height);--saltInputLegacy-minWidth: 4em;--saltEditableLabel-top: 3px;--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(--vuuTab-height, var(--tabstrip-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:var(--vuuTabstrip-height, var(--salt-size-stackable));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){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}.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;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}.vuuOverflowContainer{--item-gap: 4px;--overflow-direction: row;--overflow-width: 0px;--overflow-order: 99;--border-size: calc((var(--overflow-container-height) - 24px) / 2);background-color:var(--vuuOverflowContainer-background, black);height:var(--overflow-container-height)}.vuuOverflowContainer-horizontal{--item-align: center;--item-margin: 0 0 0 var(--item-gap)}.vuuOverflowContainer-vertical{--item-align: stretch;--item-margin: var(--item-gap) 0 0 0;--overflow-direction: column}.vuuOverflowContainer-wrapContainer{align-items:var(--item-align);display:flex;flex-direction:var(--overflow-direction);flex-wrap:wrap;height:var(--overflow-container-height);min-width:44px;overflow:hidden;position:relative;width:100%}.vuuOverflowContainer-wrapContainer.overflowed{--overflow-order: 2;--overflow-left: auto;--overflow-position: relative;--overflow-width: auto}.vuuOverflowContainer-item:first-child{--item-gap: 0}.vuuOverflowContainer-item:first-child{--item-margin: 0}.vuuOverflowContainer-item{align-items:inherit;display:flex;order:1;position:relative;height:var(--overflow-container-height);margin:var(--item-margin)}.vuuOverflowContainer-item.wrapped{--overflow-item-bg: #ccc;order:3}.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-container-height);order:var(--overflow-order);overflow:hidden;left:var(--overflow-left, 100%);position:var(--overflow-position, absolute);width:var(--overflow-width)}.vuuPalette-horizontal{align-items:center;display:flex}.vuuPaletteItem{--vuu-icon-color: var(--salt-separable-primary-borderColor);--vuu-icon-inset:calc(50% - 12px) auto auto -3px;--vuu-icon-height: 24px;--vuu-icon-width: 24px;--list-item-text-padding: 0 0 0 calc(var(--salt-size-unit) * 3)}.vuuPaletteItem[data-draggable]:after{height:22px;width:6px;content:"";position:absolute;background-image:linear-gradient(45deg,rgb(180,183,190) 25%,transparent 25%),linear-gradient(-45deg,rgb(180,183,190) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgb(180,183,190) 25%),linear-gradient(-45deg,transparent 75%,rgb(180,183,190) 25%);background-size:4px 4px;background-position:0 0,2px 0,2px -2px,0 2px}.vuuSimpleDraggableWrapper>.vuuPaletteItem{--vuu-icon-color: var(--salt-selectable-foreground)}.Tabs{display:flex;box-sizing:border-box;flex-direction:column}.Tabs-horizontal{--vuu-tabs-border-style: none solid none none;flex-direction:row}.Tabs .Toolbar:before{left:0;width:100%;bottom:0;height:1px;content:"";position:absolute;background:var(--grey60)}.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+.hwFlexbox,.vuuTabHeader+*{flex:1}.vuuTabHeader+.vuuView>.vuuHeader{height:0;overflow:hidden}.Layout-svg-button{--spacing-medium: 5px}[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}
1
+ /* 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
+ /* 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
+ /* src/Component.css */
166
+
167
+ /* src/drag-drop/DropMenu.css */
168
+ .vuuDropMenu {
169
+ margin-left: -50%;
170
+ margin-bottom: -50%;
171
+ background-color: white;
172
+ border: solid 1px var(--grey40);
173
+ display: inline-flex;
174
+ justify-content: center;
175
+ align-items: center;
176
+ padding: 3px;
177
+ border-radius: 3px;
178
+ }
179
+ .vuuDropMenu-left,
180
+ .vuuDropMenu-right {
181
+ flex-direction: column;
182
+ }
183
+ .vuuDropMenu-bottom {
184
+ transform: translate(0, -30px);
185
+ }
186
+ .vuuDropMenu-right {
187
+ transform: translate(-20px, 0);
188
+ }
189
+ .vuuDropMenu-item {
190
+ --vuu-icon-size: 20px;
191
+ width: 32px;
192
+ height: 32px;
193
+ background-color: var(--grey20);
194
+ border-bottom: solid 1px var(--grey40);
195
+ cursor: pointer;
196
+ display: flex;
197
+ align-items: center;
198
+ justify-content: center;
199
+ }
200
+ .vuuDropMenu-item .Icon {
201
+ transform: scale(1.25);
202
+ transform-origin: center center;
203
+ }
204
+ .vuuDropMenu-left .vuuDropMenu-item .hwIcon {
205
+ transform: scale(1.25) rotate(180deg);
206
+ transform-origin: center center;
207
+ }
208
+ .vuuDropMenu-top .vuuDropMenu-item .hwIcon {
209
+ transform: scale(1.25) rotate(270deg);
210
+ transform-origin: center center;
211
+ }
212
+ .vuuDropMenu-bottom .vuuDropMenu-item .hwIcon {
213
+ transform: scale(1.25) rotate(90deg);
214
+ transform-origin: center center;
215
+ }
216
+ .vuuDropMenu-item .hwIcon-path {
217
+ fill: grey;
218
+ }
219
+ .vuuDropMenu-item:hover {
220
+ background-color: rgba(200, 200, 200, 0.5);
221
+ }
222
+ .vuuDropMenu-item:hover .hwIcon-path-2 {
223
+ fill: blue;
224
+ }
225
+ .vuuDropMenu-item:last-child {
226
+ border-bottom: none;
227
+ }
228
+
229
+ /* src/drag-drop/DropTargetRenderer.css */
230
+ #hw-drag-canvas {
231
+ visibility: hidden;
232
+ z-index: 10;
233
+ position: absolute;
234
+ top: 0px;
235
+ left: 0;
236
+ right: 0;
237
+ bottom: 0;
238
+ background-color: transparent;
239
+ }
240
+ #hw-drag-canvas > svg {
241
+ position: absolute;
242
+ }
243
+ .drawing #hw-drag-canvas {
244
+ visibility: visible;
245
+ }
246
+ path.drop-target {
247
+ stroke: blue;
248
+ stroke-width: 4px;
249
+ fill: transparent;
250
+ }
251
+ path.drop-target.centre {
252
+ stroke: red;
253
+ }
254
+ #vuu-drop-outline {
255
+ fill: rgba(0, 0, 255, .3);
256
+ stroke: none;
257
+ stroke-dasharray: 4 2;
258
+ }
259
+ #hw-drop-guides {
260
+ fill: none;
261
+ stroke: rgba(0, 0, 0, 0.3);
262
+ stroke-dasharray: 2 3;
263
+ }
264
+
265
+ /* src/DraggableLayout.css */
266
+ .DraggableLayout {
267
+ display: inline-block;
268
+ outline: none;
269
+ }
270
+ [data-dragging=true] {
271
+ position: absolute !important;
272
+ z-index: 100;
273
+ }
274
+ .vuuSimpleDraggableWrapper {
275
+ background-color: white;
276
+ box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2);
277
+ }
278
+ .vuuSimpleDraggableWrapper > * {
279
+ height: 100%;
280
+ width: 100%;
281
+ }
282
+
283
+ /* src/placeholder/Placeholder.css */
284
+ .vuuPlaceholder {
285
+ flex-basis: 0;
286
+ flex-grow: 1;
287
+ flex-shrink: 1;
288
+ }
289
+ .vuuPlaceholder-shim {
290
+ flex-grow: 0;
291
+ flex-shrink: 0;
292
+ }
293
+
294
+ /* src/flexbox/Splitter.css */
295
+ .vuuSplitter {
296
+ --splitter-background: var(--salt-separable-secondary-borderColor);
297
+ --splitter-borderColor: var(--salt-separable-secondary-borderColor);
298
+ --splitter-borderStyle: none;
299
+ --splitter-borderWidth: 0;
300
+ --splitter-size: 3px;
301
+ align-items: center;
302
+ background-color: var(--splitter-background);
303
+ border-color: var(--splitter-borderColor);
304
+ border-style: var(--splitter-borderStyle);
305
+ border-width: var(--splitter-borderWidth);
306
+ box-sizing: border-box;
307
+ display: flex;
308
+ justify-content: center;
309
+ position: relative;
310
+ outline: none;
311
+ z-index: 1;
312
+ }
313
+ .vuuSplitter:hover {
314
+ --splitter-background: var(--salt-separable-primary-borderColor);
315
+ }
316
+ .vuuSplitter-active {
317
+ --splitter-background: var(--salt-separable-primary-borderColor);
318
+ }
319
+ .vuuSplitter-column {
320
+ cursor: ns-resize;
321
+ height: var(--splitter-size);
322
+ }
323
+ .vuuSplitter:not(.vuuSplitter-column) {
324
+ cursor: ew-resize;
325
+ width: var(--splitter-size);
326
+ }
327
+ .vuuSplitter:before {
328
+ border: none;
329
+ border-radius: 0;
330
+ content: "";
331
+ display: block;
332
+ padding: 0;
333
+ }
334
+ .vuuSplitter-grab-zone {
335
+ position: absolute;
336
+ background-color: rgba(255, 0, 0, 0.01);
337
+ cursor: inherit;
338
+ }
339
+ .vuuSplitter-column .vuuSplitter-grab-zone {
340
+ left: 0;
341
+ right: 0;
342
+ top: -5px;
343
+ bottom: -5px;
344
+ }
345
+ .vuuSplitter:not(.vuuSplitter-column) .vuuSplitter-grab-zone {
346
+ left: -5px;
347
+ right: -5px;
348
+ top: 0;
349
+ bottom: 0;
350
+ }
351
+ .vuuSplitter-active:not(.vuuSplitter-column) .vuuSplitter-grab-zone {
352
+ background-color: rgba(255, 255, 255, .05);
353
+ left: -150px;
354
+ right: -150px;
355
+ }
356
+ .vuuSplitter:not(.vuuSplitter-column):before {
357
+ width: 1px;
358
+ height: 10px;
359
+ 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%);
360
+ }
361
+ .vuuSplitter-active.vuuSplitter-column:before {
362
+ 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%);
363
+ }
364
+ .vuuSplitter-active:not(.vuuSplitter-column):before {
365
+ 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%);
366
+ }
367
+ .vuuSplitter-column:before {
368
+ width: 10px;
369
+ height: 1px;
370
+ 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%);
371
+ }
372
+
373
+ /* src/flexbox/Flexbox.css */
374
+ :root {
375
+ --hw-space-unit: 4px;
376
+ --hw-flex-gap: 3;
377
+ --hw-fluid-grid-col-bg: rgba(200, 200, 200, 0.3);
378
+ }
379
+ .hwFlexbox {
380
+ background-color: var(--container1-background);
381
+ box-sizing: border-box;
382
+ display: flex;
383
+ gap: calc(var(--spacing) * var(--space));
384
+ min-height: 0;
385
+ min-width: 0;
386
+ overflow: hidden;
387
+ }
388
+ .hwFlexbox-column {
389
+ flex-direction: column;
390
+ }
391
+ .hwFlexbox-row {
392
+ flex-direction: row;
393
+ }
394
+ .hwFlexbox > .Splitter {
395
+ flex-basis: auto;
396
+ flex-grow: 0;
397
+ flex-shrink: 0;
398
+ }
399
+ .hwFlexbox.full-page {
400
+ height: 100vh;
401
+ width: 100vw;
402
+ }
403
+ .flex-fill {
404
+ border-color: red;
405
+ flex: 0;
406
+ flex-grow: 1;
407
+ flex-shrink: 1;
408
+ }
409
+ .vuuView.flex-fill {
410
+ border-color: red;
411
+ }
412
+
413
+ /* src/flexbox/FluidGrid.css */
414
+ :root {
415
+ --hw-space-unit: 4px;
416
+ --hw-fluid-grid-col-bg: rgba(252, 209, 232, 0.7);
417
+ }
418
+ .hwFluidGrid {
419
+ --gap: var(--gutter-width);
420
+ display: flex;
421
+ gap: calc(var(--grid-gap) * var(--hw-space-unit));
422
+ flex-wrap: wrap;
423
+ padding: 0;
424
+ }
425
+ .hwFluidGrid > * {
426
+ --gutter-width: calc(var(--hw-flex-gap) * var(--hw-space-unit));
427
+ --gutter-count: calc(var(--parent-col-count) - 1);
428
+ --total-gutter-width: calc(var(--gutter-count) * var(--gutter-width));
429
+ --available-width: calc(100% - var(--total-gutter-width));
430
+ flex-basis: 0;
431
+ flex-grow: 1;
432
+ flex-shrink: 1;
433
+ position: relative;
434
+ }
435
+ .hwFluidGrid > *:after {
436
+ content: "";
437
+ position: absolute;
438
+ top: 0;
439
+ left: 0;
440
+ right: 0;
441
+ bottom: 0;
442
+ border: dashed 2px blue;
443
+ }
444
+ .hwFluidGrid > [data-xs] {
445
+ --internal-gutter-count: calc(var(--col-span) - 1);
446
+ --percent-width: calc(var(--col-span) / var(--parent-col-count));
447
+ --internal-gutter-width: calc(var(--internal-gutter-count) * var(--gutter-width));
448
+ flex-basis: calc(var(--available-width) * var(--percent-width) + var(--internal-gutter-width));
449
+ flex-grow: 0;
450
+ }
451
+ .hwFluidGrid > [data-xs="1"] {
452
+ --col-span: 1;
453
+ }
454
+ .hwFluidGrid > [data-xs="2"] {
455
+ --col-span: 2;
456
+ }
457
+ .hwFluidGrid > [data-xs="3"] {
458
+ --col-span: 3;
459
+ }
460
+ .hwFluidGrid > [data-xs="4"] {
461
+ --col-span: 4;
462
+ }
463
+ .hwFluidGrid > [data-xs="6"] {
464
+ --col-span: 6;
465
+ }
466
+ .hwFluidGrid > [data-xs="8"] {
467
+ --col-span: 8;
468
+ }
469
+ .hwFluidGrid > [data-xs="9"] {
470
+ --col-span: 9;
471
+ }
472
+ .hwFluidGrid > [data-xs="10"] {
473
+ --col-span: 10;
474
+ }
475
+ .hwFluidGrid > [data-xs="11"] {
476
+ --col-span: 11;
477
+ }
478
+ .hwFluidGrid > [data-xs="12"] {
479
+ --col-span: 12;
480
+ }
481
+ @media (min-width: 600px) {
482
+ .hwFluidGrid > [data-sm="1"] {
483
+ --col-span: 1;
484
+ }
485
+ .hwFluidGrid > [data-sm="2"] {
486
+ --col-span: 2;
487
+ }
488
+ .hwFluidGrid > [data-sm="3"] {
489
+ --col-span: 3;
490
+ }
491
+ .hwFluidGrid > [data-sm="4"] {
492
+ --col-span: 4;
493
+ }
494
+ .hwFluidGrid > [data-sm="6"] {
495
+ --col-span: 6;
496
+ }
497
+ .hwFluidGrid > [data-sm="8"] {
498
+ --col-span: 8;
499
+ }
500
+ .hwFluidGrid > [data-sm="9"] {
501
+ --col-span: 9;
502
+ }
503
+ .hwFluidGrid > [data-sm="10"] {
504
+ --col-span: 10;
505
+ }
506
+ .hwFluidGrid > [data-sm="11"] {
507
+ --col-span: 11;
508
+ }
509
+ .hwFluidGrid > [data-sm="12"] {
510
+ --col-span: 12;
511
+ }
512
+ }
513
+ .hwFluidGrid-show-grid {
514
+ --gutter-width: calc(var(--hw-flex-gap) * var(--hw-space-unit));
515
+ --grid-gutter-count: calc(var(--grid-col-count, var(--parent-col-count)) - 1);
516
+ --grid-total-gutter-width: calc(var(--grid-gutter-count) * var(--gutter-width));
517
+ --grid-available-width: calc(100% - var(--grid-total-gutter-width));
518
+ --grid-percent-width: calc(1 / var(--grid-col-count, var(--parent-col-count)));
519
+ --column-width: calc(var(--grid-available-width) * var(--grid-percent-width));
520
+ 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)));
521
+ }
522
+
523
+ /* ../vuu-ui-controls/src/dropdown/Dropdown.css */
524
+ .vuuDropdown {
525
+ --saltIcon-margin: 2px 0 0 8px;
526
+ --saltButton-borderStyle: solid;
527
+ --saltButton-borderColor: var(--salt-editable-borderColor);
528
+ --saltButton-borderWidth: 1px;
529
+ --saltButton-borderRadius: 6px;
530
+ --saltButton-height: var(--vuuDropdown-height, auto);
531
+ display: inline-block;
532
+ line-height: 0;
533
+ position: relative;
534
+ width: var(--vuuDropdown-width, auto);
535
+ }
536
+ .vuuDropdown-fullWidth {
537
+ width: 100%;
538
+ }
539
+ .vuuDropdown-popup {
540
+ background: var(--salt-container-primary-background);
541
+ z-index: calc(var(--salt-zIndex-flyover) - 1);
542
+ }
543
+ .vuuDropdown-popup-component {
544
+ --vuuList-borderStyle: none;
545
+ }
546
+ .vuuDropdownButton {
547
+ width: 100%;
548
+ }
549
+
550
+ /* ../vuu-ui-controls/src/dropdown/DropdownButton.css */
551
+ .vuuDropdownButton {
552
+ --saltButton-background-hover: var(--salt-actionable-secondary-background);
553
+ --saltButton-background-active: var(--salt-actionable-secondary-background);
554
+ --saltButton-fontWeight: var(--salt-text-fontWeight-strong);
555
+ --saltButton-textAlign: left;
556
+ --saltButton-textTransform: none;
557
+ --saltButton-width: 100%;
558
+ --vuu-icon-size: 16px;
559
+ }
560
+ .vuuDropdownButton:active {
561
+ --saltIcon-color: var(--salt-actionable-secondary-foreground);
562
+ --saltButton-text-color-active: var(--salt-actionable-secondary-foreground);
563
+ }
564
+ .vuuDropdownButton-fullwidth {
565
+ width: 100%;
566
+ }
567
+ .vuuDropdownButton-content {
568
+ align-items: center;
569
+ flex: 1;
570
+ width: 100%;
571
+ display: flex;
572
+ white-space: nowrap;
573
+ }
574
+ .vuuDropdownButton-buttonLabel {
575
+ display: inline-block;
576
+ letter-spacing: 0;
577
+ overflow: hidden;
578
+ text-overflow: ellipsis;
579
+ width: 100%;
580
+ }
581
+ .vuuDropdownButton-formField.saltButton:focus,
582
+ .vuuDropdownButton-formField.saltButton:focus-visible {
583
+ outline: none;
584
+ }
585
+
586
+ /* ../vuu-ui-controls/src/list/Highlighter.css */
587
+ .saltHighlighter-highlight {
588
+ font-weight: var(--salt-text-fontWeight-strong);
589
+ }
590
+
591
+ /* ../vuu-ui-controls/src/list/CheckboxIcon.css */
592
+ .vuuCheckboxIcon {
593
+ --vuu-icon-size: 12px;
594
+ --vuu-icon-left: -1px;
595
+ --vuu-icon-top: -1px;
596
+ --vuu-icon-svg: var(--vuu-svg-tick);
597
+ border-style: solid;
598
+ border-color: var(--vuuCheckboxIcon-borderColor, var(--salt-selectable-borderColor));
599
+ border-radius: var(--vuuCheckboxIcon-borderRadius, 3px);
600
+ border-width: 1px;
601
+ display: inline-block;
602
+ height: var(--vuuCheckboxIcon-size, 12px);
603
+ position: relative;
604
+ width: var(--vuuCheckboxIcon-size, 12px);
605
+ }
606
+ .vuuCheckboxIcon-checked {
607
+ background-color: var(--vuuCheckboxIcon-background-checked, var(--salt-selectable-background-selected));
608
+ border-color: var(--vuuCheckboxIcon-borderColor-checked, var(--salt-selectable-borderColor-selected));
609
+ }
610
+ .vuuCheckboxIcon-checked:after {
611
+ content: "";
612
+ background-color: white;
613
+ left: var(--vuu-icon-left, auto);
614
+ height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));
615
+ -webkit-mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
616
+ mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
617
+ mask-repeat: no-repeat;
618
+ -webkit-mask-repeat: no-repeat;
619
+ position: absolute;
620
+ top: var(--vuu-icon-top, auto);
621
+ width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));
622
+ }
623
+
624
+ /* ../vuu-ui-controls/src/list/ListItem.css */
625
+ .vuuListItem {
626
+ --list-item-text-color: var(--salt-text-primary-foreground);
627
+ --list-item-background: var(--vuuList-item-background, var(--salt-selectable-background));
628
+ --list-item-text-color-active: var(--salt-text-primary-foreground);
629
+ --list-item-background-active: var(--salt-selectable-background-selected);
630
+ --list-item-alignItems: center;
631
+ }
632
+ .vuuListItem.vuuHighlighted {
633
+ --saltCheckbox-icon-stroke: var(--salt-selectable-borderColor-hover);
634
+ --list-item-background: var(--salt-selectable-background-hover);
635
+ }
636
+ .vuuListItemHeader {
637
+ font-weight: var(--salt-text-fontWeight-strong);
638
+ }
639
+ .vuuListItemHeader[data-sticky] {
640
+ position: sticky;
641
+ top: 0;
642
+ z-index: 1;
643
+ }
644
+ .vuuListItem {
645
+ color: var(--list-item-text-color);
646
+ cursor: var(--vuuList-item-cursor, pointer);
647
+ background: var(--vuuList-item-background, var(--list-item-background));
648
+ font-size: var(--salt-text-fontSize);
649
+ text-align: var(--salt-text-textAlign);
650
+ line-height: var(--salt-text-lineHeight);
651
+ height: var(--vuuList-item-height, var(--list-item-height, auto));
652
+ margin-bottom: var(--list-item-gap);
653
+ padding: 0 var(--vuuListItem-padding, var(--salt-size-unit));
654
+ left: 0;
655
+ right: 0;
656
+ display: flex;
657
+ position: relative;
658
+ align-items: var(--list-item-alignItems);
659
+ white-space: nowrap;
660
+ }
661
+ .vuuListItem:last-child {
662
+ margin-bottom: 0px;
663
+ }
664
+ .vuuListItem-checkbox {
665
+ --list-item-background-active: var(--salt-selectable-background);
666
+ --list-item-text-color-active: var(--salt-text-primary-foreground);
667
+ --list-item-text-padding: 0 0 0 var(--salt-size-unit);
668
+ }
669
+ .vuuListItem[aria-selected=true]:not(.vuuListItem-checkbox) {
670
+ --list-item-background: var(--list-item-background-active);
671
+ color: var(--list-item-text-color-active);
672
+ }
673
+ .vuuListItem.vuuDisabled {
674
+ --list-item-text-color: var(--salt-text-primary-foreground-disabled);
675
+ cursor: var(--salt-selectable-cursor-disabled);
676
+ }
677
+ .vuuListItem.vuuFocusVisible {
678
+ outline-style: var(--salt-focused-outlineStyle);
679
+ outline-width: var(--salt-focused-outlineWidth);
680
+ outline-offset: -2px;
681
+ outline-color: var(--salt-focused-outlineColor);
682
+ }
683
+ .vuuListItem.vuuFocusVisible:after {
684
+ content: none;
685
+ }
686
+ .vuuListItem[aria-selected=true]:not(.vuuListItem-checkbox).vuuFocusVisible {
687
+ outline-color: var(--list-item-selected-focus-outlineColor);
688
+ }
689
+ .vuuListItem-textWrapper {
690
+ flex: 1;
691
+ overflow: hidden;
692
+ padding: var(--list-item-text-padding, 0px);
693
+ white-space: nowrap;
694
+ text-overflow: ellipsis;
695
+ }
696
+ .vuuListItem-proxy {
697
+ position: absolute !important;
698
+ visibility: hidden;
699
+ }
700
+ .vuuDraggable-list-item {
701
+ --vuuList-item-height: 24px;
702
+ background-color: white;
703
+ }
704
+ .vuuListItem.vuuDraggable-dragAway {
705
+ display: none;
706
+ }
707
+
708
+ /* ../vuu-ui-controls/src/drag-drop/Draggable.css */
709
+ .vuuDraggable {
710
+ background: transparent;
711
+ box-shadow: var(--salt-overlayable-shadow-drag);
712
+ cursor: var(--salt-draggable-grab-cursor-active);
713
+ position: absolute;
714
+ opacity: .95;
715
+ z-index: 2000;
716
+ }
717
+ .vuuDraggable-spacer {
718
+ display: var(--vuuDraggable-display, inline-block);
719
+ height: var(--vuuDraggable-spacer-height, var(--tabstrip-height));
720
+ transition: var(--vuuDraggable-transitionProp, width) 0.3s ease;
721
+ width: var(--vuuDraggable-spacer-width, 0);
722
+ }
723
+ .vuuDraggable-dropIndicatorPosition {
724
+ display: var(--saltDraggable-display, inline-block);
725
+ height: 0px;
726
+ width: 100%;
727
+ }
728
+ .vuuDraggable-dropIndicatorContainer {
729
+ transition: var(--vuuDraggable-transitionProp, top) 0.2s ease;
730
+ }
731
+ .vuuDraggable-dropIndicator {
732
+ background-color: var(--salt-palette-accent-background);
733
+ height: 2px;
734
+ width: 100%;
735
+ }
736
+ .vuuDraggable-dropIndicator:before {
737
+ content: "";
738
+ width: 6px;
739
+ height: 6px;
740
+ border-radius: 3px;
741
+ background-color: var(--salt-palette-accent-background);
742
+ position: absolute;
743
+ top: -2px;
744
+ left: -3px;
745
+ }
746
+ .vuuDraggable-settling {
747
+ transition-property: left, top;
748
+ transition-duration: .15s;
749
+ transition-timing-function: ease-out;
750
+ }
751
+ .vuuDraggable-spacer {
752
+ order: 1;
753
+ }
754
+
755
+ /* ../vuu-ui-controls/src/list/List.css */
756
+ .vuuList {
757
+ --list-background: var(--salt-container-primary-background);
758
+ --list-borderStyle: var(--vuuList-borderStyle,var(--salt-container-borderStyle));
759
+ --list-borderWidth: var(--salt-size-border);
760
+ --list-height: auto;
761
+ --list-item-height: var(--salt-size-stackable);
762
+ --list-item-gap: 0px;
763
+ --list-maxHeight: 100%;
764
+ --vuuDraggable-display: block;
765
+ --vuuDraggable-spacer-height: 0;
766
+ --vuuDraggable-spacer-width: 100%;
767
+ --vuuDraggable-transitionProp: height;
768
+ --vuuMeasuredContainer-height: var(--computed-list-height);
769
+ background: var(--list-background);
770
+ border-color: var(--salt-container-primary-borderColor);
771
+ border-style: var(--list-borderStyle);
772
+ border-width: var(--list-borderWidth);
773
+ height: var(--saltList-height, var(--list-height));
774
+ max-height: var(--list-maxHeight);
775
+ outline: none;
776
+ position: relative;
777
+ user-select: none;
778
+ width: var(--saltList-width, auto);
779
+ }
780
+ .vuuList-contentSized {
781
+ box-sizing: content-box;
782
+ }
783
+ .vuuList-borderless {
784
+ --list-borderStyle: none;
785
+ }
786
+ .vuuList-viewport {
787
+ height: var(--computed-list-height, var(--measured-px-height));
788
+ overflow: auto;
789
+ width: var(--measured-px-width);
790
+ }
791
+ .vuuListItemHeader {
792
+ --saltList-item-background: var(--list-item-header-background);
793
+ color: var(--list-item-header-color);
794
+ }
795
+ .vuuListItemHeader[data-sticky=true] {
796
+ --saltList-item-background: var(--list-background);
797
+ position: sticky;
798
+ top: 0;
799
+ z-index: 1;
800
+ }
801
+ .vuuList-collapsible .vuuListItemHeader:after {
802
+ border-width: var(--checkbox-borderWidth);
803
+ border-color: var(--checkbox-borderColor);
804
+ content: var(--list-item-header-twisty-content);
805
+ -webkit-mask: var(--list-svg-chevron-down) center center/12px 12px no-repeat;
806
+ mask: var(--list-svg-chevron-down) center center/12px 12px no-repeat;
807
+ background: var(--list-item-header-twisty-color);
808
+ height: 12px;
809
+ left: var(--list-item-header-twisty-left);
810
+ right: var(--list-item-header-twisty-right);
811
+ margin-top: -8px;
812
+ position: absolute;
813
+ top: var(--list-item-header-twisty-top);
814
+ transition: transform 0.3s;
815
+ width: 12px;
816
+ }
817
+ .vuuListItemHeader[aria-expanded=false]:after {
818
+ transform: rotate(-90deg);
819
+ }
820
+ .vuuList-scrollingContentContainer {
821
+ box-sizing: inherit;
822
+ position: relative;
823
+ }
824
+ .vuuList-virtualized .vuuListItem {
825
+ line-height: 30px;
826
+ position: absolute;
827
+ top: 0;
828
+ left: 0;
829
+ right: 0;
830
+ will-change: transform;
831
+ }
832
+ .vuuList.saltFocusVisible:after {
833
+ inset: 2px;
834
+ }
835
+
836
+ /* ../vuu-ui-controls/src/list/RadioIcon.css */
837
+ .vuuRadioIcon {
838
+ --vuu-icon-size: 12px;
839
+ --vuu-icon-left: -1px;
840
+ --vuu-icon-top: -1px;
841
+ --vuu-icon-svg: var(--vuu-svg-radio);
842
+ border-style: solid;
843
+ border-color: var(--vuuRadioIcon-borderColor, var(--salt-selectable-borderColor));
844
+ border-radius: 50%;
845
+ border-width: 1px;
846
+ display: inline-block;
847
+ height: var(--vuuRadioIcon-size, 12px);
848
+ position: relative;
849
+ width: var(--vuuRadioIcon-size, 12px);
850
+ }
851
+ .vuuRadioIcon-checked {
852
+ background-image: var(--vuu-svg-radio);
853
+ border: none;
854
+ background-repeat: no-repeat;
855
+ }
856
+ .vuuRadioIcon-checked:after {
857
+ content: "";
858
+ left: var(--vuu-icon-left, auto);
859
+ height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));
860
+ -webkit-mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
861
+ mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
862
+ mask-repeat: no-repeat;
863
+ -webkit-mask-repeat: no-repeat;
864
+ position: absolute;
865
+ top: var(--vuu-icon-top, auto);
866
+ width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));
867
+ }
868
+
869
+ /* ../vuu-ui-controls/src/list/ChevronIcon.css */
870
+ .vuuChevronIcon {
871
+ --vuu-icon-size: 14px;
872
+ --vuu-icon-left: -1px;
873
+ --vuu-icon-top: -1px;
874
+ height: var(--vuuChevronIcon-size, 14px);
875
+ position: relative;
876
+ width: var(--vuuChevronIcon-size, 14px);
877
+ cursor: pointer;
878
+ }
879
+ .vuuChevronIcon:after {
880
+ content: "";
881
+ background-color: #777C94;
882
+ left: var(--vuu-icon-left, auto);
883
+ height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));
884
+ -webkit-mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
885
+ mask: var(--vuu-icon-svg) center center/var(--vuu-icon-size) var(--vuu-icon-size);
886
+ mask-repeat: no-repeat;
887
+ -webkit-mask-repeat: no-repeat;
888
+ position: absolute;
889
+ top: var(--vuu-icon-top, auto);
890
+ width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));
891
+ }
892
+ .vuuChevronIcon.up {
893
+ --vuu-icon-svg: var(--vuu-svg-chevron-up);
894
+ }
895
+ .vuuChevronIcon.down {
896
+ --vuu-icon-svg: var(--vuu-svg-chevron-down);
897
+ }
898
+ .vuuChevronIcon.left {
899
+ --vuu-icon-svg: var(--vuu-svg-chevron-left);
900
+ }
901
+ .vuuChevronIcon.right {
902
+ --vuu-icon-svg: var(--vuu-svg-chevron-right);
903
+ }
904
+
905
+ /* ../vuu-ui-controls/src/editable-label/EditableLabel.css */
906
+ .vuuEditableLabel {
907
+ --editableLabel-padding: var(--vuuEditableLabel-padding, 6px);
908
+ --editableLabel-height: var(--vuuEditableLabel-height, 26px);
909
+ --saltInput-background: transparent;
910
+ --saltInput-height: calc(var(--editableLabel-height) - 4px);
911
+ --saltInput-minWidth: 14px;
912
+ color: inherit;
913
+ cursor: default;
914
+ display: flex;
915
+ flex-direction: column;
916
+ font-size: var(--salt-text-fontSize);
917
+ height: var(--editableLabel-height);
918
+ justify-content: center;
919
+ max-width: 170px;
920
+ outline: none;
921
+ overflow: hidden;
922
+ padding: 0 var(--editableLabel-padding);
923
+ position: relative;
924
+ text-overflow: ellipsis;
925
+ white-space: nowrap;
926
+ z-index: var(--salt-zIndex-default);
927
+ }
928
+ .vuuEditableLabel:before {
929
+ content: attr(data-text);
930
+ display: block;
931
+ height: 0px;
932
+ visibility: hidden;
933
+ white-space: pre-wrap;
934
+ }
935
+ .vuuEditableLabel .saltInput {
936
+ font-weight: var(--salt-text-fontWeight);
937
+ left: var(--editableLabel-padding, 0);
938
+ padding: 0;
939
+ outline-style: none;
940
+ position: absolute;
941
+ right: var(--editableLabel-padding, 0);
942
+ top: var(--saltEditableLabel-top, 2px);
943
+ width: auto;
944
+ }
945
+ .vuuEditableLabel .saltInput-activationIndicator {
946
+ display: none;
947
+ }
948
+ .vuuEditableLabel-input {
949
+ background-color: transparent;
950
+ border: none;
951
+ box-sizing: content-box;
952
+ color: inherit;
953
+ display: block;
954
+ flex: 1;
955
+ font: inherit;
956
+ height: 20px;
957
+ margin: 0;
958
+ min-width: 0;
959
+ outline: none;
960
+ padding: 0;
961
+ }
962
+ .vuuEditableLabel-label {
963
+ overflow: hidden;
964
+ text-overflow: ellipsis;
965
+ white-space: nowrap;
966
+ }
967
+
968
+ /* ../vuu-ui-controls/src/expando-input/ExpandoInput.css */
969
+ .vuuExpandoInput {
970
+ --salt-editable-secondary-background: white;
971
+ --expandoInput-height: var(--vuuExpandoInput-height, 26px);
972
+ --expandoInput-padding: var(--vuuExpandoInput-padding, 6px);
973
+ --saltInput-height: calc(var(--vuuExpandoInput-height) - 4px);
974
+ --saltInput-minWidth: var(--vuuExpandoInput-minWidth, 8px);
975
+ border: var(--vuuExpandoInput-border, none);
976
+ border-radius: var(--vuuExpandoInput-borderRadius, 0);
977
+ color: inherit;
978
+ cursor: default;
979
+ display: inline-block;
980
+ font-size: var(--salt-text-fontSize);
981
+ height: var(--expandoInput-height);
982
+ min-width: calc(var(--saltInput-minWidth) + 2 * var(--expandoInput-padding));
983
+ outline: none;
984
+ padding: 0 var(--expandoInput-padding);
985
+ position: relative;
986
+ }
987
+ .vuuExpandoInput:before {
988
+ content: attr(data-text);
989
+ display: block;
990
+ height: 0px;
991
+ visibility: hidden;
992
+ white-space: pre-wrap;
993
+ }
994
+ .vuuExpandoInput .saltInput {
995
+ font-weight: var(--salt-text-fontWeight);
996
+ left: var(--expandoInput-padding, 0);
997
+ padding: 0;
998
+ outline-style: none;
999
+ position: absolute;
1000
+ right: var(--expandoInput-padding, 0);
1001
+ top: var(--vuuExpandoInput-top, 2px);
1002
+ width: auto;
1003
+ }
1004
+ .vuuExpandoInput .saltInput-activationIndicator {
1005
+ display: none;
1006
+ }
1007
+ .vuuExpandoInput-input {
1008
+ background-color: transparent;
1009
+ border: none;
1010
+ box-sizing: content-box;
1011
+ display: block;
1012
+ flex: 1;
1013
+ font: inherit;
1014
+ height: 20px;
1015
+ margin: 0;
1016
+ min-width: 0;
1017
+ outline: none;
1018
+ padding: 0;
1019
+ }
1020
+
1021
+ /* ../vuu-ui-controls/src/inputs/Checkbox.css */
1022
+ .vuuCheckbox {
1023
+ display: flex;
1024
+ height: 24px;
1025
+ align-items: center;
1026
+ gap: 6px;
1027
+ color: var(--light-text-primary, #15171B);
1028
+ font-feature-settings:
1029
+ "ss02" on,
1030
+ "ss01" on,
1031
+ "salt" on,
1032
+ "liga" off;
1033
+ font-size: 12px;
1034
+ font-weight: 400;
1035
+ cursor: pointer;
1036
+ }
1037
+
1038
+ /* ../vuu-ui-controls/src/inputs/RadioButton.css */
1039
+ .vuuRadioButton {
1040
+ display: flex;
1041
+ height: 24px;
1042
+ align-items: center;
1043
+ gap: 6px;
1044
+ color: var(--light-text-primary, #15171B);
1045
+ font-feature-settings:
1046
+ "ss02" on,
1047
+ "ss01" on,
1048
+ "salt" on,
1049
+ "liga" off;
1050
+ font-size: 12px;
1051
+ font-weight: 400;
1052
+ cursor: pointer;
1053
+ }
1054
+ .radio {
1055
+ position: relative;
1056
+ height: 12px;
1057
+ }
1058
+ input[type=radio] {
1059
+ position: absolute;
1060
+ appearance: none;
1061
+ width: 100%;
1062
+ height: 100%;
1063
+ border-radius: 50%;
1064
+ margin: 0;
1065
+ top: 0;
1066
+ }
1067
+
1068
+ /* ../vuu-table/src/table/ColumnResizer.css */
1069
+ .vuuColumnResizer {
1070
+ background-color: var(--columnResizer-color);
1071
+ cursor: col-resize;
1072
+ height: var(--header-height);
1073
+ position: relative;
1074
+ width: 4px;
1075
+ }
1076
+ .vuuColumnResizer:hover {
1077
+ --columnResizer-color: var(--salt-color-blue-500);
1078
+ }
1079
+ .vuuColumnResizer:after {
1080
+ content: "";
1081
+ position: absolute;
1082
+ width: var(--columnResizer-width, 1px);
1083
+ top: 0;
1084
+ bottom: 0;
1085
+ right: -1px;
1086
+ background-color: var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));
1087
+ height: var(--columnResizer-height, calc(100% + 1px));
1088
+ }
1089
+
1090
+ /* ../vuu-table/src/table/TableCell.css */
1091
+ .vuuTable {
1092
+ --cell-outline-width: 2px;
1093
+ user-select: none;
1094
+ }
1095
+ [role=cell] {
1096
+ display: inline-block;
1097
+ }
1098
+ [data-align=end] {
1099
+ margin-left: auto;
1100
+ }
1101
+ [data-align=end] + [data-align=end] {
1102
+ margin-left: 0;
1103
+ }
1104
+ .vuuTable-table [role=cell] {
1105
+ --saltEditableLabel-height: 17px;
1106
+ --saltInput-height: 17px;
1107
+ --saltInput-minHeight: 17px;
1108
+ border-right: 1px solid var(--vuuTableCell-border-rightColor);
1109
+ border-bottom: 1px solid var(--vuuTableCell-border-bottomColor);
1110
+ color: var(--salt-text-primary-foreground);
1111
+ cursor: default;
1112
+ height: var(--vuuTable-rowHeight);
1113
+ line-height: calc(var(--vuuTable-rowHeight) - 1px);
1114
+ overflow: hidden;
1115
+ padding: 0 5px;
1116
+ vertical-align: top;
1117
+ }
1118
+ .vuuTable-headerCell:focus,
1119
+ .vuuTable [role=cell]:focus {
1120
+ outline: var(--vuuTableCell-outline, dotted var(--salt-color-blue-400) var(--cell-outline-width));
1121
+ outline-offset: calc(var(--cell-outline-width) * -1);
1122
+ box-shadow: inset 0 0 0 var(--cell-outline-width) white;
1123
+ border-bottom: none;
1124
+ }
1125
+ .vuuTable-headerCell:focus .vuuTable-headerCell-inner {
1126
+ padding-bottom: var(--cell-outline-width);
1127
+ }
1128
+ .vuuTable-headerCell:not(.vuuTable-headerCell-resizing):focus .vuuTable-headerCell-inner {
1129
+ --columnResizer-color: transparent;
1130
+ }
1131
+ .vuuTable [role=cell]:focus {
1132
+ border-right: none;
1133
+ padding-bottom: 1px;
1134
+ }
1135
+ [role=cell][data-editable=true] {
1136
+ --salt-text-fontSize: 10px;
1137
+ --vuu-icon-size: 5px;
1138
+ position: relative;
1139
+ }
1140
+ [role=cell][data-editable=true]:after {
1141
+ top: 0;
1142
+ content: "";
1143
+ background-color: var(--salt-text-secondary-foreground, black);
1144
+ left: 0;
1145
+ height: var(--vuu-icon-height, var(--vuu-icon-size, 12px));
1146
+ -webkit-mask: var(--svg-corner-triangle) center center/var(--vuu-icon-size) var(--vuu-icon-size);
1147
+ mask: var(--svg-corner-triangle) center center/var(--vuu-icon-size) var(--vuu-icon-size);
1148
+ mask-repeat: no-repeat;
1149
+ -webkit-mask-repeat: no-repeat;
1150
+ position: absolute;
1151
+ transform: rotate(180deg);
1152
+ width: var(--vuu-icon-width, var(--vuu-icon-size, 12px));
1153
+ }
1154
+ [role=cell]:focus[data-editable],
1155
+ [role=cell]:focus-within[data-editable],
1156
+ [role=cell]:has(.saltEditableLabel-editing) {
1157
+ outline: solid var(--salt-color-blue-400) 1px;
1158
+ background-color: white;
1159
+ outline-offset: -1px;
1160
+ }
1161
+ [role=cell]:focus[data-editable=true]:after,
1162
+ [role=cell]:has(.saltEditableLabel):after {
1163
+ background-color: var(--salt-color-blue-400);
1164
+ left: 1px;
1165
+ top: 1px;
1166
+ }
1167
+ .vuuAlignRight {
1168
+ text-align: right;
1169
+ }
1170
+
1171
+ /* ../vuu-table/src/table/TableGroupCell.css */
1172
+ .vuuTableGroupCell {
1173
+ --spacer-width: 20px;
1174
+ --toggle-icon-transform: var(--row-toggle-icon-transform, none);
1175
+ --vuu-icon-width: 18px;
1176
+ align-items: center;
1177
+ display: inline-flex;
1178
+ }
1179
+ .vuuTableGroupCell-spacer {
1180
+ height: 100%;
1181
+ position: relative;
1182
+ width: var(--spacer-width);
1183
+ }
1184
+ .vuuTableGroupCell-spacer:after {
1185
+ background: var(--salt-container-primary-borderColor);
1186
+ content: "";
1187
+ position: absolute;
1188
+ top: 0;
1189
+ bottom: -1px;
1190
+ left: 9px;
1191
+ width: 1px;
1192
+ }
1193
+ .vuuTableGroupCell-toggle {
1194
+ transition: transform 0.25s;
1195
+ transform: var(--toggle-icon-transform);
1196
+ }
1197
+
1198
+ /* ../vuu-table/src/table/TableRow.css */
1199
+ .vuuTableRow {
1200
+ --row-background: var(--table-background);
1201
+ position: absolute;
1202
+ top: 0;
1203
+ }
1204
+ .vuuTableRow-even {
1205
+ --row-background: var(--row-background-even);
1206
+ }
1207
+ .vuuTableRow {
1208
+ background-color: var(--row-background);
1209
+ }
1210
+ .vuuTableRow-expanded {
1211
+ --row-toggle-icon-transform: rotate(90deg);
1212
+ }
1213
+ .vuuTableRow[aria-selected] {
1214
+ background-color: var(--vuuTableRow-selected-background, var(--salt-selectable-background-selected));
1215
+ --vuuTableCell-border-bottomColor: var(--salt-selectable-borderColor-selected);
1216
+ }
1217
+ .vuuTableRow-preSelected {
1218
+ --vuuTableCell-border-bottomColor: var(--salt-selectable-borderColor-selected);
1219
+ }
1220
+
1221
+ /* ../vuu-table/src/table/TableGroupHeaderCell.css */
1222
+ .salt-theme {
1223
+ --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>');
1224
+ }
1225
+ .vuuTable-groupHeaderCell {
1226
+ --cell-align: "flex-start";
1227
+ text-align: left;
1228
+ background: var(--dataTable-background);
1229
+ cursor: default;
1230
+ height: var(--vuuTableHeaderHeight);
1231
+ }
1232
+ .vuuTable-groupHeaderCell-inner {
1233
+ align-items: center;
1234
+ display: flex;
1235
+ height: 100%;
1236
+ padding-left: 1px;
1237
+ }
1238
+ .vuuTable-groupHeaderCell-label {
1239
+ align-items: center;
1240
+ display: flex;
1241
+ flex: 0 0 auto;
1242
+ }
1243
+ .vuuTable-groupHeaderCell-col {
1244
+ align-items: center;
1245
+ background-color: inherit;
1246
+ display: inline-flex;
1247
+ flex: 0 1 auto;
1248
+ height: calc(var(--vuuTableHeaderHeight) - 2px);
1249
+ justify-content: space-between;
1250
+ padding-right: 8px;
1251
+ position: relative;
1252
+ }
1253
+ .vuuTable-groupHeaderCell-close {
1254
+ --vuu-icon-height: 18px;
1255
+ --vuu-icon-width: 18px;
1256
+ cursor: pointer;
1257
+ left: 3px;
1258
+ }
1259
+ .vuuTable-groupHeaderCell-col:nth-child(odd) {
1260
+ background-color: var(--salt-color-gray-50);
1261
+ }
1262
+ .vuuTable-groupHeaderCell-col:nth-child(even) {
1263
+ background-color: var(--salt-color-gray-40);
1264
+ }
1265
+ .vuuTable-groupHeaderCell-col:first-child {
1266
+ clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
1267
+ padding-left: 3px;
1268
+ z-index: 1;
1269
+ }
1270
+ .vuuTable-groupHeaderCell-col:not(:first-child) {
1271
+ margin-left: -6px;
1272
+ padding-left: 12px;
1273
+ clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 8px 50%);
1274
+ }
1275
+ .vuuTable-groupHeaderCell-resizing {
1276
+ --columnResizer-color: var(--salt-color-blue-500);
1277
+ --columnResizer-height: var(--table-height);
1278
+ --columnResizer-width: 2px;
1279
+ }
1280
+ .vuuTable-groupHeaderCell-pending {
1281
+ --pending-content: "";
1282
+ }
1283
+ .vuuTable-groupHeaderCell-col:has(+ .vuuColumnResizer):after {
1284
+ content: var(--pending-content);
1285
+ width: 24px;
1286
+ height: 24px;
1287
+ background-image: var(--svg-spinner);
1288
+ background-repeat: no-repeat;
1289
+ background-size: cover;
1290
+ }
1291
+
1292
+ /* ../vuu-table/src/table/SortIndicator.css */
1293
+ .vuuSortIndicator {
1294
+ --menu-icon-size: 18px;
1295
+ --menu-item-icon-color: black;
1296
+ display: flex;
1297
+ flex-direction: column;
1298
+ position: relative;
1299
+ width: 18px;
1300
+ }
1301
+ .vuuSortPosition {
1302
+ font-size: 10px;
1303
+ line-height: 10px;
1304
+ text-align: center;
1305
+ }
1306
+
1307
+ /* ../vuu-table/src/table/TableHeaderCell.css */
1308
+ .vuuTable-heading:nth-child(2) {
1309
+ --heading-top: calc(var(--header-height));
1310
+ }
1311
+ .vuuTable-heading:nth-child(3) {
1312
+ --heading-top: calc(var(--header-height) * 2);
1313
+ }
1314
+ .vuuTable-heading:nth-child(3) {
1315
+ --heading-top: calc(var(--header-height) * 3);
1316
+ }
1317
+ .vuuTable-headingCell {
1318
+ background: var(--dataTable-background);
1319
+ border-color: var(--salt-separable-tertiary-borderColor);
1320
+ border-style: solid solid solid none;
1321
+ border-width: 1px;
1322
+ color: var(--salt-text-secondary-foreground);
1323
+ display: inline-block;
1324
+ height: var(--vuuTableHeaderHeight);
1325
+ padding: 0 !important;
1326
+ }
1327
+ .vuuTable-heading:has(+ .vuuTable-heading) > .vuuTable-headingCell {
1328
+ border-bottom-color: transparent;
1329
+ }
1330
+ [role=columnHeader] {
1331
+ --vuuTableCell-border-bottomColor: var(--salt-separable-tertiary-borderColor);
1332
+ --cell-align: "flex-start";
1333
+ display: inline-block;
1334
+ text-align: left;
1335
+ background: var(--dataTable-background);
1336
+ border-right: 1px solid var(--vuuTableCell-border-rightColor);
1337
+ border-bottom: 1px solid var(--vuuTableCell-border-bottomColor);
1338
+ color: var(--salt-text-secondary-foreground);
1339
+ cursor: default;
1340
+ height: var(--vuuTableHeaderHeight);
1341
+ padding: 0 !important;
1342
+ vertical-align: top;
1343
+ }
1344
+ .vuuTable-headerCell-right {
1345
+ --cell-align: flex-end;
1346
+ }
1347
+ .vuuTable-headerCell-inner {
1348
+ align-items: stretch;
1349
+ display: flex;
1350
+ height: 100%;
1351
+ padding: 0 0 0 3px;
1352
+ }
1353
+ .vuuTable-headerCell-inner:has(.vuuFilterIndicator) {
1354
+ padding-left: 0;
1355
+ }
1356
+ .vuuTable-headerCell-label {
1357
+ align-items: center;
1358
+ justify-content: var(--cell-align);
1359
+ display: flex;
1360
+ flex: 1 1 auto;
1361
+ }
1362
+ .vuuTable-headerCell-resizing {
1363
+ --columnResizer-color: var(--salt-color-blue-500);
1364
+ --columnResizer-height: var(--table-height);
1365
+ --columnResizer-width: 2px;
1366
+ }
1367
+ [role=headerCell].vuuPinLeft.vuuEndPin:after {
1368
+ box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.4);
1369
+ content: "";
1370
+ position: absolute;
1371
+ width: 1px;
1372
+ background-color: transparent;
1373
+ height: var(--table-height);
1374
+ top: 0;
1375
+ right: 0px;
1376
+ }
1377
+ [role=headerCell].vuuPinRight.vuuEndPin:after {
1378
+ box-shadow: -2px 0px 5px rgba(0, 0, 0, 0.3);
1379
+ content: "";
1380
+ position: absolute;
1381
+ width: 1px;
1382
+ background-color: transparent;
1383
+ height: var(--table-height);
1384
+ top: 0;
1385
+ left: 0px;
1386
+ }
1387
+ [role=headerCell]:is(.vuuPinLeft, .vuuPinRight, .vuuPinFloating) {
1388
+ top: 0;
1389
+ z-index: 20;
1390
+ }
1391
+ .saltDraggable-vuuTable-headerCell {
1392
+ --dataTable-background: ivory;
1393
+ --vuuTableHeaderHeight: 25px;
1394
+ }
1395
+
1396
+ /* ../vuu-table/src/table/filter-indicator.css */
1397
+ .vuuFilterIndicator {
1398
+ --menu-icon-size: 12px;
1399
+ --menu-item-icon-color: black;
1400
+ align-items: center;
1401
+ cursor: pointer;
1402
+ display: flex;
1403
+ flex: 0 0 18px;
1404
+ flex-direction: column;
1405
+ justify-content: center;
1406
+ position: relative;
1407
+ }
1408
+ .vuuFilterIndicator + .vuuTable-headerCell-inner {
1409
+ padding-left: 0;
1410
+ }
1411
+
1412
+ /* ../vuu-table/src/table/RowBasedTable.css */
1413
+ .vuuTable-table {
1414
+ --vuuTable-rowHeight: var(--row-height);
1415
+ --vuuTableCell-border-bottomColor: transparent;
1416
+ --vuuTableCell-border-rightColor: var(--salt-separable-tertiary-borderColor);
1417
+ border-collapse: separate;
1418
+ border-spacing: 0;
1419
+ border-left: 1px solid #ccc;
1420
+ border: none;
1421
+ font-size: var(--vuuTable-font-size, 10px);
1422
+ margin: 0;
1423
+ min-height: 100%;
1424
+ width: var(--content-width);
1425
+ }
1426
+ .vuuTable-headers {
1427
+ position: sticky;
1428
+ top: 0;
1429
+ z-index: 1;
1430
+ }
1431
+ .vuuTable-body {
1432
+ height: var(--content-height);
1433
+ position: relative;
1434
+ }
1435
+
1436
+ /* ../vuu-table/src/table/Table.css */
1437
+ .vuuTable {
1438
+ --dataTable-background: var(--salt-container-primary-background, inherit);
1439
+ --row-background-even: var(--dataTable-background);
1440
+ --row-background-odd: var(--dataTable-background);
1441
+ --table-background: var(--dataTable-background, none);
1442
+ background-color: var(--dataTable-background);
1443
+ position: relative;
1444
+ }
1445
+ .vuuTable-zebra {
1446
+ --row-background-even: var(--salt-container-secondary-background);
1447
+ }
1448
+ .vuuTable-scrollbarContainer {
1449
+ --scroll-content-width: calc(var(--content-width) - var(--pinned-width-left));
1450
+ border-bottom: none !important;
1451
+ border-top: none !important;
1452
+ border-left: solid 1px var(--salt-container-primary-borderColor);
1453
+ box-shadow: 0px -1px 0px 0px var(--salt-container-primary-borderColor);
1454
+ height: var(--viewport-body-height);
1455
+ left: var(--pinned-width-left);
1456
+ overflow: auto;
1457
+ position: absolute;
1458
+ top: var(--total-header-height);
1459
+ width: calc(var(--table-width) - var(--pinned-width-left) + 1px);
1460
+ }
1461
+ .vuuTable-scrollbarContent {
1462
+ height: calc(var(--content-height) + var(--horizontal-scrollbar-height));
1463
+ position: absolute;
1464
+ width: var(--scroll-content-width, var(--content-width));
1465
+ }
1466
+ .vuuTable-contentContainer {
1467
+ --vuuTableHeaderHeight: var(--header-height, 30px);
1468
+ background-color: var(--salt-container-primary-background);
1469
+ height: calc(var(--table-height) - var(--horizontal-scrollbar-height));
1470
+ position: relative;
1471
+ overflow: auto;
1472
+ overscroll-behavior: none;
1473
+ width: calc(var(--table-width) - var(--vertical-scrollbar-width));
1474
+ }
1475
+ .vuuTable-contentContainer::-webkit-scrollbar {
1476
+ display: none;
1477
+ }
1478
+ :is(.vuuPinLeft, .vuuPinRight, .vuuPinFloating) {
1479
+ background-color: inherit;
1480
+ position: sticky;
1481
+ z-index: 1;
1482
+ }
1483
+ .vuuTable-settings {
1484
+ --saltButton-height: var(--header-height);
1485
+ --saltButton-width: 15px;
1486
+ position: absolute !important;
1487
+ right: 0;
1488
+ top: 0;
1489
+ }
1490
+ .vuuTable:has(.vuuTable-headerCell-resizing) * {
1491
+ cursor: col-resize;
1492
+ }
1493
+
1494
+ /* ../vuu-table/src/table/Table-loading.css */
1495
+ .vuuTable-loading .vuuTable-table {
1496
+ --skeleton-height: 20px;
1497
+ --skeleton-width: calc(var(--content-width) - 8px);
1498
+ --skeleton-left: 4px;
1499
+ --skeleton-row-height: 16px;
1500
+ --skeleton-size: var(--skeleton-width) var(--skeleton-height);
1501
+ --skeleton-row: linear-gradient( var(--salt-color-gray-20-fade-background) var(--skeleton-row-height), transparent 0 );
1502
+ --skeleton-background-image: var(--skeleton-row);
1503
+ background-image: var(--skeleton-background-image);
1504
+ background-repeat: repeat-y;
1505
+ background-size: var(--skeleton-size);
1506
+ background-position-x: var(--skeleton-left);
1507
+ background-position-y: 27px;
1508
+ }
1509
+ .vuuTable-loading .vuuTable-table {
1510
+ --skeleton-height: 20px;
1511
+ --skeleton-width: calc(var(--content-width) - 8px);
1512
+ --skeleton-left: 4px;
1513
+ --skeleton-row-height: 16px;
1514
+ --skeleton-size: var(--skeleton-width) var(--skeleton-height);
1515
+ --skeleton-row: linear-gradient( var(--salt-color-gray-20-fade-background) var(--skeleton-row-height), transparent 0 );
1516
+ --skeleton-background-image: var(--skeleton-row);
1517
+ background-image: var(--skeleton-background-image);
1518
+ background-repeat: repeat-y;
1519
+ background-size: var(--skeleton-size);
1520
+ background-position-x: var(--skeleton-left);
1521
+ background-position-y: 27px;
1522
+ }
1523
+ .vuuTable-loading .vuuTable-table:after {
1524
+ animation: shimmer 2s infinite;
1525
+ background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .6) 60%, rgba(255, 255, 255, 0));
1526
+ content: "";
1527
+ height: var(--table-height);
1528
+ left: 0px;
1529
+ position: absolute;
1530
+ transform: translateX(-100%);
1531
+ top: var(--header-height);
1532
+ width: var(--content-width);
1533
+ }
1534
+ @keyframes shimmer {
1535
+ 100% {
1536
+ transform: translateX(100%);
1537
+ }
1538
+ }
1539
+
1540
+ /* ../vuu-table/src/table/cell-renderers/json-cell/JsonCell.css */
1541
+ .vuuJsonCell-group {
1542
+ align-items: center;
1543
+ display: inline-flex;
1544
+ height: calc(var(--vuuTable-rowHeight) - 1px);
1545
+ width: 100%;
1546
+ }
1547
+ .vuuJsonCell-toggle {
1548
+ --vuu-icon-color: var(--salt-text-primary-foreground);
1549
+ --vuu-icon-height: calc(var(--vuuTable-rowHeight) - 1px);
1550
+ --vuu-icon-width: 18px;
1551
+ flex-shrink: 0;
1552
+ margin-left: auto;
1553
+ }
1554
+ .vuuJsonCell-name {
1555
+ font-weight: var(--salt-typography-fontWeight-semiBold);
1556
+ }
1557
+ .vuuJsonCell-value {
1558
+ overflow: hidden;
1559
+ text-overflow: ellipsis;
1560
+ }
1561
+
1562
+ /* ../vuu-table/src/table-next/column-resizing/ColumnResizer.css */
1563
+ .vuuColumnResizerNext {
1564
+ background-color: var(--columnResizer-color);
1565
+ cursor: col-resize;
1566
+ height: var(--header-height);
1567
+ margin-left: var(--columnResizer-left, auto);
1568
+ position: relative;
1569
+ width: 2px;
1570
+ }
1571
+ .vuuColumnResizerNext:hover {
1572
+ --columnResizer-color: var(--salt-color-blue-500);
1573
+ }
1574
+ .vuuColumnResizerNext:after {
1575
+ background-color: var(--columnResizer-color, var(--salt-separable-tertiary-borderColor));
1576
+ bottom: 0;
1577
+ content: "";
1578
+ position: absolute;
1579
+ top: 0;
1580
+ right: 0px;
1581
+ height: var(--columnResizer-height, 0);
1582
+ width: 2px;
1583
+ }
1584
+
1585
+ /* ../vuu-table/src/table-next/column-header-pill/ColumnHeaderPill.css */
1586
+ .vuuColumnHeaderPill {
1587
+ --vuu-icon-size: 14px;
1588
+ --menu-item-icon-color: black;
1589
+ --vuu-icon-color: white;
1590
+ --vuu-icon-height: 12px;
1591
+ --vuu-icon-width: 13px;
1592
+ align-items: center;
1593
+ background: var(--salt-taggable-background-active);
1594
+ color: white;
1595
+ border-radius: 4px;
1596
+ font-size: 11px;
1597
+ gap: 4px;
1598
+ height: 16px;
1599
+ display: flex;
1600
+ margin: var(--vuuColumnHeaderPill-margin, 0);
1601
+ padding: 0 6px;
1602
+ position: relative;
1603
+ }
1604
+ .vuuColumnHeaderPill:hover {
1605
+ --vuu-icon-color: var(--vuu-color-gray-80);
1606
+ background-color: var(--salt-taggable-background-hover);
1607
+ color: var(--vuu-color-gray-80);
1608
+ }
1609
+ .vuuColumnHeaderPill-removeButton {
1610
+ cursor: pointer;
1611
+ }
1612
+
1613
+ /* ../vuu-table/src/table-next/column-header-pill/GroupColumnPill.css */
1614
+ .vuuSortPosition {
1615
+ font-size: 11px;
1616
+ font-weight: 700;
1617
+ padding-top: 1px;
1618
+ }
1619
+
1620
+ /* ../vuu-table/src/table-next/column-header-pill/SortIndicator.css */
1621
+ .vuuSortPosition {
1622
+ font-size: 11px;
1623
+ font-weight: 700;
1624
+ padding-top: 1px;
1625
+ }
1626
+
1627
+ /* ../vuu-table/src/table-next/header-cell/GroupHeaderCell.css */
1628
+ .vuu-theme {
1629
+ --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>');
1630
+ }
1631
+ .vuuTableNextGroupHeaderCell.vuuTableNextHeaderCell {
1632
+ --vuuColumnHeaderPill-margin: 0;
1633
+ --cell-align: "flex-start";
1634
+ text-align: left;
1635
+ background: var(--dataTable-background);
1636
+ cursor: default;
1637
+ height: var(--vuuTableHeaderHeight);
1638
+ }
1639
+ .vuuTableNextGroupHeaderCell-inner {
1640
+ align-items: center;
1641
+ display: flex;
1642
+ gap: 4px;
1643
+ height: 100%;
1644
+ padding-left: 1px;
1645
+ }
1646
+ .vuuTableNextGroupHeaderCell-col {
1647
+ align-items: center;
1648
+ background-color: inherit;
1649
+ display: inline-flex;
1650
+ flex: 0 1 auto;
1651
+ height: calc(var(--vuuTableHeaderHeight) - 2px);
1652
+ justify-content: space-between;
1653
+ padding-right: 8px;
1654
+ position: relative;
1655
+ }
1656
+ .vuuTableNextGroupHeaderCell-label {
1657
+ align-items: center;
1658
+ display: flex;
1659
+ flex: 0 0 auto;
1660
+ }
1661
+ .vuuTableNextGroupHeaderCell-close {
1662
+ --vuu-icon-height: 18px;
1663
+ --vuu-icon-width: 18px;
1664
+ cursor: pointer;
1665
+ left: 3px;
1666
+ }
1667
+ .vuuTableNextGroupHeaderCell-resizing {
1668
+ --columnResizer-color: var(--salt-color-blue-500);
1669
+ --columnResizer-height: var(--table-height);
1670
+ --columnResizer-width: 2px;
1671
+ }
1672
+ .vuuTableNextGroupHeaderCell-pending {
1673
+ --pending-content: "";
1674
+ }
1675
+ .vuuTableNextGroupHeaderCell-col:has(+ .vuuColumnResizer):after {
1676
+ content: var(--pending-content);
1677
+ width: 24px;
1678
+ height: 24px;
1679
+ background-image: var(--svg-spinner);
1680
+ background-repeat: no-repeat;
1681
+ background-size: cover;
1682
+ }
1683
+
1684
+ /* ../vuu-table/src/table-next/column-menu/ColumnMenu.css */
1685
+ .vuuMenuItem {
1686
+ --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>');
1687
+ }
1688
+ .vuuTable-columnMenu {
1689
+ --vuu-icon-color: #606477;
1690
+ --vuu-icon-height: 20px;
1691
+ --vuu-icon-left: 0px;
1692
+ --vuu-icon-size: 16px;
1693
+ --vuu-icon-top: 0px;
1694
+ --vuu-icon-width: 20px;
1695
+ border-radius: 4px;
1696
+ cursor: pointer;
1697
+ display: inline-block;
1698
+ padding: 2px;
1699
+ left: var(--column-menu-left, 0);
1700
+ margin: var(--vuuTable-columnMenu-margin, 0);
1701
+ }
1702
+ .vuuTable-columnMenu:hover {
1703
+ --vuu-icon-color: #15171B;
1704
+ background-color: #F37880;
1705
+ }
1706
+ .vuuTable-columnMenu-open:hover,
1707
+ .vuuTable-columnMenu-open {
1708
+ background-color: #6D18BD;
1709
+ --vuu-icon-color: white;
1710
+ }
1711
+ [data-icon=cog] {
1712
+ --vuu-icon-svg: var(--vuu-svg-cog);
1713
+ --vuu-icon-size: 14px;
1714
+ }
1715
+ .vuuColumnMenuList {
1716
+ --vuuMenuList-borderStyle: solid;
1717
+ border-radius: 4px;
1718
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1719
+ border-color: var(--vuuMenuList-borderColor, var(--salt-container-primary-borderColor));
1720
+ border-style: solid;
1721
+ border-width: 1px;
1722
+ }
1723
+
1724
+ /* ../vuu-table/src/table-next/header-cell/HeaderCell.css */
1725
+ .vuuTableNextHeaderCell {
1726
+ --cell-align: "flex-start";
1727
+ --vuuColumnHeaderPill-margin: 0 0 0 3px;
1728
+ align-items: center;
1729
+ background-color: var(--vuuTableNextHeaderCell-background, inherit);
1730
+ border-bottom: 1px solid #ccc;
1731
+ border-right-color: var(--cell-borderColor);
1732
+ border-right-style: solid;
1733
+ border-right-width: 1px;
1734
+ box-sizing: border-box;
1735
+ cursor: default;
1736
+ display: inline-flex;
1737
+ height: var(--header-height);
1738
+ vertical-align: top;
1739
+ }
1740
+ .vuuTableNextHeaderCell-right {
1741
+ --columnResizer-left: 0;
1742
+ --vuuTable-columnMenu-margin: 0;
1743
+ --vuuColumnHeaderPill-margin: 0 3px 0 0;
1744
+ --column-menu-left: 2px;
1745
+ justify-content: flex-end;
1746
+ }
1747
+ .vuuTableNextHeaderCell .vuuColumnResizerNext:hover {
1748
+ --columnResizer-color: var(--vuu-color-purple-10);
1749
+ }
1750
+ .vuuTableNextHeaderCell-label {
1751
+ line-height: calc(var(--header-height) - 1px);
1752
+ }
1753
+ .vuuTableNextHeaderCell-resizing {
1754
+ --columnResizer-height: var(--table-height);
1755
+ }
1756
+ .vuuTableNextHeaderCell.vuuPinLeft {
1757
+ padding-left: 2px;
1758
+ }
1759
+ .vuuTableNextHeaderCell.vuuPinLeft.vuuEndPin .vuuColumnResizerNext:before {
1760
+ --height: calc(var(--table-height) - 15px);
1761
+ --inset-r: calc(var(--pin-width) - 2px);
1762
+ --inset-b: calc(var(--height) - 2px);
1763
+ --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% );
1764
+ background-color: transparent;
1765
+ border-color: var(--vuu-color-gray-40);
1766
+ border-width: 1px;
1767
+ border-style: solid solid solid solid;
1768
+ border-radius: 4px;
1769
+ box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.10);
1770
+ clip-path: var(--clip-path);
1771
+ content: "";
1772
+ position: absolute;
1773
+ width: var(--pin-width);
1774
+ top: 0;
1775
+ bottom: 0;
1776
+ right: -1px;
1777
+ height: var(--height);
1778
+ z-index: -5;
1779
+ }
1780
+ .vuuTableNextHeaderCell.vuuPinRight.vuuEndPin .vuuColumnResizerNext:before {
1781
+ --height: calc(var(--table-height) - 15px);
1782
+ --inset-r: calc(var(--pin-width) - 2px);
1783
+ --inset-b: calc(var(--height) - 2px);
1784
+ --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% );
1785
+ background-color: transparent;
1786
+ border-color: #A9AAAD;
1787
+ border-width: 1px;
1788
+ border-style: solid solid solid solid;
1789
+ border-radius: 4px;
1790
+ box-shadow: -2px 1px 4px 0px rgba(0, 0, 0, 0.10);
1791
+ clip-path: var(--clip-path);
1792
+ content: "";
1793
+ position: absolute;
1794
+ width: var(--pin-width);
1795
+ top: 0;
1796
+ bottom: 0;
1797
+ right: 0px;
1798
+ height: var(--height);
1799
+ z-index: -5;
1800
+ }
1801
+ .vuuTableNextHeaderCell.vuuDraggable-dragAway {
1802
+ display: none;
1803
+ }
1804
+
1805
+ /* ../vuu-table/src/table-next/table-cell/TableCell.css */
1806
+ .vuuTableNextCell {
1807
+ border-right-color: var(--cell-borderColor);
1808
+ border-right-style: solid;
1809
+ border-right-width: 1px;
1810
+ display: inline-block;
1811
+ height: 100%;
1812
+ overflow: hidden;
1813
+ padding: 0 8px;
1814
+ text-overflow: ellipsis;
1815
+ vertical-align: top;
1816
+ }
1817
+ .vuuTableNextCell-right {
1818
+ text-align: right;
1819
+ }
1820
+ .vuuTableNextCell-editable {
1821
+ display: inline-flex;
1822
+ line-height: 18px;
1823
+ padding-bottom: 1px;
1824
+ padding-top: 1px;
1825
+ text-overflow: unset;
1826
+ }
1827
+ .vuuTableNextCell:focus {
1828
+ outline: var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);
1829
+ outline-offset: -2px;
1830
+ box-shadow: inset 0 0 0 var(--cell-outline-width) white;
1831
+ border-bottom: none;
1832
+ }
1833
+ .vuuTableNextRow-selected .vuuTableNextCell:not(.vuuTableNextCell-editable):focus {
1834
+ outline: var(--vuuTableCell-outline, solid var(--vuu-color-purple-10) 2px);
1835
+ outline-offset: -1px;
1836
+ }
1837
+ .vuuTableNextCell-editable:focus {
1838
+ outline: none;
1839
+ }
1840
+
1841
+ /* ../vuu-table/src/table-next/table-cell/TableGroupCell.css */
1842
+ .vuuTableNextGroupCell {
1843
+ --group-cell-spacer-width: 20px;
1844
+ align-items: center;
1845
+ border-right-color: var(--vuuTableNextGroupCell-borderColor, var(--salt-separable-tertiary-borderColor));
1846
+ border-right-style: solid;
1847
+ border-right-width: 1px;
1848
+ cursor: pointer;
1849
+ display: inline-flex;
1850
+ height: var(--row-height);
1851
+ line-height: 16px;
1852
+ }
1853
+ .vuuTableNextGroupCell-toggle {
1854
+ --vuu-icon-height: 16px;
1855
+ --vuu-icon-size: 16px;
1856
+ --vuu-icon-width: 8px;
1857
+ margin-right: 4px;
1858
+ transition: transform 0.25s;
1859
+ transform: var(--toggle-icon-transform);
1860
+ }
1861
+ .vuuTableNextGroupCell-spacer {
1862
+ width: var(--group-cell-spacer-width);
1863
+ }
1864
+
1865
+ /* ../vuu-table/src/table-next/Row.css */
1866
+ .vuuTableNextRow {
1867
+ background: var(--row-background,#fff);
1868
+ border-bottom: 1px solid var(--row-borderColor);
1869
+ box-sizing: border-box;
1870
+ height: var(--row-height);
1871
+ line-height: calc(var(--row-height) - 1px);
1872
+ position: absolute;
1873
+ top: 0;
1874
+ white-space: nowrap;
1875
+ }
1876
+ .vuuTableNextRow-even {
1877
+ --row-background: var(--row-background-even);
1878
+ }
1879
+ .vuuTableNextRow-selected,
1880
+ .vuuTableNextRow-selectedEnd {
1881
+ background-color: rgb(235, 235, 236);
1882
+ }
1883
+ .vuuTableNextRow-selectedStart {
1884
+ --vuu-selection-decorator-left-radius: 5px 0 0 0;
1885
+ --vuu-selection-decorator-right-radius: 0 5px 0 0;
1886
+ border-radius: 5px 5px 0 0;
1887
+ }
1888
+ .vuuTableNextRow-selectedEnd {
1889
+ --vuu-selection-decorator-left-radius: 0 0 0 5px;
1890
+ --vuu-selection-decorator-right-radius: 0 0 5px 0;
1891
+ border-radius: 0 0 5px 5px;
1892
+ }
1893
+ .vuuTableNextRow-selectedStart.vuuTableNextRow-selectedEnd {
1894
+ --vuu-selection-decorator-left-radius: 5px 0 0 5px;
1895
+ --vuu-selection-decorator-right-radius: 0 5px 5px 0;
1896
+ border-radius: 5px 5px 5px 5px;
1897
+ }
1898
+ .vuuTableNextRow-selectedStart:after {
1899
+ content: "";
1900
+ position: absolute;
1901
+ top: 0;
1902
+ left: 4px;
1903
+ height: 1px;
1904
+ background-color: var(--vuu-color-purple-10);
1905
+ width: calc(var(--content-width) - 8px);
1906
+ z-index: 1;
1907
+ }
1908
+ .vuuTableNextRow-selectedEnd {
1909
+ border-bottom-color: var(--vuu-color-purple-10);
1910
+ }
1911
+ .vuuTableNextRow-selectionDecorator {
1912
+ background-color: var(--vuu-selection-decorator-bg, inherit);
1913
+ display: inline-block;
1914
+ position: relative;
1915
+ height: var(--row-height);
1916
+ width: 4px;
1917
+ z-index: 2;
1918
+ }
1919
+ .vuuTableNextRow-selectionDecorator.vuuStickyLeft {
1920
+ left: 0;
1921
+ position: sticky;
1922
+ }
1923
+ .vuuTableNextRow-selectionDecorator.vuuStickyRight {
1924
+ right: 0;
1925
+ position: sticky;
1926
+ }
1927
+ .vuuTableNextRow-selected {
1928
+ --vuu-selection-decorator-bg: var(--vuu-color-purple-10);
1929
+ }
1930
+ .vuuTableNextRow-selectedStart {
1931
+ --vuu-selection-decorator-bg: white;
1932
+ }
1933
+ .vuuTableNextRow-selectedEnd {
1934
+ --vuu-selection-decorator-bg: white;
1935
+ }
1936
+ .vuuTableNextRow-selectedStart.vuuTableNextRow-selectedEnd {
1937
+ }
1938
+ .vuuTableNextRow-selectedStart .vuuTableNextRow-selectionDecorator:before,
1939
+ .vuuTableNextRow-selectedEnd .vuuTableNextRow-selectionDecorator:before {
1940
+ content: "";
1941
+ inset: 0;
1942
+ position: absolute;
1943
+ background-color: var(--vuu-color-purple-10);
1944
+ }
1945
+ .vuuTableNextRow-selectionDecorator.vuuStickyLeft:before {
1946
+ border-radius: var(--vuu-selection-decorator-left-radius, 0);
1947
+ }
1948
+ .vuuTableNextRow-selectionDecorator.vuuStickyRight:before {
1949
+ border-radius: var(--vuu-selection-decorator-right-radius, 0);
1950
+ }
1951
+ .vuuTableNextRow-expanded {
1952
+ --toggle-icon-transform: rotate(90deg);
1953
+ }
1954
+
1955
+ /* ../vuu-table-extras/src/cell-renderers/background-cell/BackgroundCell.css */
1956
+ .vuuTable td:has(> .vuuBackgroundCellDeprecated) {
1957
+ padding: 0;
1958
+ text-align: right;
1959
+ }
1960
+ .vuuBackgroundCellDeprecated {
1961
+ padding-right: var(--salt-size-unit);
1962
+ position: relative;
1963
+ z-index: -1;
1964
+ }
1965
+ .vuuBackgroundCellDeprecated-flasher {
1966
+ color: transparent;
1967
+ position: absolute;
1968
+ left: 0;
1969
+ right: 0;
1970
+ top: 0;
1971
+ bottom: 0;
1972
+ z-index: -1;
1973
+ }
1974
+ .vuuBackgroundCellDeprecated-flasher {
1975
+ text-align: left;
1976
+ }
1977
+ .vuuBackgroundCellDeprecated-flasher + .num {
1978
+ padding-left: 8px;
1979
+ }
1980
+ .right .vuuBackgroundCellDeprecated-flasher {
1981
+ text-align: right;
1982
+ }
1983
+ .right .vuuBackgroundCellDeprecated-flasher + .num {
1984
+ padding-right: 8px;
1985
+ }
1986
+ .up1 > .vuuBackgroundCellDeprecated-flasher {
1987
+ animation-duration: 30s;
1988
+ animation-name: reactbgup1;
1989
+ }
1990
+ .up2 > .vuuBackgroundCellDeprecated-flasher {
1991
+ animation-duration: 30s;
1992
+ animation-name: reactbgup2;
1993
+ }
1994
+ .down1 > .vuuBackgroundCellDeprecated-flasher {
1995
+ animation-duration: 30s;
1996
+ animation-name: reactbgdown1;
1997
+ }
1998
+ .down2 > .vuuBackgroundCellDeprecated-flasher {
1999
+ animation-duration: 30s;
2000
+ animation-name: reactbgdown2;
2001
+ }
2002
+ .up1.vuuBackgroundCellDeprecated-arrowOnly > .vuuBackgroundCellDeprecated-flasher {
2003
+ animation-duration: 30s;
2004
+ animation-name: reactarrowup1;
2005
+ }
2006
+ .up2.vuuBackgroundCellDeprecated-arrowOnly > .vuuBackgroundCellDeprecated-flasher {
2007
+ animation-duration: 30s;
2008
+ animation-name: reactarrowup2;
2009
+ }
2010
+ .down1.vuuBackgroundCellDeprecated-arrowOnly > .vuuBackgroundCellDeprecated-flasher {
2011
+ animation-duration: 30s;
2012
+ animation-name: reactarrowdown1;
2013
+ }
2014
+ .down2.vuuBackgroundCellDeprecated-arrowOnly > .vuuBackgroundCellDeprecated-flasher {
2015
+ animation-duration: 30s;
2016
+ animation-name: reactarrowdown2;
2017
+ }
2018
+ .up1.vuuBackgroundCellDeprecated-arrowBackground > .vuuBackgroundCellDeprecated-flasher {
2019
+ animation-duration: 30s;
2020
+ animation-name: reactbgarrowup1;
2021
+ }
2022
+ .up2.vuuBackgroundCellDeprecated-arrowBackground > .vuuBackgroundCellDeprecated-flasher {
2023
+ animation-duration: 30s;
2024
+ animation-name: reactbgarrowup2;
2025
+ }
2026
+ .down1.vuuBackgroundCellDeprecated-arrowBackground > .vuuBackgroundCellDeprecated-flasher {
2027
+ animation-duration: 30s;
2028
+ animation-name: reactbgarrowdown1;
2029
+ }
2030
+ .down2.vuuBackgroundCellDeprecated-arrowBackground > .vuuBackgroundCellDeprecated-flasher {
2031
+ animation-duration: 30s;
2032
+ animation-name: reactbgarrowdown2;
2033
+ }
2034
+
2035
+ /* ../vuu-table-extras/src/cell-renderers/background-cell/FlashingBackground.css */
2036
+ @keyframes reactbgup1 {
2037
+ from {
2038
+ background-color: green;
2039
+ }
2040
+ to {
2041
+ background-color: transparent;
2042
+ }
2043
+ }
2044
+ @keyframes reactbgup2 {
2045
+ from {
2046
+ background-color: green;
2047
+ }
2048
+ to {
2049
+ background-color: transparent;
2050
+ }
2051
+ }
2052
+ @keyframes reactbgdown1 {
2053
+ from {
2054
+ background-color: red;
2055
+ }
2056
+ to {
2057
+ background-color: transparent;
2058
+ }
2059
+ }
2060
+ @keyframes reactbgdown2 {
2061
+ from {
2062
+ background-color: red;
2063
+ }
2064
+ to {
2065
+ background-color: transparent;
2066
+ }
2067
+ }
2068
+ @keyframes reactarrowup1 {
2069
+ from {
2070
+ color: white;
2071
+ }
2072
+ to {
2073
+ color: transparent;
2074
+ }
2075
+ }
2076
+ @keyframes reactarrowup2 {
2077
+ from {
2078
+ color: white;
2079
+ }
2080
+ to {
2081
+ color: transparent;
2082
+ }
2083
+ }
2084
+ @keyframes reactarrowdown1 {
2085
+ from {
2086
+ color: white;
2087
+ }
2088
+ to {
2089
+ color: transparent;
2090
+ }
2091
+ }
2092
+ @keyframes reactarrowdown2 {
2093
+ from {
2094
+ color: white;
2095
+ }
2096
+ to {
2097
+ color: transparent;
2098
+ }
2099
+ }
2100
+ @keyframes reactbgarrowup1 {
2101
+ 0% {
2102
+ color: green;
2103
+ background-color: green;
2104
+ }
2105
+ 20% {
2106
+ color: green;
2107
+ background-color: transparent;
2108
+ }
2109
+ 100% {
2110
+ color: transparent;
2111
+ background-color: transparent;
2112
+ }
2113
+ }
2114
+ @keyframes reactbgarrowup2 {
2115
+ 0% {
2116
+ color: green;
2117
+ background-color: green;
2118
+ }
2119
+ 20% {
2120
+ color: green;
2121
+ background-color: transparent;
2122
+ }
2123
+ 100% {
2124
+ color: transparent;
2125
+ background-color: transparent;
2126
+ }
2127
+ }
2128
+ @keyframes reactbgarrowdown1 {
2129
+ 0% {
2130
+ color: red;
2131
+ background-color: red;
2132
+ }
2133
+ 20% {
2134
+ color: red;
2135
+ background-color: transparent;
2136
+ }
2137
+ 100% {
2138
+ color: transparent;
2139
+ background-color: transparent;
2140
+ }
2141
+ }
2142
+ @keyframes reactbgarrowdown2 {
2143
+ 0% {
2144
+ color: red;
2145
+ background-color: red;
2146
+ }
2147
+ 20% {
2148
+ color: red;
2149
+ background-color: transparent;
2150
+ }
2151
+ 100% {
2152
+ color: transparent;
2153
+ background-color: transparent;
2154
+ }
2155
+ }
2156
+
2157
+ /* ../vuu-table-extras/src/cell-renderers/progress-cell/ProgressCell.css */
2158
+ .vuuProgressCell {
2159
+ align-items: center;
2160
+ display: flex;
2161
+ }
2162
+ .vuuProgressCell-track {
2163
+ display: inline-block;
2164
+ flex: auto 1 1;
2165
+ height: 4px;
2166
+ overflow: hidden;
2167
+ position: relative;
2168
+ }
2169
+ .vuuProgressCell-bg {
2170
+ background-color: var(--salt-measured-background);
2171
+ display: inline-block;
2172
+ height: 2px;
2173
+ left: 0;
2174
+ position: absolute;
2175
+ top: 1px;
2176
+ width: 100%;
2177
+ }
2178
+ .vuuProgressCell-bar {
2179
+ background-color: var(--salt-measured-fill);
2180
+ display: inline-block;
2181
+ height: 100%;
2182
+ left: 0;
2183
+ position: absolute;
2184
+ top: 0;
2185
+ transform: translateX(var(--progress-bar-pct, -100%));
2186
+ width: 100%;
2187
+ }
2188
+ .vuuProgressCell-text {
2189
+ flex: 35px 0 0;
2190
+ text-align: right;
2191
+ }
2192
+
2193
+ /* ../vuu-table-extras/src/cell-renderers-next/background-cell/BackgroundCell.css */
2194
+ .vuuTableNext td:has(> .vuuBackgroundCell) {
2195
+ padding: 0;
2196
+ text-align: right;
2197
+ }
2198
+ .vuuBackgroundCell {
2199
+ color: var(--background-cell-color);
2200
+ padding-right: var(--salt-size-unit);
2201
+ position: relative;
2202
+ z-index: -1;
2203
+ }
2204
+ .vuuBackgroundCell-flasher {
2205
+ background-color: var(--background-cell-background);
2206
+ position: absolute;
2207
+ left: 0;
2208
+ right: 0;
2209
+ top: 0;
2210
+ bottom: 0;
2211
+ z-index: -1;
2212
+ }
2213
+ .vuuBackgroundCell-flasher {
2214
+ text-align: left;
2215
+ }
2216
+ .vuuBackgroundCell-flasher + .num {
2217
+ padding-left: 8px;
2218
+ }
2219
+ .right .vuuBackgroundCell-flasher {
2220
+ text-align: right;
2221
+ }
2222
+ .right .vuuBackgroundCell-flasher + .num {
2223
+ padding-right: 8px;
2224
+ }
2225
+ .vuuBackgroundCell.up1 {
2226
+ animation-duration: 30s;
2227
+ animation-name: reactbgup1;
2228
+ }
2229
+ .vuuBackgroundCell.up2 {
2230
+ animation-duration: 30s;
2231
+ animation-name: reactbgup2;
2232
+ }
2233
+ .vuuBackgroundCell.down1 {
2234
+ animation-duration: 30s;
2235
+ animation-name: reactbgdown1;
2236
+ }
2237
+ .vuuBackgroundCell.down2 {
2238
+ animation-duration: 30s;
2239
+ animation-name: reactbgdown2;
2240
+ }
2241
+ .up1.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
2242
+ animation-duration: 30s;
2243
+ animation-name: reactarrowup1;
2244
+ }
2245
+ .up2.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
2246
+ animation-duration: 30s;
2247
+ animation-name: reactarrowup2;
2248
+ }
2249
+ .down1.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
2250
+ animation-duration: 30s;
2251
+ animation-name: reactarrowdown1;
2252
+ }
2253
+ .down2.vuuBackgroundCell-arrowOnly > .vuuBackgroundCell-flasher {
2254
+ animation-duration: 30s;
2255
+ animation-name: reactarrowdown2;
2256
+ }
2257
+ .up1.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
2258
+ animation-duration: 30s;
2259
+ animation-name: reactbgarrowup1;
2260
+ }
2261
+ .up2.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
2262
+ animation-duration: 30s;
2263
+ animation-name: reactbgarrowup2;
2264
+ }
2265
+ .down1.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
2266
+ animation-duration: 30s;
2267
+ animation-name: reactbgarrowdown1;
2268
+ }
2269
+ .down2.vuuBackgroundCell-arrowBackground > .vuuBackgroundCell-flasher {
2270
+ animation-duration: 30s;
2271
+ animation-name: reactbgarrowdown2;
2272
+ }
2273
+
2274
+ /* ../vuu-table-extras/src/cell-renderers-next/background-cell/FlashingBackground.css */
2275
+ @property --background-cell-background { syntax: "<color>"; initial-value: transparent; inherits: false; }
2276
+ @property --background-cell-color { syntax: "<color>"; initial-value: #15171B; inherits: false; }
2277
+ @keyframes reactbgup1 {
2278
+ from {
2279
+ --background-cell-background: var(--vuu-color-green-50);
2280
+ --background-cell-color: white;
2281
+ }
2282
+ to {
2283
+ --background-cell-background: transparent;
2284
+ --background-cell-color: var(--vuu-color-gray-80);
2285
+ }
2286
+ }
2287
+ @keyframes reactbgup2 {
2288
+ from {
2289
+ --background-cell-background: var(--vuu-color-green-50);
2290
+ --background-cell-color: #ffffff;
2291
+ }
2292
+ to {
2293
+ --background-cell-background: transparent;
2294
+ --background-cell-color: var(--vuu-color-gray-80);
2295
+ }
2296
+ }
2297
+ @keyframes reactbgdown1 {
2298
+ from {
2299
+ --background-cell-background: var(--vuu-color-red-50);
2300
+ --background-cell-color: white;
2301
+ }
2302
+ to {
2303
+ --background-cell-background: transparent;
2304
+ --background-cell-color: var(--vuu-color-gray-80);
2305
+ }
2306
+ }
2307
+ @keyframes reactbgdown2 {
2308
+ from {
2309
+ --background-cell-background: var(--vuu-color-red-50);
2310
+ --background-cell-color: white;
2311
+ }
2312
+ to {
2313
+ --background-cell-background: transparent;
2314
+ --background-cell-color: var(--vuu-color-gray-80);
2315
+ }
2316
+ }
2317
+ @keyframes reactarrowup1 {
2318
+ from {
2319
+ color: var(--salt-differential-positive-foreground);
2320
+ }
2321
+ to {
2322
+ color: transparent;
2323
+ }
2324
+ }
2325
+ @keyframes reactarrowup2 {
2326
+ from {
2327
+ color: var(--salt-differential-positive-foreground);
2328
+ }
2329
+ to {
2330
+ color: transparent;
2331
+ }
2332
+ }
2333
+ @keyframes reactarrowdown1 {
2334
+ from {
2335
+ color: var(--salt-differential-negative-foreground);
2336
+ }
2337
+ to {
2338
+ color: transparent;
2339
+ }
2340
+ }
2341
+ @keyframes reactarrowdown2 {
2342
+ from {
2343
+ color: var(--salt-differential-negative-foreground);
2344
+ }
2345
+ to {
2346
+ color: transparent;
2347
+ }
2348
+ }
2349
+ @keyframes reactbgarrowup1 {
2350
+ 0% {
2351
+ color: var(--salt-differential-positive-foreground);
2352
+ background-color: var(--vuu-color-green-50);
2353
+ }
2354
+ 20% {
2355
+ color: var(--salt-differential-positive-foreground);
2356
+ background-color: transparent;
2357
+ }
2358
+ 100% {
2359
+ color: transparent;
2360
+ background-color: transparent;
2361
+ }
2362
+ }
2363
+ @keyframes reactbgarrowup2 {
2364
+ 0% {
2365
+ color: var(--salt-differential-positive-foreground);
2366
+ background-color: var(--vuu-color-green-50);
2367
+ }
2368
+ 20% {
2369
+ color: var(--salt-differential-positive-foreground);
2370
+ background-color: transparent;
2371
+ }
2372
+ 100% {
2373
+ color: transparent;
2374
+ background-color: transparent;
2375
+ }
2376
+ }
2377
+ @keyframes reactbgarrowdown1 {
2378
+ 0% {
2379
+ color: var(--salt-differential-negative-foreground);
2380
+ background-color: var(--vuu-color-red-50);
2381
+ }
2382
+ 20% {
2383
+ color: var(--salt-differential-negative-foreground);
2384
+ background-color: transparent;
2385
+ }
2386
+ 100% {
2387
+ color: transparent;
2388
+ background-color: transparent;
2389
+ }
2390
+ }
2391
+ @keyframes reactbgarrowdown2 {
2392
+ 0% {
2393
+ color: var(--salt-differential-negative-foreground);
2394
+ background-color: var(--vuu-color-red-50);
2395
+ }
2396
+ 20% {
2397
+ color: var(--salt-differential-negative-foreground);
2398
+ background-color: transparent;
2399
+ }
2400
+ 100% {
2401
+ color: transparent;
2402
+ background-color: transparent;
2403
+ }
2404
+ }
2405
+
2406
+ /* ../vuu-table-extras/src/column-list/ColumnList.css */
2407
+ .vuuColumnList {
2408
+ --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>');
2409
+ --vuuList-borderStyle: none;
2410
+ --vuuListItem-padding: 0;
2411
+ display: flex;
2412
+ flex-direction: column;
2413
+ width: 252px;
2414
+ }
2415
+ [data-icon=function] {
2416
+ --vuu-icon-svg: var(--vuu-svg-function);
2417
+ }
2418
+ .vuuColumnListItem {
2419
+ border-bottom: solid 1px var(--salt-separable-tertiary-borderColor);
2420
+ padding: 0 6px 0 0;
2421
+ }
2422
+ .vuuColumnList-switch {
2423
+ flex: 0 0 32px;
2424
+ }
2425
+ .vuuColumnList-text {
2426
+ flex: 1 1 auto;
2427
+ }
2428
+ .vuuColumnList-checkBox {
2429
+ flex: 0 0 20px;
2430
+ }
2431
+ .vuuColumnList-icon {
2432
+ --vuu-icon-color: var(--vuu-color-gray-45);
2433
+ --vuu-icon-size: 16px;
2434
+ --vuu-icon-width: 32px;
2435
+ }
2436
+ .vuuColumnList-header {
2437
+ border-top: solid 2px var(--vuu-color-gray-30);
2438
+ flex: 0 0 40px;
2439
+ font-size: 14px;
2440
+ font-weight: 600;
2441
+ padding-top: 24px;
2442
+ }
2443
+ .vuuColumnList-colHeadings {
2444
+ border-bottom: solid 2px var(--vuu-color-gray-30);
2445
+ color: var(--vuu-color-gray-50);
2446
+ display: flex;
2447
+ flex: 0 0 24px;
2448
+ font-size: 10px;
2449
+ justify-content: space-between;
2450
+ margin-top: 16px;
2451
+ padding-bottom: 8px;
2452
+ }
2453
+
2454
+ /* ../vuu-table-extras/src/column-expression-input/ColumnExpressionInput.css */
2455
+ .vuuColumnExpressionInput {
2456
+ --vuuFilterEditor-background: var(--salt-container-primary-background);
2457
+ --vuuFilterEditor-color: var(--salt-text-primary-foreground);
2458
+ --vuuFilterEditor-fontFamily: var(--salt-typography-fontFamily);
2459
+ --vuuFilterEditor-fontSize: var(--salt-text-fontSize);
2460
+ --vuuFilterEditor-cursorColor: var(--salt-text-secondary-foreground);
2461
+ --vuuFilterEditor-selectionBackground: var(--salt-text-background-selected);
2462
+ --vuuFilterEditor-tooltipBackground: var(--salt-container-primary-background);
2463
+ --vuuFilterEditor-tooltipBorder: var(--tooltip-status-borderColor) var(--salt-container-borderWidth) var(--salt-container-borderStyle);
2464
+ --vuuFilterEditor-tooltipElevation: var(--salt-overlayable-shadow-popout);
2465
+ --vuuFilterEditor-suggestion-selectedBackground: var(--salt-selectable-background-selected);
2466
+ --vuuFilterEditor-suggestion-selectedColor: var(--salt-text-primary-foreground);
2467
+ --vuuFilterEditor-suggestion-detailColor: var(--salt-text-secondary-foreground-disabled);
2468
+ --vuuFilterEditor-suggestion-height: 24px;
2469
+ --vuuFilterEditor-variableColor: blue;
2470
+ align-items: center;
2471
+ box-sizing: border-box;
2472
+ height: 30px;
2473
+ }
2474
+ .vuuColumnExpressionInput-FilterButton,
2475
+ .vuuColumnExpressionInput-ClearButton {
2476
+ --vuu-icon-size: 12px;
2477
+ --saltButton-width: 28px;
2478
+ }
2479
+ .expression-type-container {
2480
+ margin: 0 3px 0 auto;
2481
+ color: var(--salt-text-secondary-foreground);
2482
+ }
2483
+ .expression-kind {
2484
+ display: inline-block;
2485
+ width: 50px;
2486
+ }
2487
+ .expression-type {
2488
+ display: inline-block;
2489
+ text-align: right;
2490
+ width: 50px;
2491
+ }
2492
+ .vuuSuggestion {
2493
+ display: flex;
2494
+ align-items: center;
2495
+ }
2496
+ .vuuFunctionDoc .function-heading {
2497
+ display: flex;
2498
+ gap: 3px;
2499
+ }
2500
+ .vuuFunctionDoc .function-name {
2501
+ font-style: italic;
2502
+ }
2503
+ .vuuFunctionDoc .param-list {
2504
+ font-style: italic;
2505
+ color: blue;
2506
+ white-space: pre;
2507
+ }
2508
+ .vuuFunctionDoc .function-type {
2509
+ margin-left: auto;
2510
+ }
2511
+ .vuuFunctionDoc .example-container {
2512
+ background-color: var(--salt-container-secondary-background);
2513
+ margin: 6px 0;
2514
+ padding: 3px;
2515
+ }
2516
+ .vuuFunctionDoc .example-expression {
2517
+ font-family: var(--salt-typography-fontFamily-code);
2518
+ margin-left: 8px;
2519
+ margin-top: 6px;
2520
+ }
2521
+ .vuuFunctionDoc .example-result {
2522
+ margin-left: 8px;
2523
+ margin-top: 6px;
2524
+ }
2525
+
2526
+ /* ../vuu-table-extras/src/column-settings/ColumnSettingsPanel.css */
2527
+ .vuuColumnSettingsPanel {
2528
+ --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>');
2529
+ --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>');
2530
+ --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>');
2531
+ --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>');
2532
+ --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>');
2533
+ --vuuDropdown-height: 24px;
2534
+ --vuuDropdown-width: 100%;
2535
+ --vuuIconToggleButton-iconSize: 16px;
2536
+ display: flex;
2537
+ flex-direction: column;
2538
+ gap: 24px;
2539
+ height: 100%;
2540
+ padding-top: 24px;
2541
+ }
2542
+ .vuuColumnSettingsPanel-header {
2543
+ border-top: solid 2px var(--vuu-color-gray-30);
2544
+ font-size: 14px;
2545
+ font-weight: 600;
2546
+ padding-top: 24px;
2547
+ }
2548
+ .vuuColumnSettingsPanel-buttonBar {
2549
+ align-items: center;
2550
+ display: flex;
2551
+ justify-content: space-between;
2552
+ margin-top: auto;
2553
+ }
2554
+ .vuuColumnSettingsPanel-buttonBar[data-align=right] {
2555
+ gap: 6px;
2556
+ justify-content: flex-end;
2557
+ }
2558
+ .vuuColumnSettingsPanel-buttonNavPrev {
2559
+ --vuu-icon-left: 6px;
2560
+ padding-left: 24px;
2561
+ }
2562
+ .vuuColumnSettingsPanel-buttonNavNext {
2563
+ --vuu-icon-left: calc(100% - 18px);
2564
+ padding-right: 24px;
2565
+ }
2566
+ [data-icon=align-left] {
2567
+ --vuu-icon-svg: var(--vuu-svg-align-left);
2568
+ }
2569
+ [data-icon=align-right] {
2570
+ --vuu-icon-svg: var(--vuu-svg-align-right);
2571
+ }
2572
+ [data-icon=pin-left] {
2573
+ --vuu-icon-svg: var(--vuu-svg-pin-left);
2574
+ }
2575
+ [data-icon=pin-float] {
2576
+ --vuu-icon-svg: var(--vuu-svg-pin-float);
2577
+ }
2578
+ [data-icon=pin-right] {
2579
+ --vuu-icon-svg: var(--vuu-svg-pin-right);
2580
+ }
2581
+
2582
+ /* ../vuu-table-extras/src/datasource-stats/DatasourceStats.css */
2583
+ .vuuDatasourceStats {
2584
+ color: black;
2585
+ display: flex;
2586
+ font-size: 10px;
2587
+ gap: var(--salt-size-unit);
2588
+ padding: 4px 0 0 12px;
2589
+ }
2590
+ .vuuDatasourceStats-label {
2591
+ color: var(--vuu-color-gray-50);
2592
+ }
2593
+
2594
+ /* ../vuu-table-extras/src/table-settings/TableSettingsPanel.css */
2595
+ .vuuTableSettingsPanel {
2596
+ --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>');
2597
+ --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>');
2598
+ --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>');
2599
+ --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>');
2600
+ --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>');
2601
+ --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>');
2602
+ display: flex;
2603
+ flex-direction: column;
2604
+ gap: 24px;
2605
+ height: 100%;
2606
+ padding-top: 24px;
2607
+ }
2608
+ .vuuTableSettingsPanel [data-icon=text-strikethrough] {
2609
+ --vuu-icon-svg: var(--vuu-svg-text-strikethrough);
2610
+ }
2611
+ .vuuTableSettingsPanel [data-icon=text-Tt] {
2612
+ --vuu-icon-svg: var(--vuu-svg-text-Tt);
2613
+ }
2614
+ .vuuTableSettingsPanel [data-icon=text-T] {
2615
+ --vuu-icon-svg: var(--vuu-svg-text-T);
2616
+ }
2617
+ .vuuTableSettingsPanel [data-icon=col-lines] {
2618
+ --vuu-icon-svg: var(--vuu-svg-col-lines);
2619
+ }
2620
+ .vuuTableSettingsPanel [data-icon=row-lines] {
2621
+ --vuu-icon-svg: var(--vuu-svg-row-lines);
2622
+ }
2623
+ .vuuTableSettingsPanel [data-icon=row-striping] {
2624
+ --vuu-icon-svg: var(--vuu-svg-stripes);
2625
+ }
2626
+ .vuuTableSettingsPanel-header {
2627
+ border-top: solid 2px var(--vuu-color-gray-30);
2628
+ font-size: 14px;
2629
+ font-weight: 600;
2630
+ padding-top: 24px;
2631
+ }
2632
+ .vuuTableSettingsPanel .vuuColumnList {
2633
+ flex-grow: 1;
2634
+ flex-shrink: 1;
2635
+ flex-basis: 0;
2636
+ }
2637
+ .vuuTableSettingsPanel-calculatedButtonbar {
2638
+ --vuu-icon-size: 16px;
2639
+ --saltButton-height: 24px;
2640
+ --saltButton-width: 24px;
2641
+ align-items: center;
2642
+ display: flex;
2643
+ flex: 0 0 32px;
2644
+ gap: 12px;
2645
+ }
2646
+ .vuuGridSeparators {
2647
+ --vuuIconToggleButton-iconSize: 16px;
2648
+ }
2649
+
2650
+ /* ../vuu-table/src/table-next/TableNext.css */
2651
+ .vuuTableNext {
2652
+ --vuu-table-cell-outlineWidth: 1px;
2653
+ --table-height: var(--measured-px-height);
2654
+ --table-width: var(--measured-px-width);
2655
+ --vuu-table-next-selection-bookend-width: 4px;
2656
+ --columnResizer-color: transparent;
2657
+ --row-background: white;
2658
+ --cell-borderColor: transparent;
2659
+ --row-borderColor: var(--row-background);
2660
+ --table-background: var(--salt-container-primary-background);
2661
+ position: relative;
2662
+ user-select: none;
2663
+ }
2664
+ .vuuTableNext-zebra {
2665
+ --row-background-even: var(--vuu-color-gray-25) ;
2666
+ }
2667
+ .vuuTableNext-colLines {
2668
+ --cell-borderColor: var(--salt-separable-tertiary-borderColor);
2669
+ }
2670
+ .vuuTableNext-rowLines {
2671
+ --row-borderColor: var(--salt-separable-tertiary-borderColor);
2672
+ }
2673
+ .vuuTableNext-scrollbarContainer {
2674
+ --scroll-content-width: 1100px;
2675
+ border-bottom: none !important;
2676
+ border-top: none !important;
2677
+ border-left: solid 1px var(--salt-container-primary-borderColor);
2678
+ height: var(--viewport-body-height);
2679
+ left: 0px;
2680
+ overflow: auto;
2681
+ position: absolute;
2682
+ top: var(--total-header-height);
2683
+ width: var(--table-width);
2684
+ }
2685
+ .vuuTableNext-scrollbarContainer::-webkit-scrollbar {
2686
+ border: none;
2687
+ width: 10px;
2688
+ }
2689
+ .vuuTableNext-scrollbarContainer::-webkit-scrollbar:horizontal {
2690
+ height: 10px;
2691
+ }
2692
+ .vuuTableNext-scrollbarContainer::-webkit-scrollbar-track {
2693
+ background-color: white;
2694
+ }
2695
+ .vuuTableNext-scrollbarContainer::-webkit-scrollbar-thumb {
2696
+ background-clip: padding-box;
2697
+ border-radius: 10px;
2698
+ border: 2px solid rgba(0, 0, 0, 0);
2699
+ background-color: var(--vuu-color-gray-30);
2700
+ }
2701
+ .vuuTableNext-scrollbarContent {
2702
+ height: calc(var(--content-height) + var(--horizontal-scrollbar-height));
2703
+ position: absolute;
2704
+ width: var(--content-width);
2705
+ }
2706
+ .vuuTableNext-contentContainer {
2707
+ background-color: var(--salt-container-primary-background);
2708
+ height: calc(var(--table-height) - var(--horizontal-scrollbar-height));
2709
+ position: relative;
2710
+ overflow: auto;
2711
+ overscroll-behavior: none;
2712
+ width: calc(var(--table-width) - var(--vertical-scrollbar-width));
2713
+ }
2714
+ .vuuTableNext-contentContainer::-webkit-scrollbar {
2715
+ display: none;
2716
+ }
2717
+ .vuuTableNext-table {
2718
+ position: absolute;
2719
+ top: 0;
2720
+ left: 0;
2721
+ table-layout: fixed;
2722
+ width: var(--content-width);
2723
+ margin: 0;
2724
+ border: none;
2725
+ background-color: #fff;
2726
+ border-collapse: separate;
2727
+ border-spacing: 0;
2728
+ }
2729
+ .vuuTableNext-body {
2730
+ height: var(--content-height);
2731
+ }
2732
+ .vuuPinLeft,
2733
+ .vuuPinRight {
2734
+ background-color: inherit;
2735
+ position: sticky;
2736
+ z-index: 1;
2737
+ }
2738
+ .vuuTableNext-col-headings {
2739
+ background-color: white;
2740
+ padding: 0 var(--vuu-table-next-selection-bookend-width, 0);
2741
+ position: sticky;
2742
+ top: 0;
2743
+ z-index: 1;
2744
+ }
2745
+ .vuuTableNext-col-headers {
2746
+ background-color: var(--table-background);
2747
+ white-space: nowrap;
2748
+ }
2749
+ .sizer-cell {
2750
+ background-color: green !important;
2751
+ border: none !important;
2752
+ height: 0px;
2753
+ }
2754
+ .vuuDraggable-vuuTableNext {
2755
+ --header-height: 25px;
2756
+ --vuuTableNextHeaderCell-background: var(--vuu-color-gray-25);
2757
+ }
2758
+
2759
+ /* ../vuu-table/src/table-next/cell-renderers/dropdown-cell/DropdownCell.css */
2760
+ .vuuTableDropdownCell {
2761
+ --vuu-icon-height: 15px;
2762
+ --salt-focused-outlineStyle: none;
2763
+ --saltButton-borderRadius: 4px;
2764
+ font-weight: 500;
2765
+ }
2766
+ .vuuTableDropdownCell button:focus-visible {
2767
+ --saltButton-borderColor: var(--vuu-color-purple-10);
2768
+ --saltButton-borderWidth: 2px;
2769
+ padding-left: 3px;
2770
+ }
2771
+
2772
+ /* ../vuu-table/src/table-next/cell-renderers/input-cell/InputCell.css */
2773
+ .vuuTableInputCell.saltInput-primary {
2774
+ --salt-focused-outlineStyle: none;
2775
+ --saltInput-height: 17px;
2776
+ --saltInput-minHeight: 17px;
2777
+ border-radius: 4px;
2778
+ font-weight: 500;
2779
+ }
2780
+ .vuuTableNextCell:focus .vuuTableInputCell.saltInput-primary,
2781
+ .vuuTableInputCell.saltInput-primary.saltInput-focused {
2782
+ border: solid 2px var(--vuu-color-purple-10);
2783
+ padding: 0 3px;
2784
+ }
2785
+ .vuuTableInputCell-icon {
2786
+ --vuu-icon-height: 13px;
2787
+ --vuu-icon-size: 15px;
2788
+ --vuu-icon-width: 12px;
2789
+ border-radius: 10px;
2790
+ }
2791
+ .vuuTableNextCell:focus .vuuTableInputCell.saltInput-primary.vuuTableInputCell-error,
2792
+ .vuuTableInputCell.saltInput-primary.saltInput-focused.vuuTableInputCell-error {
2793
+ border: solid 2px var(--vuu-color-red-50);
2794
+ }
2795
+ .vuuTableInputCell-error.saltInput-primary {
2796
+ border: solid 1px var(--vuu-color-red-50);
2797
+ }
2798
+
2799
+ /* ../vuu-ui-controls/src/instrument-search/SearchCell.css */
2800
+ .vuuSearchCell {
2801
+ --vuu-icon-left: 0;
2802
+ --vuu-icon-size: 16px;
2803
+ --vuu-icon-top: 0px;
2804
+ align-items: center;
2805
+ color: var(--background-cell-color);
2806
+ display: flex;
2807
+ gap: 4px;
2808
+ padding: 0 8px 0 8px;
2809
+ position: relative;
2810
+ z-index: -1;
2811
+ }
2812
+
2813
+ /* ../vuu-ui-controls/src/instrument-search/InstrumentSearch.css */
2814
+ .vuuInstrumentSearch {
2815
+ height: 100%;
2816
+ padding: var(--vuuInstrumentSearch-padding, 12px);
2817
+ display: flex;
2818
+ flex-direction: column;
2819
+ }
2820
+ .vuuInstrumentSearch-inputField {
2821
+ --vuu-icon-size: 16px;
2822
+ flex: 0 0 40px;
2823
+ }
2824
+ .vuuInstrumentSearch-list {
2825
+ background-color: var(--salt-container-primary-background);
2826
+ flex: 1 1 auto;
2827
+ }
2828
+ .vuuInstrumentSearch .vuuTableNextCell {
2829
+ padding: 0;
2830
+ }
2831
+
2832
+ /* ../vuu-ui-controls/src/price-ticker/PriceTicker.css */
2833
+ @property --price-ticker-color { syntax: "<color>"; initial-value: #15171B; inherits: false; }
2834
+ .vuuPriceTicker {
2835
+ align-items: center;
2836
+ display: flex;
2837
+ font-size: var(--vuuPriceTicker-fontSize, var(--salt-text-fontSize));
2838
+ font-weight: var(--vuuPriceTicker-fontWeight, 700);
2839
+ transition-property: color;
2840
+ transition-duration: .3s;
2841
+ }
2842
+ .vuuPriceTicker.up1 {
2843
+ --vuu-icon-color: var(--vuu-color-green-50);
2844
+ color: var(--vuu-color-green-50);
2845
+ animation-duration: 30s;
2846
+ }
2847
+ .vuuPriceTicker.up2 {
2848
+ --vuu-icon-color: var(--vuu-color-green-50);
2849
+ color: var(--vuu-color-green-50);
2850
+ animation-duration: 30s;
2851
+ }
2852
+ .vuuPriceTicker.down1 {
2853
+ --vuu-icon-transform: rotate(180deg);
2854
+ --vuu-icon-color: var(--vuu-color-red-50);
2855
+ color: var(--vuu-color-red-50);
2856
+ animation-duration: 30s;
2857
+ }
2858
+ .vuuPriceTicker.down2 {
2859
+ --vuu-icon-transform: rotate(180deg);
2860
+ --vuu-icon-color: var(--vuu-color-red-50);
2861
+ color: var(--vuu-color-red-50);
2862
+ animation-duration: 30s;
2863
+ }
2864
+
2865
+ /* ../vuu-ui-controls/src/tabstrip/Tabstrip.css */
2866
+ .vuuTabstrip {
2867
+ --vuuOverflowContainer-background: transparent;
2868
+ --tabstrip-dragging-display: none;
2869
+ --tabstrip-display: inline-flex;
2870
+ --tabstrip-background: transparent;
2871
+ align-self: var(--saltTabs-tabstrip-alignSelf, stretch);
2872
+ display: flex;
2873
+ font-size: var(--salt-text-fontSize);
2874
+ font-weight: var(--vuuTabstrip-fontWeight, var(--salt-text-fontWeight));
2875
+ min-width: 28px;
2876
+ position: relative;
2877
+ overflow: visible;
2878
+ width: var(--tabstrip-width);
2879
+ }
2880
+ .vuuTabstrip-horizontal {
2881
+ --tabstrip-height: var(--vuuTabstrip-height, 28px);
2882
+ --tabstrip-width: var(--vuuTabstrip-width, 100%);
2883
+ --tab-height: var(--tabstrip-height);
2884
+ --tab-width: auto;
2885
+ --tab-thumb-height: 2px;
2886
+ --tab-thumb-left: var(--tab-thumb-offset, 0);
2887
+ --tab-thumb-top: auto;
2888
+ --tab-thumb-width: var(--tab-thumb-size, 100%);
2889
+ align-items: flex-start;
2890
+ border-bottom: var(--vuuTabstrip-borderBottom, solid 1px var(--salt-container-primary-borderColor));
2891
+ }
2892
+ .vuuTabstrip-vertical {
2893
+ --tabstrip-height: var(--vuuTabstrip-height, 100%);
2894
+ --tabstrip-width: var(--vuuTabstrip-width, 100px);
2895
+ --tab-height: 50px;
2896
+ --tab-width: 100%;
2897
+ --tab-thumb-height: 0;
2898
+ --tab-thumb-left: 0;
2899
+ --tab-thumb-top: var(--tab-thumb-offset, 0);
2900
+ --tab-thumb-width: 2px;
2901
+ align-self: flex-start;
2902
+ display: inline-flex;
2903
+ }
2904
+ .vuuTabstrip-draggingTab .vuuTab {
2905
+ pointer-events: none;
2906
+ }
2907
+ .vuuTabstrip-addTabButton {
2908
+ --saltButton-height: 20px;
2909
+ --saltButton-width: 20px;
2910
+ }
2911
+ .vuuTabstrip-overflowMenu.vuuDropdown {
2912
+ --saltIcon-margin: 2px 0 0 0px;
2913
+ }
2914
+ .vuuTabstrip-overflowMenu-open {
2915
+ --saltButton-background: var(--salt-actionable-secondary-background-active);
2916
+ --saltButton-text-color: var(--salt-actionable-secondary-text-color-active);
2917
+ }
2918
+ .vuuTabstrip-overflowMenu-open .saltButton {
2919
+ --saltIcon-color: var(--salt-actionable-secondary-foreground-active);
2920
+ }
2921
+ .vuuTabstrip-inner {
2922
+ width: 100%;
2923
+ align-items: center;
2924
+ display: flex;
2925
+ flex-basis: auto;
2926
+ flex-grow: 0;
2927
+ flex-shrink: 1;
2928
+ flex-wrap: wrap;
2929
+ justify-content: flex-start;
2930
+ line-height: var(--tabstrip-height);
2931
+ }
2932
+ .vuuTabstrip-vertical .vuuTabstrip-inner {
2933
+ flex-direction: column;
2934
+ height: auto;
2935
+ }
2936
+ .vuuTabstrip-centered .vuuTabstrip-inner {
2937
+ justify-content: center;
2938
+ }
2939
+ .vuuDraggable[class*=vuuTabstrip] {
2940
+ --tabstrip-display: flex;
2941
+ --tabstrip-height: 100%;
2942
+ --tabstrip-dragging-display: block;
2943
+ --tabs-tab-background: var(--salt-navigable-primary-background-hover);
2944
+ --tabs-tab-before-content: "";
2945
+ --tabs-tab-before-background: var(--salt-navigable-indicator-hover);
2946
+ --tabs-tab-before-height: var(--tab-activationIndicator-thumb-height);
2947
+ --tabs-tab-before-inset: var(--tab-activationIndicator-inset);
2948
+ --tabs-tab-before-width: var(--tab-activationIndicator-thumb-width);
2949
+ --tabs-tab-cursor: var(--salt-draggable-grab-cursor-active);
2950
+ --tabs-tab-position: static;
2951
+ font-size: 12px;
2952
+ }
2953
+ .vuuDraggable-tabstrip-horizontal {
2954
+ --tab-thumb-height: 2px;
2955
+ --tab-thumb-left: 0px;
2956
+ --tabstrip-height: 28px;
2957
+ line-height: var(--tabstrip-height);
2958
+ }
2959
+ .vuuDraggable[class*=tabstrip] .vuuTab[aria-selected=true]:before {
2960
+ --tabs-tab-before-background: var(--salt-navigable-indicator-active);
2961
+ }
2962
+ .vuuTabstrip-overflowMenu-dropTarget:after {
2963
+ background: var(--salt-selectable-background-selected);
2964
+ content: "";
2965
+ position: absolute;
2966
+ height: 2px;
2967
+ left: 0;
2968
+ right: 0;
2969
+ bottom: 0;
2970
+ }
2971
+
2972
+ /* ../vuu-ui-controls/src/tabstrip/TabMenu.css */
2973
+ .vuuTabMenu {
2974
+ top: -2px;
2975
+ }
2976
+
2977
+ /* ../vuu-ui-controls/src/tabstrip/Tab.css */
2978
+ .vuuTab {
2979
+ --saltEditableLabel-padding: 0;
2980
+ --saltEditableLabel-height: calc(var(--tabstrip-height) - 2px);
2981
+ --saltInputLegacy-minWidth: 4em;
2982
+ --saltEditableLabel-top: 2px;
2983
+ --tab-background: var(--vuuTab-background, var(--salt-navigable-primary-background));
2984
+ --tab-cursor: pointer;
2985
+ --tab-position: relative;
2986
+ }
2987
+ .vuuTab {
2988
+ align-items: center;
2989
+ align-self: stretch;
2990
+ background: var(--tab-background);
2991
+ border: none;
2992
+ border-radius: var(--vuuTab-borderRadius, 0);
2993
+ color: var(--salt-text-primary-foreground);
2994
+ cursor: var(--vuuTab-cursor, var(--tab-cursor));
2995
+ display: var(--tabstrip-display);
2996
+ gap: 8px;
2997
+ height: var(--vuuTabHeight, var(--tab-height));
2998
+ letter-spacing: var(--vuuTab-letterSpacing, var(--tab-letterSpacing, 0));
2999
+ min-width: var(--vuuTab-minWidth, 40px);
3000
+ outline: none;
3001
+ padding: var(--vuuTab-padding, 0 24px);
3002
+ position: var(--vuuTab-position, var(--tab-position));
3003
+ user-select: none;
3004
+ width: var(--tab-width);
3005
+ }
3006
+ .vuuTab {
3007
+ margin: 0 var(--tab-spacing) 0 0;
3008
+ }
3009
+ .vuuTab-selected {
3010
+ background: var(--vuuTab-background-selected, var(--tab-background));
3011
+ color: var(--salt-text-primary-foreground);
3012
+ font-weight: var(--salt-navigable-fontWeight-active);
3013
+ }
3014
+ .vuuTab-main {
3015
+ align-items: center;
3016
+ border: none;
3017
+ color: inherit;
3018
+ cursor: inherit;
3019
+ display: flex;
3020
+ font-family: inherit;
3021
+ font-size: inherit;
3022
+ font-weight: inherit;
3023
+ height: calc(var(--tab-height) - var(--tab-thumb-height));
3024
+ margin-bottom: var(--tab-thumb-height);
3025
+ outline: none;
3026
+ position: relative;
3027
+ }
3028
+ .vuuTab-closeable .vuuTab-main {
3029
+ border-right: solid transparent var(--salt-size-unit);
3030
+ }
3031
+ .vuuTab .vuuTab-closeButton {
3032
+ display: flex;
3033
+ align-items: center;
3034
+ justify-content: center;
3035
+ }
3036
+ .vuuTab-close-icon {
3037
+ display: none;
3038
+ }
3039
+ .salt-density-touch .vuuTab-close-icon,
3040
+ .salt-density-low .vuuTab-close-icon {
3041
+ display: block;
3042
+ }
3043
+ .salt-density-touch .vuuTab-close-icon-small,
3044
+ .salt-density-low .vuuTab-close-icon-small {
3045
+ display: none;
3046
+ }
3047
+ .vuuTab .vuuTab-text {
3048
+ display: inline-block;
3049
+ position: relative;
3050
+ overflow: hidden;
3051
+ text-align: var(--salt-text-textAlign-embedded);
3052
+ text-overflow: ellipsis;
3053
+ top: var(--vuuTab-top, var(--tab-top, auto));
3054
+ white-space: nowrap;
3055
+ z-index: var(--salt-zIndex-default);
3056
+ }
3057
+ .vuuTab .vuuTab-text:before {
3058
+ height: 0;
3059
+ content: attr(data-text);
3060
+ display: block;
3061
+ visibility: hidden;
3062
+ font-weight: var(--salt-navigable-fontWeight-active);
3063
+ }
3064
+ .vuuTab-editing:after {
3065
+ content: "";
3066
+ position: absolute;
3067
+ top: 0;
3068
+ left: 0;
3069
+ right: 0;
3070
+ bottom: 2px;
3071
+ outline-color: var(--salt-focused-outlineColor);
3072
+ outline-style: var(--salt-focused-outlineStyle);
3073
+ outline-width: var(--salt-focused-outlineWidth);
3074
+ outline-offset: -2px;
3075
+ }
3076
+ .vuuTab.vuuFocusVisible {
3077
+ background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));
3078
+ outline-color: var(--vuuTab-focusVisible-color, var(--salt-focused-outlineColor));
3079
+ outline-style: dashed;
3080
+ outline-width: 1px;
3081
+ outline-offset: -1px;
3082
+ }
3083
+ .vuuTab:before {
3084
+ content: var(--tab-before-content, none);
3085
+ content: "";
3086
+ background: var(--tab-before-background);
3087
+ height: var(--tab-before-height);
3088
+ inset: var(--tab-before-inset);
3089
+ position: absolute;
3090
+ width: var(--tab-before-width);
3091
+ z-index: 1;
3092
+ }
3093
+ .vuuTabstrip-draggingTab .vuuTab-selected:before {
3094
+ --tab-before-content: "";
3095
+ --tab-before-background: var(--salt-navigable-indicator-color-active);
3096
+ --tab-before-height: var(--tab-thumb-height);
3097
+ --tab-before-inset: var(--tab-activationIndicator-inset);
3098
+ --tab-before-width: var(--tab-activationIndicator-thumb-width);
3099
+ }
3100
+ .vuuTab-selected:before {
3101
+ --tab-before-content: "";
3102
+ background: var(--salt-navigable-indicator-active);
3103
+ height: var(--tab-thumb-height);
3104
+ position: absolute;
3105
+ left: var(--tab-thumb-left);
3106
+ bottom: 0px;
3107
+ top: var(--tab-thumb-top, auto);
3108
+ transition: var(--tab-thumb-transition, none);
3109
+ width: var(--tab-thumb-width, 100%);
3110
+ }
3111
+ .vuuTab:hover:not(.vuuTab-closeHover) {
3112
+ background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));
3113
+ }
3114
+
3115
+ /* ../vuu-ui-controls/src/tree/Tree.css */
3116
+ .vuuTree {
3117
+ --tree-node-collapse: var(--vuuTree-toggle-collapse, var(--svg-tree-node-collapse));
3118
+ --tree-node-expand: var(--vuuTree-toggle-expand, var(--svg-tree-node-expand));
3119
+ --tree-toggle-width: 12px;
3120
+ --tree-icon-color: var(--vuuTree-icon-color, #4c505b);
3121
+ --tree-node-expanded-transform: var(--vuuTree-node-expanded-transform, none);
3122
+ --tree-node-indent: 0px;
3123
+ --list-hilited-bg: var(--hw-list-hilited-bg, rgba(0, 0, 0, 0.1));
3124
+ --list-item-height: var(--hw-list-item-height, 30px);
3125
+ --list-item-padding: var(--hw-list-item-padding, 0 6px);
3126
+ --list-item-header-bg: var(--hw-list-item-header-bg, black);
3127
+ --list-item-header-color: var(--hw-list-item-header-color, white);
3128
+ --list-item-header-font-weight: bold;
3129
+ --list-item-header-twisty-color: black;
3130
+ --list-item-header-twisty-content: "";
3131
+ --list-item-header-twisty-top: 50%;
3132
+ --list-item-header-twisty-left: -18px;
3133
+ --list-item-header-twisty-right: auto;
3134
+ --list-item-selected-bg: var(--hw-list-selected-bg, #1ea7fd);
3135
+ --list-item-selected-color: white;
3136
+ --list-item-text-color: var(--hw-gray-800);
3137
+ --focus-visible-border-color: var(--hw-focus-visible-border-color, rgb(141, 154, 179));
3138
+ list-style: none;
3139
+ margin: 0;
3140
+ padding: 0 1px;
3141
+ font-size: var(--vuuTree-font-size, 14px);
3142
+ max-height: inherit;
3143
+ outline: none;
3144
+ overflow-y: auto;
3145
+ position: relative;
3146
+ user-select: none;
3147
+ }
3148
+ .vuuTree-viewport {
3149
+ --list-item-height: 30px;
3150
+ box-sizing: border-box;
3151
+ max-height: inherit;
3152
+ overflow: auto;
3153
+ }
3154
+ .vuuTree-scrollingContentContainer {
3155
+ box-sizing: inherit;
3156
+ position: relative;
3157
+ }
3158
+ .vuuTree-scrollingContentContainer .vuuTreeNode {
3159
+ line-height: 30px;
3160
+ position: absolute;
3161
+ top: 0;
3162
+ left: 0;
3163
+ right: 0;
3164
+ will-change: transform;
3165
+ }
3166
+ .vuuTreeNode {
3167
+ list-style: none;
3168
+ }
3169
+ .vuuTreeNode:not([aria-expanded]),
3170
+ .vuuTreeNode[aria-expanded] > .vuuTreeNode-label {
3171
+ --checkbox-border-color: black;
3172
+ --checkbox-border-width: 1px;
3173
+ --checkbox-tick: black;
3174
+ --list-item-padding-left: 6px;
3175
+ --svg-toggle: var(--tree-node-collapse);
3176
+ align-items: center;
3177
+ color: var(--list-item-text-color);
3178
+ display: flex;
3179
+ flex-wrap: nowrap;
3180
+ height: var(--list-item-height);
3181
+ line-height: var(--list-item-height);
3182
+ padding: var(--list-item-padding);
3183
+ padding-left: var(--padding-left);
3184
+ position: relative;
3185
+ cursor: default;
3186
+ margin: 0;
3187
+ white-space: nowrap;
3188
+ }
3189
+ .vuuTreeNode:not([aria-expanded]) {
3190
+ --padding-left: calc( var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent) );
3191
+ }
3192
+ .vuuTreeNode[aria-expanded] > .vuuTreeNode-label {
3193
+ --padding-left: calc( var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent) );
3194
+ }
3195
+ .vuuTreeNode-icon {
3196
+ background-color: var(--tree-icon-color);
3197
+ display: inline-block;
3198
+ height: 18px;
3199
+ margin-right: 6px;
3200
+ -webkit-mask: var(--vuu-icon-svg) center center/12px 12px no-repeat;
3201
+ mask: var(--vuu-icon-svg) center center/12px 12px no-repeat;
3202
+ flex: 0 0 18px;
3203
+ }
3204
+ .vuuTreeNode[aria-expanded] {
3205
+ flex-direction: column;
3206
+ }
3207
+ .vuuTreeNode[aria-expanded] {
3208
+ flex-direction: column;
3209
+ height: auto;
3210
+ }
3211
+ .vuuTreeNode > *[role=group] {
3212
+ padding-left: 0px;
3213
+ }
3214
+ .vuuTreeNode {
3215
+ padding-left: calc(var(--padding-left) + var(--tree-node-indent));
3216
+ }
3217
+ .vuuTreeNode[aria-level="2"] {
3218
+ --tree-node-indent: 12px;
3219
+ }
3220
+ .vuuTreeNode[aria-level="3"] {
3221
+ --tree-node-indent: 24px;
3222
+ }
3223
+ .vuuTreeNode[aria-level="4"] {
3224
+ --tree-node-indent: 36px;
3225
+ }
3226
+ .vuuTreeNode:not(.focusVisible):not(.hwListItemHeader):not([aria-expanded])[data-highlighted],
3227
+ .vuuTreeNode:not(.focusVisible):not(.hwListItemHeader)[aria-expanded][data-highlighted] > div:first-child {
3228
+ background-color: var(--list-hilited-bg);
3229
+ }
3230
+ .vuuTreeNode-toggle {
3231
+ cursor: pointer;
3232
+ }
3233
+ .vuuTreeNode > .vuuTreeNode-toggle {
3234
+ display: inline-block;
3235
+ height: 100%;
3236
+ left: 0;
3237
+ position: absolute;
3238
+ width: calc(var(--list-item-padding-left) + var(--tree-toggle-width));
3239
+ }
3240
+ .vuuTreeNode[aria-expanded] > .vuuTreeNode-label:after {
3241
+ content: var(--list-item-header-twisty-content);
3242
+ -webkit-mask: var(--svg-toggle) center center/8px 8px no-repeat;
3243
+ mask: var(--svg-toggle) center center/8px 8px no-repeat;
3244
+ background-color: var(--list-item-header-twisty-color);
3245
+ height: 18px;
3246
+ margin-top: -9px;
3247
+ left: var(--tree-node-indent);
3248
+ position: absolute;
3249
+ top: var(--list-item-header-twisty-top);
3250
+ transition: transform 0.3s;
3251
+ width: 18px;
3252
+ }
3253
+ .vuuTreeNode[aria-selected=true] {
3254
+ --list-item-header-twisty-color: var(--list-item-selected-color);
3255
+ }
3256
+ .vuuTreeNode:not(.focusVisible):focus {
3257
+ background-color: rgba(0, 0, 0, 0.1);
3258
+ }
3259
+ .vuuTreeNode:not([aria-expanded]).focusVisible:before,
3260
+ .vuuTreeNode[aria-expanded].focusVisible > div:first-child:before {
3261
+ content: "";
3262
+ position: absolute;
3263
+ top: 0px;
3264
+ left: var(--tree-focus-offset, 0px);
3265
+ right: 0;
3266
+ bottom: 0px;
3267
+ border: dotted var(--focus-visible-border-color) 2px;
3268
+ background-color: var(--list-hilited-bg);
3269
+ }
3270
+ .vuuTreeNode[aria-expanded=false] > *:first-child:after {
3271
+ --svg-toggle: var(--tree-node-expand);
3272
+ }
3273
+ .vuuTreeNode[aria-expanded=true] > *:first-child:after {
3274
+ transform: var(--tree-node-expanded-transform);
3275
+ }
3276
+ .vuuTree:not(.checkbox-only) .vuuTreeNode:not([aria-expanded])[aria-selected=true],
3277
+ .vuuTree:not(.checkbox-only) .vuuTreeNode[aria-expanded][aria-selected=true] > div:first-child {
3278
+ --checkbox-border-color: var(--list-item-selected-color);
3279
+ --checkbox-tick: var(--list-item-selected-color);
3280
+ --focus-visible-border-color: var(--list-item-selected-color);
3281
+ background-color: var(--list-item-selected-bg);
3282
+ color: var(--list-item-selected-color);
3283
+ }
3284
+ .with-checkbox .vuuTreeNode {
3285
+ padding-left: 28px;
3286
+ }
3287
+ .with-checkbox .vuuTreeNode:before {
3288
+ border-style: solid;
3289
+ border-width: var(--checkbox-border-width);
3290
+ border-color: var(--checkbox-border-color);
3291
+ content: "";
3292
+ height: 12px;
3293
+ left: 3px;
3294
+ margin-top: -7px;
3295
+ position: absolute;
3296
+ top: 50%;
3297
+ width: 12px;
3298
+ }
3299
+
3300
+ /* src/layout-view/View.css */
3301
+ .vuuView {
3302
+ border-color: var(--vuuView-borderColor, var(--salt-container-primary-borderColor));
3303
+ border-width: var(--vuuView-borderWidth, 1px);
3304
+ border-style: var(--vuuView-borderStyle, none);
3305
+ display: flex;
3306
+ flex-direction: column;
3307
+ margin: var(--vuuView-margin, 0px);
3308
+ min-height: 50px;
3309
+ min-width: 50px;
3310
+ outline: none;
3311
+ overflow: hidden;
3312
+ position: relative;
3313
+ }
3314
+ .vuuView.focus-visible:after {
3315
+ content: "";
3316
+ position: absolute;
3317
+ top: 0;
3318
+ left: 0;
3319
+ right: 0;
3320
+ bottom: 0;
3321
+ border: dotted cornflowerblue 2px;
3322
+ }
3323
+ .vuuView.dragging {
3324
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
3325
+ }
3326
+ .vuuView-main {
3327
+ display: flex;
3328
+ flex-direction: var(--vuuView-flexDirection, column);
3329
+ flex-wrap: var(--vuuView-flex-wrap, nowrap);
3330
+ flex: 1;
3331
+ overflow: hidden;
3332
+ position: relative;
3333
+ }
3334
+ .vuuView-main > * {
3335
+ flex-basis: auto;
3336
+ flex-grow: var(--vuuView-flex-grow, 1);
3337
+ flex-shrink: var(--vuuView-flex-shrink, 1);
3338
+ }
3339
+ .vuuView-collapsed .vuuView-main {
3340
+ display: none;
3341
+ }
3342
+ .vuuView-collapsed + .Splitter {
3343
+ display: none;
3344
+ }
3345
+ .vuuView-collapsed .Toolbar-vertical {
3346
+ border-right: solid 1px var(--grey40);
3347
+ }
3348
+ .vuuView-collapsed .Toolbar-vertical .toolbar-title {
3349
+ display: none;
3350
+ }
3351
+
3352
+ /* src/layout-header/Header.css */
3353
+ .vuuHeader {
3354
+ --saltButton-height: 24px;
3355
+ --saltButton-width: 24px;
3356
+ }
3357
+ .salt-density-high .vuuHeader {
3358
+ --saltToolbarField-marginTop: 0;
3359
+ }
3360
+
3361
+ /* src/measured-container/MeasuredContainer.css */
3362
+ .vuuMeasuredContainer {
3363
+ height: var(--vuuMeasuredContainer-height, var(--measured-css-height));
3364
+ width: var(--measured-css-width);
3365
+ }
3366
+
3367
+ /* src/overflow-container/OverflowContainer.css */
3368
+ .vuuOverflowContainer {
3369
+ --item-gap: 2px;
3370
+ --overflow-direction: row;
3371
+ --overflow-width: 0px;
3372
+ --border-size: calc((var(--overflow-container-height) - 24px) / 2);
3373
+ background-color: var(--vuuOverflowContainer-background);
3374
+ height: var(--overflow-container-height);
3375
+ }
3376
+ .vuuOverflowContainer-horizontal {
3377
+ --item-align: center;
3378
+ --item-margin: 0 var(--item-gap) 0 var(--item-gap);
3379
+ }
3380
+ .vuuOverflowContainer-vertical {
3381
+ --item-align: stretch;
3382
+ --item-margin: var(--item-gap) 0 var(--item-gap) 0;
3383
+ --overflow-direction: column;
3384
+ }
3385
+ .vuuOverflowContainer-wrapContainer {
3386
+ align-items: var(--item-align);
3387
+ display: flex;
3388
+ flex-direction: var(--overflow-direction);
3389
+ flex-wrap: wrap;
3390
+ height: var(--overflow-container-height);
3391
+ min-width: 44px;
3392
+ overflow: hidden;
3393
+ position: relative;
3394
+ width: 100%;
3395
+ }
3396
+ .vuuOverflowContainer-wrapContainer.overflowed {
3397
+ --overflow-order: 2;
3398
+ --overflow-left: auto;
3399
+ --overflow-position: relative;
3400
+ --overflow-width: auto;
3401
+ }
3402
+ .vuuOverflowContainer-item {
3403
+ align-items: inherit;
3404
+ display: flex;
3405
+ order: 1;
3406
+ position: relative;
3407
+ height: var(--overflow-container-height);
3408
+ margin: var(--item-margin);
3409
+ }
3410
+ .vuuOverflowContainer-item[data-align=right] {
3411
+ margin-left: auto;
3412
+ }
3413
+ .vuuOverflowContainer-item.wrapped {
3414
+ --overflow-item-bg: #ccc;
3415
+ order: 3;
3416
+ }
3417
+ .vuuOverflowContainer-item.vuuDraggable-dragAway,
3418
+ .vuuOverflowContainer-item:has(.vuuDraggable-dragAway) {
3419
+ display: none;
3420
+ }
3421
+ .vuuOverflowContainer-item.vuuDropTarget-settling {
3422
+ visibility: hidden;
3423
+ }
3424
+ .vuuOverflowContainer-OverflowIndicator {
3425
+ align-items: center;
3426
+ background-color: transparent;
3427
+ display: flex;
3428
+ height: var(--overflow-container-height);
3429
+ height: var(--overflow-container-height);
3430
+ order: var(--overflow-order, 99);
3431
+ overflow: hidden;
3432
+ left: var(--overflow-left, 100%);
3433
+ position: var(--overflow-position, absolute);
3434
+ width: var(--overflow-width);
3435
+ }
3436
+ .vuuDraggable-vuuOverflowContainer {
3437
+ align-items: center;
3438
+ display: flex;
3439
+ height: 44px;
3440
+ }
3441
+
3442
+ /* src/palette/Palette.css */
3443
+ .vuuPalette {
3444
+ --vuuList-borderStyle: none;
3445
+ }
3446
+ .vuuPalette-horizontal {
3447
+ align-items: center;
3448
+ display: flex;
3449
+ }
3450
+ .vuuPaletteItem {
3451
+ --vuu-icon-color: var(--salt-text-primary-foreground);
3452
+ --vuu-icon-left: 0;
3453
+ --vuu-icon-size: 16px;
3454
+ --vuu-icon-top: 11px;
3455
+ --list-item-text-padding: 0 0 0 calc(var(--salt-size-unit) * 3);
3456
+ border-bottom: solid 1px var(--salt-separable-tertiary-borderColor);
3457
+ padding-left: 12px;
3458
+ font-size: 12px;
3459
+ font-weight: 600;
3460
+ }
3461
+ .vuuSimpleDraggableWrapper > .vuuPaletteItem {
3462
+ --vuu-icon-color: var(--salt-selectable-foreground);
3463
+ }
3464
+ .salt-theme .vuuPaletteItem {
3465
+ font-size: 11px;
3466
+ font-weight: normal;
3467
+ }
3468
+
3469
+ /* src/stack/Stack.css */
3470
+ .Tabs {
3471
+ display: flex;
3472
+ box-sizing: border-box;
3473
+ flex-direction: column;
3474
+ }
3475
+ .Tabs-horizontal {
3476
+ --vuu-tabs-border-style: none solid none none;
3477
+ flex-direction: row;
3478
+ }
3479
+ .Tabs .Toolbar:before {
3480
+ left: 0;
3481
+ width: 100%;
3482
+ bottom: 0;
3483
+ height: 1px;
3484
+ content: "";
3485
+ position: absolute;
3486
+ background: var(--grey60);
3487
+ }
3488
+ .vuuTabHeader {
3489
+ --saltTabs-activationIndicator-background: transparent;
3490
+ --saltToolbarField-marginTop: calc(var(--salt-size-unit) - 1px);
3491
+ border-color: var(--salt-container-primary-borderColor);
3492
+ border-style: var(--vuu-tabs-border-style, none none solid none);
3493
+ border-width: 1px;
3494
+ }
3495
+ .vuuTabHeader + .hwFlexbox,
3496
+ .vuuTabHeader + * {
3497
+ flex: 1;
3498
+ }
3499
+ .vuuTabHeader + .vuuView > .vuuHeader {
3500
+ height: 0;
3501
+ overflow: hidden;
3502
+ }
3503
+ .Layout-svg-button {
3504
+ --spacing-medium: 5px;
3505
+ }
3506
+
3507
+ /* src/toolbar/Toolbar.css */
3508
+ .vuuToolbar {
3509
+ background: var(--vuuToolbar-background, inherit);
3510
+ height: var(--vuuToolbar-height, 36px);
3511
+ }
3512
+ .vuuToolbarItem {
3513
+ height: 100%;
3514
+ }
3515
+ .vuuToolbarItem.vuuFocusVisible {
3516
+ outline-color: var(--vuuToolbarItem-outlineColor, var(--salt-focused-outlineColor));
3517
+ outline-style: dashed;
3518
+ outline-width: 1px;
3519
+ outline-offset: -1px;
3520
+ }
3521
+
3522
+ /* src/tools/devtools-box/layout-configurator.css */
3523
+ [data-design-mode=true] .Component {
3524
+ filter: grayscale(100%);
3525
+ opacity: 0.4;
3526
+ }
3527
+ [data-design-mode=true] .Component:after {
3528
+ color: black;
3529
+ content: "Component";
3530
+ height: 12px;
3531
+ background-color: yellow;
3532
+ }
3533
+ .LayoutConfigurator {
3534
+ --margin-color: #f3cea5;
3535
+ --border-color: #fddda0;
3536
+ --padding-color: #c6d092;
3537
+ --content-color: #8cb6c0;
3538
+ display: flex;
3539
+ flex-direction: column;
3540
+ align-items: stretch;
3541
+ background-color: var(--margin-color);
3542
+ }
3543
+ .LayoutConfigurator .layout-outer {
3544
+ flex: 1 1 auto;
3545
+ display: flex;
3546
+ flex-direction: column;
3547
+ align-items: stretch;
3548
+ }
3549
+ .LayoutBox {
3550
+ --hw-control-font-size: 13px;
3551
+ --hw-text-input-bg: rgba(255, 255, 255, 0.3);
3552
+ --hwTextInput-padding: 3px;
3553
+ --hw-text-input-position: absolute;
3554
+ --hwTextInput-width: 30px;
3555
+ flex: 1 1 auto;
3556
+ }
3557
+ .LayoutBox > .layout-top {
3558
+ flex: 0 0 40px;
3559
+ padding-left: 12px;
3560
+ display: flex;
3561
+ flex-direction: row;
3562
+ align-items: center;
3563
+ position: relative;
3564
+ }
3565
+ .LayoutBox > .layout-bottom {
3566
+ flex: 0 0 40px;
3567
+ position: relative;
3568
+ display: flex;
3569
+ flex-direction: row;
3570
+ align-items: center;
3571
+ }
3572
+ .LayoutBox > .layout-inner > .layout-right,
3573
+ .LayoutBox > .layout-inner > .layout-left {
3574
+ flex: 0 0 40px;
3575
+ display: flex;
3576
+ flex-direction: column;
3577
+ justify-content: center;
3578
+ align-items: center;
3579
+ }
3580
+ .layout-top,
3581
+ .layout-bottom {
3582
+ --hw-text-input-margin: 0 0 0 -15px;
3583
+ }
3584
+ .layout-top > .layout-input,
3585
+ .layout-bottom > .layout-input {
3586
+ left: 50%;
3587
+ }
3588
+ .LayoutBox > .layout-inner {
3589
+ flex: 1 1 auto;
3590
+ display: flex;
3591
+ flex-direction: row;
3592
+ align-items: stretch;
3593
+ }
3594
+ .LayoutBox.layout-margin {
3595
+ background-color: var(--margin-color);
3596
+ border: dashed 2px black;
3597
+ }
3598
+ .LayoutBox.layout-border {
3599
+ background-color: var(--border-color);
3600
+ border: solid 2px black;
3601
+ }
3602
+ .LayoutBox.layout-padding {
3603
+ background-color: var(--padding-color);
3604
+ border: dashed 2px black;
3605
+ }
3606
+ .LayoutBox .layout-content {
3607
+ flex: 1 1 auto;
3608
+ background-color: var(--content-color);
3609
+ border: solid 2px #808080;
3610
+ }
3611
+ .LayoutBox .layout-title {
3612
+ color: #161616;
3613
+ font-size: 11px;
3614
+ left: 4px;
3615
+ line-height: 15px;
3616
+ position: absolute;
3617
+ top: 1px;
3618
+ }
3619
+
3620
+ /* src/tools/devtools-tree/layout-tree-viewer.css */
3621
+ .hwLayoutTreeViewer {
3622
+ }
3623
+ .hwLayoutTreeNode {
3624
+ cursor: default;
3625
+ }
3626
+ .hwLayoutTreeNode:hover {
3627
+ background-color: rgba(255, 255, 255, 0.2);
3628
+ }
3629
+ .hwLayoutTreeNode[aria-selected=true] {
3630
+ background-color: cornflowerblue;
3631
+ color: white;
3632
+ }
2
3633
  /*# sourceMappingURL=index.css.map */