@vuu-ui/vuu-filters 0.8.8-debug → 0.8.9-debug

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. package/cjs/index.js +2755 -1653
  2. package/cjs/index.js.map +4 -4
  3. package/esm/index.js +2752 -1645
  4. package/esm/index.js.map +4 -4
  5. package/index.css +187 -535
  6. package/index.css.map +3 -3
  7. package/package.json +10 -10
  8. package/types/vuu-filters/src/filter-bar/FilterBar.d.ts +17 -0
  9. package/types/vuu-filters/src/filter-bar/index.d.ts +2 -0
  10. package/types/vuu-filters/src/filter-bar/useFilterBar.d.ts +23 -0
  11. package/types/vuu-filters/src/filter-bar/useFilters.d.ts +13 -0
  12. package/types/vuu-filters/src/filter-builder-menu/FilterBuilderMenu.d.ts +8 -0
  13. package/types/vuu-filters/src/filter-builder-menu/index.d.ts +1 -0
  14. package/types/{filter-clause → vuu-filters/src/filter-clause}/CloseButton.d.ts +2 -2
  15. package/types/{filter-clause → vuu-filters/src/filter-clause}/ExpandoCombobox.d.ts +3 -2
  16. package/types/{filter-clause → vuu-filters/src/filter-clause}/FilterClauseEditor.d.ts +1 -1
  17. package/types/{filter-clause → vuu-filters/src/filter-clause}/NumericInput.d.ts +2 -3
  18. package/types/{filter-clause → vuu-filters/src/filter-clause}/TextInput.d.ts +0 -1
  19. package/types/{filter-clause → vuu-filters/src/filter-clause}/filterClauseTypes.d.ts +4 -1
  20. package/types/{filter-clause → vuu-filters/src/filter-clause}/index.d.ts +1 -0
  21. package/types/vuu-filters/src/filter-clause/operator-utils.d.ts +4 -0
  22. package/types/vuu-filters/src/filter-clause/useFilterClauseEditor.d.ts +24 -0
  23. package/types/vuu-filters/src/filter-pill/FilterPill.d.ts +14 -0
  24. package/types/vuu-filters/src/filter-pill-menu/FilterPillMenu.d.ts +19 -0
  25. package/types/{filter-pill-menu → vuu-filters/src/filter-pill-menu}/FilterPillMenuOptions.d.ts +2 -0
  26. package/types/{filter-utils.d.ts → vuu-filters/src/filter-utils.d.ts} +11 -2
  27. package/types/{index.d.ts → vuu-filters/src/index.d.ts} +3 -0
  28. package/types/vuu-popups/src/dialog/Dialog.d.ts +8 -0
  29. package/types/vuu-popups/src/dialog/index.d.ts +1 -0
  30. package/types/vuu-popups/src/index.d.ts +8 -0
  31. package/types/vuu-popups/src/menu/ContextMenu.d.ts +16 -0
  32. package/types/vuu-popups/src/menu/MenuList.d.ts +43 -0
  33. package/types/vuu-popups/src/menu/context-menu-provider.d.ts +10 -0
  34. package/types/vuu-popups/src/menu/index.d.ts +4 -0
  35. package/types/vuu-popups/src/menu/key-code.d.ts +12 -0
  36. package/types/vuu-popups/src/menu/list-dom-utils.d.ts +4 -0
  37. package/types/vuu-popups/src/menu/use-cascade.d.ts +25 -0
  38. package/types/vuu-popups/src/menu/use-items-with-ids-next.d.ts +13 -0
  39. package/types/vuu-popups/src/menu/use-keyboard-navigation.d.ts +27 -0
  40. package/types/vuu-popups/src/menu/useContextMenu.d.ts +20 -0
  41. package/types/vuu-popups/src/menu/utils.d.ts +2 -0
  42. package/types/vuu-popups/src/popup/Popup.d.ts +10 -0
  43. package/types/vuu-popups/src/popup/index.d.ts +3 -0
  44. package/types/vuu-popups/src/popup/popup-service.d.ts +59 -0
  45. package/types/vuu-popups/src/popup/useAnchoredPosition.d.ts +12 -0
  46. package/types/vuu-popups/src/popup-menu/PopupMenu.d.ts +16 -0
  47. package/types/vuu-popups/src/popup-menu/index.d.ts +1 -0
  48. package/types/vuu-popups/src/portal/Portal.d.ts +30 -0
  49. package/types/vuu-popups/src/portal/index.d.ts +1 -0
  50. package/types/vuu-popups/src/portal-deprecated/PortalDeprecated.d.ts +8 -0
  51. package/types/vuu-popups/src/portal-deprecated/index.d.ts +3 -0
  52. package/types/vuu-popups/src/portal-deprecated/portal-utils.d.ts +1 -0
  53. package/types/vuu-popups/src/portal-deprecated/render-portal.d.ts +10 -0
  54. package/types/vuu-popups/src/prompt/Prompt.d.ts +14 -0
  55. package/types/vuu-popups/src/prompt/index.d.ts +1 -0
  56. package/types/vuu-popups/src/tooltip/Tooltip.d.ts +12 -0
  57. package/types/vuu-popups/src/tooltip/index.d.ts +2 -0
  58. package/types/vuu-popups/src/tooltip/useAnchoredPosition.d.ts +12 -0
  59. package/types/vuu-popups/src/tooltip/useTooltip.d.ts +16 -0
  60. package/types/filter-bar/FilterBar.d.ts +0 -9
  61. package/types/filter-bar/index.d.ts +0 -1
  62. package/types/filter-clause/operator-utils.d.ts +0 -2
  63. package/types/filter-pill/FilterPill.d.ts +0 -8
  64. package/types/filter-pill-menu/FilterPillMenu.d.ts +0 -12
  65. /package/types/{column-filter → vuu-filters/src/column-filter}/utils.d.ts +0 -0
  66. /package/types/{filter-clause → vuu-filters/src/filter-clause}/FilterMenu.d.ts +0 -0
  67. /package/types/{filter-clause → vuu-filters/src/filter-clause}/FilterMenuOptions.d.ts +0 -0
  68. /package/types/{filter-input → vuu-filters/src/filter-input}/FilterInput.d.ts +0 -0
  69. /package/types/{filter-input → vuu-filters/src/filter-input}/FilterLanguage.d.ts +0 -0
  70. /package/types/{filter-input → vuu-filters/src/filter-input}/filterInfo.d.ts +0 -0
  71. /package/types/{filter-input → vuu-filters/src/filter-input}/highlighting.d.ts +0 -0
  72. /package/types/{filter-input → vuu-filters/src/filter-input}/index.d.ts +0 -0
  73. /package/types/{filter-input → vuu-filters/src/filter-input}/theme.d.ts +0 -0
  74. /package/types/{filter-input → vuu-filters/src/filter-input}/useCodeMirrorEditor.d.ts +0 -0
  75. /package/types/{filter-input → vuu-filters/src/filter-input}/useFilterAutoComplete.d.ts +0 -0
  76. /package/types/{filter-input → vuu-filters/src/filter-input}/useFilterSuggestionProvider.d.ts +0 -0
  77. /package/types/{filter-pill → vuu-filters/src/filter-pill}/index.d.ts +0 -0
  78. /package/types/{filter-pill-menu → vuu-filters/src/filter-pill-menu}/index.d.ts +0 -0
  79. /package/types/{local-config.d.ts → vuu-filters/src/local-config.d.ts} +0 -0
  80. /package/types/{use-filter-config.d.ts → vuu-filters/src/use-filter-config.d.ts} +0 -0
  81. /package/types/{use-rest-config.d.ts → vuu-filters/src/use-rest-config.d.ts} +0 -0
