@vuu-ui/vuu-layout 0.8.10-debug → 0.8.11-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
@@ -581,6 +581,902 @@ path.drop-target.centre {
581
581
  --saltToolbarField-marginTop: 0;
582
582
  }
583
583
 
584
+ /* ../vuu-filters/src/filter-builder-menu/FilterBuilderMenu.css */
585
+ .vuuFilterBuilderMenu {
586
+ margin: 0;
587
+ }
588
+ .vuuFilterBuilderMenu-trigger {
589
+ display: inline-block;
590
+ height: 26px;
591
+ width: 0px;
592
+ }
593
+ .vuuFilterBuilderMenuList {
594
+ --vuuList-borderStyle: none;
595
+ }
596
+ .vuuListItem.vuuMenuButton {
597
+ color: var(--vuu-color-gray-50);
598
+ font-size: 9px;
599
+ padding: 0 8px;
600
+ }
601
+ .vuuListItem.vuuMenuButton:after {
602
+ border-radius: 6px;
603
+ content: "";
604
+ position: absolute;
605
+ height: 16px;
606
+ background-color: transparent;
607
+ left: 4px;
608
+ right: 4px;
609
+ border: solid 1px var(--salt-actionable-primary-foreground);
610
+ }
611
+
612
+ /* ../vuu-filters/src/filter-clause/ExpandoCombobox.css */
613
+ .vuuExpandoCombobox {
614
+ --expando-combobox-height: var(--vuuExpandoCombobox-height, 24px);
615
+ --expando-combobox-fontSize: var(--vuuExpandoCombobox-fontSizew, 12px);
616
+ --saltInput-outline: none;
617
+ --saltInput-fontSize: var(--expando-combobox-fontSize);
618
+ --saltInput-height: var(--expando-combobox-height);
619
+ --saltInput-minWidth: 4px;
620
+ display: inline-flex;
621
+ flex-direction: column;
622
+ height: var(--expando-combobox-height);
623
+ min-width: 4px;
624
+ padding: 0;
625
+ }
626
+ .vuuExpandoCombobox .saltInput {
627
+ background-color: transparent;
628
+ position: absolute;
629
+ }
630
+ .vuuExpandoCombobox .vuuDropdown {
631
+ height: 100%;
632
+ }
633
+ .vuuExpandoCombobox-Input.saltInput {
634
+ border: none;
635
+ left: 0px;
636
+ margin: 0;
637
+ min-height: 100%;
638
+ padding: 0;
639
+ right: 0px;
640
+ width: auto;
641
+ }
642
+ .vuuExpandoCombobox .saltInput-input {
643
+ border: none;
644
+ box-sizing: content-box;
645
+ display: block;
646
+ flex: 1;
647
+ font: inherit;
648
+ margin: 0;
649
+ min-width: 0;
650
+ outline: none;
651
+ padding: 0;
652
+ }
653
+ .vuuExpandoCombobox:before {
654
+ content: attr(data-text);
655
+ display: block;
656
+ font-size: var(--expando-combobox-fontSize);
657
+ height: 0px;
658
+ overflow: hidden;
659
+ white-space: pre-wrap;
660
+ }
661
+
662
+ /* ../vuu-filters/src/filter-clause/CloseButton.css */
663
+ .vuu-theme {
664
+ --salt-actionable-secondary-background: #ffffff;
665
+ --salt-actionable-secondary-background-hover: #f37880;
666
+ --salt-actionable-secondary-background-disabled: #ffffff;
667
+ --salt-actionable-secondary-foreground: #606477;
668
+ --salt-actionable-secondary-foreground-hover: #15171b;
669
+ --salt-actionable-secondary-foreground-active: #ffffff;
670
+ --salt-actionable-secondary-foreground-disabled: #9b9ea8;
671
+ }
672
+ .vuuFilterClause-closeButton {
673
+ height: 16px;
674
+ width: 16px;
675
+ border-radius: 6px;
676
+ padding: 0;
677
+ }
678
+ .vuuFilterClause-closeButton:focus-visible {
679
+ }
680
+ .vuuFilterClause-closeButton:not(:hover) {
681
+ background: var(--salt-actionable-secondary-background);
682
+ }
683
+
684
+ /* ../vuu-filters/src/filter-clause/FilterClauseEditor.css */
685
+ .vuuFilterClause {
686
+ --vuuExpandoInput-top: 0;
687
+ --vuuExpandoInput-height: 16px;
688
+ --vuuExpandoCombobox-height: 16px;
689
+ --saltButton-height: 16px;
690
+ --saltButton-width: 16px;
691
+ display: flex;
692
+ flex-direction: row;
693
+ width: fit-content;
694
+ border-color: var(--vuu-color-gray-45);
695
+ border-radius: 6px;
696
+ border-width: 1px;
697
+ border-style: solid;
698
+ background: #ffffff;
699
+ --salt-focused-outlineStyle: dotted;
700
+ }
701
+ .vuuFilterClause:focus-within {
702
+ border-color: var(--vuu-color-purple-10);
703
+ }
704
+ .vuu-density-high .vuuFilterClause {
705
+ padding: 4px 8px;
706
+ gap: 4px;
707
+ --salt-text-lineHeight: 12px;
708
+ --saltInputLegacy-fontSize: 12px;
709
+ --saltInputLegacy-minWidth: 12px;
710
+ }
711
+ .vuu-density-high .vuuFilterClause .saltInput {
712
+ padding: 0;
713
+ min-height: 16px;
714
+ height: 16px;
715
+ }
716
+ .vuuFilterClause .vuuExpandoCombobox {
717
+ flex-basis: auto;
718
+ flex-shrink: 0;
719
+ flex-grow: 0;
720
+ }
721
+ .vuuFilterClauseOperator-hidden {
722
+ display: none;
723
+ }
724
+ .vuuFilterClause :not(.vuuFilterClauseNumericValue) .saltInput {
725
+ }
726
+ .vuuFilterClause .saltInput-focused,
727
+ .vuuFilterClause .saltTokenizedInput-focused {
728
+ outline: none;
729
+ color: var(--salt-text-primary-foreground);
730
+ }
731
+ .vuuFilterClause .saltInput-input::selection {
732
+ color: #ffffff;
733
+ }
734
+ .vuu-theme .saltList {
735
+ --list-borderWidth: 1px;
736
+ --list-borderStyle: solid;
737
+ border-radius: 4px;
738
+ box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.4);
739
+ }
740
+ .saltListItem[aria-selected=true]:not(.saltListItem-checkbox) {
741
+ --list-item-background: var(--list-item-background-active);
742
+ color: var(--list-item-text-color-active);
743
+ }
744
+ .saltTokenizedInput {
745
+ height: 16px;
746
+ min-height: 16px;
747
+ }
748
+ .saltTokenizedInput .saltInputPill {
749
+ --pill-fontSize: 12px;
750
+ --saltButton-borderStyle: none;
751
+ --pill-background: none;
752
+ height: 16px;
753
+ margin: 0;
754
+ }
755
+ .saltTokenizedInput-pillGroup {
756
+ padding: 0;
757
+ height: 16px;
758
+ }
759
+
760
+ /* ../vuu-filters/src/filter-pill-menu/FilterPillMenu.css */
761
+ .vuuFilterPillMenu {
762
+ top: -1px;
763
+ }
764
+
765
+ /* ../vuu-filters/src/filter-pill/FilterPill.css */
766
+ .vuuFilterPill {
767
+ --vuuToolbarItem-outlineColor: white;
768
+ align-items: center;
769
+ background: var(--salt-taggable-background);
770
+ border: solid 1px var(--salt-taggable-foreground);
771
+ border-radius: 26px;
772
+ color: var(--vuu-color-gray-50);
773
+ display: inline-flex;
774
+ height: 26px;
775
+ max-width: var(--vuuFilterPill-maxWidth, 200px);
776
+ padding: 0 8px;
777
+ position: relative;
778
+ user-select: none;
779
+ outline: none;
780
+ }
781
+ .vuuFilterPill[aria-selected=true] {
782
+ --vuuPopupMenu-iconColor: white;
783
+ --salt-text-background-selected: var(--vuu-color-blue-40);
784
+ --salt-text-color-selected: var(--salt-text-primary-foreground);
785
+ --saltInput-background-hover: var(--salt-taggable-background-active);
786
+ --saltInput-color: var(--salt-taggable-foreground-active);
787
+ background: var(--salt-taggable-background-active);
788
+ color: white;
789
+ }
790
+ .vuuFilterPill:not([aria-selected="true"]):hover {
791
+ --vuuPopupMenu-iconColor: var(--vuu-color-gray-80);
792
+ background-color: var(--salt-taggable-background-hover);
793
+ border-color: var(--salt-taggable-background-hover);
794
+ color: var(--vuu-color-gray-80);
795
+ }
796
+
797
+ /* ../vuu-filters/src/filter-bar/FilterBar.css */
798
+ .vuuFilterBar {
799
+ --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>');
800
+ --vuuToolbar-height: 26px;
801
+ --salt-container-primary-borderColor: var(--vuu-color-purple-10);
802
+ --vuuOverflowContainer-minWidth: 0;
803
+ --saltButton-height: 26px;
804
+ --saltButton-width: 26px;
805
+ align-items: center;
806
+ background-color: var(--salt-container-secondary-background);
807
+ border-bottom: solid 1px #D6D7DA;
808
+ display: flex;
809
+ gap: 4px;
810
+ height: 33px;
811
+ padding: 3px 8px;
812
+ }
813
+ .vuuFilterbar-icon {
814
+ display: inline-block;
815
+ height: 16px;
816
+ width: 16px;
817
+ }
818
+ .vuuFilterBar [data-icon=tune] {
819
+ --vuu-icon-size: 16px;
820
+ --vuu-icon-svg: var(--vuu-svg-tune);
821
+ }
822
+ .vuuFilterBar [data-icon=plus] {
823
+ --vuu-icon-size: 16px;
824
+ }
825
+ .vuuFilterBar .vuuToolbar {
826
+ flex: 0 1 auto;
827
+ }
828
+
829
+ /* ../vuu-filters/src/filter-input/FilterInput.css */
830
+ .salt-theme {
831
+ --vuuFilterEditor-lineHeight: 28px;
832
+ }
833
+ .salt-density-high {
834
+ --vuuFilterEditor-buttonWidth: 20px;
835
+ --vuuFilterEditor-height: 22px;
836
+ --vuuFilterEditor-lineHeight: 20px;
837
+ }
838
+ .vuuFilterInput {
839
+ --vuuFilterEditor-background: var(--salt-container-primary-background);
840
+ --vuuFilterEditor-color: var(--salt-text-primary-foreground);
841
+ --vuuFilterEditor-fontFamily: var(--salt-typography-fontFamily);
842
+ --vuuFilterEditor-fontSize: var(--salt-text-fontSize);
843
+ --vuuFilterEditor-cursorColor: var(--salt-text-secondary-foreground);
844
+ --vuuFilterEditor-selectionBackground: var(--salt-text-background-selected);
845
+ --vuuFilterEditor-tooltipBackground: var(--salt-container-primary-background);
846
+ --vuuFilterEditor-tooltipBorder: var(--tooltip-status-borderColor) var(--salt-container-borderWidth) var(--salt-container-borderStyle);
847
+ --vuuFilterEditor-tooltipElevation: var(--salt-overlayable-shadow-popout);
848
+ --vuuFilterEditor-suggestion-selectedBackground: var(--salt-selectable-background-selected);
849
+ --vuuFilterEditor-suggestion-selectedColor: var(--vuuFilterEditor-color);
850
+ --vuuFilterEditor-suggestion-height: 24px;
851
+ --vuuFilterEditor-variableColor: blue;
852
+ align-items: center;
853
+ border-color: var(--salt-container-secondary-borderColor);
854
+ border-style: solid none;
855
+ border-width: 1px;
856
+ box-sizing: border-box;
857
+ display: flex;
858
+ height: var(--vuuFilterEditor-height, 30px);
859
+ }
860
+ .vuuFilterInput-Editor {
861
+ flex: 1 1 auto;
862
+ height: 100%;
863
+ }
864
+ .vuuFilterInput-FilterButton,
865
+ .vuuFilterInput-ClearButton {
866
+ --vuu-icon-size: 12px;
867
+ --saltButton-width: var(--vuuFilterEditor-buttonWidth, 28px);
868
+ }
869
+ .vuuIllustration {
870
+ --vuuFilterEditor-suggestion-selectedBackground:var(--salt-container-secondary-background);
871
+ background: var(--salt-container-secondary-background);
872
+ color: var(--salt-text-secondary-foreground);
873
+ }
874
+
875
+ /* ../vuu-shell/src/connection-status/ConnectionStatusIcon.css */
876
+ .vuuStatus-container {
877
+ display: flex;
878
+ }
879
+ .vuuStatus-text {
880
+ align-self: center;
881
+ }
882
+ .vuuStatus {
883
+ --vuu-icon-height: 18px;
884
+ --vuu-icon-padding: var(--vuuStatus-padding, 6px);
885
+ --vuu-icon-width: var(--vuuStatus-width, auto);
886
+ --vuu-icon-min-width: var(--vuuStatus-min-width, 20px);
887
+ align-items: center;
888
+ display: inline-flex;
889
+ height: var(--vuu-icon-height);
890
+ justify-content: center;
891
+ min-width: var(--vuu-icon-min-width);
892
+ padding: 0 var(--vuu-icon-padding);
893
+ width: var(--vuu-icon-width);
894
+ position: relative;
895
+ }
896
+ .vuuStatus[data-icon]::after {
897
+ inset: 0 0 0 0;
898
+ content: "";
899
+ box-shadow: 0 0 0 0 black;
900
+ position: absolute;
901
+ mask: var(--vuu-icon-svg) center center/20px 20px no-repeat;
902
+ -webkit-mask: var(--vuu-icon-svg) center center/20px 20px no-repeat;
903
+ }
904
+ .vuuActiveStatus::after {
905
+ --vuu-icon-svg: var(--svg-active-status);
906
+ background-color: rgb(0, 255, 0);
907
+ }
908
+ .vuuConnectingStatus::after {
909
+ --vuu-icon-svg: var(--svg-connecting-status);
910
+ background-color: orange;
911
+ transform: scale(1);
912
+ animation: infinite pulse 1s;
913
+ }
914
+ .vuuDisconnectedStatus::after {
915
+ --vuu-icon-svg: var(--svg-disconnected-status);
916
+ background-color: red;
917
+ transform: scale(1);
918
+ animation: infinite pulse 0.5s;
919
+ }
920
+ @keyframes pulse {
921
+ 0% {
922
+ transform: scale(0.95);
923
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
924
+ }
925
+ 70% {
926
+ transform: scale(1);
927
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
928
+ }
929
+ 100% {
930
+ transform: scale(0.95);
931
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
932
+ }
933
+ }
934
+
935
+ /* ../vuu-shell/src/layout-management/SaveLayoutPanel.css */
936
+ .saveLayoutPanel {
937
+ --salt-selectable-foreground-hover: #6d18bdc3;
938
+ --salt-selectable-foreground-selected: #6D18BD;
939
+ --salt-selectable-borderColor-selected: #6D18BD;
940
+ --saltInputLegacy-fontSize: 12px;
941
+ --salt-text-label-fontSize: 10px;
942
+ --saltFormFieldLegacy-label-paddingLeft: 0;
943
+ --saltFormField-label-fontWeight: 400;
944
+ }
945
+ .saveLayoutPanel-panelContainer {
946
+ display: flex;
947
+ padding: 16px;
948
+ flex-direction: column;
949
+ align-items: flex-start;
950
+ gap: 16px;
951
+ }
952
+ .saveLayoutPanel-panelContent {
953
+ display: flex;
954
+ align-items: flex-start;
955
+ gap: 32px;
956
+ }
957
+ .saveLayoutPanel-formContainer {
958
+ display: flex;
959
+ width: 217px;
960
+ flex-direction: column;
961
+ align-items: flex-start;
962
+ gap: 16px;
963
+ }
964
+ .saveLayoutPanel-formField {
965
+ display: flex;
966
+ flex-direction: column;
967
+ gap: 1px;
968
+ }
969
+ .saveLayoutPanel-inputText {
970
+ color: var(--light-text-secondary, #606477);
971
+ font-family: Nunito Sans Regular;
972
+ font-feature-settings:
973
+ "ss02" on,
974
+ "ss01" on,
975
+ "salt" on,
976
+ "liga" off;
977
+ font-size: 12px;
978
+ font-weight: 400;
979
+ line-height: 16px;
980
+ border: none;
981
+ padding-left: 4px;
982
+ width: 100%;
983
+ outline: none;
984
+ }
985
+ .saveLayoutPanel-settingsGroup {
986
+ display: flex;
987
+ flex-wrap: wrap;
988
+ align-items: flex-end;
989
+ gap: 10px;
990
+ width: 100%;
991
+ line-height: 16px;
992
+ }
993
+ .saveLayoutPanel-screenshotContainer {
994
+ display: flex;
995
+ width: 304px;
996
+ height: 208px;
997
+ padding: 11px 15.5px;
998
+ justify-content: center;
999
+ align-items: center;
1000
+ border: 1px solid #E8E8E8;
1001
+ background: var(--dark-text-primary, #FFF);
1002
+ }
1003
+ .saveLayoutPanel-screenshot {
1004
+ display: flex;
1005
+ justify-content: center;
1006
+ align-items: center;
1007
+ background: lightgray 50% / cover no-repeat;
1008
+ width: 273px;
1009
+ height: 186px;
1010
+ flex-shrink: 0;
1011
+ }
1012
+ .saveLayoutPanel-buttonsContainer {
1013
+ display: flex;
1014
+ padding-top: 8px;
1015
+ justify-content: flex-end;
1016
+ align-items: flex-start;
1017
+ gap: 8px;
1018
+ align-self: stretch;
1019
+ }
1020
+ .saveLayoutPanel-cancelButton,
1021
+ .saveLayoutPanel-saveButton {
1022
+ display: flex;
1023
+ height: fit-content;
1024
+ padding: 4px 8px;
1025
+ align-items: flex-start;
1026
+ gap: 8px;
1027
+ border-radius: 6px;
1028
+ font-feature-settings:
1029
+ "ss02" on,
1030
+ "ss01" on,
1031
+ "salt" on,
1032
+ "liga" off;
1033
+ font-size: 12px;
1034
+ font-style: normal;
1035
+ font-weight: 700;
1036
+ line-height: 133.333%;
1037
+ letter-spacing: 0.48px;
1038
+ text-transform: uppercase;
1039
+ }
1040
+ .saveLayoutPanel-cancelButton {
1041
+ color: var(--actionable-primary-foreground-default, #606477);
1042
+ background: var(--actionable-primary-background-default, #FFF);
1043
+ }
1044
+ .saveLayoutPanel-saveButton {
1045
+ background: #6D18BD;
1046
+ border-color: #6D18BD;
1047
+ color: white;
1048
+ }
1049
+ .saveLayoutPanel-saveButton.saltButton:disabled {
1050
+ background: #6D18BD;
1051
+ border-color: #6D18BD;
1052
+ color: white;
1053
+ opacity: 0.3;
1054
+ }
1055
+ .saveLayoutPanel-saveButton.saltButton:hover {
1056
+ background: #F37880;
1057
+ border-color: #F37880;
1058
+ color: white;
1059
+ }
1060
+
1061
+ /* ../vuu-shell/src/layout-management/LayoutList.css */
1062
+ .vuuLayoutList {
1063
+ align-self: stretch;
1064
+ height: 100%;
1065
+ overflow: hidden;
1066
+ }
1067
+ .vuuLayoutList-header {
1068
+ color: var(--light-text-primary, #15171B);
1069
+ font-weight: 700;
1070
+ letter-spacing: 0.48px;
1071
+ text-transform: uppercase;
1072
+ display: flex;
1073
+ padding: 16px 0px;
1074
+ border-bottom: 1px solid rgba(119, 124, 148, 0.10);
1075
+ line-height: 200%;
1076
+ }
1077
+ .vuuLayoutList-groupName {
1078
+ display: flex;
1079
+ padding-top: 24px;
1080
+ color: var(--light-text-secondary, #606477);
1081
+ font-weight: 700;
1082
+ letter-spacing: 0.48px;
1083
+ line-height: 200%;
1084
+ }
1085
+ .vuuLayoutList-layoutContainer {
1086
+ display: flex;
1087
+ align-items: center;
1088
+ gap: 8px;
1089
+ padding: 8px 0px;
1090
+ flex: 1 1 auto;
1091
+ cursor: pointer;
1092
+ }
1093
+ .vuuLayoutList-layoutName {
1094
+ color: var(--light-text-primary, #15171B);
1095
+ font-weight: 600;
1096
+ line-height: 133.333%;
1097
+ text-transform: capitalize;
1098
+ }
1099
+ .vuuLayoutList-screenshot {
1100
+ width: 60px;
1101
+ height: 45.6px;
1102
+ border: 1px solid #D6D7DA;
1103
+ }
1104
+ .vuuLayoutList-layoutDetails {
1105
+ color: var(--light-text-secondary, #606477);
1106
+ font-size: 10px;
1107
+ font-weight: 600;
1108
+ line-height: 150%;
1109
+ }
1110
+
1111
+ /* ../vuu-shell/src/feature-list/FeatureList.css */
1112
+ .vuuFeatureList {
1113
+ background: var(--vuuFeatureList-background, var(--salt-container-primary-background));
1114
+ height: 100%;
1115
+ padding: 180px 32px 0 24px;
1116
+ }
1117
+ .vuuFeatureList-header {
1118
+ font-size: 12px;
1119
+ font-weight: 700;
1120
+ }
1121
+
1122
+ /* ../vuu-shell/src/left-nav/LeftNav.css */
1123
+ .vuuLeftNav {
1124
+ --salt-navigable-fontWeight-active: 700;
1125
+ --vuuTab-background-selected: rgba(255, 255, 255, 0.10);
1126
+ --vuuTab-hover-background: rgba(255, 255, 255, 0.10);
1127
+ --vuuTab-before-content: none;
1128
+ --vuuTab-borderRadius: 6px;
1129
+ --vuuTab-height: 40px;
1130
+ --vuuTab-padding: 0 0 0 48px;
1131
+ --vuuTabstrip-fontWeight: 700;
1132
+ --vuuTabstrip-width: 100%;
1133
+ --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>');
1134
+ --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>');
1135
+ --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>');
1136
+ --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>');
1137
+ --vuu-light-text-primary: #15171b;
1138
+ box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.15);
1139
+ margin-bottom: 4px;
1140
+ position: relative;
1141
+ transition: width .3s ease-in-out;
1142
+ z-index: 0;
1143
+ }
1144
+ .vuuLeftNav-menu-full {
1145
+ --menu-width: var(--nav-menu-expanded-width);
1146
+ }
1147
+ .vuuLeftNav-menu-icons {
1148
+ --menu-width: var(--nav-menu-collapsed-width);
1149
+ }
1150
+ .vuuLeftNav-menu-icons-content {
1151
+ --menu-width: var(--nav-menu-collapsed-width);
1152
+ }
1153
+ .vuuLeftNav-menu-full-content {
1154
+ --menu-width: var(--nav-menu-expanded-width);
1155
+ }
1156
+ .vuuLeftNav-menu-icons-content .vuuLeftNav-menu-secondary,
1157
+ .vuuLeftNav-menu-full-content .vuuLeftNav-menu-secondary {
1158
+ display: block;
1159
+ }
1160
+ .vuuLeftNav-menu-primary {
1161
+ background-color: #2A015F;
1162
+ container-type: inline-size;
1163
+ display: flex;
1164
+ flex-direction: column;
1165
+ height: 100%;
1166
+ padding: 32px 16px;
1167
+ transition: width ease .3s;
1168
+ width: var(--menu-width, 100%);
1169
+ }
1170
+ .vuuLeftNav-menu-secondary {
1171
+ flex: 1 1 auto;
1172
+ height: 100%;
1173
+ display: none;
1174
+ position: absolute;
1175
+ top: 0;
1176
+ right: 0;
1177
+ width: 240px;
1178
+ z-index: -1;
1179
+ }
1180
+ .vuuLeftNav .vuuTabstrip {
1181
+ margin-top: 102px;
1182
+ }
1183
+ .vuuLeftNav .vuuTab {
1184
+ --vuuTab-focusVisible-color: pink;
1185
+ --vuu-icon-color: white;
1186
+ --vuu-icon-left: 12px;
1187
+ --vuu-icon-size: 16px;
1188
+ border-left: solid 4px transparent;
1189
+ }
1190
+ .vuuLeftNav .vuuTab-selected {
1191
+ --vuu-icon-color: var(--salt-navigable-indicator-active);
1192
+ border-left: solid 4px var(--salt-navigable-indicator-active);
1193
+ }
1194
+ .vuuLeftNav-logo {
1195
+ display: flex;
1196
+ flex: 0 0 auto;
1197
+ justify-content: center;
1198
+ }
1199
+ .vuuLeftNav-main {
1200
+ flex: 1 1 auto;
1201
+ }
1202
+ .vuuLeftNav-menu {
1203
+ color: white;
1204
+ margin-top: 102px;
1205
+ padding: 0;
1206
+ }
1207
+ .vuuLeftNav [data-icon=demo] {
1208
+ --vuu-icon-svg: var(--svg-demo);
1209
+ }
1210
+ .vuuLeftNav [data-icon=tables] {
1211
+ --vuu-icon-svg: var(--svg-tables);
1212
+ }
1213
+ .vuuLeftNav [data-icon=templates] {
1214
+ --vuu-icon-svg: var(--svg-templates);
1215
+ }
1216
+ .vuuLeftNav [data-icon=layouts] {
1217
+ --vuu-icon-svg: var(--svg-layouts);
1218
+ }
1219
+ @container (max-width: 100px) {
1220
+ .vuuTab {
1221
+ --vuuTab-padding: 0 0 0 42px;
1222
+ }
1223
+ .vuuTab-main {
1224
+ display: none !important;
1225
+ }
1226
+ }
1227
+ .vuuLeftNav-buttonBar {
1228
+ align-items: center;
1229
+ display: flex;
1230
+ flex: 0 0 100px;
1231
+ justify-content: center;
1232
+ }
1233
+ .vuuLeftNav-toggleButton {
1234
+ --vuu-icon-color: var(--vuu-light-text-primary);
1235
+ --vuu-icon-left: 11px;
1236
+ --vuu-icon-top: 10px;
1237
+ --vuu-icon-size: 16px;
1238
+ background-color: var(--salt-navigable-indicator-active);
1239
+ border-width: 0;
1240
+ border-radius: 18px;
1241
+ height: 36px;
1242
+ position: relative;
1243
+ width: 36px;
1244
+ }
1245
+ .vuuLeftNav-toggleButton-open {
1246
+ --vuu-icon-left: 9px;
1247
+ }
1248
+ .vuuLeftNav-drawer {
1249
+ display: flex;
1250
+ padding: 40px 32px 0px 24px;
1251
+ flex-direction: column;
1252
+ align-items: flex-start;
1253
+ flex-shrink: 0;
1254
+ align-self: stretch;
1255
+ background: #FFF;
1256
+ box-shadow: 3px 4px 4px 0px rgba(0, 0, 0, 0.15);
1257
+ height: 100%;
1258
+ }
1259
+
1260
+ /* ../vuu-shell/src/login/LoginPanel.css */
1261
+ .vuuLoginPanel {
1262
+ --hwTextInput-border: solid 1px #ccc;
1263
+ --hwTextInput-height: 28px;
1264
+ --hwTextInput-padding: 0 12px;
1265
+ --hwTextInput-width: 100%;
1266
+ --login-row-height: 60px;
1267
+ align-content: center;
1268
+ align-items: center;
1269
+ border: solid 1px lightgray;
1270
+ display: flex;
1271
+ flex-direction: column;
1272
+ gap: 24px;
1273
+ justify-content: center;
1274
+ justify-items: center;
1275
+ margin: 0 auto;
1276
+ padding: 48px 48px 24px 48px;
1277
+ width: fit-content;
1278
+ }
1279
+ .vuuLoginPanel-login {
1280
+ grid-column: 2/3;
1281
+ align-self: end;
1282
+ justify-self: end;
1283
+ }
1284
+
1285
+ /* ../vuu-shell/src/session-editing-form/SessionEditingForm.css */
1286
+ .vuuSessionEditingForm {
1287
+ display: flex;
1288
+ flex-direction: column;
1289
+ gap: 3px;
1290
+ min-width: 400px;
1291
+ padding: 6px;
1292
+ }
1293
+ .vuuSessionEditingForm-content {
1294
+ display: flex;
1295
+ flex-direction: column;
1296
+ flex: 1 1 auto;
1297
+ gap: 3px;
1298
+ overflow: auto;
1299
+ }
1300
+ .vuuSessionEditingForm-field {
1301
+ align-items: center;
1302
+ display: flex;
1303
+ height: 32px;
1304
+ }
1305
+ .vuuSessionEditingForm-fieldLabel {
1306
+ flex: 0 0 50%;
1307
+ }
1308
+ .vuuSessionEditingForm-fieldValue {
1309
+ max-width: 50%;
1310
+ }
1311
+ .vuuSessionEditingForm-fieldValue.vuuReadOnly {
1312
+ font-weight: var(--salt-text-label-fontWeight-strong);
1313
+ }
1314
+ .vuuSessionEditingForm-buttonbar {
1315
+ align-items: center;
1316
+ border-top: solid 1px var(--salt-container-primary-borderColor);
1317
+ display: flex;
1318
+ justify-content: flex-end;
1319
+ flex: 0 0 autox;
1320
+ gap: 6px;
1321
+ padding-top: 6px;
1322
+ }
1323
+ .vuuSessionEditingForm-errorBanner {
1324
+ --vuu-icon-left: 3px;
1325
+ --vuu-icon-size: 18px;
1326
+ --vuu-icon-top: 3px;
1327
+ border: solid 1px var(--salt-status-error-borderColor);
1328
+ line-height: 24px;
1329
+ padding: 0 6px 0 26px;
1330
+ position: relative;
1331
+ }
1332
+
1333
+ /* ../vuu-shell/src/user-profile/UserPanel.css */
1334
+ .vuuUserPanel {
1335
+ background-color: white;
1336
+ display: flex;
1337
+ flex-direction: column;
1338
+ max-height: 400px;
1339
+ padding: 12px;
1340
+ }
1341
+ vuuUserPanel-history {
1342
+ flex: 1 1 auto;
1343
+ }
1344
+ .vuuUserPanel-buttonBar {
1345
+ --saltButton-width: 100%;
1346
+ align-items: flex-end;
1347
+ border-top: 1px solid var(--surface3);
1348
+ display: flex;
1349
+ flex: 0 0 32px;
1350
+ justify-content: flex-start;
1351
+ }
1352
+ .btn-logout {
1353
+ --hwButton-icon-left: 12px;
1354
+ --hwButton-padding: 0 6px 0 24px;
1355
+ padding-left: 24px;
1356
+ }
1357
+
1358
+ /* ../vuu-shell/src/user-profile/UserProfile.css */
1359
+ .vuuUserProfile {
1360
+ --svg-icon: var(--svg-user);
1361
+ }
1362
+
1363
+ /* ../vuu-shell/src/theme-switch/ThemeSwitch.css */
1364
+ .vuuThemeSwitch {
1365
+ --saltButton-minWidth: 22px;
1366
+ --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>');
1367
+ --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>');
1368
+ padding: 2px;
1369
+ }
1370
+ .salt-density-high .vuuThemeSwitch {
1371
+ --saltButton-minWidth: 16px;
1372
+ --saltButton-width: 18px;
1373
+ --vuuThemeSwitch-iconSize: 16px;
1374
+ }
1375
+ .vuuThemeSwitch [data-icon] {
1376
+ --vuu-icon-size: var(--vuuThemeSwitch-iconSize,18px);
1377
+ }
1378
+ .vuuThemeSwitch [data-icon=light] {
1379
+ --vuu-icon-svg: var(--svg-light);
1380
+ }
1381
+ .vuuThemeSwitch [data-icon=dark] {
1382
+ --vuu-icon-svg: var(--svg-dark);
1383
+ }
1384
+ .vuuThemeSwitch .saltToggleButton {
1385
+ height: 20px;
1386
+ width: 20px;
1387
+ }
1388
+
1389
+ /* ../vuu-shell/src/app-header/AppHeader.css */
1390
+ .vuuAppHeader {
1391
+ align-items: center;
1392
+ background: var(--vuuAppHeader-background, var(--salt-container-primary-background));
1393
+ border-bottom: solid 1px var(--salt-container-secondary-borderColor);
1394
+ display: flex;
1395
+ height: 40px;
1396
+ justify-content: flex-end;
1397
+ }
1398
+ .vuu-theme .vuuAppHeader {
1399
+ border-radius: 8px;
1400
+ border: 1px solid #D6D7DA;
1401
+ height: 44px;
1402
+ margin-bottom: 8px;
1403
+ }
1404
+
1405
+ /* ../vuu-shell/src/shell-layouts/context-panel/ContextPanel.css */
1406
+ .vuuContextPanel {
1407
+ position: relative;
1408
+ transition: width .3s ease-in-out;
1409
+ width: var(--vuu-side-panel-width, 0px) !important;
1410
+ z-index: 1;
1411
+ }
1412
+ .vuuContextPanel-expanded {
1413
+ --vuu-side-panel-width: 300px !important;
1414
+ --vuu-side-panel-shadow: -4px 4px 4px rgba(0, 0, 0, 0.1);
1415
+ --vuu-side-panel-padding: 24px;
1416
+ }
1417
+ .vuuContextPanel-overlay {
1418
+ width: 0px !important;
1419
+ }
1420
+ .vuuContextPanel-inner {
1421
+ background-color: var(--salt-container-primary-background);
1422
+ box-shadow: var(--vuu-side-panel-shadow, none);
1423
+ display: flex;
1424
+ flex-direction: column;
1425
+ height: 100%;
1426
+ overflow: auto;
1427
+ padding-bottom: 24px;
1428
+ padding-top: 24px;
1429
+ padding-left: var(--vuu-side-panel-padding, 0);
1430
+ padding-right: var(--vuu-side-panel-padding, 0);
1431
+ position: absolute;
1432
+ right: 0;
1433
+ top: 0;
1434
+ transition-property:
1435
+ padding-left,
1436
+ padding-right,
1437
+ width;
1438
+ transition-duration: .3s;
1439
+ transition-timing-function: ease-in-out;
1440
+ width: var(--vuu-side-panel-width, 0px);
1441
+ }
1442
+ .vuuContextPanel-header {
1443
+ align-items: center;
1444
+ display: flex;
1445
+ flex-wrap: nowrap;
1446
+ flex: 0 0 27px;
1447
+ justify-content: space-between;
1448
+ }
1449
+ .vuuContextPanel-title {
1450
+ font-size: 20px;
1451
+ font-weight: 700;
1452
+ white-space: nowrap;
1453
+ }
1454
+ .vuuContextPanel-content {
1455
+ flex: 1 1 auto;
1456
+ width: 100%;
1457
+ }
1458
+
1459
+ /* ../vuu-shell/src/shell.css */
1460
+ .vuuShell {
1461
+ background-color: var(--vuu-color-gray-25);
1462
+ height: var(--vuuShell-height, 100vh);
1463
+ width: var(--vuuShell-width, 100vw);
1464
+ }
1465
+ .vuuShell-mainTabs {
1466
+ background: var(--salt-container-primary-background);
1467
+ }
1468
+ .vuuShell-palette {
1469
+ --vuuView-border: none;
1470
+ --vuuView-margin: 0;
1471
+ }
1472
+ .vuuShell-warningPlaceholder {
1473
+ background-color: var(--salt-container-background-high);
1474
+ height: 100%;
1475
+ }
1476
+ .vuuToolbarProxy {
1477
+ background: var(--salt-container-primary-background);
1478
+ }
1479
+
584
1480
  /* src/measured-container/MeasuredContainer.css */
585
1481
  .vuuMeasuredContainer {
586
1482
  height: var(--vuuMeasuredContainer-height, var(--measured-css-height));
@@ -611,7 +1507,7 @@ path.drop-target.centre {
611
1507
  flex-direction: var(--overflow-direction);
612
1508
  flex-wrap: wrap;
613
1509
  height: var(--overflow-container-height);
614
- min-width: 44px;
1510
+ min-width: var(--vuuOverflowContainer-minWidth, 44px);
615
1511
  overflow: hidden;
616
1512
  position: relative;
617
1513
  width: 100%;