@vuu-ui/vuu-layout 0.8.4 → 0.8.5-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,1190 @@
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}.vuuHeader{--saltToolbar-background: var(--salt-container-tertiary-background)}.salt-density-high .vuuHeader{--saltToolbarField-marginTop: 0}.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
+ /* src/layout-view/View.css */
524
+ .vuuView {
525
+ border-color: var(--vuuView-borderColor, var(--salt-container-primary-borderColor));
526
+ border-width: var(--vuuView-borderWidth, 1px);
527
+ border-style: var(--vuuView-borderStyle, none);
528
+ display: flex;
529
+ flex-direction: column;
530
+ margin: var(--vuuView-margin, 0px);
531
+ min-height: 50px;
532
+ min-width: 50px;
533
+ outline: none;
534
+ overflow: hidden;
535
+ position: relative;
536
+ }
537
+ .vuuView.focus-visible:after {
538
+ content: "";
539
+ position: absolute;
540
+ top: 0;
541
+ left: 0;
542
+ right: 0;
543
+ bottom: 0;
544
+ border: dotted cornflowerblue 2px;
545
+ }
546
+ .vuuView.dragging {
547
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
548
+ }
549
+ .vuuView-main {
550
+ display: flex;
551
+ flex-direction: var(--vuuView-flexDirection, column);
552
+ flex-wrap: var(--vuuView-flex-wrap, nowrap);
553
+ flex: 1;
554
+ overflow: hidden;
555
+ position: relative;
556
+ }
557
+ .vuuView-main > * {
558
+ flex-basis: auto;
559
+ flex-grow: var(--vuuView-flex-grow, 1);
560
+ flex-shrink: var(--vuuView-flex-shrink, 1);
561
+ }
562
+ .vuuView-collapsed .vuuView-main {
563
+ display: none;
564
+ }
565
+ .vuuView-collapsed + .Splitter {
566
+ display: none;
567
+ }
568
+ .vuuView-collapsed .Toolbar-vertical {
569
+ border-right: solid 1px var(--grey40);
570
+ }
571
+ .vuuView-collapsed .Toolbar-vertical .toolbar-title {
572
+ display: none;
573
+ }
574
+
575
+ /* ../vuu-ui-controls/src/editable-label/EditableLabel.css */
576
+ .vuuEditableLabel {
577
+ --saltInput-minWidth: 14px;
578
+ --saltInput-position: absolute;
579
+ --editableLabel-padding: var(--saltEditableLabel-padding, 6px);
580
+ --editableLabel-height: var(--saltEditableLabel-height, 26px);
581
+ color: inherit;
582
+ cursor: default;
583
+ display: flex;
584
+ flex-direction: column;
585
+ font-size: var(--salt-text-fontSize);
586
+ height: var(--editableLabel-height);
587
+ justify-content: center;
588
+ outline: none;
589
+ padding: 0 var(--editableLabel-padding);
590
+ position: relative;
591
+ z-index: var(--salt-zIndex-default);
592
+ }
593
+ .vuuEditableLabel:before {
594
+ content: attr(data-text);
595
+ display: block;
596
+ height: 0px;
597
+ visibility: hidden;
598
+ white-space: pre-wrap;
599
+ }
600
+ .vuuEditableLabel .saltInput {
601
+ font-weight: var(--salt-text-fontWeight);
602
+ left: var(--editableLabel-padding, 0);
603
+ padding: 0;
604
+ outline-style: none;
605
+ right: var(--editableLabel-padding, 0);
606
+ }
607
+ .vuuEditableLabel-input {
608
+ outline: none;
609
+ }
610
+
611
+ /* ../vuu-ui-controls/src/drag-drop/Draggable.css */
612
+ .vuuDraggable {
613
+ background: transparent;
614
+ box-shadow: var(--salt-overlayable-shadow-drag);
615
+ cursor: var(--salt-draggable-grab-cursor-active);
616
+ position: absolute;
617
+ opacity: .95;
618
+ z-index: 2000;
619
+ }
620
+ .vuuDraggable-spacer {
621
+ display: var(--saltDraggable-display, inline-block);
622
+ height: var(--saltDraggable-spacer-height, var(--tabs-tabstrip-height));
623
+ transition: var(--saltDraggable-transitionProp, width) 0.3s ease;
624
+ width: var(--saltDraggable-spacer-width, 0);
625
+ }
626
+ .vuuDraggable-dropIndicatorPosition {
627
+ display: var(--saltDraggable-display, inline-block);
628
+ height: 0px;
629
+ width: 100%;
630
+ }
631
+ .vuuDraggable-dropIndicatorContainer {
632
+ transition: var(--saltDraggable-transitionProp, top) 0.2s ease;
633
+ }
634
+ .vuuDraggable-dropIndicator {
635
+ background-color: var(--salt-palette-accent-background);
636
+ height: 2px;
637
+ width: 100%;
638
+ }
639
+ .vuuDraggable-dropIndicator:before {
640
+ content: "";
641
+ width: 6px;
642
+ height: 6px;
643
+ border-radius: 3px;
644
+ background-color: var(--salt-palette-accent-background);
645
+ position: absolute;
646
+ top: -2px;
647
+ left: -3px;
648
+ }
649
+ .vuuDraggable-settling {
650
+ transition-property: left, top;
651
+ transition-duration: .15s;
652
+ transition-timing-function: ease-out;
653
+ }
654
+ .vuuDraggable-spacer {
655
+ order: 1;
656
+ }
657
+
658
+ /* ../vuu-ui-controls/src/tabstrip/Tabstrip.css */
659
+ .vuuTabstrip {
660
+ --vuuOverflowContainer-background: transparent;
661
+ --tabs-tabstrip-height: var(--vuuTabstrip-height, 28px);
662
+ --tabs-tabstrip-dragging-display: none;
663
+ --tabs-tabstrip-display: inline-flex;
664
+ --tabs-tabstrip-background: transparent;
665
+ align-items: flex-start;
666
+ align-self: var(--saltTabs-tabstrip-alignSelf, stretch);
667
+ border-bottom: var(--vuuTabstrip-borderBottom, solid 1px var(--salt-container-primary-borderColor));
668
+ font-size: var(--salt-text-fontSize);
669
+ font-weight: var(--salt-text-fontWeight);
670
+ position: relative;
671
+ overflow: visible;
672
+ display: flex;
673
+ min-width: 28px;
674
+ width: 100%;
675
+ }
676
+ .vuuTabstrip-horizontal {
677
+ --vuuTabActivationIndicator-height: 1px;
678
+ --vuuTabActivationIndicator-thumb-inset: -1px 0 0 0;
679
+ --tab-activationIndicator-borderStyle: none none solid none;
680
+ --tab-activationIndicator-inset: auto 0px 0px 0px;
681
+ --tab-activationIndicator-transitionProperty: left;
682
+ --tab-activationIndicator-thumb-height: 0px;
683
+ --tab-thumb-height: 2px;
684
+ }
685
+ .vuuTabstrip-vertical {
686
+ --vuuTabActivationIndicator-thumb-inset: 0 0 0 -1px;
687
+ --tab-activationIndicator-transition: top 0.3s ease;
688
+ --tab-activationIndicator-borderStyle: none solid none none;
689
+ --tab-activationIndicator-inset: 0px 0px 0px auto;
690
+ --tab-activationIndicator-transitionProperty: top;
691
+ --tab-activationIndicator-width: 1px;
692
+ --tab-activationIndicator-thumb-width: 2px;
693
+ align-self: flex-start;
694
+ display: inline-flex;
695
+ }
696
+ .vuuTabstrip-draggingTab {
697
+ --vuuTabs-activationIndicator-transition: none;
698
+ }
699
+ .vuuTabstrip-draggingTab .vuuTab {
700
+ pointer-events: none;
701
+ }
702
+ .vuuTabstrip-horizontal {
703
+ height: var(--tabs-tabstrip-height);
704
+ }
705
+ .vuuTabstrip-addTabButton {
706
+ --saltButton-height: 20px;
707
+ --saltButton-width: 20px;
708
+ }
709
+ .vuuTabstrip-overflowMenu.saltDropdown {
710
+ --saltIcon-margin: 2px 0 0 0px;
711
+ }
712
+ .vuuTabstrip-overflowMenu-open {
713
+ --saltButton-background: var(--salt-actionable-secondary-background-active);
714
+ --saltButton-text-color: var(--salt-actionable-secondary-text-color-active);
715
+ }
716
+ .vuuTabstrip-overflowMenu-open .saltButton {
717
+ --saltIcon-color: var(--salt-actionable-secondary-foreground-active);
718
+ }
719
+ .vuuTabstrip-inner {
720
+ width: 100%;
721
+ align-items: center;
722
+ display: flex;
723
+ flex-basis: auto;
724
+ flex-grow: 0;
725
+ flex-shrink: 1;
726
+ flex-wrap: wrap;
727
+ justify-content: flex-start;
728
+ line-height: var(--tabs-tabstrip-height);
729
+ }
730
+ .vuuTabstrip-vertical .vuuTabstrip-inner {
731
+ flex-direction: column;
732
+ height: auto;
733
+ }
734
+ .vuuTabstrip-centered .vuuTabstrip-inner {
735
+ justify-content: center;
736
+ }
737
+ .vuuDraggable[class*=vuuTabstrip] {
738
+ --tabs-tabstrip-display: flex;
739
+ --tabs-tabstrip-height: 100%;
740
+ --tabs-tabstrip-dragging-display: block;
741
+ --tabs-tab-background: var(--salt-navigable-primary-background-hover);
742
+ --tabs-tab-before-content: "";
743
+ --tabs-tab-before-background: var(--salt-navigable-indicator-hover);
744
+ --tabs-tab-before-height: var(--tab-activationIndicator-thumb-height);
745
+ --tabs-tab-before-inset: var(--tab-activationIndicator-inset);
746
+ --tabs-tab-before-width: var(--tab-activationIndicator-thumb-width);
747
+ --tabs-tab-cursor: var(--salt-draggable-grab-cursor-active);
748
+ --tabs-tab-position: static;
749
+ font-size: 12px;
750
+ }
751
+ .vuuDraggable-tabstrip-horizontal {
752
+ --tab-thumb-height: 2px;
753
+ --tabs-tabstrip-height: 28px;
754
+ --tab-activationIndicator-thumb-height: 2px;
755
+ --tab-activationIndicator-inset: auto 0px 0px 0px;
756
+ line-height: var(--tabs-tabstrip-height);
757
+ }
758
+ .vuuDraggable-tabstrip-vertical {
759
+ --tab-activationIndicator-inset: 0px 0px 0px auto;
760
+ --tab-activationIndicator-thumb-width: 2px;
761
+ }
762
+ .vuuDraggable[class*=tabstrip] .vuuTab[aria-selected=true]:before {
763
+ --tabs-tab-before-background: var(--salt-navigable-indicator-active);
764
+ }
765
+ .vuuTabstrip-overflowMenu-dropTarget:after {
766
+ background: var(--salt-selectable-background-selected);
767
+ content: "";
768
+ position: absolute;
769
+ height: 2px;
770
+ left: 0;
771
+ right: 0;
772
+ bottom: 0;
773
+ }
774
+
775
+ /* ../vuu-ui-controls/src/tabstrip/TabMenu.css */
776
+ .vuuTabMenu {
777
+ top: -2px;
778
+ }
779
+
780
+ /* ../vuu-ui-controls/src/tabstrip/Tab.css */
781
+ .vuuTab {
782
+ --saltEditableLabel-padding: 0;
783
+ --saltEditableLabel-height: var(--tabs-tabstrip-height);
784
+ --saltInputLegacy-minWidth: 4em;
785
+ --tab-background: var(--salt-navigable-primary-background);
786
+ --tab-cursor: pointer;
787
+ --tab-position: relative;
788
+ }
789
+ .vuuTab {
790
+ align-items: center;
791
+ align-self: stretch;
792
+ background: var(--vuuTab-background, var(--tab-background));
793
+ border: none;
794
+ border-radius: 0;
795
+ color: var(--salt-text-primary-foreground);
796
+ cursor: var(--vuuTab-cursor, var(--tab-cursor));
797
+ display: var(--tabs-tabstrip-display);
798
+ gap: 8px;
799
+ height: var(--vuuTab-height, var(--tabs-tabstrip-height));
800
+ letter-spacing: var(--vuuTab-letterSpacing, var(--tab-letterSpacing, 0));
801
+ min-width: var(--vuuTab-minWidth, 40px);
802
+ outline: none;
803
+ padding: 0 24px;
804
+ position: var(--vuuTab-position, var(--tab-position));
805
+ user-select: none;
806
+ }
807
+ .vuuTab.saltFocusVisible:after {
808
+ inset: 2px 2px 4px 2px;
809
+ }
810
+ .vuuTab:not(.vuuTab-vertical) {
811
+ margin: 0 var(--tab-spacing) 0 0;
812
+ }
813
+ .vuuTab-selected {
814
+ color: var(--salt-text-primary-foreground);
815
+ font-weight: var(--salt-navigable-fontWeight-active);
816
+ }
817
+ .vuuTab-main {
818
+ align-items: center;
819
+ background: inherit;
820
+ border: none;
821
+ color: inherit;
822
+ cursor: inherit;
823
+ display: flex;
824
+ font-family: inherit;
825
+ font-size: inherit;
826
+ font-weight: inherit;
827
+ height: var(--vuuTabstrip-height, var(--salt-size-stackable));
828
+ outline: none;
829
+ position: relative;
830
+ }
831
+ .vuuTab-closeable .vuuTab-main {
832
+ border-right: solid transparent var(--salt-size-unit);
833
+ }
834
+ .vuuTab .vuuTab-closeButton {
835
+ display: flex;
836
+ align-items: center;
837
+ justify-content: center;
838
+ }
839
+ .vuuTab-close-icon {
840
+ display: none;
841
+ }
842
+ .salt-density-touch .vuuTab-close-icon,
843
+ .salt-density-low .vuuTab-close-icon {
844
+ display: block;
845
+ }
846
+ .salt-density-touch .vuuTab-close-icon-small,
847
+ .salt-density-low .vuuTab-close-icon-small {
848
+ display: none;
849
+ }
850
+ .vuuTab .vuuTab-text {
851
+ display: inline-block;
852
+ position: relative;
853
+ overflow: hidden;
854
+ text-align: var(--salt-text-textAlign-embedded);
855
+ text-overflow: ellipsis;
856
+ top: var(--vuuTab-top, var(--tab-top, auto));
857
+ white-space: nowrap;
858
+ z-index: var(--salt-zIndex-default);
859
+ }
860
+ .vuuTab-vertical .vuuTab-text {
861
+ text-align: var(--salt-text-textAlign);
862
+ }
863
+ .vuuTab .vuuTab-text:before {
864
+ height: 0;
865
+ content: attr(data-text);
866
+ display: block;
867
+ visibility: hidden;
868
+ font-weight: var(--salt-navigable-fontWeight-active);
869
+ }
870
+ .vuuTab-editing:after {
871
+ content: "";
872
+ position: absolute;
873
+ top: 0;
874
+ left: 0;
875
+ right: 0;
876
+ bottom: 2px;
877
+ outline-color: var(--salt-focused-outlineColor);
878
+ outline-style: var(--salt-focused-outlineStyle);
879
+ outline-width: var(--salt-focused-outlineWidth);
880
+ outline-offset: -2px;
881
+ }
882
+ .vuuTab-vertical.vuuTab-editing:after {
883
+ right: 2px;
884
+ bottom: 0;
885
+ }
886
+ .vuuTab-vertical .saltFocusVisible:not(.vuuTab-selected):before {
887
+ left: auto;
888
+ height: auto;
889
+ top: 0;
890
+ width: 2px;
891
+ }
892
+ .vuuTab.saltFocusVisible {
893
+ background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));
894
+ }
895
+ .vuuTab:before {
896
+ content: var(--tab-before-content, none);
897
+ background: var(--tab-before-background);
898
+ height: var(--tab-before-height);
899
+ inset: var(--tab-before-inset);
900
+ position: absolute;
901
+ width: var(--tab-before-width);
902
+ z-index: 1;
903
+ }
904
+ .vuuTabstrip-draggingTab .vuuTab-selected:before {
905
+ --tab-before-content: "";
906
+ --tab-before-background: var(--salt-navigable-indicator-color-active);
907
+ --tab-before-height: var(--tab-thumb-height);
908
+ --tab-before-inset: var(--tab-activationIndicator-inset);
909
+ --tab-before-width: var(--tab-activationIndicator-thumb-width);
910
+ }
911
+ .vuuDraggable .vuuTab:before,
912
+ .vuuTab:not(.vuuTab-selected).saltFocusVisible:before,
913
+ .vuuTab:hover:not(.vuuTab-selected):before {
914
+ --tab-before-content: "";
915
+ --tab-before-background: var(--salt-navigable-indicator-hover);
916
+ --tab-before-height: var(--tab-thumb-height);
917
+ --tab-before-inset: var(--tab-activationIndicator-inset);
918
+ --tab-before-width: var(--tab-activationIndicator-thumb-width);
919
+ }
920
+ .vuuTab-selected:before {
921
+ --tab-before-content: "";
922
+ background: var(--salt-navigable-indicator-active);
923
+ height: var(--tab-thumb-height);
924
+ position: absolute;
925
+ left: var(--tab-thumb-offset,0);
926
+ bottom: 0px;
927
+ transition: var(--tab-thumb-transition, none);
928
+ width: var(--tab-thumb-width, 100%);
929
+ }
930
+ .vuuTab:hover:not(.vuuTab-closeHover) {
931
+ background: var(--vuuTab-hover-background, var(--salt-navigable-primary-background-hover));
932
+ }
933
+
934
+ /* src/layout-header/Header.css */
935
+ .vuuHeader {
936
+ --saltToolbar-background: var(--salt-container-tertiary-background);
937
+ }
938
+ .salt-density-high .vuuHeader {
939
+ --saltToolbarField-marginTop: 0;
940
+ }
941
+
942
+ /* src/overflow-container/OverflowContainer.css */
943
+ .vuuOverflowContainer {
944
+ --item-gap: 4px;
945
+ --overflow-width: 0px;
946
+ --overflow-order: 99;
947
+ --border-size: calc((var(--overflow-container-height) - 24px) / 2);
948
+ background-color: var(--vuuOverflowContainer-background, black);
949
+ height: var(--overflow-container-height);
950
+ }
951
+ .vuuOverflowContainer-wrapContainer {
952
+ align-items: center;
953
+ display: flex;
954
+ flex-wrap: wrap;
955
+ height: var(--overflow-container-height);
956
+ min-width: 44px;
957
+ overflow: hidden;
958
+ position: relative;
959
+ width: 100%;
960
+ }
961
+ .vuuOverflowContainer-wrapContainer.overflowed {
962
+ --overflow-order: 2;
963
+ --overflow-left: auto;
964
+ --overflow-position: relative;
965
+ --overflow-width: auto;
966
+ }
967
+ .vuuOverflowContainer-item:first-child {
968
+ --item-gap: 0;
969
+ }
970
+ .vuuOverflowContainer-item {
971
+ align-items: inherit;
972
+ display: flex;
973
+ order: 1;
974
+ position: relative;
975
+ height: var(--overflow-container-height);
976
+ margin-left: var(--item-gap);
977
+ }
978
+ .vuuOverflowContainer-item.wrapped {
979
+ --overflow-item-bg: #ccc;
980
+ order: 3;
981
+ }
982
+ .vuuOverflowContainer-item:has(.vuuDraggable-dragAway) {
983
+ display: none;
984
+ }
985
+ .vuuOverflowContainer-item.vuuDropTarget-settling {
986
+ visibility: hidden;
987
+ }
988
+ .vuuOverflowContainer-OverflowIndicator {
989
+ align-items: center;
990
+ background-color: transparent;
991
+ display: flex;
992
+ height: var(--overflow-container-height);
993
+ height: var(--overflow-container-height);
994
+ order: var(--overflow-order);
995
+ overflow: hidden;
996
+ left: var(--overflow-left, 100%);
997
+ position: var(--overflow-position, absolute);
998
+ width: var(--overflow-width);
999
+ }
1000
+
1001
+ /* src/palette/Palette.css */
1002
+ .vuuPalette-horizontal {
1003
+ align-items: center;
1004
+ display: flex;
1005
+ }
1006
+ .vuuPaletteItem {
1007
+ --vuu-icon-color: var(--salt-separable-primary-borderColor);
1008
+ --vuu-icon-inset: calc(50% - 12px) auto auto -3px;
1009
+ --vuu-icon-height: 24px;
1010
+ --vuu-icon-width: 24px;
1011
+ --list-item-text-padding: 0 0 0 calc(var(--salt-size-unit) * 3);
1012
+ }
1013
+ .vuuPaletteItem[data-draggable]:after {
1014
+ height: 22px;
1015
+ width: 6px;
1016
+ content: "";
1017
+ position: absolute;
1018
+ background-image:
1019
+ linear-gradient(45deg, rgb(180, 183, 190) 25%, transparent 25%),
1020
+ linear-gradient(-45deg, rgb(180, 183, 190) 25%, transparent 25%),
1021
+ linear-gradient(45deg, transparent 75%, rgb(180, 183, 190) 25%),
1022
+ linear-gradient(-45deg, transparent 75%, rgb(180, 183, 190) 25%);
1023
+ background-size: 4px 4px;
1024
+ background-position:
1025
+ 0 0,
1026
+ 2px 0,
1027
+ 2px -2px,
1028
+ 0 2px;
1029
+ }
1030
+ .vuuSimpleDraggableWrapper > .vuuPaletteItem {
1031
+ --vuu-icon-color: var(--salt-selectable-foreground);
1032
+ }
1033
+
1034
+ /* src/palette/PaletteSalt.css */
1035
+ .vuuPalette {
1036
+ --list-item-header-bg: inherit;
1037
+ --list-item-header-color: inherit;
1038
+ --list-item-padding: 0 6px 0 24px;
1039
+ --list-item-header-twisty-color: black;
1040
+ --list-item-header-twisty-left: 3px;
1041
+ --list-item-header-twisty-right: auto;
1042
+ }
1043
+
1044
+ /* src/stack/Stack.css */
1045
+ .Tabs {
1046
+ display: flex;
1047
+ box-sizing: border-box;
1048
+ flex-direction: column;
1049
+ }
1050
+ .Tabs-horizontal {
1051
+ flex-direction: row;
1052
+ }
1053
+ .Tabs .Toolbar:before {
1054
+ left: 0;
1055
+ width: 100%;
1056
+ bottom: 0;
1057
+ height: 1px;
1058
+ content: "";
1059
+ position: absolute;
1060
+ background: var(--grey60);
1061
+ }
1062
+ .vuuTabHeader {
1063
+ --saltTabs-activationIndicator-background: transparent;
1064
+ --saltToolbarField-marginTop: calc(var(--salt-size-unit) - 1px);
1065
+ border-bottom: solid 1px var(--salt-container-primary-borderColor);
1066
+ }
1067
+ .vuuTabHeader + .hwFlexbox,
1068
+ .vuuTabHeader + * {
1069
+ flex: 1;
1070
+ }
1071
+ .vuuTabHeader + .vuuView > .vuuHeader {
1072
+ height: 0;
1073
+ overflow: hidden;
1074
+ }
1075
+ .Layout-svg-button {
1076
+ --spacing-medium: 5px;
1077
+ }
1078
+
1079
+ /* src/tools/devtools-box/layout-configurator.css */
1080
+ [data-design-mode=true] .Component {
1081
+ filter: grayscale(100%);
1082
+ opacity: 0.4;
1083
+ }
1084
+ [data-design-mode=true] .Component:after {
1085
+ color: black;
1086
+ content: "Component";
1087
+ height: 12px;
1088
+ background-color: yellow;
1089
+ }
1090
+ .LayoutConfigurator {
1091
+ --margin-color: #f3cea5;
1092
+ --border-color: #fddda0;
1093
+ --padding-color: #c6d092;
1094
+ --content-color: #8cb6c0;
1095
+ display: flex;
1096
+ flex-direction: column;
1097
+ align-items: stretch;
1098
+ background-color: var(--margin-color);
1099
+ }
1100
+ .LayoutConfigurator .layout-outer {
1101
+ flex: 1 1 auto;
1102
+ display: flex;
1103
+ flex-direction: column;
1104
+ align-items: stretch;
1105
+ }
1106
+ .LayoutBox {
1107
+ --hw-control-font-size: 13px;
1108
+ --hw-text-input-bg: rgba(255, 255, 255, 0.3);
1109
+ --hwTextInput-padding: 3px;
1110
+ --hw-text-input-position: absolute;
1111
+ --hwTextInput-width: 30px;
1112
+ flex: 1 1 auto;
1113
+ }
1114
+ .LayoutBox > .layout-top {
1115
+ flex: 0 0 40px;
1116
+ padding-left: 12px;
1117
+ display: flex;
1118
+ flex-direction: row;
1119
+ align-items: center;
1120
+ position: relative;
1121
+ }
1122
+ .LayoutBox > .layout-bottom {
1123
+ flex: 0 0 40px;
1124
+ position: relative;
1125
+ display: flex;
1126
+ flex-direction: row;
1127
+ align-items: center;
1128
+ }
1129
+ .LayoutBox > .layout-inner > .layout-right,
1130
+ .LayoutBox > .layout-inner > .layout-left {
1131
+ flex: 0 0 40px;
1132
+ display: flex;
1133
+ flex-direction: column;
1134
+ justify-content: center;
1135
+ align-items: center;
1136
+ }
1137
+ .layout-top,
1138
+ .layout-bottom {
1139
+ --hw-text-input-margin: 0 0 0 -15px;
1140
+ }
1141
+ .layout-top > .layout-input,
1142
+ .layout-bottom > .layout-input {
1143
+ left: 50%;
1144
+ }
1145
+ .LayoutBox > .layout-inner {
1146
+ flex: 1 1 auto;
1147
+ display: flex;
1148
+ flex-direction: row;
1149
+ align-items: stretch;
1150
+ }
1151
+ .LayoutBox.layout-margin {
1152
+ background-color: var(--margin-color);
1153
+ border: dashed 2px black;
1154
+ }
1155
+ .LayoutBox.layout-border {
1156
+ background-color: var(--border-color);
1157
+ border: solid 2px black;
1158
+ }
1159
+ .LayoutBox.layout-padding {
1160
+ background-color: var(--padding-color);
1161
+ border: dashed 2px black;
1162
+ }
1163
+ .LayoutBox .layout-content {
1164
+ flex: 1 1 auto;
1165
+ background-color: var(--content-color);
1166
+ border: solid 2px #808080;
1167
+ }
1168
+ .LayoutBox .layout-title {
1169
+ color: #161616;
1170
+ font-size: 11px;
1171
+ left: 4px;
1172
+ line-height: 15px;
1173
+ position: absolute;
1174
+ top: 1px;
1175
+ }
1176
+
1177
+ /* src/tools/devtools-tree/layout-tree-viewer.css */
1178
+ .hwLayoutTreeViewer {
1179
+ }
1180
+ .hwLayoutTreeNode {
1181
+ cursor: default;
1182
+ }
1183
+ .hwLayoutTreeNode:hover {
1184
+ background-color: rgba(255, 255, 255, 0.2);
1185
+ }
1186
+ .hwLayoutTreeNode[aria-selected=true] {
1187
+ background-color: cornflowerblue;
1188
+ color: white;
1189
+ }
2
1190
  /*# sourceMappingURL=index.css.map */