@vuu-ui/vuu-layout 0.8.5 → 0.8.6-debug

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.css CHANGED
@@ -1,2 +1,1370 @@
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)))}.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}.vuuEditableLabel{--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;right:var(--editableLabel-padding, 0)}.vuuEditableLabel-input{outline:none}.vuuDraggable{background:transparent;box-shadow:var(--salt-overlayable-shadow-drag);cursor:var(--salt-draggable-grab-cursor-active);position:absolute;opacity:.95;z-index:2000}.vuuDraggable-spacer{display:var(--saltDraggable-display, inline-block);height:var(--saltDraggable-spacer-height, var(--tabs-tabstrip-height));transition:var(--saltDraggable-transitionProp, width) .3s ease;width:var(--saltDraggable-spacer-width, 0)}.vuuDraggable-dropIndicatorPosition{display:var(--saltDraggable-display, inline-block);height:0px;width:100%}.vuuDraggable-dropIndicatorContainer{transition:var(--saltDraggable-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}.vuuTabstrip{--vuuOverflowContainer-background: transparent;--tabs-tabstrip-height: var(--vuuTabstrip-height, 28px);--tabs-tabstrip-dragging-display: none;--tabs-tabstrip-display: inline-flex;--tabs-tabstrip-background: transparent;align-items:flex-start;align-self:var(--saltTabs-tabstrip-alignSelf, stretch);border-bottom:var(--vuuTabstrip-borderBottom, solid 1px var(--salt-container-primary-borderColor));font-size:var(--salt-text-fontSize);font-weight:var(--salt-text-fontWeight);position:relative;overflow:visible;display:flex;min-width:28px;width:100%}.vuuTabstrip-horizontal{--vuuTabActivationIndicator-height: 1px;--vuuTabActivationIndicator-thumb-inset: -1px 0 0 0;--tab-activationIndicator-borderStyle: none none solid none;--tab-activationIndicator-inset: auto 0px 0px 0px;--tab-activationIndicator-transitionProperty: left;--tab-activationIndicator-thumb-height: 0px;--tab-thumb-height: 2px}.vuuTabstrip-vertical{--vuuTabActivationIndicator-thumb-inset: 0 0 0 -1px;--tab-activationIndicator-transition: top .3s ease;--tab-activationIndicator-borderStyle: none solid none none;--tab-activationIndicator-inset: 0px 0px 0px auto;--tab-activationIndicator-transitionProperty: top;--tab-activationIndicator-width: 1px;--tab-activationIndicator-thumb-width: 2px;align-self:flex-start;display:inline-flex}.vuuTabstrip-draggingTab{--vuuTabs-activationIndicator-transition: none}.vuuTabstrip-draggingTab .vuuTab{pointer-events:none}.vuuTabstrip-horizontal{height:var(--tabs-tabstrip-height)}.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(--tabs-tabstrip-height)}.vuuTabstrip-vertical .vuuTabstrip-inner{flex-direction:column;height:auto}.vuuTabstrip-centered .vuuTabstrip-inner{justify-content:center}.vuuDraggable[class*=vuuTabstrip]{--tabs-tabstrip-display: flex;--tabs-tabstrip-height: 100%;--tabs-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;--tabs-tabstrip-height: 28px;--tab-activationIndicator-thumb-height: 2px;--tab-activationIndicator-inset: auto 0px 0px 0px;line-height:var(--tabs-tabstrip-height)}.vuuDraggable-tabstrip-vertical{--tab-activationIndicator-inset: 0px 0px 0px auto;--tab-activationIndicator-thumb-width: 2px}.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(--tabs-tabstrip-height);--saltInputLegacy-minWidth: 4em;--tab-background: var(--salt-navigable-primary-background);--tab-cursor: pointer;--tab-position: relative}.vuuTab{align-items:center;align-self:stretch;background:var(--vuuTab-background, var(--tab-background));border:none;border-radius:0;color:var(--salt-text-primary-foreground);cursor:var(--vuuTab-cursor, var(--tab-cursor));display:var(--tabs-tabstrip-display);gap:8px;height:var(--vuuTab-height, var(--tabs-tabstrip-height));letter-spacing:var(--vuuTab-letterSpacing, var(--tab-letterSpacing, 0));min-width:var(--vuuTab-minWidth, 40px);outline:none;padding:0 24px;position:var(--vuuTab-position, var(--tab-position));user-select:none}.vuuTab.saltFocusVisible:after{inset:2px 2px 4px 2px}.vuuTab:not(.vuuTab-vertical){margin:0 var(--tab-spacing) 0 0}.vuuTab-selected{color:var(--salt-text-primary-foreground);font-weight:var(--salt-navigable-fontWeight-active)}.vuuTab-main{align-items:center;background:inherit;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-vertical .vuuTab-text{text-align:var(--salt-text-textAlign)}.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-vertical.vuuTab-editing:after{right:2px;bottom:0}.vuuTab-vertical .saltFocusVisible:not(.vuuTab-selected):before{left:auto;height:auto;top:0;width:2px}.vuuTab.saltFocusVisible{background:var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover))}.vuuTab:before{content:var(--tab-before-content, none);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)}.vuuDraggable .vuuTab:before,.vuuTab:not(.vuuTab-selected).saltFocusVisible:before,.vuuTab:hover:not(.vuuTab-selected):before{--tab-before-content: "";--tab-before-background: var(--salt-navigable-indicator-hover);--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-offset,0);bottom:0px;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))}.vuuHeader{--saltToolbar-background: var(--salt-container-tertiary-background)}.salt-density-high .vuuHeader{--saltToolbarField-marginTop: 0}.vuuOverflowContainer{--item-gap: 4px;--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-wrapContainer{align-items:center;display:flex;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{align-items:inherit;display:flex;order:1;position:relative;height:var(--overflow-container-height);margin-left:var(--item-gap)}.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)}.vuuPalette{--list-item-header-bg: inherit;--list-item-header-color: inherit;--list-item-padding: 0 6px 0 24px;--list-item-header-twisty-color: black;--list-item-header-twisty-left: 3px;--list-item-header-twisty-right: auto}.Tabs{display:flex;box-sizing:border-box;flex-direction:column}.Tabs-horizontal{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-bottom:solid 1px var(--salt-container-primary-borderColor)}.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: 1;
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
+ .Splitter {
296
+ --splitter-size: 3px;
297
+ --splitter-border-width: 4px;
298
+ --splitter-border-style: none;
299
+ --splitter-border-color: white;
300
+ align-items: center;
301
+ background-color: var(--salt-palette-neutral-secondary-separator);
302
+ border-color: var(--splitter-border-color);
303
+ border-style: var(--splitter-border-style);
304
+ box-sizing: border-box;
305
+ display: flex;
306
+ justify-content: center;
307
+ position: relative;
308
+ outline: none;
309
+ z-index: 1;
310
+ }
311
+ .Splitter:hover {
312
+ background-color: var(--salt-palette-neutral-primary-separator);
313
+ }
314
+ .active.Splitter {
315
+ background-color: var(--salt-palette-interact-outline);
316
+ }
317
+ .Splitter.column {
318
+ cursor: ns-resize;
319
+ height: var(--splitter-size);
320
+ border-width: var(--splitter-border-width) 0;
321
+ }
322
+ .Splitter:not(.column) {
323
+ cursor: ew-resize;
324
+ width: var(--splitter-size);
325
+ border-width: 0 var(--splitter-border-width);
326
+ }
327
+ .Splitter:before {
328
+ border: none;
329
+ border-radius: 0;
330
+ content: "";
331
+ display: block;
332
+ padding: 0;
333
+ }
334
+ .Splitter .grab-zone {
335
+ position: absolute;
336
+ background-color: rgba(255, 0, 0, 0.01);
337
+ cursor: inherit;
338
+ }
339
+ .Splitter.column .grab-zone {
340
+ left: 0;
341
+ right: 0;
342
+ top: -5px;
343
+ bottom: -5px;
344
+ }
345
+ .Splitter:not(.column) .grab-zone {
346
+ left: -5px;
347
+ right: -5px;
348
+ top: 0;
349
+ bottom: 0;
350
+ }
351
+ .active.Splitter:not(.column) .grab-zone {
352
+ background-color: rgba(255, 255, 255, .05);
353
+ left: -150px;
354
+ right: -150px;
355
+ }
356
+ .Splitter:not(.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
+ .active.Splitter.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
+ .active.Splitter:not(.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
+ .Splitter.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/drag-drop/Draggable.css */
524
+ .vuuDraggable {
525
+ background: transparent;
526
+ box-shadow: var(--salt-overlayable-shadow-drag);
527
+ cursor: var(--salt-draggable-grab-cursor-active);
528
+ position: absolute;
529
+ opacity: .95;
530
+ z-index: 2000;
531
+ }
532
+ .vuuDraggable-spacer {
533
+ display: var(--saltDraggable-display, inline-block);
534
+ height: var(--saltDraggable-spacer-height, var(--tabstrip-height));
535
+ transition: var(--saltDraggable-transitionProp, width) 0.3s ease;
536
+ width: var(--saltDraggable-spacer-width, 0);
537
+ }
538
+ .vuuDraggable-dropIndicatorPosition {
539
+ display: var(--saltDraggable-display, inline-block);
540
+ height: 0px;
541
+ width: 100%;
542
+ }
543
+ .vuuDraggable-dropIndicatorContainer {
544
+ transition: var(--saltDraggable-transitionProp, top) 0.2s ease;
545
+ }
546
+ .vuuDraggable-dropIndicator {
547
+ background-color: var(--salt-palette-accent-background);
548
+ height: 2px;
549
+ width: 100%;
550
+ }
551
+ .vuuDraggable-dropIndicator:before {
552
+ content: "";
553
+ width: 6px;
554
+ height: 6px;
555
+ border-radius: 3px;
556
+ background-color: var(--salt-palette-accent-background);
557
+ position: absolute;
558
+ top: -2px;
559
+ left: -3px;
560
+ }
561
+ .vuuDraggable-settling {
562
+ transition-property: left, top;
563
+ transition-duration: .15s;
564
+ transition-timing-function: ease-out;
565
+ }
566
+ .vuuDraggable-spacer {
567
+ order: 1;
568
+ }
569
+
570
+ /* ../vuu-ui-controls/src/editable-label/EditableLabel.css */
571
+ .vuuEditableLabel {
572
+ --saltInput-background: transparent;
573
+ --saltInput-minWidth: 14px;
574
+ --saltInput-position: absolute;
575
+ --editableLabel-padding: var(--saltEditableLabel-padding, 6px);
576
+ --editableLabel-height: var(--saltEditableLabel-height, 26px);
577
+ color: inherit;
578
+ cursor: default;
579
+ display: flex;
580
+ flex-direction: column;
581
+ font-size: var(--salt-text-fontSize);
582
+ height: var(--editableLabel-height);
583
+ justify-content: center;
584
+ outline: none;
585
+ padding: 0 var(--editableLabel-padding);
586
+ position: relative;
587
+ z-index: var(--salt-zIndex-default);
588
+ }
589
+ .vuuEditableLabel:before {
590
+ content: attr(data-text);
591
+ display: block;
592
+ height: 0px;
593
+ visibility: hidden;
594
+ white-space: pre-wrap;
595
+ }
596
+ .vuuEditableLabel .saltInput {
597
+ font-weight: var(--salt-text-fontWeight);
598
+ left: var(--editableLabel-padding, 0);
599
+ padding: 0;
600
+ outline-style: none;
601
+ position: absolute;
602
+ right: var(--editableLabel-padding, 0);
603
+ top: var(--saltEditableLabel-top, 2px);
604
+ width: auto;
605
+ }
606
+ .vuuEditableLabel .saltInput-activationIndicator {
607
+ display: none;
608
+ }
609
+ .vuuEditableLabel-input {
610
+ background-color: transparent;
611
+ border: none;
612
+ box-sizing: content-box;
613
+ display: block;
614
+ flex: 1;
615
+ font: inherit;
616
+ height: 20px;
617
+ margin: 0;
618
+ min-width: 0;
619
+ outline: none;
620
+ padding: 0;
621
+ }
622
+
623
+ /* ../vuu-ui-controls/src/tabstrip/Tabstrip.css */
624
+ .vuuTabstrip {
625
+ --vuuOverflowContainer-background: transparent;
626
+ --tabstrip-dragging-display: none;
627
+ --tabstrip-display: inline-flex;
628
+ --tabstrip-background: transparent;
629
+ align-self: var(--saltTabs-tabstrip-alignSelf, stretch);
630
+ font-size: var(--salt-text-fontSize);
631
+ font-weight: var(--vuuTabstrip-fontWeight, var(--salt-text-fontWeight));
632
+ position: relative;
633
+ overflow: visible;
634
+ display: flex;
635
+ min-width: 28px;
636
+ width: var(--tabstrip-width);
637
+ }
638
+ .vuuTabstrip-horizontal {
639
+ --tabstrip-height: var(--vuuTabstrip-height, 28px);
640
+ --tabstrip-width: var(--vuuTabstrip-width, 100%);
641
+ --tab-width: auto;
642
+ --tab-thumb-height: 2px;
643
+ --tab-thumb-left: var(--tab-thumb-offset, 0);
644
+ --tab-thumb-top: auto;
645
+ --tab-thumb-width: var(--tab-thumb-size, 100%);
646
+ align-items: flex-start;
647
+ border-bottom: var(--vuuTabstrip-borderBottom, solid 1px var(--salt-container-primary-borderColor));
648
+ }
649
+ .vuuTabstrip-vertical {
650
+ --tabstrip-height: var(--vuuTabstrip-height, 100%);
651
+ --tabstrip-width: var(--vuuTabstrip-width, 100px);
652
+ --tab-width: 100%;
653
+ --tab-thumb-height: var(--tab-thumb-size, 100%);
654
+ --tab-thumb-left: 0;
655
+ --tab-thumb-top: var(--tab-thumb-offset, 0);
656
+ --tab-thumb-width: 2px;
657
+ align-self: flex-start;
658
+ display: inline-flex;
659
+ }
660
+ .vuuTabstrip-draggingTab .vuuTab {
661
+ pointer-events: none;
662
+ }
663
+ .vuuTabstrip-addTabButton {
664
+ --saltButton-height: 20px;
665
+ --saltButton-width: 20px;
666
+ }
667
+ .vuuTabstrip-overflowMenu.saltDropdown {
668
+ --saltIcon-margin: 2px 0 0 0px;
669
+ }
670
+ .vuuTabstrip-overflowMenu-open {
671
+ --saltButton-background: var(--salt-actionable-secondary-background-active);
672
+ --saltButton-text-color: var(--salt-actionable-secondary-text-color-active);
673
+ }
674
+ .vuuTabstrip-overflowMenu-open .saltButton {
675
+ --saltIcon-color: var(--salt-actionable-secondary-foreground-active);
676
+ }
677
+ .vuuTabstrip-inner {
678
+ width: 100%;
679
+ align-items: center;
680
+ display: flex;
681
+ flex-basis: auto;
682
+ flex-grow: 0;
683
+ flex-shrink: 1;
684
+ flex-wrap: wrap;
685
+ justify-content: flex-start;
686
+ line-height: var(--tabstrip-height);
687
+ }
688
+ .vuuTabstrip-vertical .vuuTabstrip-inner {
689
+ flex-direction: column;
690
+ height: auto;
691
+ }
692
+ .vuuTabstrip-centered .vuuTabstrip-inner {
693
+ justify-content: center;
694
+ }
695
+ .vuuDraggable[class*=vuuTabstrip] {
696
+ --tabstrip-display: flex;
697
+ --tabstrip-height: 100%;
698
+ --tabstrip-dragging-display: block;
699
+ --tabs-tab-background: var(--salt-navigable-primary-background-hover);
700
+ --tabs-tab-before-content: "";
701
+ --tabs-tab-before-background: var(--salt-navigable-indicator-hover);
702
+ --tabs-tab-before-height: var(--tab-activationIndicator-thumb-height);
703
+ --tabs-tab-before-inset: var(--tab-activationIndicator-inset);
704
+ --tabs-tab-before-width: var(--tab-activationIndicator-thumb-width);
705
+ --tabs-tab-cursor: var(--salt-draggable-grab-cursor-active);
706
+ --tabs-tab-position: static;
707
+ font-size: 12px;
708
+ }
709
+ .vuuDraggable-tabstrip-horizontal {
710
+ --tab-thumb-height: 2px;
711
+ --tabstrip-height: 28px;
712
+ line-height: var(--tabstrip-height);
713
+ }
714
+ .vuuDraggable[class*=tabstrip] .vuuTab[aria-selected=true]:before {
715
+ --tabs-tab-before-background: var(--salt-navigable-indicator-active);
716
+ }
717
+ .vuuTabstrip-overflowMenu-dropTarget:after {
718
+ background: var(--salt-selectable-background-selected);
719
+ content: "";
720
+ position: absolute;
721
+ height: 2px;
722
+ left: 0;
723
+ right: 0;
724
+ bottom: 0;
725
+ }
726
+
727
+ /* ../vuu-ui-controls/src/tabstrip/TabMenu.css */
728
+ .vuuTabMenu {
729
+ top: -2px;
730
+ }
731
+
732
+ /* ../vuu-ui-controls/src/tabstrip/Tab.css */
733
+ .vuuTab {
734
+ --saltEditableLabel-padding: 0;
735
+ --saltEditableLabel-height: var(--tabstrip-height);
736
+ --saltInputLegacy-minWidth: 4em;
737
+ --saltEditableLabel-top: 3px;
738
+ --tab-background: var(--vuuTab-background, var(--salt-navigable-primary-background));
739
+ --tab-cursor: pointer;
740
+ --tab-position: relative;
741
+ }
742
+ .vuuTab {
743
+ align-items: center;
744
+ align-self: stretch;
745
+ background: var(--tab-background);
746
+ border: none;
747
+ border-radius: var(--vuuTab-borderRadius, 0);
748
+ color: var(--salt-text-primary-foreground);
749
+ cursor: var(--vuuTab-cursor, var(--tab-cursor));
750
+ display: var(--tabstrip-display);
751
+ gap: 8px;
752
+ height: var(--vuuTab-height, var(--tabstrip-height));
753
+ letter-spacing: var(--vuuTab-letterSpacing, var(--tab-letterSpacing, 0));
754
+ min-width: var(--vuuTab-minWidth, 40px);
755
+ outline: none;
756
+ padding: var(--vuuTab-padding, 0 24px);
757
+ position: var(--vuuTab-position, var(--tab-position));
758
+ user-select: none;
759
+ width: var(--tab-width);
760
+ }
761
+ .vuuTab {
762
+ margin: 0 var(--tab-spacing) 0 0;
763
+ }
764
+ .vuuTab-selected {
765
+ background: var(--vuuTab-background-selected, var(--tab-background));
766
+ color: var(--salt-text-primary-foreground);
767
+ font-weight: var(--salt-navigable-fontWeight-active);
768
+ }
769
+ .vuuTab-main {
770
+ align-items: center;
771
+ border: none;
772
+ color: inherit;
773
+ cursor: inherit;
774
+ display: flex;
775
+ font-family: inherit;
776
+ font-size: inherit;
777
+ font-weight: inherit;
778
+ height: var(--vuuTabstrip-height, var(--salt-size-stackable));
779
+ outline: none;
780
+ position: relative;
781
+ }
782
+ .vuuTab-closeable .vuuTab-main {
783
+ border-right: solid transparent var(--salt-size-unit);
784
+ }
785
+ .vuuTab .vuuTab-closeButton {
786
+ display: flex;
787
+ align-items: center;
788
+ justify-content: center;
789
+ }
790
+ .vuuTab-close-icon {
791
+ display: none;
792
+ }
793
+ .salt-density-touch .vuuTab-close-icon,
794
+ .salt-density-low .vuuTab-close-icon {
795
+ display: block;
796
+ }
797
+ .salt-density-touch .vuuTab-close-icon-small,
798
+ .salt-density-low .vuuTab-close-icon-small {
799
+ display: none;
800
+ }
801
+ .vuuTab .vuuTab-text {
802
+ display: inline-block;
803
+ position: relative;
804
+ overflow: hidden;
805
+ text-align: var(--salt-text-textAlign-embedded);
806
+ text-overflow: ellipsis;
807
+ top: var(--vuuTab-top, var(--tab-top, auto));
808
+ white-space: nowrap;
809
+ z-index: var(--salt-zIndex-default);
810
+ }
811
+ .vuuTab .vuuTab-text:before {
812
+ height: 0;
813
+ content: attr(data-text);
814
+ display: block;
815
+ visibility: hidden;
816
+ font-weight: var(--salt-navigable-fontWeight-active);
817
+ }
818
+ .vuuTab-editing:after {
819
+ content: "";
820
+ position: absolute;
821
+ top: 0;
822
+ left: 0;
823
+ right: 0;
824
+ bottom: 2px;
825
+ outline-color: var(--salt-focused-outlineColor);
826
+ outline-style: var(--salt-focused-outlineStyle);
827
+ outline-width: var(--salt-focused-outlineWidth);
828
+ outline-offset: -2px;
829
+ }
830
+ .vuuTab.vuuFocusVisible {
831
+ background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));
832
+ outline-color: var(--vuuTab-focusVisible-color, var(--salt-focused-outlineColor));
833
+ outline-style: dashed;
834
+ outline-width: 1px;
835
+ outline-offset: -1px;
836
+ }
837
+ .vuuTab:before {
838
+ content: var(--tab-before-content, none);
839
+ content: "";
840
+ background: var(--tab-before-background);
841
+ height: var(--tab-before-height);
842
+ inset: var(--tab-before-inset);
843
+ position: absolute;
844
+ width: var(--tab-before-width);
845
+ z-index: 1;
846
+ }
847
+ .vuuTabstrip-draggingTab .vuuTab-selected:before {
848
+ --tab-before-content: "";
849
+ --tab-before-background: var(--salt-navigable-indicator-color-active);
850
+ --tab-before-height: var(--tab-thumb-height);
851
+ --tab-before-inset: var(--tab-activationIndicator-inset);
852
+ --tab-before-width: var(--tab-activationIndicator-thumb-width);
853
+ }
854
+ .vuuTab-selected:before {
855
+ --tab-before-content: "";
856
+ background: var(--salt-navigable-indicator-active);
857
+ height: var(--tab-thumb-height);
858
+ position: absolute;
859
+ left: var(--tab-thumb-left);
860
+ bottom: 0px;
861
+ top: var(--tab-thumb-top, auto);
862
+ transition: var(--tab-thumb-transition, none);
863
+ width: var(--tab-thumb-width, 100%);
864
+ }
865
+ .vuuTab:hover:not(.vuuTab-closeHover) {
866
+ background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));
867
+ }
868
+
869
+ /* ../vuu-ui-controls/src/tree/Tree.css */
870
+ .vuuTree {
871
+ --tree-node-collapse: var(--vuuTree-toggle-collapse, var(--svg-tree-node-collapse));
872
+ --tree-node-expand: var(--vuuTree-toggle-expand, var(--svg-tree-node-expand));
873
+ --tree-toggle-width: 12px;
874
+ --tree-icon-color: var(--vuuTree-icon-color, #4c505b);
875
+ --tree-node-expanded-transform: var(--vuuTree-node-expanded-transform, none);
876
+ --tree-node-indent: 0px;
877
+ --list-hilited-bg: var(--hw-list-hilited-bg, rgba(0, 0, 0, 0.1));
878
+ --list-item-height: var(--hw-list-item-height, 30px);
879
+ --list-item-padding: var(--hw-list-item-padding, 0 6px);
880
+ --list-item-header-bg: var(--hw-list-item-header-bg, black);
881
+ --list-item-header-color: var(--hw-list-item-header-color, white);
882
+ --list-item-header-font-weight: bold;
883
+ --list-item-header-twisty-color: black;
884
+ --list-item-header-twisty-content: "";
885
+ --list-item-header-twisty-top: 50%;
886
+ --list-item-header-twisty-left: -18px;
887
+ --list-item-header-twisty-right: auto;
888
+ --list-item-selected-bg: var(--hw-list-selected-bg, #1ea7fd);
889
+ --list-item-selected-color: white;
890
+ --list-item-text-color: var(--hw-gray-800);
891
+ --focus-visible-border-color: var(--hw-focus-visible-border-color, rgb(141, 154, 179));
892
+ list-style: none;
893
+ margin: 0;
894
+ padding: 0 1px;
895
+ font-size: var(--vuuTree-font-size, 14px);
896
+ max-height: inherit;
897
+ outline: none;
898
+ overflow-y: auto;
899
+ position: relative;
900
+ user-select: none;
901
+ }
902
+ .vuuTree-viewport {
903
+ --list-item-height: 30px;
904
+ box-sizing: border-box;
905
+ max-height: inherit;
906
+ overflow: auto;
907
+ }
908
+ .vuuTree-scrollingContentContainer {
909
+ box-sizing: inherit;
910
+ position: relative;
911
+ }
912
+ .vuuTree-scrollingContentContainer .vuuTreeNode {
913
+ line-height: 30px;
914
+ position: absolute;
915
+ top: 0;
916
+ left: 0;
917
+ right: 0;
918
+ will-change: transform;
919
+ }
920
+ .vuuTreeNode {
921
+ list-style: none;
922
+ }
923
+ .vuuTreeNode:not([aria-expanded]),
924
+ .vuuTreeNode[aria-expanded] > .vuuTreeNode-label {
925
+ --checkbox-border-color: black;
926
+ --checkbox-border-width: 1px;
927
+ --checkbox-tick: black;
928
+ --list-item-padding-left: 6px;
929
+ --svg-toggle: var(--tree-node-collapse);
930
+ align-items: center;
931
+ color: var(--list-item-text-color);
932
+ display: flex;
933
+ flex-wrap: nowrap;
934
+ height: var(--list-item-height);
935
+ line-height: var(--list-item-height);
936
+ padding: var(--list-item-padding);
937
+ padding-left: var(--padding-left);
938
+ position: relative;
939
+ cursor: default;
940
+ margin: 0;
941
+ white-space: nowrap;
942
+ }
943
+ .vuuTreeNode:not([aria-expanded]) {
944
+ --padding-left: calc( var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent) );
945
+ }
946
+ .vuuTreeNode[aria-expanded] > .vuuTreeNode-label {
947
+ --padding-left: calc( var(--list-item-padding-left) + var(--tree-toggle-width) + var(--tree-node-indent) );
948
+ }
949
+ .vuuTreeNode-icon {
950
+ background-color: var(--tree-icon-color);
951
+ display: inline-block;
952
+ height: 18px;
953
+ margin-right: 6px;
954
+ -webkit-mask: var(--vuu-icon-svg) center center/12px 12px no-repeat;
955
+ mask: var(--vuu-icon-svg) center center/12px 12px no-repeat;
956
+ flex: 0 0 18px;
957
+ }
958
+ .vuuTreeNode[aria-expanded] {
959
+ flex-direction: column;
960
+ }
961
+ .vuuTreeNode[aria-expanded] {
962
+ flex-direction: column;
963
+ height: auto;
964
+ }
965
+ .vuuTreeNode > *[role=group] {
966
+ padding-left: 0px;
967
+ }
968
+ .vuuTreeNode {
969
+ padding-left: calc(var(--padding-left) + var(--tree-node-indent));
970
+ }
971
+ .vuuTreeNode[aria-level="2"] {
972
+ --tree-node-indent: 12px;
973
+ }
974
+ .vuuTreeNode[aria-level="3"] {
975
+ --tree-node-indent: 24px;
976
+ }
977
+ .vuuTreeNode[aria-level="4"] {
978
+ --tree-node-indent: 36px;
979
+ }
980
+ .vuuTreeNode:not(.focusVisible):not(.hwListItemHeader):not([aria-expanded])[data-highlighted],
981
+ .vuuTreeNode:not(.focusVisible):not(.hwListItemHeader)[aria-expanded][data-highlighted] > div:first-child {
982
+ background-color: var(--list-hilited-bg);
983
+ }
984
+ .vuuTreeNode-toggle {
985
+ cursor: pointer;
986
+ }
987
+ .vuuTreeNode > .vuuTreeNode-toggle {
988
+ display: inline-block;
989
+ height: 100%;
990
+ left: 0;
991
+ position: absolute;
992
+ width: calc(var(--list-item-padding-left) + var(--tree-toggle-width));
993
+ }
994
+ .vuuTreeNode[aria-expanded] > .vuuTreeNode-label:after {
995
+ content: var(--list-item-header-twisty-content);
996
+ -webkit-mask: var(--svg-toggle) center center/8px 8px no-repeat;
997
+ mask: var(--svg-toggle) center center/8px 8px no-repeat;
998
+ background-color: var(--list-item-header-twisty-color);
999
+ height: 18px;
1000
+ margin-top: -9px;
1001
+ left: var(--tree-node-indent);
1002
+ position: absolute;
1003
+ top: var(--list-item-header-twisty-top);
1004
+ transition: transform 0.3s;
1005
+ width: 18px;
1006
+ }
1007
+ .vuuTreeNode[aria-selected=true] {
1008
+ --list-item-header-twisty-color: var(--list-item-selected-color);
1009
+ }
1010
+ .vuuTreeNode:not(.focusVisible):focus {
1011
+ background-color: rgba(0, 0, 0, 0.1);
1012
+ }
1013
+ .vuuTreeNode:not([aria-expanded]).focusVisible:before,
1014
+ .vuuTreeNode[aria-expanded].focusVisible > div:first-child:before {
1015
+ content: "";
1016
+ position: absolute;
1017
+ top: 0px;
1018
+ left: var(--tree-focus-offset, 0px);
1019
+ right: 0;
1020
+ bottom: 0px;
1021
+ border: dotted var(--focus-visible-border-color) 2px;
1022
+ background-color: var(--list-hilited-bg);
1023
+ }
1024
+ .vuuTreeNode[aria-expanded=false] > *:first-child:after {
1025
+ --svg-toggle: var(--tree-node-expand);
1026
+ }
1027
+ .vuuTreeNode[aria-expanded=true] > *:first-child:after {
1028
+ transform: var(--tree-node-expanded-transform);
1029
+ }
1030
+ .vuuTree:not(.checkbox-only) .vuuTreeNode:not([aria-expanded])[aria-selected=true],
1031
+ .vuuTree:not(.checkbox-only) .vuuTreeNode[aria-expanded][aria-selected=true] > div:first-child {
1032
+ --checkbox-border-color: var(--list-item-selected-color);
1033
+ --checkbox-tick: var(--list-item-selected-color);
1034
+ --focus-visible-border-color: var(--list-item-selected-color);
1035
+ background-color: var(--list-item-selected-bg);
1036
+ color: var(--list-item-selected-color);
1037
+ }
1038
+ .with-checkbox .vuuTreeNode {
1039
+ padding-left: 28px;
1040
+ }
1041
+ .with-checkbox .vuuTreeNode:before {
1042
+ border-style: solid;
1043
+ border-width: var(--checkbox-border-width);
1044
+ border-color: var(--checkbox-border-color);
1045
+ content: "";
1046
+ height: 12px;
1047
+ left: 3px;
1048
+ margin-top: -7px;
1049
+ position: absolute;
1050
+ top: 50%;
1051
+ width: 12px;
1052
+ }
1053
+
1054
+ /* src/layout-view/View.css */
1055
+ .vuuView {
1056
+ border-color: var(--vuuView-borderColor, var(--salt-container-primary-borderColor));
1057
+ border-width: var(--vuuView-borderWidth, 1px);
1058
+ border-style: var(--vuuView-borderStyle, none);
1059
+ display: flex;
1060
+ flex-direction: column;
1061
+ margin: var(--vuuView-margin, 0px);
1062
+ min-height: 50px;
1063
+ min-width: 50px;
1064
+ outline: none;
1065
+ overflow: hidden;
1066
+ position: relative;
1067
+ }
1068
+ .vuuView.focus-visible:after {
1069
+ content: "";
1070
+ position: absolute;
1071
+ top: 0;
1072
+ left: 0;
1073
+ right: 0;
1074
+ bottom: 0;
1075
+ border: dotted cornflowerblue 2px;
1076
+ }
1077
+ .vuuView.dragging {
1078
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
1079
+ }
1080
+ .vuuView-main {
1081
+ display: flex;
1082
+ flex-direction: var(--vuuView-flexDirection, column);
1083
+ flex-wrap: var(--vuuView-flex-wrap, nowrap);
1084
+ flex: 1;
1085
+ overflow: hidden;
1086
+ position: relative;
1087
+ }
1088
+ .vuuView-main > * {
1089
+ flex-basis: auto;
1090
+ flex-grow: var(--vuuView-flex-grow, 1);
1091
+ flex-shrink: var(--vuuView-flex-shrink, 1);
1092
+ }
1093
+ .vuuView-collapsed .vuuView-main {
1094
+ display: none;
1095
+ }
1096
+ .vuuView-collapsed + .Splitter {
1097
+ display: none;
1098
+ }
1099
+ .vuuView-collapsed .Toolbar-vertical {
1100
+ border-right: solid 1px var(--grey40);
1101
+ }
1102
+ .vuuView-collapsed .Toolbar-vertical .toolbar-title {
1103
+ display: none;
1104
+ }
1105
+
1106
+ /* src/layout-header/Header.css */
1107
+ .vuuHeader {
1108
+ --saltButton-height: 24px;
1109
+ --saltButton-width: 24px;
1110
+ }
1111
+ .salt-density-high .vuuHeader {
1112
+ --saltToolbarField-marginTop: 0;
1113
+ }
1114
+
1115
+ /* src/overflow-container/OverflowContainer.css */
1116
+ .vuuOverflowContainer {
1117
+ --item-gap: 4px;
1118
+ --overflow-direction: row;
1119
+ --overflow-width: 0px;
1120
+ --overflow-order: 99;
1121
+ --border-size: calc((var(--overflow-container-height) - 24px) / 2);
1122
+ background-color: var(--vuuOverflowContainer-background, black);
1123
+ height: var(--overflow-container-height);
1124
+ }
1125
+ .vuuOverflowContainer-horizontal {
1126
+ --item-align: center;
1127
+ --item-margin: 0 0 0 var(--item-gap);
1128
+ }
1129
+ .vuuOverflowContainer-vertical {
1130
+ --item-align: stretch;
1131
+ --item-margin: var(--item-gap) 0 0 0;
1132
+ --overflow-direction: column;
1133
+ }
1134
+ .vuuOverflowContainer-wrapContainer {
1135
+ align-items: var(--item-align);
1136
+ display: flex;
1137
+ flex-direction: var(--overflow-direction);
1138
+ flex-wrap: wrap;
1139
+ height: var(--overflow-container-height);
1140
+ min-width: 44px;
1141
+ overflow: hidden;
1142
+ position: relative;
1143
+ width: 100%;
1144
+ }
1145
+ .vuuOverflowContainer-wrapContainer.overflowed {
1146
+ --overflow-order: 2;
1147
+ --overflow-left: auto;
1148
+ --overflow-position: relative;
1149
+ --overflow-width: auto;
1150
+ }
1151
+ .vuuOverflowContainer-item:first-child {
1152
+ --item-gap: 0;
1153
+ }
1154
+ .vuuOverflowContainer-item:first-child {
1155
+ --item-margin: 0;
1156
+ }
1157
+ .vuuOverflowContainer-item {
1158
+ align-items: inherit;
1159
+ display: flex;
1160
+ order: 1;
1161
+ position: relative;
1162
+ height: var(--overflow-container-height);
1163
+ margin: var(--item-margin);
1164
+ }
1165
+ .vuuOverflowContainer-item.wrapped {
1166
+ --overflow-item-bg: #ccc;
1167
+ order: 3;
1168
+ }
1169
+ .vuuOverflowContainer-item:has(.vuuDraggable-dragAway) {
1170
+ display: none;
1171
+ }
1172
+ .vuuOverflowContainer-item.vuuDropTarget-settling {
1173
+ visibility: hidden;
1174
+ }
1175
+ .vuuOverflowContainer-OverflowIndicator {
1176
+ align-items: center;
1177
+ background-color: transparent;
1178
+ display: flex;
1179
+ height: var(--overflow-container-height);
1180
+ height: var(--overflow-container-height);
1181
+ order: var(--overflow-order);
1182
+ overflow: hidden;
1183
+ left: var(--overflow-left, 100%);
1184
+ position: var(--overflow-position, absolute);
1185
+ width: var(--overflow-width);
1186
+ }
1187
+
1188
+ /* src/palette/Palette.css */
1189
+ .vuuPalette-horizontal {
1190
+ align-items: center;
1191
+ display: flex;
1192
+ }
1193
+ .vuuPaletteItem {
1194
+ --vuu-icon-color: var(--salt-separable-primary-borderColor);
1195
+ --vuu-icon-inset: calc(50% - 12px) auto auto -3px;
1196
+ --vuu-icon-height: 24px;
1197
+ --vuu-icon-width: 24px;
1198
+ --list-item-text-padding: 0 0 0 calc(var(--salt-size-unit) * 3);
1199
+ }
1200
+ .vuuPaletteItem[data-draggable]:after {
1201
+ height: 22px;
1202
+ width: 6px;
1203
+ content: "";
1204
+ position: absolute;
1205
+ background-image:
1206
+ linear-gradient(45deg, rgb(180, 183, 190) 25%, transparent 25%),
1207
+ linear-gradient(-45deg, rgb(180, 183, 190) 25%, transparent 25%),
1208
+ linear-gradient(45deg, transparent 75%, rgb(180, 183, 190) 25%),
1209
+ linear-gradient(-45deg, transparent 75%, rgb(180, 183, 190) 25%);
1210
+ background-size: 4px 4px;
1211
+ background-position:
1212
+ 0 0,
1213
+ 2px 0,
1214
+ 2px -2px,
1215
+ 0 2px;
1216
+ }
1217
+ .vuuSimpleDraggableWrapper > .vuuPaletteItem {
1218
+ --vuu-icon-color: var(--salt-selectable-foreground);
1219
+ }
1220
+
1221
+ /* src/stack/Stack.css */
1222
+ .Tabs {
1223
+ display: flex;
1224
+ box-sizing: border-box;
1225
+ flex-direction: column;
1226
+ }
1227
+ .Tabs-horizontal {
1228
+ --vuu-tabs-border-style: none solid none none;
1229
+ flex-direction: row;
1230
+ }
1231
+ .Tabs .Toolbar:before {
1232
+ left: 0;
1233
+ width: 100%;
1234
+ bottom: 0;
1235
+ height: 1px;
1236
+ content: "";
1237
+ position: absolute;
1238
+ background: var(--grey60);
1239
+ }
1240
+ .vuuTabHeader {
1241
+ --saltTabs-activationIndicator-background: transparent;
1242
+ --saltToolbarField-marginTop: calc(var(--salt-size-unit) - 1px);
1243
+ border-color: var(--salt-container-primary-borderColor);
1244
+ border-style: var(--vuu-tabs-border-style, none none solid none);
1245
+ border-width: 1px;
1246
+ }
1247
+ .vuuTabHeader + .hwFlexbox,
1248
+ .vuuTabHeader + * {
1249
+ flex: 1;
1250
+ }
1251
+ .vuuTabHeader + .vuuView > .vuuHeader {
1252
+ height: 0;
1253
+ overflow: hidden;
1254
+ }
1255
+ .Layout-svg-button {
1256
+ --spacing-medium: 5px;
1257
+ }
1258
+
1259
+ /* src/tools/devtools-box/layout-configurator.css */
1260
+ [data-design-mode=true] .Component {
1261
+ filter: grayscale(100%);
1262
+ opacity: 0.4;
1263
+ }
1264
+ [data-design-mode=true] .Component:after {
1265
+ color: black;
1266
+ content: "Component";
1267
+ height: 12px;
1268
+ background-color: yellow;
1269
+ }
1270
+ .LayoutConfigurator {
1271
+ --margin-color: #f3cea5;
1272
+ --border-color: #fddda0;
1273
+ --padding-color: #c6d092;
1274
+ --content-color: #8cb6c0;
1275
+ display: flex;
1276
+ flex-direction: column;
1277
+ align-items: stretch;
1278
+ background-color: var(--margin-color);
1279
+ }
1280
+ .LayoutConfigurator .layout-outer {
1281
+ flex: 1 1 auto;
1282
+ display: flex;
1283
+ flex-direction: column;
1284
+ align-items: stretch;
1285
+ }
1286
+ .LayoutBox {
1287
+ --hw-control-font-size: 13px;
1288
+ --hw-text-input-bg: rgba(255, 255, 255, 0.3);
1289
+ --hwTextInput-padding: 3px;
1290
+ --hw-text-input-position: absolute;
1291
+ --hwTextInput-width: 30px;
1292
+ flex: 1 1 auto;
1293
+ }
1294
+ .LayoutBox > .layout-top {
1295
+ flex: 0 0 40px;
1296
+ padding-left: 12px;
1297
+ display: flex;
1298
+ flex-direction: row;
1299
+ align-items: center;
1300
+ position: relative;
1301
+ }
1302
+ .LayoutBox > .layout-bottom {
1303
+ flex: 0 0 40px;
1304
+ position: relative;
1305
+ display: flex;
1306
+ flex-direction: row;
1307
+ align-items: center;
1308
+ }
1309
+ .LayoutBox > .layout-inner > .layout-right,
1310
+ .LayoutBox > .layout-inner > .layout-left {
1311
+ flex: 0 0 40px;
1312
+ display: flex;
1313
+ flex-direction: column;
1314
+ justify-content: center;
1315
+ align-items: center;
1316
+ }
1317
+ .layout-top,
1318
+ .layout-bottom {
1319
+ --hw-text-input-margin: 0 0 0 -15px;
1320
+ }
1321
+ .layout-top > .layout-input,
1322
+ .layout-bottom > .layout-input {
1323
+ left: 50%;
1324
+ }
1325
+ .LayoutBox > .layout-inner {
1326
+ flex: 1 1 auto;
1327
+ display: flex;
1328
+ flex-direction: row;
1329
+ align-items: stretch;
1330
+ }
1331
+ .LayoutBox.layout-margin {
1332
+ background-color: var(--margin-color);
1333
+ border: dashed 2px black;
1334
+ }
1335
+ .LayoutBox.layout-border {
1336
+ background-color: var(--border-color);
1337
+ border: solid 2px black;
1338
+ }
1339
+ .LayoutBox.layout-padding {
1340
+ background-color: var(--padding-color);
1341
+ border: dashed 2px black;
1342
+ }
1343
+ .LayoutBox .layout-content {
1344
+ flex: 1 1 auto;
1345
+ background-color: var(--content-color);
1346
+ border: solid 2px #808080;
1347
+ }
1348
+ .LayoutBox .layout-title {
1349
+ color: #161616;
1350
+ font-size: 11px;
1351
+ left: 4px;
1352
+ line-height: 15px;
1353
+ position: absolute;
1354
+ top: 1px;
1355
+ }
1356
+
1357
+ /* src/tools/devtools-tree/layout-tree-viewer.css */
1358
+ .hwLayoutTreeViewer {
1359
+ }
1360
+ .hwLayoutTreeNode {
1361
+ cursor: default;
1362
+ }
1363
+ .hwLayoutTreeNode:hover {
1364
+ background-color: rgba(255, 255, 255, 0.2);
1365
+ }
1366
+ .hwLayoutTreeNode[aria-selected=true] {
1367
+ background-color: cornflowerblue;
1368
+ color: white;
1369
+ }
2
1370
  /*# sourceMappingURL=index.css.map */