package/index.css CHANGED
@@ -1,105 +1,3 @@
1
- /* src/filter-pill-menu/FilterPillMenu.css */
2
- .vuuFilterPillMenu {
3
- top: -2px;
4
- }
5
-
6
- /* src/filter-pill/FilterPill.css */
7
- .vuuFilterPill {
8
- align-items: center;
9
- border: solid 1px var(--salt-taggable-foreground);
10
- border-radius: 26px;
11
- display: flex;
12
- height: 26px;
13
- padding: 0 8px;
14
- position: relative;
15
- }
16
-
17
- /* src/filter-bar/FilterBar.css */
18
- .vuuFilterBar {
19
- --vuu-svg-tune: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 18C3 18.55 3.45 19 4 19H9V17H4C3.45 17 3 17.45 3 18ZM3 6C3 6.55 3.45 7 4 7H13V5H4C3.45 5 3 5.45 3 6ZM13 20V19H20C20.55 19 21 18.55 21 18C21 17.45 20.55 17 20 17H13V16C13 15.45 12.55 15 12 15C11.45 15 11 15.45 11 16V20C11 20.55 11.45 21 12 21C12.55 21 13 20.55 13 20ZM7 10V11H4C3.45 11 3 11.45 3 12C3 12.55 3.45 13 4 13H7V14C7 14.55 7.45 15 8 15C8.55 15 9 14.55 9 14V10C9 9.45 8.55 9 8 9C7.45 9 7 9.45 7 10ZM21 12C21 11.45 20.55 11 20 11H11V13H20C20.55 13 21 12.55 21 12ZM16 9C16.55 9 17 8.55 17 8V7H20C20.55 7 21 6.55 21 6C21 5.45 20.55 5 20 5H17V4C17 3.45 16.55 3 16 3C15.45 3 15 3.45 15 4V8C15 8.55 15.45 9 16 9Z" /></svg>');
20
- --saltButton-height: 26px;
21
- --saltButton-width: 26px;
22
- align-items: center;
23
- background-color: var(--salt-container-secondary-background);
24
- border-bottom: solid 1px #D6D7DA;
25
- display: flex;
26
- gap: 4px;
27
- height: 33px;
28
- padding: 4px 8px;
29
- }
30
- .vuuFilterbar-icon {
31
- display: inline-block;
32
- height: 16px;
33
- width: 16px;
34
- }
35
- .vuuFilterBar [data-icon=tune] {
36
- --vuu-icon-size: 16px;
37
- --vuu-icon-svg: var(--vuu-svg-tune);
38
- }
39
- .vuuFilterBar [data-icon=plus] {
40
- --vuu-icon-size: 16px;
41
- }
42
-
43
- /* ../vuu-shell/src/connection-status/ConnectionStatusIcon.css */
44
- .vuuStatus-container {
45
- display: flex;
46
- }
47
- .vuuStatus-text {
48
- align-self: center;
49
- }
50
- .vuuStatus {
51
- --vuu-icon-height: 18px;
52
- --vuu-icon-padding: var(--vuuStatus-padding, 6px);
53
- --vuu-icon-width: var(--vuuStatus-width, auto);
54
- --vuu-icon-min-width: var(--vuuStatus-min-width, 20px);
55
- align-items: center;
56
- display: inline-flex;
57
- height: var(--vuu-icon-height);
58
- justify-content: center;
59
- min-width: var(--vuu-icon-min-width);
60
- padding: 0 var(--vuu-icon-padding);
61
- width: var(--vuu-icon-width);
62
- position: relative;
63
- }
64
- .vuuStatus[data-icon]::after {
65
- inset: 0 0 0 0;
66
- content: "";
67
- box-shadow: 0 0 0 0 black;
68
- position: absolute;
69
- mask: var(--vuu-icon-svg) center center/20px 20px no-repeat;
70
- -webkit-mask: var(--vuu-icon-svg) center center/20px 20px no-repeat;
71
- }
72
- .vuuActiveStatus::after {
73
- --vuu-icon-svg: var(--svg-active-status);
74
- background-color: rgb(0, 255, 0);
75
- }
76
- .vuuConnectingStatus::after {
77
- --vuu-icon-svg: var(--svg-connecting-status);
78
- background-color: orange;
79
- transform: scale(1);
80
- animation: infinite pulse 1s;
81
- }
82
- .vuuDisconnectedStatus::after {
83
- --vuu-icon-svg: var(--svg-disconnected-status);
84
- background-color: red;
85
- transform: scale(1);
86
- animation: infinite pulse 0.5s;
87
- }
88
- @keyframes pulse {
89
- 0% {
90
- transform: scale(0.95);
91
- box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
92
- }
93
- 70% {
94
- transform: scale(1);
95
- box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
96
- }
97
- 100% {
98
- transform: scale(0.95);
99
- box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
100
- }
101
- }
102
-
103
1
  /* ../vuu-layout/src/dock-layout/Drawer.css */
