@vuu-ui/vuu-shell 0.8.11-debug → 0.8.12

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,605 +1,2 @@
1
- /* src/connection-status/ConnectionStatusIcon.css */
2
- .vuuStatus-container {
3
- display: flex;
4
- }
5
- .vuuStatus-text {
6
- align-self: center;
7
- }
8
- .vuuStatus {
9
- --vuu-icon-height: 18px;
10
- --vuu-icon-padding: var(--vuuStatus-padding, 6px);
11
- --vuu-icon-width: var(--vuuStatus-width, auto);
12
- --vuu-icon-min-width: var(--vuuStatus-min-width, 20px);
13
- align-items: center;
14
- display: inline-flex;
15
- height: var(--vuu-icon-height);
16
- justify-content: center;
17
- min-width: var(--vuu-icon-min-width);
18
- padding: 0 var(--vuu-icon-padding);
19
- width: var(--vuu-icon-width);
20
- position: relative;
21
- }
22
- .vuuStatus[data-icon]::after {
23
- inset: 0 0 0 0;
24
- content: "";
25
- box-shadow: 0 0 0 0 black;
26
- position: absolute;
27
- mask: var(--vuu-icon-svg) center center/20px 20px no-repeat;
28
- -webkit-mask: var(--vuu-icon-svg) center center/20px 20px no-repeat;
29
- }
30
- .vuuActiveStatus::after {
31
- --vuu-icon-svg: var(--svg-active-status);
32
- background-color: rgb(0, 255, 0);
33
- }
34
- .vuuConnectingStatus::after {
35
- --vuu-icon-svg: var(--svg-connecting-status);
36
- background-color: orange;
37
- transform: scale(1);
38
- animation: infinite pulse 1s;
39
- }
40
- .vuuDisconnectedStatus::after {
41
- --vuu-icon-svg: var(--svg-disconnected-status);
42
- background-color: red;
43
- transform: scale(1);
44
- animation: infinite pulse 0.5s;
45
- }
46
- @keyframes pulse {
47
- 0% {
48
- transform: scale(0.95);
49
- box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
50
- }
51
- 70% {
52
- transform: scale(1);
53
- box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
54
- }
55
- 100% {
56
- transform: scale(0.95);
57
- box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
58
- }
59
- }
60
-
61
- /* src/layout-management/SaveLayoutPanel.css */
62
- .saveLayoutPanel {
63
- --salt-selectable-foreground-hover: #6d18bdc3;
64
- --salt-selectable-foreground-selected: #6D18BD;
65
- --salt-selectable-borderColor-selected: #6D18BD;
66
- --saltInputLegacy-fontSize: 12px;
67
- --salt-text-label-fontSize: 10px;
68
- --saltFormFieldLegacy-label-paddingLeft: 0;
69
- --saltFormField-label-fontWeight: 400;
70
- }
71
- .saveLayoutPanel-panelContainer {
72
- display: flex;
73
- padding: 16px;
74
- flex-direction: column;
75
- align-items: flex-start;
76
- gap: 16px;
77
- }
78
- .saveLayoutPanel-panelContent {
79
- display: flex;
80
- align-items: flex-start;
81
- gap: 32px;
82
- }
83
- .saveLayoutPanel-formContainer {
84
- display: flex;
85
- width: 217px;
86
- flex-direction: column;
87
- align-items: flex-start;
88
- gap: 16px;
89
- }
90
- .saveLayoutPanel-formField {
91
- display: flex;
92
- flex-direction: column;
93
- gap: 1px;
94
- }
95
- .saveLayoutPanel-inputText {
96
- color: var(--light-text-secondary, #606477);
97
- font-family: Nunito Sans Regular;
98
- font-feature-settings:
99
- "ss02" on,
100
- "ss01" on,
101
- "salt" on,
102
- "liga" off;
103
- font-size: 12px;
104
- font-weight: 400;
105
- line-height: 16px;
106
- border: none;
107
- padding-left: 4px;
108
- width: 100%;
109
- outline: none;
110
- }
111
- .saveLayoutPanel-settingsGroup {
112
- display: flex;
113
- flex-wrap: wrap;
114
- align-items: flex-end;
115
- gap: 10px;
116
- width: 100%;
117
- line-height: 16px;
118
- }
119
- .saveLayoutPanel-screenshotContainer {
120
- display: flex;
121
- width: 304px;
122
- height: 208px;
123
- padding: 11px 15.5px;
124
- justify-content: center;
125
- align-items: center;
126
- border: 1px solid #E8E8E8;
127
- background: var(--dark-text-primary, #FFF);
128
- }
129
- .saveLayoutPanel-screenshot {
130
- display: flex;
131
- justify-content: center;
132
- align-items: center;
133
- background: lightgray 50% / cover no-repeat;
134
- width: 273px;
135
- height: 186px;
136
- flex-shrink: 0;
137
- }
138
- .saveLayoutPanel-buttonsContainer {
139
- display: flex;
140
- padding-top: 8px;
141
- justify-content: flex-end;
142
- align-items: flex-start;
143
- gap: 8px;
144
- align-self: stretch;
145
- }
146
- .saveLayoutPanel-cancelButton,
147
- .saveLayoutPanel-saveButton {
148
- display: flex;
149
- height: fit-content;
150
- padding: 4px 8px;
151
- align-items: flex-start;
152
- gap: 8px;
153
- border-radius: 6px;
154
- font-feature-settings:
155
- "ss02" on,
156
- "ss01" on,
157
- "salt" on,
158
- "liga" off;
159
- font-size: 12px;
160
- font-style: normal;
161
- font-weight: 700;
162
- line-height: 133.333%;
163
- letter-spacing: 0.48px;
164
- text-transform: uppercase;
165
- }
166
- .saveLayoutPanel-cancelButton {
167
- color: var(--actionable-primary-foreground-default, #606477);
168
- background: var(--actionable-primary-background-default, #FFF);
169
- }
170
- .saveLayoutPanel-saveButton {
171
- background: #6D18BD;
172
- border-color: #6D18BD;
173
- color: white;
174
- }
175
- .saveLayoutPanel-saveButton.saltButton:disabled {
176
- background: #6D18BD;
177
- border-color: #6D18BD;
178
- color: white;
179
- opacity: 0.3;
180
- }
181
- .saveLayoutPanel-saveButton.saltButton:hover {
182
- background: #F37880;
183
- border-color: #F37880;
184
- color: white;
185
- }
186
-
187
- /* src/layout-management/LayoutList.css */
188
- .vuuLayoutList {
189
- align-self: stretch;
190
- height: 100%;
191
- overflow: hidden;
192
- }
193
- .vuuLayoutList-header {
194
- color: var(--light-text-primary, #15171B);
195
- font-weight: 700;
196
- letter-spacing: 0.48px;
197
- text-transform: uppercase;
198
- display: flex;
199
- padding: 16px 0px;
200
- border-bottom: 1px solid rgba(119, 124, 148, 0.10);
201
- line-height: 200%;
202
- }
203
- .vuuLayoutList-groupName {
204
- display: flex;
205
- padding-top: 24px;
206
- color: var(--light-text-secondary, #606477);
207
- font-weight: 700;
208
- letter-spacing: 0.48px;
209
- line-height: 200%;
210
- }
211
- .vuuLayoutList-layoutContainer {
212
- display: flex;
213
- align-items: center;
214
- gap: 8px;
215
- padding: 8px 0px;
216
- flex: 1 1 auto;
217
- cursor: pointer;
218
- }
219
- .vuuLayoutList-layoutName {
220
- color: var(--light-text-primary, #15171B);
221
- font-weight: 600;
222
- line-height: 133.333%;
223
- text-transform: capitalize;
224
- }
225
- .vuuLayoutList-screenshot {
226
- width: 60px;
227
- height: 45.6px;
228
- border: 1px solid #D6D7DA;
229
- }
230
- .vuuLayoutList-layoutDetails {
231
- color: var(--light-text-secondary, #606477);
232
- font-size: 10px;
233
- font-weight: 600;
234
- line-height: 150%;
235
- }
236
-
237
- /* src/feature-list/FeatureList.css */
238
- .vuuFeatureList {
239
- background: var(--vuuFeatureList-background, var(--salt-container-primary-background));
240
- height: 100%;
241
- padding: 180px 32px 0 24px;
242
- }
243
- .vuuFeatureList-header {
244
- font-size: 12px;
245
- font-weight: 700;
246
- }
247
-
248
- /* src/left-nav/LeftNav.css */
249
- .vuuLeftNav {
250
- --salt-navigable-fontWeight-active: 700;
251
- --vuuTab-background-selected: rgba(255, 255, 255, 0.10);
252
- --vuuTab-hover-background: rgba(255, 255, 255, 0.10);
253
- --vuuTab-before-content: none;
254
- --vuuTab-borderRadius: 6px;
255
- --vuuTab-height: 40px;
256
- --vuuTab-padding: 0 0 0 48px;
257
- --vuuTabstrip-fontWeight: 700;
258
- --vuuTabstrip-width: 100%;
259
- --svg-demo: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.3333 11C11.52 11 11.6667 10.8533 11.6667 10.6667C11.6667 10.48 11.52 10.3333 11.3333 10.3333C11.1467 10.3333 11 10.48 11 10.6667C11 10.8533 11.1467 11 11.3333 11Z"/><path d="M5.99999 8.66667C6.36818 8.66667 6.66666 8.36819 6.66666 8C6.66666 7.63181 6.36818 7.33334 5.99999 7.33334C5.63181 7.33334 5.33333 7.63181 5.33333 8C5.33333 8.36819 5.63181 8.66667 5.99999 8.66667Z"/><path d="M8.66667 6C9.03486 6 9.33333 5.70152 9.33333 5.33333C9.33333 4.96514 9.03486 4.66667 8.66667 4.66667C8.29848 4.66667 8 4.96514 8 5.33333C8 5.70152 8.29848 6 8.66667 6Z"/><path d="M8.66667 11.3333C9.03486 11.3333 9.33333 11.0349 9.33333 10.6667C9.33333 10.2985 9.03486 10 8.66667 10C8.29848 10 8 10.2985 8 10.6667C8 11.0349 8.29848 11.3333 8.66667 11.3333Z"/><path d="M11.3333 8.33333C11.52 8.33333 11.6667 8.18666 11.6667 8C11.6667 7.81333 11.52 7.66666 11.3333 7.66666C11.1467 7.66666 11 7.81333 11 8C11 8.18666 11.1467 8.33333 11.3333 8.33333Z"/><path d="M8.66667 8.66667C9.03486 8.66667 9.33333 8.36819 9.33333 8C9.33333 7.63181 9.03486 7.33334 8.66667 7.33334C8.29848 7.33334 8 7.63181 8 8C8 8.36819 8.29848 8.66667 8.66667 8.66667Z"/><path d="M2 2H14V3.33333H2V2Z"/><path d="M3.33333 6.33333C3.88561 6.33333 4.33333 5.88562 4.33333 5.33333C4.33333 4.78105 3.88561 4.33333 3.33333 4.33333C2.78104 4.33333 2.33333 4.78105 2.33333 5.33333C2.33333 5.88562 2.78104 6.33333 3.33333 6.33333Z"/><path d="M3.33333 9C3.88561 9 4.33333 8.55228 4.33333 8C4.33333 7.44772 3.88561 7 3.33333 7C2.78104 7 2.33333 7.44772 2.33333 8C2.33333 8.55228 2.78104 9 3.33333 9Z"/><path d="M3.33333 11.6667C3.88561 11.6667 4.33333 11.2189 4.33333 10.6667C4.33333 10.1144 3.88561 9.66666 3.33333 9.66666C2.78104 9.66666 2.33333 10.1144 2.33333 10.6667C2.33333 11.2189 2.78104 11.6667 3.33333 11.6667Z"/><path d="M11.3333 5.66667C11.52 5.66667 11.6667 5.52 11.6667 5.33333C11.6667 5.14667 11.52 5 11.3333 5C11.1467 5 11 5.14667 11 5.33333C11 5.52 11.1467 5.66667 11.3333 5.66667Z"/><path d="M5.99999 11.3333C6.36818 11.3333 6.66666 11.0349 6.66666 10.6667C6.66666 10.2985 6.36818 10 5.99999 10C5.63181 10 5.33333 10.2985 5.33333 10.6667C5.33333 11.0349 5.63181 11.3333 5.99999 11.3333Z"/><path d="M5.99999 6C6.36818 6 6.66666 5.70152 6.66666 5.33333C6.66666 4.96514 6.36818 4.66667 5.99999 4.66667C5.63181 4.66667 5.33333 4.96514 5.33333 5.33333C5.33333 5.70152 5.63181 6 5.99999 6Z"/><path d="M2 12.6667H14V14H2V12.6667Z"/></svg>');
260
- --svg-tables: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 6H4.66667V3.33334H3.33333C2.6 3.33334 2 3.93334 2 4.66667V6ZM2 9.33334H4.66667V6.66667H2V9.33334ZM5.33333 9.33334H8V6.66667H5.33333V9.33334ZM8.66667 9.33334H11.3333V6.66667H8.66667V9.33334ZM5.33333 6H8V3.33334H5.33333V6ZM8.66667 3.33334V6H11.3333V3.33334H8.66667ZM12 9.33334H14.6667V6.66667H12V9.33334ZM3.33333 12.6667H4.66667V10H2V11.3333C2 12.0667 2.6 12.6667 3.33333 12.6667ZM5.33333 12.6667H8V10H5.33333V12.6667ZM8.66667 12.6667H11.3333V10H8.66667V12.6667ZM12 12.6667H13.3333C14.0667 12.6667 14.6667 12.0667 14.6667 11.3333V10H12V12.6667ZM12 3.33334V6H14.6667V4.66667C14.6667 3.93334 14.0667 3.33334 13.3333 3.33334H12Z"/></svg>');
261
- --svg-templates: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.3333 12.6667H14L14 3.33334H15.3333L15.3333 12.6667ZM12.6667 12.6667H11.3333L11.3333 3.33334H12.6667L12.6667 12.6667ZM1.33333 12.6667L9.33333 12.6667C9.69999 12.6667 9.99999 12.3667 9.99999 12V4.00001C9.99999 3.63334 9.69999 3.33334 9.33333 3.33334L1.33333 3.33334C0.966661 3.33334 0.666661 3.63334 0.666661 4.00001L0.666661 12C0.666661 12.3667 0.966661 12.6667 1.33333 12.6667ZM1.99999 4.66667L8.66666 4.66667V11.3333L1.99999 11.3333L1.99999 4.66667Z"/></svg>');
262
- --svg-layouts: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.3333 10H14V11.3333H15.3333V10ZM15.3333 12.6667H14V14H15.3333V12.6667ZM15.3333 7.33333H14V8.66667H15.3333V7.33333ZM10 2H8.66667V3.33333H10V2ZM15.3333 4.66667H14V6H15.3333V4.66667ZM0.666672 14H7.33334V10H0.666672V14ZM2.00001 4.66667H0.666672V6H2.00001V4.66667ZM10 12.6667H8.66667V14H10V12.6667ZM12.6667 2H11.3333V3.33333H12.6667V2ZM15.3333 2H14V3.33333H15.3333V2ZM12.6667 12.6667H11.3333V14H12.6667V12.6667ZM2.00001 7.33333H0.666672V8.66667H2.00001V7.33333ZM7.33334 2H6.00001V3.33333H7.33334V2ZM4.66667 2H3.33334V3.33333H4.66667V2ZM2.00001 2H0.666672V3.33333H2.00001V2Z"/></svg>');
263
- --vuu-light-text-primary: #15171b;
264
- box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.15);
265
- margin-bottom: 4px;
266
- position: relative;
267
- transition: width .3s ease-in-out;
268
- z-index: 0;
269
- }
270
- .vuuLeftNav-menu-full {
271
- --menu-width: var(--nav-menu-expanded-width);
272
- }
273
- .vuuLeftNav-menu-icons {
274
- --menu-width: var(--nav-menu-collapsed-width);
275
- }
276
- .vuuLeftNav-menu-icons-content {
277
- --menu-width: var(--nav-menu-collapsed-width);
278
- }
279
- .vuuLeftNav-menu-full-content {
280
- --menu-width: var(--nav-menu-expanded-width);
281
- }
282
- .vuuLeftNav-menu-icons-content .vuuLeftNav-menu-secondary,
283
- .vuuLeftNav-menu-full-content .vuuLeftNav-menu-secondary {
284
- display: block;
285
- }
286
- .vuuLeftNav-menu-primary {
287
- background-color: #2A015F;
288
- container-type: inline-size;
289
- display: flex;
290
- flex-direction: column;
291
- height: 100%;
292
- padding: 32px 16px;
293
- transition: width ease .3s;
294
- width: var(--menu-width, 100%);
295
- }
296
- .vuuLeftNav-menu-secondary {
297
- flex: 1 1 auto;
298
- height: 100%;
299
- display: none;
300
- position: absolute;
301
- top: 0;
302
- right: 0;
303
- width: 240px;
304
- z-index: -1;
305
- }
306
- .vuuLeftNav .vuuTabstrip {
307
- margin-top: 102px;
308
- }
309
- .vuuLeftNav .vuuTab {
310
- --vuuTab-focusVisible-color: pink;
311
- --vuu-icon-color: white;
312
- --vuu-icon-left: 12px;
313
- --vuu-icon-size: 16px;
314
- border-left: solid 4px transparent;
315
- }
316
- .vuuLeftNav .vuuTab-selected {
317
- --vuu-icon-color: var(--salt-navigable-indicator-active);
318
- border-left: solid 4px var(--salt-navigable-indicator-active);
319
- }
320
- .vuuLeftNav-logo {
321
- display: flex;
322
- flex: 0 0 auto;
323
- justify-content: center;
324
- }
325
- .vuuLeftNav-main {
326
- flex: 1 1 auto;
327
- }
328
- .vuuLeftNav-menu {
329
- color: white;
330
- margin-top: 102px;
331
- padding: 0;
332
- }
333
- .vuuLeftNav [data-icon=demo] {
334
- --vuu-icon-svg: var(--svg-demo);
335
- }
336
- .vuuLeftNav [data-icon=tables] {
337
- --vuu-icon-svg: var(--svg-tables);
338
- }
339
- .vuuLeftNav [data-icon=templates] {
340
- --vuu-icon-svg: var(--svg-templates);
341
- }
342
- .vuuLeftNav [data-icon=layouts] {
343
- --vuu-icon-svg: var(--svg-layouts);
344
- }
345
- @container (max-width: 100px) {
346
- .vuuTab {
347
- --vuuTab-padding: 0 0 0 42px;
348
- }
349
- .vuuTab-main {
350
- display: none !important;
351
- }
352
- }
353
- .vuuLeftNav-buttonBar {
354
- align-items: center;
355
- display: flex;
356
- flex: 0 0 100px;
357
- justify-content: center;
358
- }
359
- .vuuLeftNav-toggleButton {
360
- --vuu-icon-color: var(--vuu-light-text-primary);
361
- --vuu-icon-left: 11px;
362
- --vuu-icon-top: 10px;
363
- --vuu-icon-size: 16px;
364
- background-color: var(--salt-navigable-indicator-active);
365
- border-width: 0;
366
- border-radius: 18px;
367
- height: 36px;
368
- position: relative;
369
- width: 36px;
370
- }
371
- .vuuLeftNav-toggleButton-open {
372
- --vuu-icon-left: 9px;
373
- }
374
- .vuuLeftNav-drawer {
375
- display: flex;
376
- padding: 40px 32px 0px 24px;
377
- flex-direction: column;
378
- align-items: flex-start;
379
- flex-shrink: 0;
380
- align-self: stretch;
381
- background: #FFF;
382
- box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.15);
383
- height: 100%;
384
- }
385
-
386
- /* src/login/LoginPanel.css */
387
- .vuuLoginPanel {
388
- --hwTextInput-border: solid 1px #ccc;
389
- --hwTextInput-height: 28px;
390
- --hwTextInput-padding: 0 12px;
391
- --hwTextInput-width: 100%;
392
- --login-row-height: 60px;
393
- align-content: center;
394
- align-items: center;
395
- border: solid 1px lightgray;
396
- display: flex;
397
- flex-direction: column;
398
- gap: 24px;
399
- justify-content: center;
400
- justify-items: center;
401
- margin: 0 auto;
402
- padding: 48px 48px 24px 48px;
403
- width: fit-content;
404
- }
405
- .vuuLoginPanel-login {
406
- grid-column: 2/3;
407
- align-self: end;
408
- justify-self: end;
409
- }
410
-
411
- /* src/session-editing-form/SessionEditingForm.css */
412
- .vuuSessionEditingForm {
413
- display: flex;
414
- flex-direction: column;
415
- gap: 3px;
416
- min-width: 400px;
417
- padding: 6px;
418
- }
419
- .vuuSessionEditingForm-content {
420
- display: flex;
421
- flex-direction: column;
422
- flex: 1 1 auto;
423
- gap: 3px;
424
- overflow: auto;
425
- }
426
- .vuuSessionEditingForm-field {
427
- align-items: center;
428
- display: flex;
429
- height: 32px;
430
- }
431
- .vuuSessionEditingForm-fieldLabel {
432
- flex: 0 0 50%;
433
- }
434
- .vuuSessionEditingForm-fieldValue {
435
- max-width: 50%;
436
- }
437
- .vuuSessionEditingForm-fieldValue.vuuReadOnly {
438
- font-weight: var(--salt-text-label-fontWeight-strong);
439
- }
440
- .vuuSessionEditingForm-buttonbar {
441
- align-items: center;
442
- border-top: solid 1px var(--salt-container-primary-borderColor);
443
- display: flex;
444
- justify-content: flex-end;
445
- flex: 0 0 autox;
446
- gap: 6px;
447
- padding-top: 6px;
448
- }
449
- .vuuSessionEditingForm-errorBanner {
450
- --vuu-icon-left: 3px;
451
- --vuu-icon-size: 18px;
452
- --vuu-icon-top: 3px;
453
- border: solid 1px var(--salt-status-error-borderColor);
454
- line-height: 24px;
455
- padding: 0 6px 0 26px;
456
- position: relative;
457
- }
458
-
459
- /* src/user-profile/UserPanel.css */
460
- .vuuUserPanel {
461
- background-color: white;
462
- display: flex;
463
- flex-direction: column;
464
- max-height: 400px;
465
- padding: 12px;
466
- }
467
- vuuUserPanel-history {
468
- flex: 1 1 auto;
469
- }
470
- .vuuUserPanel-buttonBar {
471
- --saltButton-width: 100%;
472
- align-items: flex-end;
473
- border-top: 1px solid var(--surface3);
474
- display: flex;
475
- flex: 0 0 32px;
476
- justify-content: flex-start;
477
- }
478
- .btn-logout {
479
- --hwButton-icon-left: 12px;
480
- --hwButton-padding: 0 6px 0 24px;
481
- padding-left: 24px;
482
- }
483
-
484
- /* src/user-profile/UserProfile.css */
485
- .vuuUserProfile {
486
- --svg-icon: var(--svg-user);
487
- }
488
-
489
- /* src/theme-switch/ThemeSwitch.css */
490
- .vuuThemeSwitch {
491
- --saltButton-minWidth: 22px;
492
- --svg-light: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 31q2.9 0 4.95-2.05Q31 26.9 31 24q0-2.9-2.05-4.95Q26.9 17 24 17q-2.9 0-4.95 2.05Q17 21.1 17 24q0 2.9 2.05 4.95Q21.1 31 24 31Zm0 3q-4.15 0-7.075-2.925T14 24q0-4.15 2.925-7.075T24 14q4.15 0 7.075 2.925T34 24q0 4.15-2.925 7.075T24 34ZM3.5 25.5q-.65 0-1.075-.425Q2 24.65 2 24q0-.65.425-1.075Q2.85 22.5 3.5 22.5h5q.65 0 1.075.425Q10 23.35 10 24q0 .65-.425 1.075-.425.425-1.075.425Zm36 0q-.65 0-1.075-.425Q38 24.65 38 24q0-.65.425-1.075.425-.425 1.075-.425h5q.65 0 1.075.425Q46 23.35 46 24q0 .65-.425 1.075-.425.425-1.075.425ZM24 10q-.65 0-1.075-.425Q22.5 9.15 22.5 8.5v-5q0-.65.425-1.075Q23.35 2 24 2q.65 0 1.075.425.425.425.425 1.075v5q0 .65-.425 1.075Q24.65 10 24 10Zm0 36q-.65 0-1.075-.425-.425-.425-.425-1.075v-5q0-.65.425-1.075Q23.35 38 24 38q.65 0 1.075.425.425.425.425 1.075v5q0 .65-.425 1.075Q24.65 46 24 46ZM12 14.1l-2.85-2.8q-.45-.45-.425-1.075.025-.625.425-1.075.45-.45 1.075-.45t1.075.45L14.1 12q.4.45.4 1.05 0 .6-.4 1-.4.45-1.025.45-.625 0-1.075-.4Zm24.7 24.75L33.9 36q-.4-.45-.4-1.075t.45-1.025q.4-.45 1-.45t1.05.45l2.85 2.8q.45.45.425 1.075-.025.625-.425 1.075-.45.45-1.075.45t-1.075-.45ZM33.9 14.1q-.45-.45-.45-1.05 0-.6.45-1.05l2.8-2.85q.45-.45 1.075-.425.625.025 1.075.425.45.45.45 1.075t-.45 1.075L36 14.1q-.4.4-1.025.4-.625 0-1.075-.4ZM9.15 38.85q-.45-.45-.45-1.075t.45-1.075L12 33.9q.45-.45 1.05-.45.6 0 1.05.45.45.45.45 1.05 0 .6-.45 1.05l-2.8 2.85q-.45.45-1.075.425-.625-.025-1.075-.425ZM24 24Z"/></svg>');
493
- --svg-dark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 42q-7.5 0-12.75-5.25T6 24q0-7.5 5.25-12.75T24 6q.4 0 .85.025.45.025 1.15.075-1.8 1.6-2.8 3.95-1 2.35-1 4.95 0 4.5 3.15 7.65Q28.5 25.8 33 25.8q2.6 0 4.95-.925T41.9 22.3q.05.6.075.975Q42 23.65 42 24q0 7.5-5.25 12.75T24 42Zm0-3q5.45 0 9.5-3.375t5.05-7.925q-1.25.55-2.675.825Q34.45 28.8 33 28.8q-5.75 0-9.775-4.025T19.2 15q0-1.2.25-2.575.25-1.375.9-3.125-4.9 1.35-8.125 5.475Q9 18.9 9 24q0 6.25 4.375 10.625T24 39Zm-.2-14.85Z"/></svg>');
494
- padding: 2px;
495
- }
496
- .salt-density-high .vuuThemeSwitch {
497
- --saltButton-minWidth: 16px;
498
- --saltButton-width: 18px;
499
- --vuuThemeSwitch-iconSize: 16px;
500
- }
501
- .vuuThemeSwitch [data-icon] {
502
- --vuu-icon-size: var(--vuuThemeSwitch-iconSize,18px);
503
- }
504
- .vuuThemeSwitch [data-icon=light] {
505
- --vuu-icon-svg: var(--svg-light);
506
- }
507
- .vuuThemeSwitch [data-icon=dark] {
508
- --vuu-icon-svg: var(--svg-dark);
509
- }
510
- .vuuThemeSwitch .saltToggleButton {
511
- height: 20px;
512
- width: 20px;
513
- }
514
-
515
- /* src/app-header/AppHeader.css */
516
- .vuuAppHeader {
517
- align-items: center;
518
- background: var(--vuuAppHeader-background, var(--salt-container-primary-background));
519
- border-bottom: solid 1px var(--salt-container-secondary-borderColor);
520
- display: flex;
521
- height: 40px;
522
- justify-content: flex-end;
523
- }
524
- .vuu-theme .vuuAppHeader {
525
- border-radius: 8px;
526
- border: 1px solid #D6D7DA;
527
- height: 44px;
528
- margin-bottom: 8px;
529
- }
530
-
531
- /* src/shell-layouts/context-panel/ContextPanel.css */
532
- .vuuContextPanel {
533
- position: relative;
534
- transition: width .3s ease-in-out;
535
- width: var(--vuu-side-panel-width, 0px) !important;
536
- z-index: 1;
537
- }
538
- .vuuContextPanel-expanded {
539
- --vuu-side-panel-width: 300px !important;
540
- --vuu-side-panel-shadow: -4px 4px 4px rgba(0, 0, 0, 0.1);
541
- --vuu-side-panel-padding: 24px;
542
- }
543
- .vuuContextPanel-overlay {
544
- width: 0px !important;
545
- }
546
- .vuuContextPanel-inner {
547
- background-color: var(--salt-container-primary-background);
548
- box-shadow: var(--vuu-side-panel-shadow, none);
549
- display: flex;
550
- flex-direction: column;
551
- height: 100%;
552
- overflow: auto;
553
- padding-bottom: 24px;
554
- padding-top: 24px;
555
- padding-left: var(--vuu-side-panel-padding, 0);
556
- padding-right: var(--vuu-side-panel-padding, 0);
557
- position: absolute;
558
- right: 0;
559
- top: 0;
560
- transition-property:
561
- padding-left,
562
- padding-right,
563
- width;
564
- transition-duration: .3s;
565
- transition-timing-function: ease-in-out;
566
- width: var(--vuu-side-panel-width, 0px);
567
- }
568
- .vuuContextPanel-header {
569
- align-items: center;
570
- display: flex;
571
- flex-wrap: nowrap;
572
- flex: 0 0 27px;
573
- justify-content: space-between;
574
- }
575
- .vuuContextPanel-title {
576
- font-size: 20px;
577
- font-weight: 700;
578
- white-space: nowrap;
579
- }
580
- .vuuContextPanel-content {
581
- flex: 1 1 auto;
582
- width: 100%;
583
- }
584
-
585
- /* src/shell.css */
586
- .vuuShell {
587
- background-color: var(--vuu-color-gray-25);
588
- height: var(--vuuShell-height, 100vh);
589
- width: var(--vuuShell-width, 100vw);
590
- }
591
- .vuuShell-mainTabs {
592
- background: var(--salt-container-primary-background);
593
- }
594
- .vuuShell-palette {
595
- --vuuView-border: none;
596
- --vuuView-margin: 0;
597
- }
598
- .vuuShell-warningPlaceholder {
599
- background-color: var(--salt-container-background-high);
600
- height: 100%;
601
- }
602
- .vuuToolbarProxy {
603
- background: var(--salt-container-primary-background);
604
- }
1
+ .vuuStatus-container{display:flex}.vuuStatus-text{align-self:center}.vuuStatus{--vuu-icon-height: 18px;--vuu-icon-padding: var(--vuuStatus-padding, 6px);--vuu-icon-width: var(--vuuStatus-width, auto);--vuu-icon-min-width: var(--vuuStatus-min-width, 20px);align-items:center;display:inline-flex;height:var(--vuu-icon-height);justify-content:center;min-width:var(--vuu-icon-min-width);padding:0 var(--vuu-icon-padding);width:var(--vuu-icon-width);position:relative}.vuuStatus[data-icon]:after{inset:0 0 0 0;content:"";box-shadow:0 0 #000;position:absolute;mask:var(--vuu-icon-svg) center center/20px 20px no-repeat;-webkit-mask:var(--vuu-icon-svg) center center/20px 20px no-repeat}.vuuActiveStatus:after{--vuu-icon-svg: var(--svg-active-status);background-color:#0f0}.vuuConnectingStatus:after{--vuu-icon-svg: var(--svg-connecting-status);background-color:orange;transform:scale(1);animation:infinite pulse 1s}.vuuDisconnectedStatus:after{--vuu-icon-svg: var(--svg-disconnected-status);background-color:red;transform:scale(1);animation:infinite pulse .5s}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #000000b3}70%{transform:scale(1);box-shadow:0 0 #0000}to{transform:scale(.95);box-shadow:0 0 #0000}}.saveLayoutPanel{--salt-selectable-foreground-hover: #6d18bdc3;--salt-selectable-foreground-selected: #6D18BD;--salt-selectable-borderColor-selected: #6D18BD;--saltInputLegacy-fontSize: 12px;--salt-text-label-fontSize: 10px;--saltFormFieldLegacy-label-paddingLeft: 0;--saltFormField-label-fontWeight: 400}.saveLayoutPanel-panelContainer{display:flex;padding:16px;flex-direction:column;align-items:flex-start;gap:16px}.saveLayoutPanel-panelContent{display:flex;align-items:flex-start;gap:32px}.saveLayoutPanel-formContainer{display:flex;width:217px;flex-direction:column;align-items:flex-start;gap:16px}.saveLayoutPanel-formField{display:flex;flex-direction:column;gap:1px}.saveLayoutPanel-inputText{color:var(--light-text-secondary, #606477);font-family:Nunito Sans Regular;font-feature-settings:"ss02" on,"ss01" on,"salt" on,"liga" off;font-size:12px;font-weight:400;line-height:16px;border:none;padding-left:4px;width:100%;outline:none}.saveLayoutPanel-settingsGroup{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px;width:100%;line-height:16px}.saveLayoutPanel-screenshotContainer{display:flex;width:304px;height:208px;padding:11px 15.5px;justify-content:center;align-items:center;border:1px solid #E8E8E8;background:var(--dark-text-primary, #FFF)}.saveLayoutPanel-screenshot{display:flex;justify-content:center;align-items:center;background:lightgray 50% / cover no-repeat;width:273px;height:186px;flex-shrink:0}.saveLayoutPanel-buttonsContainer{display:flex;padding-top:8px;justify-content:flex-end;align-items:flex-start;gap:8px;align-self:stretch}.saveLayoutPanel-cancelButton,.saveLayoutPanel-saveButton{display:flex;height:fit-content;padding:4px 8px;align-items:flex-start;gap:8px;border-radius:6px;font-feature-settings:"ss02" on,"ss01" on,"salt" on,"liga" off;font-size:12px;font-style:normal;font-weight:700;line-height:133.333%;letter-spacing:.48px;text-transform:uppercase}.saveLayoutPanel-cancelButton{color:var(--actionable-primary-foreground-default, #606477);background:var(--actionable-primary-background-default, #FFF)}.saveLayoutPanel-saveButton{background:#6D18BD;border-color:#6d18bd;color:#fff}.saveLayoutPanel-saveButton.saltButton:disabled{background:#6D18BD;border-color:#6d18bd;color:#fff;opacity:.3}.saveLayoutPanel-saveButton.saltButton:hover{background:#F37880;border-color:#f37880;color:#fff}.vuuLayoutList{--vuuMeasuredContainer-flex: 1 1 1px;align-self:stretch;display:flex;flex-direction:column;height:100%;overflow:hidden}.vuuLayoutList-header{color:var(--light-text-primary, #15171B);flex:0 0 47px;font-weight:700;letter-spacing:.48px;text-transform:uppercase;display:flex;padding:16px 0;border-bottom:1px solid rgba(119,124,148,.1);line-height:200%}.vuuLayoutList-groupName{display:flex;padding-top:24px;color:var(--light-text-secondary, #606477);font-weight:700;letter-spacing:.48px;line-height:200%}.vuuLayoutList-layoutContainer{display:flex;align-items:center;gap:8px;padding:8px 0;flex:1 1 auto;cursor:pointer}.vuuLayoutList-layoutName{color:var(--light-text-primary, #15171B);font-weight:600;line-height:133.333%;text-transform:capitalize}.vuuLayoutList-screenshot{width:60px;height:45.6px;border:1px solid #D6D7DA}.vuuLayoutList-layoutDetails{color:var(--light-text-secondary, #606477);font-size:10px;font-weight:600;line-height:150%}.vuuFeatureList{background:var(--vuuFeatureList-background, var(--salt-container-primary-background));display:flex;flex-direction:column;height:100%;padding:195px 32px 16px 24px}.vuuFeatureList-header{flex:0 0 40px;font-size:12px;font-weight:700;line-height:2}.vuuFeatureList-content{flex:1 1 auto;font-size:12px;font-weight:700}.vuuLeftNav{--salt-navigable-fontWeight-active: 700;--vuuTab-background-selected: rgba(255, 255, 255, .1);--vuuTab-hover-background: rgba(255, 255, 255, .1);--vuuTab-before-content: none;--vuuTab-borderRadius: 6px;--vuuTab-height: 40px;--vuuTab-padding: 0 0 0 48px;--vuuTabstrip-fontWeight: 700;--vuuTabstrip-width: 100%;--svg-demo: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M11.3333 11C11.52 11 11.6667 10.8533 11.6667 10.6667C11.6667 10.48 11.52 10.3333 11.3333 10.3333C11.1467 10.3333 11 10.48 11 10.6667C11 10.8533 11.1467 11 11.3333 11Z"/><path d="M5.99999 8.66667C6.36818 8.66667 6.66666 8.36819 6.66666 8C6.66666 7.63181 6.36818 7.33334 5.99999 7.33334C5.63181 7.33334 5.33333 7.63181 5.33333 8C5.33333 8.36819 5.63181 8.66667 5.99999 8.66667Z"/><path d="M8.66667 6C9.03486 6 9.33333 5.70152 9.33333 5.33333C9.33333 4.96514 9.03486 4.66667 8.66667 4.66667C8.29848 4.66667 8 4.96514 8 5.33333C8 5.70152 8.29848 6 8.66667 6Z"/><path d="M8.66667 11.3333C9.03486 11.3333 9.33333 11.0349 9.33333 10.6667C9.33333 10.2985 9.03486 10 8.66667 10C8.29848 10 8 10.2985 8 10.6667C8 11.0349 8.29848 11.3333 8.66667 11.3333Z"/><path d="M11.3333 8.33333C11.52 8.33333 11.6667 8.18666 11.6667 8C11.6667 7.81333 11.52 7.66666 11.3333 7.66666C11.1467 7.66666 11 7.81333 11 8C11 8.18666 11.1467 8.33333 11.3333 8.33333Z"/><path d="M8.66667 8.66667C9.03486 8.66667 9.33333 8.36819 9.33333 8C9.33333 7.63181 9.03486 7.33334 8.66667 7.33334C8.29848 7.33334 8 7.63181 8 8C8 8.36819 8.29848 8.66667 8.66667 8.66667Z"/><path d="M2 2H14V3.33333H2V2Z"/><path d="M3.33333 6.33333C3.88561 6.33333 4.33333 5.88562 4.33333 5.33333C4.33333 4.78105 3.88561 4.33333 3.33333 4.33333C2.78104 4.33333 2.33333 4.78105 2.33333 5.33333C2.33333 5.88562 2.78104 6.33333 3.33333 6.33333Z"/><path d="M3.33333 9C3.88561 9 4.33333 8.55228 4.33333 8C4.33333 7.44772 3.88561 7 3.33333 7C2.78104 7 2.33333 7.44772 2.33333 8C2.33333 8.55228 2.78104 9 3.33333 9Z"/><path d="M3.33333 11.6667C3.88561 11.6667 4.33333 11.2189 4.33333 10.6667C4.33333 10.1144 3.88561 9.66666 3.33333 9.66666C2.78104 9.66666 2.33333 10.1144 2.33333 10.6667C2.33333 11.2189 2.78104 11.6667 3.33333 11.6667Z"/><path d="M11.3333 5.66667C11.52 5.66667 11.6667 5.52 11.6667 5.33333C11.6667 5.14667 11.52 5 11.3333 5C11.1467 5 11 5.14667 11 5.33333C11 5.52 11.1467 5.66667 11.3333 5.66667Z"/><path d="M5.99999 11.3333C6.36818 11.3333 6.66666 11.0349 6.66666 10.6667C6.66666 10.2985 6.36818 10 5.99999 10C5.63181 10 5.33333 10.2985 5.33333 10.6667C5.33333 11.0349 5.63181 11.3333 5.99999 11.3333Z"/><path d="M5.99999 6C6.36818 6 6.66666 5.70152 6.66666 5.33333C6.66666 4.96514 6.36818 4.66667 5.99999 4.66667C5.63181 4.66667 5.33333 4.96514 5.33333 5.33333C5.33333 5.70152 5.63181 6 5.99999 6Z"/><path d="M2 12.6667H14V14H2V12.6667Z"/></svg>');--svg-tables: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M2 6H4.66667V3.33334H3.33333C2.6 3.33334 2 3.93334 2 4.66667V6ZM2 9.33334H4.66667V6.66667H2V9.33334ZM5.33333 9.33334H8V6.66667H5.33333V9.33334ZM8.66667 9.33334H11.3333V6.66667H8.66667V9.33334ZM5.33333 6H8V3.33334H5.33333V6ZM8.66667 3.33334V6H11.3333V3.33334H8.66667ZM12 9.33334H14.6667V6.66667H12V9.33334ZM3.33333 12.6667H4.66667V10H2V11.3333C2 12.0667 2.6 12.6667 3.33333 12.6667ZM5.33333 12.6667H8V10H5.33333V12.6667ZM8.66667 12.6667H11.3333V10H8.66667V12.6667ZM12 12.6667H13.3333C14.0667 12.6667 14.6667 12.0667 14.6667 11.3333V10H12V12.6667ZM12 3.33334V6H14.6667V4.66667C14.6667 3.93334 14.0667 3.33334 13.3333 3.33334H12Z"/></svg>');--svg-templates: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.3333 12.6667H14L14 3.33334H15.3333L15.3333 12.6667ZM12.6667 12.6667H11.3333L11.3333 3.33334H12.6667L12.6667 12.6667ZM1.33333 12.6667L9.33333 12.6667C9.69999 12.6667 9.99999 12.3667 9.99999 12V4.00001C9.99999 3.63334 9.69999 3.33334 9.33333 3.33334L1.33333 3.33334C0.966661 3.33334 0.666661 3.63334 0.666661 4.00001L0.666661 12C0.666661 12.3667 0.966661 12.6667 1.33333 12.6667ZM1.99999 4.66667L8.66666 4.66667V11.3333L1.99999 11.3333L1.99999 4.66667Z"/></svg>');--svg-layouts: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.3333 10H14V11.3333H15.3333V10ZM15.3333 12.6667H14V14H15.3333V12.6667ZM15.3333 7.33333H14V8.66667H15.3333V7.33333ZM10 2H8.66667V3.33333H10V2ZM15.3333 4.66667H14V6H15.3333V4.66667ZM0.666672 14H7.33334V10H0.666672V14ZM2.00001 4.66667H0.666672V6H2.00001V4.66667ZM10 12.6667H8.66667V14H10V12.6667ZM12.6667 2H11.3333V3.33333H12.6667V2ZM15.3333 2H14V3.33333H15.3333V2ZM12.6667 12.6667H11.3333V14H12.6667V12.6667ZM2.00001 7.33333H0.666672V8.66667H2.00001V7.33333ZM7.33334 2H6.00001V3.33333H7.33334V2ZM4.66667 2H3.33334V3.33333H4.66667V2ZM2.00001 2H0.666672V3.33333H2.00001V2Z"/></svg>');--vuu-light-text-primary: #15171b;box-shadow:3px 4px 4px #00000026;margin-bottom:4px;position:relative;transition:width .3s ease-in-out;z-index:0}.vuuLeftNav-menu-full{--menu-width: var(--nav-menu-expanded-width)}.vuuLeftNav-menu-icons,.vuuLeftNav-menu-icons-content{--menu-width: var(--nav-menu-collapsed-width)}.vuuLeftNav-menu-full-content{--menu-width: var(--nav-menu-expanded-width)}.vuuLeftNav-menu-icons-content .vuuLeftNav-menu-secondary,.vuuLeftNav-menu-full-content .vuuLeftNav-menu-secondary{display:block}.vuuLeftNav-menu-primary{background-color:#2a015f;container-type:inline-size;display:flex;flex-direction:column;height:100%;padding:32px 16px;transition:width ease .3s;width:var(--menu-width, 100%)}.vuuLeftNav-menu-secondary{flex:1 1 auto;height:100%;display:none;position:absolute;top:0;right:0;width:var(--nav-menu-content-width, 240px);z-index:-1}.vuuLeftNav .vuuTabstrip{margin-top:102px}.vuuLeftNav .vuuTab{--vuuTab-focusVisible-color: pink;--vuu-icon-color: white;--vuu-icon-left: 12px;--vuu-icon-size: 16px;border-left:solid 4px transparent}.vuuLeftNav .vuuTab-selected{--vuu-icon-color: var(--salt-navigable-indicator-active);border-left:solid 4px var(--salt-navigable-indicator-active)}.vuuLeftNav-logo{display:flex;flex:0 0 auto;justify-content:center}.vuuLeftNav-main{flex:1 1 auto}.vuuLeftNav-menu{color:#fff;margin-top:102px;padding:0}.vuuLeftNav [data-icon=demo]{--vuu-icon-svg: var(--svg-demo)}.vuuLeftNav [data-icon=tables]{--vuu-icon-svg: var(--svg-tables)}.vuuLeftNav [data-icon=templates]{--vuu-icon-svg: var(--svg-templates)}.vuuLeftNav [data-icon=layouts]{--vuu-icon-svg: var(--svg-layouts)}@container (max-width: 100px){.vuuTab{--vuuTab-padding: 0 0 0 42px}.vuuTab-main{display:none!important}}.vuuLeftNav-buttonBar{align-items:center;display:flex;flex:0 0 100px;justify-content:center}.vuuLeftNav-toggleButton{--vuu-icon-color: var(--vuu-light-text-primary);--vuu-icon-left: 11px;--vuu-icon-top: 10px;--vuu-icon-size: 16px;background-color:var(--salt-navigable-indicator-active);border-width:0;border-radius:18px;height:36px;position:relative;width:36px}.vuuLeftNav-toggleButton-open{--vuu-icon-left: 9px}.vuuLeftNav-drawer{display:flex;padding:40px 32px 0 24px;flex-direction:column;align-items:flex-start;flex-shrink:0;align-self:stretch;background:#FFF;box-shadow:3px 4px 4px #00000026;height:100%}.vuuLoginPanel{--hwTextInput-border: solid 1px #ccc;--hwTextInput-height: 28px;--hwTextInput-padding: 0 12px;--hwTextInput-width: 100%;--login-row-height: 60px;align-content:center;align-items:center;border:solid 1px lightgray;display:flex;flex-direction:column;gap:24px;justify-content:center;justify-items:center;margin:0 auto;padding:48px 48px 24px;width:fit-content}.vuuLoginPanel-login{grid-column:2/3;align-self:end;justify-self:end}.vuuSessionEditingForm{display:flex;flex-direction:column;gap:3px;min-width:400px;padding:6px}.vuuSessionEditingForm-content{display:flex;flex-direction:column;flex:1 1 auto;gap:3px;overflow:auto}.vuuSessionEditingForm-field{align-items:center;display:flex;height:32px}.vuuSessionEditingForm-fieldLabel{flex:0 0 50%}.vuuSessionEditingForm-fieldValue{max-width:50%}.vuuSessionEditingForm-fieldValue.vuuReadOnly{font-weight:var(--salt-text-label-fontWeight-strong)}.vuuSessionEditingForm-buttonbar{align-items:center;border-top:solid 1px var(--salt-container-primary-borderColor);display:flex;justify-content:flex-end;flex:0 0 autox;gap:6px;padding-top:6px}.vuuSessionEditingForm-errorBanner{--vuu-icon-left: 3px;--vuu-icon-size: 18px;--vuu-icon-top: 3px;border:solid 1px var(--salt-status-error-borderColor);line-height:24px;padding:0 6px 0 26px;position:relative}.vuuUserPanel{background-color:#fff;display:flex;flex-direction:column;max-height:400px;padding:12px}vuuUserPanel-history{flex:1 1 auto}.vuuUserPanel-buttonBar{--saltButton-width: 100%;align-items:flex-end;border-top:1px solid var(--surface3);display:flex;flex:0 0 32px;justify-content:flex-start}.btn-logout{--hwButton-icon-left: 12px;--hwButton-padding: 0 6px 0 24px;padding-left:24px}.vuuUserProfile{--svg-icon: var(--svg-user)}.vuuThemeSwitch{--saltButton-minWidth: 22px;--svg-light: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 31q2.9 0 4.95-2.05Q31 26.9 31 24q0-2.9-2.05-4.95Q26.9 17 24 17q-2.9 0-4.95 2.05Q17 21.1 17 24q0 2.9 2.05 4.95Q21.1 31 24 31Zm0 3q-4.15 0-7.075-2.925T14 24q0-4.15 2.925-7.075T24 14q4.15 0 7.075 2.925T34 24q0 4.15-2.925 7.075T24 34ZM3.5 25.5q-.65 0-1.075-.425Q2 24.65 2 24q0-.65.425-1.075Q2.85 22.5 3.5 22.5h5q.65 0 1.075.425Q10 23.35 10 24q0 .65-.425 1.075-.425.425-1.075.425Zm36 0q-.65 0-1.075-.425Q38 24.65 38 24q0-.65.425-1.075.425-.425 1.075-.425h5q.65 0 1.075.425Q46 23.35 46 24q0 .65-.425 1.075-.425.425-1.075.425ZM24 10q-.65 0-1.075-.425Q22.5 9.15 22.5 8.5v-5q0-.65.425-1.075Q23.35 2 24 2q.65 0 1.075.425.425.425.425 1.075v5q0 .65-.425 1.075Q24.65 10 24 10Zm0 36q-.65 0-1.075-.425-.425-.425-.425-1.075v-5q0-.65.425-1.075Q23.35 38 24 38q.65 0 1.075.425.425.425.425 1.075v5q0 .65-.425 1.075Q24.65 46 24 46ZM12 14.1l-2.85-2.8q-.45-.45-.425-1.075.025-.625.425-1.075.45-.45 1.075-.45t1.075.45L14.1 12q.4.45.4 1.05 0 .6-.4 1-.4.45-1.025.45-.625 0-1.075-.4Zm24.7 24.75L33.9 36q-.4-.45-.4-1.075t.45-1.025q.4-.45 1-.45t1.05.45l2.85 2.8q.45.45.425 1.075-.025.625-.425 1.075-.45.45-1.075.45t-1.075-.45ZM33.9 14.1q-.45-.45-.45-1.05 0-.6.45-1.05l2.8-2.85q.45-.45 1.075-.425.625.025 1.075.425.45.45.45 1.075t-.45 1.075L36 14.1q-.4.4-1.025.4-.625 0-1.075-.4ZM9.15 38.85q-.45-.45-.45-1.075t.45-1.075L12 33.9q.45-.45 1.05-.45.6 0 1.05.45.45.45.45 1.05 0 .6-.45 1.05l-2.8 2.85q-.45.45-1.075.425-.625-.025-1.075-.425ZM24 24Z"/></svg>');--svg-dark: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M24 42q-7.5 0-12.75-5.25T6 24q0-7.5 5.25-12.75T24 6q.4 0 .85.025.45.025 1.15.075-1.8 1.6-2.8 3.95-1 2.35-1 4.95 0 4.5 3.15 7.65Q28.5 25.8 33 25.8q2.6 0 4.95-.925T41.9 22.3q.05.6.075.975Q42 23.65 42 24q0 7.5-5.25 12.75T24 42Zm0-3q5.45 0 9.5-3.375t5.05-7.925q-1.25.55-2.675.825Q34.45 28.8 33 28.8q-5.75 0-9.775-4.025T19.2 15q0-1.2.25-2.575.25-1.375.9-3.125-4.9 1.35-8.125 5.475Q9 18.9 9 24q0 6.25 4.375 10.625T24 39Zm-.2-14.85Z"/></svg>');padding:2px}.salt-density-high .vuuThemeSwitch{--saltButton-minWidth: 16px;--saltButton-width: 18px;--vuuThemeSwitch-iconSize: 16px}.vuuThemeSwitch [data-icon]{--vuu-icon-size: var(--vuuThemeSwitch-iconSize,18px)}.vuuThemeSwitch [data-icon=light]{--vuu-icon-svg: var(--svg-light)}.vuuThemeSwitch [data-icon=dark]{--vuu-icon-svg: var(--svg-dark)}.vuuThemeSwitch .saltToggleButton{height:20px;width:20px}.vuuAppHeader{align-items:center;background:var(--vuuAppHeader-background, var(--salt-container-primary-background));border-bottom:solid 1px var(--salt-container-secondary-borderColor);display:flex;height:40px;justify-content:flex-end}.vuu-theme .vuuAppHeader{border-radius:8px;border:1px solid #D6D7DA;height:44px;margin-bottom:8px}.vuuContextPanel{position:relative;transition:width .3s ease-in-out;width:var(--vuu-side-panel-width, 0px)!important;z-index:1}.vuuContextPanel-expanded{--vuu-side-panel-width: 300px !important;--vuu-side-panel-shadow: -4px 4px 4px rgba(0, 0, 0, .1);--vuu-side-panel-padding: 24px}.vuuContextPanel-overlay{width:0px!important}.vuuContextPanel-inner{background-color:var(--salt-container-primary-background);box-shadow:var(--vuu-side-panel-shadow, none);display:flex;flex-direction:column;height:100%;overflow:auto;padding-bottom:24px;padding-top:24px;padding-left:var(--vuu-side-panel-padding, 0);padding-right:var(--vuu-side-panel-padding, 0);position:absolute;right:0;top:0;transition-property:padding-left,padding-right,width;transition-duration:.3s;transition-timing-function:ease-in-out;width:var(--vuu-side-panel-width, 0px)}.vuuContextPanel-header{align-items:center;display:flex;flex-wrap:nowrap;flex:0 0 27px;justify-content:space-between}.vuuContextPanel-title{font-size:20px;font-weight:700;white-space:nowrap}.vuuContextPanel-content{flex:1 1 auto;width:100%}.vuuShell{background-color:var(--vuu-color-gray-25);height:var(--vuuShell-height, 100vh);width:var(--vuuShell-width, 100vw)}.vuuShell-mainTabs{background:var(--salt-container-primary-background)}.vuuShell-palette{--vuuView-border: none;--vuuView-margin: 0}.vuuShell-warningPlaceholder{background-color:var(--salt-container-background-high);height:100%}.vuuToolbarProxy{background:var(--salt-container-primary-background)}.vuuShell-mainTabs>.vuuTabstrip>.vuuOverflowContainer-wrapContainer{background:var(--vuu-color-gray-25)}
605
2
  /*# sourceMappingURL=index.css.map */