104
2
  .vuuDrawer {
105
3
  --drawer-leading-edge-border: solid 1px var(--salt-container-primary-borderColor, none);
@@ -331,7 +229,7 @@
331
229
  /* ../vuu-layout/src/drag-drop/DropTargetRenderer.css */
332
230
  #hw-drag-canvas {
333
231
  visibility: hidden;
334
- z-index: 1;
232
+ z-index: 10;
335
233
  position: absolute;
336
234
  top: 0px;
337
235
  left: 0;
@@ -394,15 +292,17 @@ path.drop-target.centre {
394
292
  }
395
293
 
396
294
  /* ../vuu-layout/src/flexbox/Splitter.css */
397
- .Splitter {
295
+ .vuuSplitter {
296
+ --splitter-background: var(--salt-separable-secondary-borderColor);
297
+ --splitter-borderColor: var(--salt-separable-secondary-borderColor);
298
+ --splitter-borderStyle: none;
299
+ --splitter-borderWidth: 0;
398
300
  --splitter-size: 3px;
399
- --splitter-border-width: 4px;
400
- --splitter-border-style: none;
401
- --splitter-border-color: white;
402
301
  align-items: center;
403
- background-color: var(--salt-palette-neutral-secondary-separator);
404
- border-color: var(--splitter-border-color);
405
- border-style: var(--splitter-border-style);
302
+ background-color: var(--splitter-background);
303
+ border-color: var(--splitter-borderColor);
304
+ border-style: var(--splitter-borderStyle);
305
+ border-width: var(--splitter-borderWidth);
406
306
  box-sizing: border-box;
407
307
  display: flex;
408
308
  justify-content: center;
@@ -410,63 +310,61 @@ path.drop-target.centre {
410
310
  outline: none;
411
311
  z-index: 1;
412
312
  }
413
- .Splitter:hover {
414
- background-color: var(--salt-palette-neutral-primary-separator);
313
+ .vuuSplitter:hover {
314
+ --splitter-background: var(--salt-separable-primary-borderColor);
415
315
  }
416
- .active.Splitter {
417
- background-color: var(--salt-palette-interact-outline);
316
+ .vuuSplitter-active {
317
+ --splitter-background: var(--salt-separable-primary-borderColor);
418
318
  }
419
- .Splitter.column {
319
+ .vuuSplitter-column {
420
320
  cursor: ns-resize;
421
321
  height: var(--splitter-size);
422
- border-width: var(--splitter-border-width) 0;
423
322
  }
424
- .Splitter:not(.column) {
323
+ .vuuSplitter:not(.vuuSplitter-column) {
425
324
  cursor: ew-resize;
426
325
  width: var(--splitter-size);
427
- border-width: 0 var(--splitter-border-width);
428
326
  }
429
- .Splitter:before {
327
+ .vuuSplitter:before {
430
328
  border: none;
431
329
  border-radius: 0;
432
330
  content: "";
433
331
  display: block;
434
332
  padding: 0;
435
333
  }
436
- .Splitter .grab-zone {
334
+ .vuuSplitter-grab-zone {
437
335
  position: absolute;
438
336
  background-color: rgba(255, 0, 0, 0.01);
439
337
  cursor: inherit;
440
338
  }
441
- .Splitter.column .grab-zone {
339
+ .vuuSplitter-column .vuuSplitter-grab-zone {
442
340
  left: 0;
443
341
  right: 0;
444
342
  top: -5px;
445
343
  bottom: -5px;
446
344
  }
447
- .Splitter:not(.column) .grab-zone {
345
+ .vuuSplitter:not(.vuuSplitter-column) .vuuSplitter-grab-zone {
448
346
  left: -5px;
449
347
  right: -5px;
450
348
  top: 0;
451
349
  bottom: 0;
452
350
  }
453
- .active.Splitter:not(.column) .grab-zone {
351
+ .vuuSplitter-active:not(.vuuSplitter-column) .vuuSplitter-grab-zone {
454
352
  background-color: rgba(255, 255, 255, .05);
455
353
  left: -150px;
456
354
  right: -150px;
457
355
  }
458
- .Splitter:not(.column):before {
356
+ .vuuSplitter:not(.vuuSplitter-column):before {
459
357
  width: 1px;
460
358
  height: 10px;
461
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%);
462
360
  }
463
- .active.Splitter.column:before {
361
+ .vuuSplitter-active.vuuSplitter-column:before {
464
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%);
465
363
  }
466
- .active.Splitter:not(.column):before {
364
+ .vuuSplitter-active:not(.vuuSplitter-column):before {
467
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%);
468
366
  }
469
- .Splitter.column:before {
367
+ .vuuSplitter-column:before {
470
368
  width: 10px;
471
369
  height: 1px;
472
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%);
@@ -683,23 +581,28 @@ path.drop-target.centre {
683
581
  --saltToolbarField-marginTop: 0;
684
582
  }
685
583
 
584
+ /* ../vuu-layout/src/measured-container/MeasuredContainer.css */
585
+ .vuuMeasuredContainer {
586
+ height: var(--vuuMeasuredContainer-height, var(--measured-css-height));
587
+ width: var(--measured-css-width);
588
+ }
589
+
686
590
  /* ../vuu-layout/src/overflow-container/OverflowContainer.css */
687
591
  .vuuOverflowContainer {
688
- --item-gap: 4px;
592
+ --item-gap: 2px;
689
593
  --overflow-direction: row;
690
594
  --overflow-width: 0px;
691
- --overflow-order: 99;
692
595
  --border-size: calc((var(--overflow-container-height) - 24px) / 2);
693
- background-color: var(--vuuOverflowContainer-background, black);
596
+ background-color: var(--vuuOverflowContainer-background);
694
597
  height: var(--overflow-container-height);
695
598
  }
696
599
  .vuuOverflowContainer-horizontal {
697
600
  --item-align: center;
698
- --item-margin: 0 0 0 var(--item-gap);
601
+ --item-margin: 0 var(--item-gap) 0 var(--item-gap);
699
602
  }
700
603
  .vuuOverflowContainer-vertical {
701
604
  --item-align: stretch;
702
- --item-margin: var(--item-gap) 0 0 0;
605
+ --item-margin: var(--item-gap) 0 var(--item-gap) 0;
703
606
  --overflow-direction: column;
704
607
  }
705
608
  .vuuOverflowContainer-wrapContainer {
@@ -719,12 +622,6 @@ path.drop-target.centre {
719
622
  --overflow-position: relative;
720
623
  --overflow-width: auto;
721
624
  }
722
- .vuuOverflowContainer-item:first-child {
723
- --item-gap: 0;
724
- }
725
- .vuuOverflowContainer-item:first-child {
726
- --item-margin: 0;
727
- }
728
625
  .vuuOverflowContainer-item {
729
626
  align-items: inherit;
730
627
  display: flex;
@@ -733,10 +630,14 @@ path.drop-target.centre {
733
630
  height: var(--overflow-container-height);
734
631
  margin: var(--item-margin);
735
632
  }
633
+ .vuuOverflowContainer-item[data-align=right] {
634
+ margin-left: auto;
635
+ }
736
636
  .vuuOverflowContainer-item.wrapped {
737
637
  --overflow-item-bg: #ccc;
738
638
  order: 3;
739
639
  }
640
+ .vuuOverflowContainer-item.vuuDraggable-dragAway,
740
641
  .vuuOverflowContainer-item:has(.vuuDraggable-dragAway) {
741
642
  display: none;
742
643
  }
@@ -749,45 +650,44 @@ path.drop-target.centre {
749
650
  display: flex;
750
651
  height: var(--overflow-container-height);
751
652
  height: var(--overflow-container-height);
752
- order: var(--overflow-order);
653
+ order: var(--overflow-order, 99);
753
654
  overflow: hidden;
754
655
  left: var(--overflow-left, 100%);
755
656
  position: var(--overflow-position, absolute);
756
657
  width: var(--overflow-width);
757
658
  }
659
+ .vuuDraggable-vuuOverflowContainer {
660
+ align-items: center;
661
+ display: flex;
662
+ height: 44px;
663
+ }
758
664
 
759
665
  /* ../vuu-layout/src/palette/Palette.css */
666
+ .vuuPalette {
667
+ --vuuList-borderStyle: none;
668
+ }
760
669
  .vuuPalette-horizontal {
761
670
  align-items: center;
762
671
  display: flex;
763
672
  }
764
673
  .vuuPaletteItem {
765
- --vuu-icon-color: var(--salt-separable-primary-borderColor);
766
- --vuu-icon-inset: calc(50% - 12px) auto auto -3px;
767
- --vuu-icon-height: 24px;
768
- --vuu-icon-width: 24px;
674
+ --vuu-icon-color: var(--salt-text-primary-foreground);
675
+ --vuu-icon-left: 0;
676
+ --vuu-icon-size: 16px;
677
+ --vuu-icon-top: 11px;
769
678
  --list-item-text-padding: 0 0 0 calc(var(--salt-size-unit) * 3);
770
- }
771
- .vuuPaletteItem[data-draggable]:after {
772
- height: 22px;
773
- width: 6px;
774
- content: "";
775
- position: absolute;
776
- background-image:
777
- linear-gradient(45deg, rgb(180, 183, 190) 25%, transparent 25%),
778
- linear-gradient(-45deg, rgb(180, 183, 190) 25%, transparent 25%),
779
- linear-gradient(45deg, transparent 75%, rgb(180, 183, 190) 25%),
780
- linear-gradient(-45deg, transparent 75%, rgb(180, 183, 190) 25%);
781
- background-size: 4px 4px;
782
- background-position:
783
- 0 0,
784
- 2px 0,
785
- 2px -2px,
786
- 0 2px;
679
+ border-bottom: solid 1px var(--salt-separable-tertiary-borderColor);
680
+ padding-left: 12px;
681
+ font-size: 12px;
682
+ font-weight: 600;
787
683
  }
788
684
  .vuuSimpleDraggableWrapper > .vuuPaletteItem {
789
685
  --vuu-icon-color: var(--salt-selectable-foreground);
790
686
  }
687
+ .salt-theme .vuuPaletteItem {
688
+ font-size: 11px;
689
+ font-weight: normal;
690
+ }
791
691
 
792
692
  /* ../vuu-layout/src/stack/Stack.css */
793
693
  .Tabs {
@@ -827,6 +727,21 @@ path.drop-target.centre {
827
727
  --spacing-medium: 5px;
828
728
  }
829
729
 
730
+ /* ../vuu-layout/src/toolbar/Toolbar.css */
731
+ .vuuToolbar {
732
+ background: var(--vuuToolbar-background, inherit);
733
+ height: var(--vuuToolbar-height, 36px);
734
+ }
735
+ .vuuToolbarItem {
736
+ height: 100%;
737
+ }
738
+ .vuuToolbarItem.vuuFocusVisible {
739
+ outline-color: var(--vuuToolbarItem-outlineColor, var(--salt-focused-outlineColor));
740
+ outline-style: dashed;
741
+ outline-width: 1px;
742
+ outline-offset: -1px;
743
+ }
744
+
830
745
  /* ../vuu-layout/src/tools/devtools-box/layout-configurator.css */
831
746
  [data-design-mode=true] .Component {
832
747
  filter: grayscale(100%);
@@ -939,360 +854,56 @@ path.drop-target.centre {
939
854
  color: white;
940
855
  }
941
856
 
942
- /* ../vuu-shell/src/layout-management/SaveLayoutPanel.css */
943
- .vuuSaveLayoutPanel {
944
- background-color: aqua;
945
- height: 400px;
946
- width: 600px;
947
- }
948
-
949
- /* ../vuu-shell/src/left-nav/LeftNav.css */
950
- .vuuLeftNav {
951
- --salt-navigable-fontWeight-active: 700;
952
- --vuuTab-background-selected: rgba(255, 255, 255, 0.10);
953
- --vuuTab-hover-background: rgba(255, 255, 255, 0.10);
954
- --vuuTab-before-content: none;
955
- --vuuTab-borderRadius: 6px;
956
- --vuuTab-height: 40px;
957
- --vuuTab-padding: 0 0 0 48px;
958
- --vuuTabstrip-fontWeight: 700;
959
- --vuuTabstrip-width: 100%;
960
- --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>');
961
- --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>');
962
- --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>');
963
- --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>');
964
- --vuu-light-text-primary: #15171b;
965
- display: flex;
966
- transition: width .3s ease-in-out;
967
- }
968
- .vuuLeftNav-menu-full {
969
- --menu-width: var(--nav-menu-expanded-width);
970
- }
971
- .vuuLeftNav-menu-icons {
972
- --menu-width: var(--nav-menu-collapsed-width);
973
- }
974
- .vuuLeftNav-menu-content {
975
- --menu-width: var(--nav-menu-collapsed-width);
976
- }
977
- .vuuLeftNav-menu-content .vuuLeftNav-menu-secondary {
978
- display: block;
979
- }
980
- .vuuLeftNav-menu-primary {
981
- background-color: #2A015F;
982
- container-type: inline-size;
983
- display: flex;
984
- flex-direction: column;
985
- height: 100%;
986
- padding: 32px 16px;
987
- transition: width ease .3s;
988
- width: var(--menu-width, 100%);
989
- }
990
- .vuuLeftNav-menu-secondary {
991
- flex: 1 1 auto;
992
- height: 100%;
993
- display: none;
994
- }
995
- .vuuLeftNav .vuuTabstrip {
996
- margin-top: 102px;
997
- }
998
- .vuuLeftNav .vuuTab {
999
- --vuuTab-focusVisible-color: pink;
1000
- --vuu-icon-color: white;
1001
- --vuu-icon-left: 12px;
1002
- --vuu-icon-size: 16px;
1003
- border-left: solid 4px transparent;
1004
- }
1005
- .vuuLeftNav .vuuTab-selected {
1006
- --vuu-icon-color: var(--salt-navigable-indicator-active);
1007
- border-left: solid 4px var(--salt-navigable-indicator-active);
1008
- }
1009
- .vuuLeftNav-logo {
1010
- display: flex;
1011
- flex: 0 0 auto;
1012
- justify-content: center;
1013
- }
1014
- .vuuLeftNav-main {
1015
- flex: 1 1 auto;
1016
- }
1017
- .vuuLeftNav-menu {
1018
- color: white;
1019
- margin-top: 102px;
1020
- padding: 0;
1021
- }
1022
- .vuuLeftNav [data-icon=demo] {
1023
- --vuu-icon-svg: var(--svg-demo);
1024
- }
1025
- .vuuLeftNav [data-icon=tables] {
1026
- --vuu-icon-svg: var(--svg-tables);
1027
- }
1028
- .vuuLeftNav [data-icon=templates] {
1029
- --vuu-icon-svg: var(--svg-templates);
1030
- }
1031
- .vuuLeftNav [data-icon=layouts] {
1032
- --vuu-icon-svg: var(--svg-layouts);
1033
- }
1034
- @container (max-width: 100px) {
1035
- .vuuTab {
1036
- --vuuTab-padding: 0 0 0 42px;
1037
- }
1038
- .vuuTab-main {
1039
- display: none !important;
1040
- }
1041
- }
1042
- .vuuLeftNav-buttonBar {
1043
- align-items: center;
1044
- display: flex;
1045
- flex: 0 0 100px;
1046
- justify-content: center;
1047
- }
1048
- .vuuLeftNav-toggleButton {
1049
- --vuu-icon-color: var(--vuu-light-text-primary);
1050
- --vuu-icon-left: 11px;
1051
- --vuu-icon-top: 10px;
1052
- --vuu-icon-size: 16px;
1053
- background-color: var(--salt-navigable-indicator-active);
1054
- border-width: 0;
1055
- border-radius: 18px;
1056
- height: 36px;
1057
- position: relative;
1058
- width: 36px;
1059
- }
1060
- .vuuLeftNav-toggleButton-open {
1061
- --vuu-icon-left: 9px;
1062
- }
1063
-
1064
- /* ../vuu-shell/src/login/LoginPanel.css */
1065
- .vuuLoginPanel {
1066
- --hwTextInput-border: solid 1px #ccc;
1067
- --hwTextInput-height: 28px;
1068
- --hwTextInput-padding: 0 12px;
1069
- --hwTextInput-width: 100%;
1070
- --login-row-height: 60px;
1071
- align-content: center;
1072
- align-items: center;
1073
- border: solid 1px lightgray;
1074
- display: flex;
1075
- flex-direction: column;
1076
- gap: 24px;
1077
- justify-content: center;
1078
- justify-items: center;
1079
- margin: 0 auto;
1080
- padding: 48px 48px 24px 48px;
1081
- width: fit-content;
1082
- }
1083
- .vuuLoginPanel-login {
1084
- grid-column: 2/3;
1085
- align-self: end;
1086
- justify-self: end;
1087
- }
1088
-
1089
- /* ../vuu-shell/src/session-editing-form/SessionEditingForm.css */
1090
- .vuuSessionEditingForm {
1091
- display: flex;
1092
- flex-direction: column;
1093
- gap: 3px;
1094
- min-width: 400px;
1095
- padding: 6px;
1096
- }
1097
- .vuuSessionEditingForm-content {
1098
- display: flex;
1099
- flex-direction: column;
1100
- flex: 1 1 auto;
1101
- gap: 3px;
1102
- overflow: auto;
1103
- }
1104
- .vuuSessionEditingForm-field {
1105
- align-items: center;
1106
- display: flex;
1107
- height: 32px;
1108
- }
1109
- .vuuSessionEditingForm-fieldLabel {
1110
- flex: 0 0 50%;
1111
- }
1112
- .vuuSessionEditingForm-fieldValue {
1113
- max-width: 50%;
1114
- }
1115
- .vuuSessionEditingForm-fieldValue.vuuReadOnly {
1116
- font-weight: var(--salt-text-label-fontWeight-strong);
1117
- }
1118
- .vuuSessionEditingForm-buttonbar {
1119
- align-items: center;
1120
- border-top: solid 1px var(--salt-container-primary-borderColor);
1121
- display: flex;
1122
- justify-content: flex-end;
1123
- flex: 0 0 autox;
1124
- gap: 6px;
1125
- padding-top: 6px;
1126
- }
1127
- .vuuSessionEditingForm-errorBanner {
1128
- --vuu-icon-left: 3px;
1129
- --vuu-icon-size: 18px;
1130
- --vuu-icon-top: 3px;
1131
- border: solid 1px var(--salt-status-error-borderColor);
1132
- line-height: 24px;
1133
- padding: 0 6px 0 26px;
1134
- position: relative;
1135
- }
1136
-
1137
- /* ../vuu-shell/src/user-profile/UserPanel.css */
1138
- .vuuUserPanel {
1139
- background-color: white;
1140
- display: flex;
1141
- flex-direction: column;
1142
- max-height: 400px;
1143
- padding: 12px;
1144
- }
1145
- vuuUserPanel-history {
1146
- flex: 1 1 auto;
1147
- }
1148
- .vuuUserPanel-buttonBar {
1149
- --saltButton-width: 100%;
1150
- align-items: flex-end;
1151
- border-top: 1px solid var(--surface3);
1152
- display: flex;
1153
- flex: 0 0 32px;
1154
- justify-content: flex-start;
1155
- }
1156
- .btn-logout {
1157
- --hwButton-icon-left: 12px;
1158
- --hwButton-padding: 0 6px 0 24px;
1159
- padding-left: 24px;
1160
- }
1161
-
1162
- /* ../vuu-shell/src/user-profile/UserProfile.css */
1163
- .vuuUserProfile {
1164
- --svg-icon: var(--svg-user);
1165
- }
1166
-
1167
- /* ../vuu-shell/src/theme-switch/ThemeSwitch.css */
1168
- .vuuThemeSwitch {
1169
- --saltButton-minWidth: 22px;
1170
- --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>');
1171
- --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>');
1172
- padding: 2px;
1173
- }
1174
- .salt-density-high .vuuThemeSwitch {
1175
- --saltButton-minWidth: 16px;
1176
- --saltButton-width: 18px;
1177
- --vuuThemeSwitch-iconSize: 16px;
1178
- }
1179
- .vuuThemeSwitch [data-icon] {
1180
- --vuu-icon-size: var(--vuuThemeSwitch-iconSize,18px);
1181
- }
1182
- .vuuThemeSwitch [data-icon=light] {
1183
- --vuu-icon-svg: var(--svg-light);
1184
- }
1185
- .vuuThemeSwitch [data-icon=dark] {
1186
- --vuu-icon-svg: var(--svg-dark);
1187
- }
1188
- .vuuThemeSwitch .saltToggleButton {
1189
- height: 20px;
1190
- width: 20px;
1191
- }
1192
-
1193
- /* ../vuu-shell/src/app-header/AppHeader.css */
1194
- .vuuAppHeader {
1195
- align-items: center;
1196
- border-bottom: solid 1px var(--salt-container-secondary-borderColor);
1197
- display: flex;
1198
- height: 40px;
1199
- justify-content: flex-end;
1200
- }
1201
- .vuu-theme .vuuAppHeader {
1202
- border-radius: 8px;
1203
- border: 1px solid #D6D7DA;
1204
- height: 44px;
1205
- margin-bottom: 8px;
857
+ /* src/filter-builder-menu/FilterBuilderMenu.css */
858
+ .vuuFilterBuilderMenu {
859
+ margin: 0;
1206
860
  }
1207
-
1208
- /* ../vuu-shell/src/shell-layouts/context-panel/ContextPanel.css */
1209
- .vuuContextPanel {
1210
- position: relative;
1211
- transition: width .3s ease-in-out;
1212
- width: var(--vuu-side-panel-width, 0px) !important;
1213
- z-index: 1;
861
+ .vuuFilterBuilderMenu-trigger {
862
+ display: inline-block;
863
+ height: 26px;
864
+ width: 0px;
1214
865
  }
1215
- .vuuContextPanel-expanded {
1216
- --vuu-side-panel-width: 300px !important;
1217
- --vuu-side-panel-shadow: -4px 4px 4px rgba(0, 0, 0, 0.1);
1218
- --vuu-side-panel-padding: 24px;
866
+ .vuuFilterBuilderMenuList {
867
+ --vuuList-borderStyle: none;
1219
868
  }
1220
- .vuuContextPanel-overlay {
1221
- width: 0px !important;
869
+ .vuuListItem.vuuMenuButton {
870
+ color: var(--vuu-color-gray-50);
871
+ font-size: 9px;
872
+ padding: 0 8px;
1222
873
  }
1223
- .vuuContextPanel-inner {
1224
- background-color: var(--salt-container-primary-background);
1225
- box-shadow: var(--vuu-side-panel-shadow, none);
1226
- display: flex;
1227
- flex-direction: column;
1228
- height: 100%;
1229
- padding-bottom: 24px;
1230
- padding-top: 24px;
1231
- padding-left: var(--vuu-side-panel-padding, 0);
1232
- padding-right: var(--vuu-side-panel-padding, 0);
874
+ .vuuListItem.vuuMenuButton:after {
875
+ border-radius: 6px;
876
+ content: "";
1233
877
  position: absolute;
1234
- right: 0;
1235
- top: 0;
1236
- transition-property:
1237
- padding-left,
1238
- padding-right,
1239
- width;
1240
- transition-duration: .3s;
1241
- transition-timing-function: ease-in-out;
1242
- width: var(--vuu-side-panel-width, 0px);
1243
- }
1244
- .vuuContextPanel-header {
1245
- align-items: center;
1246
- display: flex;
1247
- flex-wrap: nowrap;
1248
- flex: 0 0 27px;
1249
- justify-content: space-between;
1250
- }
1251
- .vuuContextPanel-title {
1252
- font-size: 20px;
1253
- font-weight: 700;
1254
- white-space: nowrap;
1255
- }
1256
- .vuuContextPanel-content {
1257
- flex: 1 1 auto;
1258
- width: 100%;
1259
- }
1260
-
1261
- /* ../vuu-shell/src/shell.css */
1262
- .vuuShell {
1263
- background-color: var(--salt-container-primary-background, ivory);
1264
- height: var(--vuuShell-height, 100vh);
1265
- width: var(--vuuShell-width, 100vw);
1266
- }
1267
- .vuuShell-palette {
1268
- --vuuView-border: none;
1269
- --vuuView-margin: 0;
1270
- }
1271
- .vuuShell-warningPlaceholder {
1272
- background-color: var(--salt-container-background-high);
1273
- height: 100%;
878
+ height: 16px;
879
+ background-color: transparent;
880
+ left: 4px;
881
+ right: 4px;
882
+ border: solid 1px var(--salt-actionable-primary-foreground);
1274
883
  }
1275
884
 
1276
885
  /* src/filter-clause/ExpandoCombobox.css */
1277
886
  .vuuExpandoCombobox {
1278
887
  --expando-combobox-height: var(--vuuExpandoCombobox-height, 24px);
1279
888
  --expando-combobox-fontSize: var(--vuuExpandoCombobox-fontSizew, 12px);
1280
- --saltInputLegacy-focused-outlineStyle: none;
1281
- --saltInputLegacy-fontSize: var(--expando-combobox-fontSize);
1282
- --saltInputLegacy-height: var(--expando-combobox-height);
1283
- --saltInputLegacy-minWidth: 14px;
1284
- --saltInputLegacy-position: absolute;
1285
- background-color: rgba(255, 0, 0, .2);
889
+ --saltInput-outline: none;
890
+ --saltInput-fontSize: var(--expando-combobox-fontSize);
891
+ --saltInput-height: var(--expando-combobox-height);
892
+ --saltInput-minWidth: 4px;
1286
893
  display: inline-flex;
1287
894
  flex-direction: column;
1288
895
  height: var(--expando-combobox-height);
1289
- min-width: 32px;
1290
- padding: 0 6px;
896
+ min-width: 4px;
897
+ padding: 0;
1291
898
  }
1292
- .vuuExpandoCombobox .saltDropdown {
899
+ .vuuExpandoCombobox .saltInput {
900
+ background-color: transparent;
901
+ position: absolute;
902
+ }
903
+ .vuuExpandoCombobox .vuuDropdown {
1293
904
  height: 100%;
1294
905
  }
1295
- .vuuExpandoCombobox-Input {
906
+ .vuuExpandoCombobox-Input.saltInput {
1296
907
  border: none;
1297
908
  left: 0px;
1298
909
  margin: 0;
@@ -1301,7 +912,7 @@ vuuUserPanel-history {
1301
912
  right: 0px;
1302
913
  width: auto;
1303
914
  }
1304
- .vuuExpandoCombobox .saltInputLegacy-input {
915
+ .vuuExpandoCombobox .saltInput-input {
1305
916
  border: none;
1306
917
  box-sizing: content-box;
1307
918
  display: block;
@@ -1325,7 +936,6 @@ vuuUserPanel-history {
1325
936
  .vuu-theme {
1326
937
  --salt-actionable-secondary-background: #ffffff;
1327
938
  --salt-actionable-secondary-background-hover: #f37880;
1328
- --salt-actionable-secondary-background-active: #606477;
1329
939
  --salt-actionable-secondary-background-disabled: #ffffff;
1330
940
  --salt-actionable-secondary-foreground: #606477;
1331
941
  --salt-actionable-secondary-foreground-hover: #15171b;
@@ -1339,43 +949,30 @@ vuuUserPanel-history {
1339
949
  padding: 0;
1340
950
  }
1341
951
  .vuuFilterClause-closeButton:focus-visible {
1342
- outline: 2px dashed var(--vuuPurple-accent2);
1343
952
  }
1344
953
  .vuuFilterClause-closeButton:not(:hover) {
1345
954
  background: var(--salt-actionable-secondary-background);
1346
955
  }
1347
956
 
1348
957
  /* src/filter-clause/FilterClauseEditor.css */
1349
- * {
1350
- --vuuPurple-accent2: #6d18bd;
1351
- --vuuPurple-text-primary-foreground: #15171b;
1352
- --vuuPurple-text-secondary-foreground: #606477;
1353
- --salt-selectable-background-hover: #e4e3e7;
1354
- --editable-border-default: #777c94;
1355
- --editable-border-hover: #f37880;
1356
- }
1357
958
  .vuuFilterClause {
959
+ --vuuExpandoInput-top: 0;
960
+ --vuuExpandoInput-height: 16px;
1358
961
  --vuuExpandoCombobox-height: 16px;
1359
962
  --saltButton-height: 16px;
1360
963
  --saltButton-width: 16px;
1361
964
  display: flex;
1362
965
  flex-direction: row;
1363
966
  width: fit-content;
967
+ border-color: var(--vuu-color-gray-45);
1364
968
  border-radius: 6px;
1365
- border: 1px solid var(--editable-border-default);
969
+ border-width: 1px;
970
+ border-style: solid;
1366
971
  background: #ffffff;
1367
- --salt-palelette-interact-outline: var(--vuuPurple-accent2);
1368
972
  --salt-focused-outlineStyle: dotted;
1369
973
  }
1370
- .vuuFilterClause:focus-visible {
1371
- outline: 2px dashed var(--vuuPurple-accent2);
1372
- }
1373
- .vuuFilterClause:hover :not(:focus-visible) {
1374
- border-color: var(--editable-border-hover);
1375
- }
1376
- .vuuFilterClause:focus-visible,
1377
974
  .vuuFilterClause:focus-within {
1378
- border-color: var(--vuuPurple-accent2);
975
+ border-color: var(--vuu-color-purple-10);
1379
976
  }
1380
977
  .vuu-density-high .vuuFilterClause {
1381
978
  padding: 4px 8px;
@@ -1394,14 +991,10 @@ vuuUserPanel-history {
1394
991
  flex-shrink: 0;
1395
992
  flex-grow: 0;
1396
993
  }
1397
- .vuuFilterClause-operator {
1398
- background-color: rgba(0, 0, 255, .2) !important;
1399
- }
1400
- .vuuFilterClause-operator-hidden {
994
+ .vuuFilterClauseOperator-hidden {
1401
995
  display: none;
1402
996
  }
1403
- .vuuFilterClause :not(.vuuFilterClause-valueInput) .saltInput {
1404
- color: var(--vuuPurple-text-secondary-foreground);
997
+ .vuuFilterClause :not(.vuuFilterClauseNumericValue) .saltInput {
1405
998
  }
1406
999
  .vuuFilterClause .saltInput-focused,
1407
1000
  .vuuFilterClause .saltTokenizedInput-focused {
@@ -1409,26 +1002,17 @@ vuuUserPanel-history {
1409
1002
  color: var(--salt-text-primary-foreground);
1410
1003
  }
1411
1004
  .vuuFilterClause .saltInput-input::selection {
1412
- --saltInput-highlight-color: var(--vuuPurple-accent2);
1413
1005
  color: #ffffff;
1414
1006
  }
1415
- .vuu-theme .saltList,
1416
- .saltListDeprecated {
1007
+ .vuu-theme .saltList {
1417
1008
  --list-borderWidth: 1px;
1418
- --salt-container-primary-borderColor: var(--vuuPurple-accent2);
1419
1009
  --list-borderStyle: solid;
1420
- border: 1px solid var(--vuuPurple-accent2);
1421
1010
  border-radius: 4px;
1422
1011
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
1423
1012
  }
1424
- .saltListDeprecated-wrapper {
1425
- border: none;
1426
- }
1427
- .saltListItem[aria-selected=true]:not(.saltListItem-checkbox),
1428
- .saltListItemDeprecated[aria-selected=true] {
1013
+ .saltListItem[aria-selected=true]:not(.saltListItem-checkbox) {
1429
1014
  --list-item-background: var(--list-item-background-active);
1430
1015
  color: var(--list-item-text-color-active);
1431
- border-left: 3px solid var(--vuuPurple-accent2);
1432
1016
  }
1433
1017
  .saltTokenizedInput {
1434
1018
  height: 16px;
@@ -1446,6 +1030,74 @@ vuuUserPanel-history {
1446
1030
  height: 16px;
1447
1031
  }
1448
1032
 
1033
+ /* src/filter-pill-menu/FilterPillMenu.css */
1034
+ .vuuFilterPillMenu {
1035
+ top: -1px;
1036
+ }
1037
+
1038
+ /* src/filter-pill/FilterPill.css */
1039
+ .vuuFilterPill {
1040
+ --vuuToolbarItem-outlineColor: white;
1041
+ align-items: center;
1042
+ background: var(--salt-taggable-background);
1043
+ border: solid 1px var(--salt-taggable-foreground);
1044
+ border-radius: 26px;
1045
+ color: var(--vuu-color-gray-50);
1046
+ display: inline-flex;
1047
+ height: 26px;
1048
+ max-width: var(--vuuFilterPill-maxWidth, 200px);
1049
+ padding: 0 8px;
1050
+ position: relative;
1051
+ user-select: none;
1052
+ outline: none;
1053
+ }
1054
+ .vuuFilterPill[aria-selected=true] {
1055
+ --vuuPopupMenu-iconColor: white;
1056
+ --salt-text-background-selected: var(--vuu-color-blue-40);
1057
+ --salt-text-color-selected: var(--salt-text-primary-foreground);
1058
+ --saltInput-background-hover: var(--salt-taggable-background-active);
1059
+ --saltInput-color: var(--salt-taggable-foreground-active);
1060
+ background: var(--salt-taggable-background-active);
1061
+ color: white;
1062
+ }
1063
+ .vuuFilterPill:not([aria-selected="true"]):hover {
1064
+ --vuuPopupMenu-iconColor: var(--vuu-color-gray-80);
1065
+ background-color: var(--salt-taggable-background-hover);
1066
+ border-color: var(--salt-taggable-background-hover);
1067
+ color: var(--vuu-color-gray-80);
1068
+ }
1069
+
1070
+ /* src/filter-bar/FilterBar.css */
1071
+ .vuuFilterBar {
1072
+ --vuu-svg-tune: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M3 18C3 18.55 3.45 19 4 19H9V17H4C3.45 17 3 17.45 3 18ZM3 6C3 6.55 3.45 7 4 7H13V5H4C3.45 5 3 5.45 3 6ZM13 20V19H20C20.55 19 21 18.55 21 18C21 17.45 20.55 17 20 17H13V16C13 15.45 12.55 15 12 15C11.45 15 11 15.45 11 16V20C11 20.55 11.45 21 12 21C12.55 21 13 20.55 13 20ZM7 10V11H4C3.45 11 3 11.45 3 12C3 12.55 3.45 13 4 13H7V14C7 14.55 7.45 15 8 15C8.55 15 9 14.55 9 14V10C9 9.45 8.55 9 8 9C7.45 9 7 9.45 7 10ZM21 12C21 11.45 20.55 11 20 11H11V13H20C20.55 13 21 12.55 21 12ZM16 9C16.55 9 17 8.55 17 8V7H20C20.55 7 21 6.55 21 6C21 5.45 20.55 5 20 5H17V4C17 3.45 16.55 3 16 3C15.45 3 15 3.45 15 4V8C15 8.55 15.45 9 16 9Z" /></svg>');
1073
+ --vuuToolbar-height: 26px;
1074
+ --salt-container-primary-borderColor: var(--vuu-color-purple-10);
1075
+ --saltButton-height: 26px;
1076
+ --saltButton-width: 26px;
1077
+ align-items: center;
1078
+ background-color: var(--salt-container-secondary-background);
1079
+ border-bottom: solid 1px #D6D7DA;
1080
+ display: flex;
1081
+ gap: 4px;
1082
+ height: 33px;
1083
+ padding: 3px 8px;
1084
+ }
1085
+ .vuuFilterbar-icon {
1086
+ display: inline-block;
1087
+ height: 16px;
1088
+ width: 16px;
1089
+ }
1090
+ .vuuFilterBar [data-icon=tune] {
1091
+ --vuu-icon-size: 16px;
1092
+ --vuu-icon-svg: var(--vuu-svg-tune);
1093
+ }
1094
+ .vuuFilterBar [data-icon=plus] {
1095
+ --vuu-icon-size: 16px;
1096
+ }
1097
+ .vuuFilterBar .vuuToolbar {
1098
+ flex: 1 1 auto;
1099
+ }
1100
+
1449
1101
  /* src/filter-input/FilterInput.css */
1450
1102
  .salt-theme {
1451
1103
  --vuuFilterEditor-lineHeight: 28px;