avo 4.0.0.beta.37 → 4.0.0.beta.38
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/Rakefile +0 -2
- data/app/assets/builds/avo/application.css +662 -100
- data/app/assets/builds/avo/application.js +92 -92
- data/app/assets/builds/avo/application.js.map +4 -4
- data/app/assets/stylesheets/application.css +1 -0
- data/app/assets/stylesheets/css/components/breadcrumbs.css +1 -1
- data/app/assets/stylesheets/css/components/button.css +47 -26
- data/app/assets/stylesheets/css/components/color_scheme_switcher.css +6 -0
- data/app/assets/stylesheets/css/components/filters.css +0 -23
- data/app/assets/stylesheets/css/components/ui/card.css +1 -1
- data/app/assets/stylesheets/css/components/ui/checkbox.css +23 -10
- data/app/assets/stylesheets/css/components/ui/checkbox_list.css +56 -0
- data/app/assets/stylesheets/css/components/ui/dropdown_card.css +9 -0
- data/app/assets/stylesheets/css/components/ui/panel_header.css +1 -1
- data/app/assets/stylesheets/css/fields/progress.css +37 -5
- data/app/assets/stylesheets/css/layout.css +12 -2
- data/app/components/avo/fields/checkbox_list_field/edit_component.html.erb +60 -0
- data/app/components/avo/fields/checkbox_list_field/edit_component.rb +100 -0
- data/app/components/avo/fields/checkbox_list_field/item_component.html.erb +23 -0
- data/app/components/avo/fields/checkbox_list_field/item_component.rb +42 -0
- data/app/components/avo/filters_component.html.erb +18 -11
- data/app/components/avo/keyboard_shortcuts_component.rb +2 -2
- data/app/components/avo/u_i/dropdown_card_component.html.erb +10 -2
- data/app/controllers/avo/associations_controller.rb +78 -11
- data/app/javascript/js/controllers/appearance_controller.js +20 -0
- data/app/javascript/js/controllers/fields/checkbox_list_field_controller.js +122 -0
- data/app/javascript/js/controllers/sidebar_controller.js +3 -1
- data/app/javascript/js/controllers.js +2 -0
- data/app/views/avo/associations/new.html.erb +9 -0
- data/app/views/avo/partials/_color_scheme_switcher.html.erb +3 -1
- data/app/views/avo/partials/_switcher_dropdown.html.erb +26 -0
- data/app/views/avo/partials/distribution_chart.html.erb +12 -12
- data/lib/avo/fields/checkbox_list_field.rb +78 -0
- data/lib/avo/fields/has_many_base_field.rb +8 -2
- data/lib/avo/version.rb +1 -1
- data/lib/generators/avo/templates/locales/avo.ar.yml +13 -0
- data/lib/generators/avo/templates/locales/avo.de.yml +9 -0
- data/lib/generators/avo/templates/locales/avo.en.yml +9 -0
- data/lib/generators/avo/templates/locales/avo.es.yml +9 -0
- data/lib/generators/avo/templates/locales/avo.fr.yml +9 -0
- data/lib/generators/avo/templates/locales/avo.it.yml +9 -0
- data/lib/generators/avo/templates/locales/avo.ja.yml +9 -0
- data/lib/generators/avo/templates/locales/avo.nb.yml +9 -0
- data/lib/generators/avo/templates/locales/avo.nl.yml +9 -0
- data/lib/generators/avo/templates/locales/avo.nn.yml +9 -0
- data/lib/generators/avo/templates/locales/avo.pl.yml +11 -0
- data/lib/generators/avo/templates/locales/avo.pt-BR.yml +9 -0
- data/lib/generators/avo/templates/locales/avo.pt.yml +9 -0
- data/lib/generators/avo/templates/locales/avo.ro.yml +10 -0
- data/lib/generators/avo/templates/locales/avo.ru.yml +11 -0
- data/lib/generators/avo/templates/locales/avo.tr.yml +9 -0
- data/lib/generators/avo/templates/locales/avo.ua.yml +9 -0
- data/lib/generators/avo/templates/locales/avo.zh-TW.yml +9 -0
- data/lib/generators/avo/templates/locales/avo.zh.yml +9 -0
- metadata +8 -1
|
@@ -784,6 +784,421 @@
|
|
|
784
784
|
.me-4 {
|
|
785
785
|
margin-inline-end: calc(var(--spacing) * 4);
|
|
786
786
|
}
|
|
787
|
+
.prose {
|
|
788
|
+
color: var(--tw-prose-body);
|
|
789
|
+
max-width: 65ch;
|
|
790
|
+
:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
791
|
+
margin-top: 1.25em;
|
|
792
|
+
margin-bottom: 1.25em;
|
|
793
|
+
}
|
|
794
|
+
:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
795
|
+
color: var(--tw-prose-lead);
|
|
796
|
+
font-size: 1.25em;
|
|
797
|
+
line-height: 1.6;
|
|
798
|
+
margin-top: 1.2em;
|
|
799
|
+
margin-bottom: 1.2em;
|
|
800
|
+
}
|
|
801
|
+
:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
802
|
+
color: var(--tw-prose-links);
|
|
803
|
+
text-decoration: underline;
|
|
804
|
+
font-weight: 500;
|
|
805
|
+
}
|
|
806
|
+
:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
807
|
+
color: var(--tw-prose-bold);
|
|
808
|
+
font-weight: 600;
|
|
809
|
+
}
|
|
810
|
+
:where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
811
|
+
color: inherit;
|
|
812
|
+
}
|
|
813
|
+
:where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
814
|
+
color: inherit;
|
|
815
|
+
}
|
|
816
|
+
:where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
817
|
+
color: inherit;
|
|
818
|
+
}
|
|
819
|
+
:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
820
|
+
list-style-type: decimal;
|
|
821
|
+
margin-top: 1.25em;
|
|
822
|
+
margin-bottom: 1.25em;
|
|
823
|
+
padding-inline-start: 1.625em;
|
|
824
|
+
}
|
|
825
|
+
:where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
826
|
+
list-style-type: upper-alpha;
|
|
827
|
+
}
|
|
828
|
+
:where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
829
|
+
list-style-type: lower-alpha;
|
|
830
|
+
}
|
|
831
|
+
:where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
832
|
+
list-style-type: upper-alpha;
|
|
833
|
+
}
|
|
834
|
+
:where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
835
|
+
list-style-type: lower-alpha;
|
|
836
|
+
}
|
|
837
|
+
:where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
838
|
+
list-style-type: upper-roman;
|
|
839
|
+
}
|
|
840
|
+
:where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
841
|
+
list-style-type: lower-roman;
|
|
842
|
+
}
|
|
843
|
+
:where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
844
|
+
list-style-type: upper-roman;
|
|
845
|
+
}
|
|
846
|
+
:where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
847
|
+
list-style-type: lower-roman;
|
|
848
|
+
}
|
|
849
|
+
:where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
850
|
+
list-style-type: decimal;
|
|
851
|
+
}
|
|
852
|
+
:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
853
|
+
list-style-type: disc;
|
|
854
|
+
margin-top: 1.25em;
|
|
855
|
+
margin-bottom: 1.25em;
|
|
856
|
+
padding-inline-start: 1.625em;
|
|
857
|
+
}
|
|
858
|
+
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
|
|
859
|
+
font-weight: 400;
|
|
860
|
+
color: var(--tw-prose-counters);
|
|
861
|
+
}
|
|
862
|
+
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
|
|
863
|
+
color: var(--tw-prose-bullets);
|
|
864
|
+
}
|
|
865
|
+
:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
866
|
+
color: var(--tw-prose-headings);
|
|
867
|
+
font-weight: 600;
|
|
868
|
+
margin-top: 1.25em;
|
|
869
|
+
}
|
|
870
|
+
:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
871
|
+
border-color: var(--tw-prose-hr);
|
|
872
|
+
border-top-width: 1px;
|
|
873
|
+
margin-top: 3em;
|
|
874
|
+
margin-bottom: 3em;
|
|
875
|
+
}
|
|
876
|
+
:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
877
|
+
font-weight: 500;
|
|
878
|
+
font-style: italic;
|
|
879
|
+
color: var(--tw-prose-quotes);
|
|
880
|
+
border-inline-start-width: 0.25rem;
|
|
881
|
+
border-inline-start-color: var(--tw-prose-quote-borders);
|
|
882
|
+
quotes: "\201C""\201D""\2018""\2019";
|
|
883
|
+
margin-top: 1.6em;
|
|
884
|
+
margin-bottom: 1.6em;
|
|
885
|
+
padding-inline-start: 1em;
|
|
886
|
+
}
|
|
887
|
+
:where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
888
|
+
content: open-quote;
|
|
889
|
+
}
|
|
890
|
+
:where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
891
|
+
content: close-quote;
|
|
892
|
+
}
|
|
893
|
+
:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
894
|
+
color: var(--tw-prose-headings);
|
|
895
|
+
font-weight: 800;
|
|
896
|
+
font-size: 2.25em;
|
|
897
|
+
margin-top: 0;
|
|
898
|
+
margin-bottom: 0.8888889em;
|
|
899
|
+
line-height: 1.1111111;
|
|
900
|
+
}
|
|
901
|
+
:where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
902
|
+
font-weight: 900;
|
|
903
|
+
color: inherit;
|
|
904
|
+
}
|
|
905
|
+
:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
906
|
+
color: var(--tw-prose-headings);
|
|
907
|
+
font-weight: 700;
|
|
908
|
+
font-size: 1.5em;
|
|
909
|
+
margin-top: 2em;
|
|
910
|
+
margin-bottom: 1em;
|
|
911
|
+
line-height: 1.3333333;
|
|
912
|
+
}
|
|
913
|
+
:where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
914
|
+
font-weight: 800;
|
|
915
|
+
color: inherit;
|
|
916
|
+
}
|
|
917
|
+
:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
918
|
+
color: var(--tw-prose-headings);
|
|
919
|
+
font-weight: 600;
|
|
920
|
+
font-size: 1.25em;
|
|
921
|
+
margin-top: 1.6em;
|
|
922
|
+
margin-bottom: 0.6em;
|
|
923
|
+
line-height: 1.6;
|
|
924
|
+
}
|
|
925
|
+
:where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
926
|
+
font-weight: 700;
|
|
927
|
+
color: inherit;
|
|
928
|
+
}
|
|
929
|
+
:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
930
|
+
color: var(--tw-prose-headings);
|
|
931
|
+
font-weight: 600;
|
|
932
|
+
margin-top: 1.5em;
|
|
933
|
+
margin-bottom: 0.5em;
|
|
934
|
+
line-height: 1.5;
|
|
935
|
+
}
|
|
936
|
+
:where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
937
|
+
font-weight: 700;
|
|
938
|
+
color: inherit;
|
|
939
|
+
}
|
|
940
|
+
:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
941
|
+
margin-top: 2em;
|
|
942
|
+
margin-bottom: 2em;
|
|
943
|
+
}
|
|
944
|
+
:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
945
|
+
display: block;
|
|
946
|
+
margin-top: 2em;
|
|
947
|
+
margin-bottom: 2em;
|
|
948
|
+
}
|
|
949
|
+
:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
950
|
+
margin-top: 2em;
|
|
951
|
+
margin-bottom: 2em;
|
|
952
|
+
}
|
|
953
|
+
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
954
|
+
font-weight: 500;
|
|
955
|
+
font-family: inherit;
|
|
956
|
+
color: var(--tw-prose-kbd);
|
|
957
|
+
box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
|
|
958
|
+
font-size: 0.875em;
|
|
959
|
+
border-radius: 0.3125rem;
|
|
960
|
+
padding-top: 0.1875em;
|
|
961
|
+
padding-inline-end: 0.375em;
|
|
962
|
+
padding-bottom: 0.1875em;
|
|
963
|
+
padding-inline-start: 0.375em;
|
|
964
|
+
}
|
|
965
|
+
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
966
|
+
color: var(--tw-prose-code);
|
|
967
|
+
font-weight: 600;
|
|
968
|
+
font-size: 0.875em;
|
|
969
|
+
}
|
|
970
|
+
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
971
|
+
content: "`";
|
|
972
|
+
}
|
|
973
|
+
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
974
|
+
content: "`";
|
|
975
|
+
}
|
|
976
|
+
:where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
977
|
+
color: inherit;
|
|
978
|
+
}
|
|
979
|
+
:where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
980
|
+
color: inherit;
|
|
981
|
+
}
|
|
982
|
+
:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
983
|
+
color: inherit;
|
|
984
|
+
font-size: 0.875em;
|
|
985
|
+
}
|
|
986
|
+
:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
987
|
+
color: inherit;
|
|
988
|
+
font-size: 0.9em;
|
|
989
|
+
}
|
|
990
|
+
:where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
991
|
+
color: inherit;
|
|
992
|
+
}
|
|
993
|
+
:where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
994
|
+
color: inherit;
|
|
995
|
+
}
|
|
996
|
+
:where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
997
|
+
color: inherit;
|
|
998
|
+
}
|
|
999
|
+
:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1000
|
+
color: var(--tw-prose-pre-code);
|
|
1001
|
+
background-color: var(--tw-prose-pre-bg);
|
|
1002
|
+
overflow-x: auto;
|
|
1003
|
+
font-weight: 400;
|
|
1004
|
+
font-size: 0.875em;
|
|
1005
|
+
line-height: 1.7142857;
|
|
1006
|
+
margin-top: 1.7142857em;
|
|
1007
|
+
margin-bottom: 1.7142857em;
|
|
1008
|
+
border-radius: 0.375rem;
|
|
1009
|
+
padding-top: 0.8571429em;
|
|
1010
|
+
padding-inline-end: 1.1428571em;
|
|
1011
|
+
padding-bottom: 0.8571429em;
|
|
1012
|
+
padding-inline-start: 1.1428571em;
|
|
1013
|
+
}
|
|
1014
|
+
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1015
|
+
background-color: transparent;
|
|
1016
|
+
border-width: 0;
|
|
1017
|
+
border-radius: 0;
|
|
1018
|
+
padding: 0;
|
|
1019
|
+
font-weight: inherit;
|
|
1020
|
+
color: inherit;
|
|
1021
|
+
font-size: inherit;
|
|
1022
|
+
font-family: inherit;
|
|
1023
|
+
line-height: inherit;
|
|
1024
|
+
}
|
|
1025
|
+
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
1026
|
+
content: none;
|
|
1027
|
+
}
|
|
1028
|
+
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
1029
|
+
content: none;
|
|
1030
|
+
}
|
|
1031
|
+
:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1032
|
+
width: 100%;
|
|
1033
|
+
table-layout: auto;
|
|
1034
|
+
margin-top: 2em;
|
|
1035
|
+
margin-bottom: 2em;
|
|
1036
|
+
font-size: 0.875em;
|
|
1037
|
+
line-height: 1.7142857;
|
|
1038
|
+
}
|
|
1039
|
+
:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1040
|
+
border-bottom-width: 1px;
|
|
1041
|
+
border-bottom-color: var(--tw-prose-th-borders);
|
|
1042
|
+
}
|
|
1043
|
+
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1044
|
+
color: var(--tw-prose-headings);
|
|
1045
|
+
font-weight: 600;
|
|
1046
|
+
vertical-align: bottom;
|
|
1047
|
+
padding-inline-end: 0.5714286em;
|
|
1048
|
+
padding-bottom: 0.5714286em;
|
|
1049
|
+
padding-inline-start: 0.5714286em;
|
|
1050
|
+
}
|
|
1051
|
+
:where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1052
|
+
border-bottom-width: 1px;
|
|
1053
|
+
border-bottom-color: var(--tw-prose-td-borders);
|
|
1054
|
+
}
|
|
1055
|
+
:where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1056
|
+
border-bottom-width: 0;
|
|
1057
|
+
}
|
|
1058
|
+
:where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1059
|
+
vertical-align: baseline;
|
|
1060
|
+
}
|
|
1061
|
+
:where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1062
|
+
border-top-width: 1px;
|
|
1063
|
+
border-top-color: var(--tw-prose-th-borders);
|
|
1064
|
+
}
|
|
1065
|
+
:where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1066
|
+
vertical-align: top;
|
|
1067
|
+
}
|
|
1068
|
+
:where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1069
|
+
text-align: start;
|
|
1070
|
+
}
|
|
1071
|
+
:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1072
|
+
margin-top: 0;
|
|
1073
|
+
margin-bottom: 0;
|
|
1074
|
+
}
|
|
1075
|
+
:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1076
|
+
color: var(--tw-prose-captions);
|
|
1077
|
+
font-size: 0.875em;
|
|
1078
|
+
line-height: 1.4285714;
|
|
1079
|
+
margin-top: 0.8571429em;
|
|
1080
|
+
}
|
|
1081
|
+
--tw-prose-body: oklch(37.3% 0.034 259.733);
|
|
1082
|
+
--tw-prose-headings: oklch(21% 0.034 264.665);
|
|
1083
|
+
--tw-prose-lead: oklch(44.6% 0.03 256.802);
|
|
1084
|
+
--tw-prose-links: oklch(21% 0.034 264.665);
|
|
1085
|
+
--tw-prose-bold: oklch(21% 0.034 264.665);
|
|
1086
|
+
--tw-prose-counters: oklch(55.1% 0.027 264.364);
|
|
1087
|
+
--tw-prose-bullets: oklch(87.2% 0.01 258.338);
|
|
1088
|
+
--tw-prose-hr: oklch(92.8% 0.006 264.531);
|
|
1089
|
+
--tw-prose-quotes: oklch(21% 0.034 264.665);
|
|
1090
|
+
--tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
|
|
1091
|
+
--tw-prose-captions: oklch(55.1% 0.027 264.364);
|
|
1092
|
+
--tw-prose-kbd: oklch(21% 0.034 264.665);
|
|
1093
|
+
--tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
|
|
1094
|
+
--tw-prose-code: oklch(21% 0.034 264.665);
|
|
1095
|
+
--tw-prose-pre-code: oklch(92.8% 0.006 264.531);
|
|
1096
|
+
--tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
|
|
1097
|
+
--tw-prose-th-borders: oklch(87.2% 0.01 258.338);
|
|
1098
|
+
--tw-prose-td-borders: oklch(92.8% 0.006 264.531);
|
|
1099
|
+
--tw-prose-invert-body: oklch(87.2% 0.01 258.338);
|
|
1100
|
+
--tw-prose-invert-headings: #fff;
|
|
1101
|
+
--tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
|
|
1102
|
+
--tw-prose-invert-links: #fff;
|
|
1103
|
+
--tw-prose-invert-bold: #fff;
|
|
1104
|
+
--tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
|
|
1105
|
+
--tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
|
|
1106
|
+
--tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
|
|
1107
|
+
--tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
|
|
1108
|
+
--tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
|
|
1109
|
+
--tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
|
|
1110
|
+
--tw-prose-invert-kbd: #fff;
|
|
1111
|
+
--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
|
|
1112
|
+
--tw-prose-invert-code: #fff;
|
|
1113
|
+
--tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
|
|
1114
|
+
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
|
|
1115
|
+
--tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
|
|
1116
|
+
--tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
|
|
1117
|
+
font-size: 1rem;
|
|
1118
|
+
line-height: 1.75;
|
|
1119
|
+
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1120
|
+
margin-top: 0;
|
|
1121
|
+
margin-bottom: 0;
|
|
1122
|
+
}
|
|
1123
|
+
:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1124
|
+
margin-top: 0.5em;
|
|
1125
|
+
margin-bottom: 0.5em;
|
|
1126
|
+
}
|
|
1127
|
+
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1128
|
+
padding-inline-start: 0.375em;
|
|
1129
|
+
}
|
|
1130
|
+
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1131
|
+
padding-inline-start: 0.375em;
|
|
1132
|
+
}
|
|
1133
|
+
:where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1134
|
+
margin-top: 0.75em;
|
|
1135
|
+
margin-bottom: 0.75em;
|
|
1136
|
+
}
|
|
1137
|
+
:where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1138
|
+
margin-top: 1.25em;
|
|
1139
|
+
}
|
|
1140
|
+
:where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1141
|
+
margin-bottom: 1.25em;
|
|
1142
|
+
}
|
|
1143
|
+
:where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1144
|
+
margin-top: 1.25em;
|
|
1145
|
+
}
|
|
1146
|
+
:where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1147
|
+
margin-bottom: 1.25em;
|
|
1148
|
+
}
|
|
1149
|
+
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1150
|
+
margin-top: 0.75em;
|
|
1151
|
+
margin-bottom: 0.75em;
|
|
1152
|
+
}
|
|
1153
|
+
:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1154
|
+
margin-top: 1.25em;
|
|
1155
|
+
margin-bottom: 1.25em;
|
|
1156
|
+
}
|
|
1157
|
+
:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1158
|
+
margin-top: 0.5em;
|
|
1159
|
+
padding-inline-start: 1.625em;
|
|
1160
|
+
}
|
|
1161
|
+
:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1162
|
+
margin-top: 0;
|
|
1163
|
+
}
|
|
1164
|
+
:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1165
|
+
margin-top: 0;
|
|
1166
|
+
}
|
|
1167
|
+
:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1168
|
+
margin-top: 0;
|
|
1169
|
+
}
|
|
1170
|
+
:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1171
|
+
margin-top: 0;
|
|
1172
|
+
}
|
|
1173
|
+
:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1174
|
+
padding-inline-start: 0;
|
|
1175
|
+
}
|
|
1176
|
+
:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1177
|
+
padding-inline-end: 0;
|
|
1178
|
+
}
|
|
1179
|
+
:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1180
|
+
padding-top: 0.5714286em;
|
|
1181
|
+
padding-inline-end: 0.5714286em;
|
|
1182
|
+
padding-bottom: 0.5714286em;
|
|
1183
|
+
padding-inline-start: 0.5714286em;
|
|
1184
|
+
}
|
|
1185
|
+
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1186
|
+
padding-inline-start: 0;
|
|
1187
|
+
}
|
|
1188
|
+
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1189
|
+
padding-inline-end: 0;
|
|
1190
|
+
}
|
|
1191
|
+
:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1192
|
+
margin-top: 2em;
|
|
1193
|
+
margin-bottom: 2em;
|
|
1194
|
+
}
|
|
1195
|
+
:where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1196
|
+
margin-top: 0;
|
|
1197
|
+
}
|
|
1198
|
+
:where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
1199
|
+
margin-bottom: 0;
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
787
1202
|
.-mt-1 {
|
|
788
1203
|
margin-top: calc(var(--spacing) * -1);
|
|
789
1204
|
}
|
|
@@ -4148,14 +4563,14 @@
|
|
|
4148
4563
|
width: auto;
|
|
4149
4564
|
}
|
|
4150
4565
|
}
|
|
4151
|
-
.sm\:
|
|
4566
|
+
.sm\:w-full {
|
|
4152
4567
|
@media (width >= 40rem) {
|
|
4153
|
-
|
|
4568
|
+
width: 100%;
|
|
4154
4569
|
}
|
|
4155
4570
|
}
|
|
4156
|
-
.sm\:min-w
|
|
4571
|
+
.sm\:min-w-48 {
|
|
4157
4572
|
@media (width >= 40rem) {
|
|
4158
|
-
min-width:
|
|
4573
|
+
min-width: calc(var(--spacing) * 48);
|
|
4159
4574
|
}
|
|
4160
4575
|
}
|
|
4161
4576
|
.sm\:grid-flow-col {
|
|
@@ -4426,7 +4841,7 @@
|
|
|
4426
4841
|
}
|
|
4427
4842
|
}
|
|
4428
4843
|
@layer base {
|
|
4429
|
-
input[type=checkbox] {
|
|
4844
|
+
input[type="checkbox"] {
|
|
4430
4845
|
width: calc(var(--spacing) * 4);
|
|
4431
4846
|
height: calc(var(--spacing) * 4);
|
|
4432
4847
|
cursor: pointer;
|
|
@@ -4438,27 +4853,30 @@
|
|
|
4438
4853
|
background-color: var(--color-primary);
|
|
4439
4854
|
box-shadow: var(--box-shadow);
|
|
4440
4855
|
}
|
|
4441
|
-
input[type=checkbox]:checked {
|
|
4856
|
+
input[type="checkbox"]:checked {
|
|
4442
4857
|
background-size: 70%;
|
|
4443
4858
|
background-position: center;
|
|
4444
4859
|
background-repeat: no-repeat;
|
|
4445
4860
|
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%20viewBox%3D%220%200%2012%208%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M10.1953%200.195262C10.4556%20-0.0650874%2010.8776%20-0.0650874%2011.138%200.195262C11.3983%200.455612%2011.3983%200.877621%2011.138%201.13797L4.4713%207.80464C4.21095%208.06499%203.78895%208.06499%203.5286%207.80464L0.195262%204.4713C-0.0650874%204.21095%20-0.0650874%203.78894%200.195262%203.5286C0.455612%203.26825%200.877621%203.26825%201.13797%203.5286L3.99995%206.39057L10.1953%200.195262Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
|
|
4446
4861
|
}
|
|
4447
|
-
input[type=checkbox]:indeterminate {
|
|
4862
|
+
input[type="checkbox"]:indeterminate {
|
|
4448
4863
|
background-size: 70%;
|
|
4449
4864
|
background-position: center;
|
|
4450
4865
|
background-repeat: no-repeat;
|
|
4451
4866
|
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%222%22%20viewBox%3D%220%200%2011%202%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M10%200C10.3682%200%2010.6667%200.298477%2010.6667%200.666667C10.6667%201.03486%2010.3682%201.33333%2010%201.33333H0.666667C0.298477%201.33333%200%201.03486%200%200.666667C0%200.298477%200.298477%200%200.666667%200H10Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E);
|
|
4452
4867
|
}
|
|
4453
|
-
input[type=checkbox]:checked, input[type=checkbox]:indeterminate {
|
|
4868
|
+
input[type="checkbox"]:checked, input[type="checkbox"]:indeterminate {
|
|
4454
4869
|
border-color: var(--color-accent-content);
|
|
4455
4870
|
background-color: var(--color-accent-content);
|
|
4456
4871
|
}
|
|
4457
|
-
input[type=checkbox]:checked:focus-visible, input[type=checkbox]:checked:hover:not(:disabled), input[type=checkbox]:indeterminate:focus-visible, input[type=checkbox]:indeterminate:hover:not(:disabled) {
|
|
4872
|
+
input[type="checkbox"]:checked:focus-visible, input[type="checkbox"]:checked:hover:not(:disabled), input[type="checkbox"]:indeterminate:focus-visible, input[type="checkbox"]:indeterminate:hover:not(:disabled) {
|
|
4458
4873
|
border-color: var(--color-accent-content);
|
|
4459
4874
|
background-color: var(--color-accent-content);
|
|
4460
4875
|
}
|
|
4461
|
-
input[type=checkbox]:disabled {
|
|
4876
|
+
html:not([class*="accent-theme-"]) input[type="checkbox"]:checked, html:not([class*="accent-theme-"]) input[type="checkbox"]:checked:focus-visible, html:not([class*="accent-theme-"]) input[type="checkbox"]:checked:hover:not(:disabled), html:not([class*="accent-theme-"]) input[type="checkbox"]:indeterminate, html:not([class*="accent-theme-"]) input[type="checkbox"]:indeterminate:focus-visible, html:not([class*="accent-theme-"]) input[type="checkbox"]:indeterminate:hover:not(:disabled) {
|
|
4877
|
+
background-blend-mode: difference;
|
|
4878
|
+
}
|
|
4879
|
+
input[type="checkbox"]:disabled {
|
|
4462
4880
|
cursor: not-allowed;
|
|
4463
4881
|
opacity: 60%;
|
|
4464
4882
|
}
|
|
@@ -5445,6 +5863,8 @@
|
|
|
5445
5863
|
display: flex;
|
|
5446
5864
|
width: var(--content-width);
|
|
5447
5865
|
flex-direction: column;
|
|
5866
|
+
border-start-start-radius: var(--navbar-notch-radius);
|
|
5867
|
+
border-start-end-radius: var(--navbar-notch-radius);
|
|
5448
5868
|
border-inline-start-style: var(--tw-border-style);
|
|
5449
5869
|
border-inline-start-width: 1px;
|
|
5450
5870
|
border-color: var(--border-color);
|
|
@@ -5560,6 +5980,15 @@
|
|
|
5560
5980
|
min-width: calc(var(--spacing) * 0);
|
|
5561
5981
|
align-items: center;
|
|
5562
5982
|
justify-content: center;
|
|
5983
|
+
@media (width >= 40rem) {
|
|
5984
|
+
width: calc(var(--spacing) * 80);
|
|
5985
|
+
}
|
|
5986
|
+
@media (width >= 64rem) {
|
|
5987
|
+
width: calc(var(--spacing) * 96);
|
|
5988
|
+
}
|
|
5989
|
+
@media (width >= 80rem) {
|
|
5990
|
+
width: calc(var(--spacing) * 120);
|
|
5991
|
+
}
|
|
5563
5992
|
.search-input__input {
|
|
5564
5993
|
background-color: var(--color-avo-neutral-800);
|
|
5565
5994
|
border-color: var(--color-avo-neutral-700);
|
|
@@ -5648,6 +6077,12 @@
|
|
|
5648
6077
|
html[dir="rtl"] .sidebar-open .avo-sidebar {
|
|
5649
6078
|
transform: translateX(0);
|
|
5650
6079
|
}
|
|
6080
|
+
.sidebar-open .main-content {
|
|
6081
|
+
border-start-start-radius: 0;
|
|
6082
|
+
}
|
|
6083
|
+
.main:not(.sidebar-open) .main-content {
|
|
6084
|
+
margin-inline-start: calc(var(--spacing) * 0);
|
|
6085
|
+
}
|
|
5651
6086
|
}
|
|
5652
6087
|
@media (width < 64rem) {
|
|
5653
6088
|
.sidebar-mobile-open .avo-sidebar {
|
|
@@ -5954,31 +6389,46 @@
|
|
|
5954
6389
|
[data-component="avo/fields/common/progress_bar_component"] {
|
|
5955
6390
|
& progress {
|
|
5956
6391
|
height: calc(var(--spacing) * 2);
|
|
6392
|
+
overflow: hidden;
|
|
5957
6393
|
border-radius: var(--radius-sm);
|
|
5958
6394
|
border-style: var(--tw-border-style);
|
|
5959
6395
|
border-width: 1px;
|
|
5960
|
-
border-color:
|
|
5961
|
-
|
|
5962
|
-
|
|
5963
|
-
|
|
6396
|
+
border-color: color-mix(in srgb, oklch(53.48% 0 89.88) 15%, transparent);
|
|
6397
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6398
|
+
border-color: color-mix(in oklab, var(--color-content-secondary) 15%, transparent);
|
|
6399
|
+
}
|
|
6400
|
+
background-color: var(--color-tertiary);
|
|
6401
|
+
box-shadow: inset 0 1px 2px 0 color-mix(in srgb, #000 14%, transparent);
|
|
6402
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6403
|
+
box-shadow: inset 0 1px 2px 0 color-mix(in oklab, var(--color-black) 14%, transparent);
|
|
6404
|
+
}
|
|
5964
6405
|
}
|
|
5965
6406
|
& progress[value]::-webkit-progress-bar {
|
|
5966
6407
|
border-radius: var(--radius-sm);
|
|
5967
|
-
|
|
5968
|
-
|
|
5969
|
-
|
|
5970
|
-
|
|
5971
|
-
|
|
5972
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
6408
|
+
background-color: var(--color-tertiary);
|
|
6409
|
+
box-shadow: inset 0 1px 2px 0 color-mix(in srgb, #000 14%, transparent);
|
|
6410
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6411
|
+
box-shadow: inset 0 1px 2px 0 color-mix(in oklab, var(--color-black) 14%, transparent);
|
|
6412
|
+
}
|
|
5973
6413
|
}
|
|
5974
6414
|
& progress[value]::-webkit-progress-value {
|
|
5975
6415
|
border-radius: var(--radius-sm);
|
|
5976
|
-
background-color
|
|
6416
|
+
background: linear-gradient( 180deg, color-mix(in srgb, oklch(39.04% 0 89.88), #fff 22%) 0%, var(--color-accent) 55%, color-mix(in srgb, oklch(39.04% 0 89.88), #000 12%) 100% );
|
|
6417
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6418
|
+
background: linear-gradient( 180deg, color-mix(in oklab, var(--color-accent), var(--color-white) 22%) 0%, var(--color-accent) 55%, color-mix(in oklab, var(--color-accent), var(--color-black) 12%) 100% );
|
|
6419
|
+
}
|
|
6420
|
+
box-shadow: inset 0 1px 0 0 color-mix(in srgb, #fff 35%, transparent), inset 0 -1px 1px 0 color-mix(in srgb, #000 18%, transparent);
|
|
6421
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6422
|
+
box-shadow: inset 0 1px 0 0 color-mix(in oklab, var(--color-white) 35%, transparent), inset 0 -1px 1px 0 color-mix(in oklab, var(--color-black) 18%, transparent);
|
|
6423
|
+
}
|
|
5977
6424
|
}
|
|
5978
6425
|
& progress[value]::-moz-progress-bar {
|
|
5979
6426
|
appearance: none;
|
|
5980
6427
|
border-radius: var(--radius-sm);
|
|
5981
|
-
background-color
|
|
6428
|
+
background: linear-gradient( 180deg, color-mix(in srgb, oklch(39.04% 0 89.88), #fff 22%) 0%, var(--color-accent) 55%, color-mix(in srgb, oklch(39.04% 0 89.88), #000 12%) 100% );
|
|
6429
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
6430
|
+
background: linear-gradient( 180deg, color-mix(in oklab, var(--color-accent), var(--color-white) 22%) 0%, var(--color-accent) 55%, color-mix(in oklab, var(--color-accent), var(--color-black) 12%) 100% );
|
|
6431
|
+
}
|
|
5982
6432
|
}
|
|
5983
6433
|
}
|
|
5984
6434
|
.key-value {
|
|
@@ -6497,7 +6947,9 @@
|
|
|
6497
6947
|
align-items: flex-start;
|
|
6498
6948
|
align-self: stretch;
|
|
6499
6949
|
padding-inline: calc(var(--spacing) * 4);
|
|
6500
|
-
padding-block: calc(var(--spacing) *
|
|
6950
|
+
padding-block: calc(var(--spacing) * 2);
|
|
6951
|
+
--tw-leading: var(--leading-tight);
|
|
6952
|
+
line-height: var(--leading-tight);
|
|
6501
6953
|
&:has(select), &:has(.button) {
|
|
6502
6954
|
padding-inline-end: calc(var(--spacing) * 0);
|
|
6503
6955
|
}
|
|
@@ -6697,12 +7149,9 @@
|
|
|
6697
7149
|
width: 100%;
|
|
6698
7150
|
flex-wrap: wrap;
|
|
6699
7151
|
align-items: flex-start;
|
|
6700
|
-
justify-content:
|
|
7152
|
+
justify-content: flex-start;
|
|
6701
7153
|
column-gap: calc(var(--spacing) * 2.5);
|
|
6702
7154
|
row-gap: calc(var(--spacing) * 1);
|
|
6703
|
-
@media (width >= 40rem) {
|
|
6704
|
-
justify-content: flex-start;
|
|
6705
|
-
}
|
|
6706
7155
|
}
|
|
6707
7156
|
.description-list {
|
|
6708
7157
|
display: flex;
|
|
@@ -7581,6 +8030,21 @@
|
|
|
7581
8030
|
border-color: var(--color-tertiary);
|
|
7582
8031
|
background-color: var(--color-primary);
|
|
7583
8032
|
}
|
|
8033
|
+
.dropdown-card__footer, .dropdown-card__header {
|
|
8034
|
+
display: flex;
|
|
8035
|
+
width: 100%;
|
|
8036
|
+
align-items: center;
|
|
8037
|
+
padding-inline: calc(var(--spacing) * 2);
|
|
8038
|
+
padding-block: calc(var(--spacing) * 1.5);
|
|
8039
|
+
}
|
|
8040
|
+
.dropdown-card__title {
|
|
8041
|
+
font-size: var(--text-sm);
|
|
8042
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
8043
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
8044
|
+
font-weight: var(--font-weight-medium);
|
|
8045
|
+
color: var(--color-content);
|
|
8046
|
+
color: var(--color-content-secondary);
|
|
8047
|
+
}
|
|
7584
8048
|
.popover-menu {
|
|
7585
8049
|
display: inline-flex;
|
|
7586
8050
|
}
|
|
@@ -7641,6 +8105,118 @@
|
|
|
7641
8105
|
}
|
|
7642
8106
|
}
|
|
7643
8107
|
}
|
|
8108
|
+
.checkbox-list-field {
|
|
8109
|
+
display: flex;
|
|
8110
|
+
flex-direction: column;
|
|
8111
|
+
gap: calc(var(--spacing) * 2);
|
|
8112
|
+
}
|
|
8113
|
+
.checkbox-list__search {
|
|
8114
|
+
width: 100%;
|
|
8115
|
+
}
|
|
8116
|
+
.checkbox-list {
|
|
8117
|
+
--checkbox-list-max-height: 22rem;
|
|
8118
|
+
display: flex;
|
|
8119
|
+
max-height: var(--checkbox-list-max-height);
|
|
8120
|
+
flex-direction: column;
|
|
8121
|
+
overflow-y: auto;
|
|
8122
|
+
border-radius: var(--radius-lg);
|
|
8123
|
+
border-style: var(--tw-border-style);
|
|
8124
|
+
border-width: 1px;
|
|
8125
|
+
border-color: var(--color-tertiary);
|
|
8126
|
+
background-color: var(--color-primary);
|
|
8127
|
+
padding: calc(var(--spacing) * 1);
|
|
8128
|
+
box-shadow: var(--box-shadow);
|
|
8129
|
+
}
|
|
8130
|
+
.checkbox-list__row {
|
|
8131
|
+
display: flex;
|
|
8132
|
+
cursor: pointer;
|
|
8133
|
+
align-items: center;
|
|
8134
|
+
gap: calc(var(--spacing) * 2);
|
|
8135
|
+
border-radius: var(--radius-lg);
|
|
8136
|
+
padding-inline: calc(var(--spacing) * 2);
|
|
8137
|
+
padding-block: calc(var(--spacing) * 1.5);
|
|
8138
|
+
font-size: var(--text-sm);
|
|
8139
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
8140
|
+
color: var(--color-content);
|
|
8141
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
8142
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
8143
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
8144
|
+
}
|
|
8145
|
+
.checkbox-list__row:hover {
|
|
8146
|
+
background-color: var(--color-secondary);
|
|
8147
|
+
}
|
|
8148
|
+
.checkbox-list__row:focus-within {
|
|
8149
|
+
background-color: var(--color-secondary);
|
|
8150
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
8151
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
8152
|
+
--tw-ring-color: var(--color-accent-content);
|
|
8153
|
+
--tw-ring-offset-width: 2px;
|
|
8154
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
8155
|
+
--tw-ring-offset-color: var(--color-primary);
|
|
8156
|
+
}
|
|
8157
|
+
.checkbox-list__row input[type="checkbox"] {
|
|
8158
|
+
flex-shrink: 0;
|
|
8159
|
+
}
|
|
8160
|
+
.checkbox-list .search-item-image {
|
|
8161
|
+
width: calc(var(--spacing) * 8);
|
|
8162
|
+
height: calc(var(--spacing) * 8);
|
|
8163
|
+
flex-shrink: 0;
|
|
8164
|
+
border-radius: var(--radius-lg);
|
|
8165
|
+
border-style: var(--tw-border-style);
|
|
8166
|
+
border-width: 1px;
|
|
8167
|
+
border-color: var(--color-tertiary);
|
|
8168
|
+
background-color: var(--color-background);
|
|
8169
|
+
object-fit: cover;
|
|
8170
|
+
}
|
|
8171
|
+
.checkbox-list .search-item-body {
|
|
8172
|
+
display: flex;
|
|
8173
|
+
min-width: calc(var(--spacing) * 0);
|
|
8174
|
+
flex: 1;
|
|
8175
|
+
flex-direction: column;
|
|
8176
|
+
gap: calc(var(--spacing) * 0.5);
|
|
8177
|
+
}
|
|
8178
|
+
.checkbox-list .search-item-title {
|
|
8179
|
+
overflow: hidden;
|
|
8180
|
+
font-size: var(--text-sm);
|
|
8181
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
8182
|
+
--tw-leading: calc(var(--spacing) * 5);
|
|
8183
|
+
line-height: calc(var(--spacing) * 5);
|
|
8184
|
+
--tw-font-weight: var(--font-weight-medium);
|
|
8185
|
+
font-weight: var(--font-weight-medium);
|
|
8186
|
+
text-overflow: ellipsis;
|
|
8187
|
+
color: var(--color-content);
|
|
8188
|
+
}
|
|
8189
|
+
.checkbox-list .search-item-description {
|
|
8190
|
+
overflow: hidden;
|
|
8191
|
+
font-size: var(--text-xs);
|
|
8192
|
+
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
8193
|
+
--tw-leading: calc(var(--spacing) * 4);
|
|
8194
|
+
line-height: calc(var(--spacing) * 4);
|
|
8195
|
+
--tw-font-weight: var(--font-weight-normal);
|
|
8196
|
+
font-weight: var(--font-weight-normal);
|
|
8197
|
+
text-overflow: ellipsis;
|
|
8198
|
+
color: var(--color-content-secondary);
|
|
8199
|
+
}
|
|
8200
|
+
.checkbox-list__empty {
|
|
8201
|
+
display: flex;
|
|
8202
|
+
align-items: center;
|
|
8203
|
+
justify-content: center;
|
|
8204
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
8205
|
+
padding-block: calc(var(--spacing) * 2);
|
|
8206
|
+
font-size: var(--text-sm);
|
|
8207
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
8208
|
+
color: var(--color-content-secondary);
|
|
8209
|
+
}
|
|
8210
|
+
.checkbox-list__hint, .checkbox-list__hidden-selections {
|
|
8211
|
+
border-top-style: var(--tw-border-style);
|
|
8212
|
+
border-top-width: 1px;
|
|
8213
|
+
border-color: var(--color-tertiary);
|
|
8214
|
+
padding-inline: calc(var(--spacing) * 3);
|
|
8215
|
+
padding-block: calc(var(--spacing) * 2);
|
|
8216
|
+
font-size: var(--text-sm);
|
|
8217
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
8218
|
+
color: var(--color-content-secondary);
|
|
8219
|
+
}
|
|
7644
8220
|
:root {
|
|
7645
8221
|
--input-py: calc(var(--spacing) * 1);
|
|
7646
8222
|
--input-font-size: calc(var(--spacing) * 3.5);
|
|
@@ -8306,7 +8882,7 @@
|
|
|
8306
8882
|
width: 100%;
|
|
8307
8883
|
background-color: var(--color-primary);
|
|
8308
8884
|
top: calc(var(--top-navbar-height) + var(--spacing) * 2);
|
|
8309
|
-
margin-top: calc(var(--spacing) * -2
|
|
8885
|
+
margin-top: calc(var(--spacing) * -2);
|
|
8310
8886
|
&::before {
|
|
8311
8887
|
content: "";
|
|
8312
8888
|
position: absolute;
|
|
@@ -8448,7 +9024,7 @@
|
|
|
8448
9024
|
@supports (color: color-mix(in lab, red, red)) {
|
|
8449
9025
|
--btn-text-color: color-mix(in oklab, var(--btn-color-accent), var(--color-content) 20%);
|
|
8450
9026
|
}
|
|
8451
|
-
&:
|
|
9027
|
+
&:where(:not(:disabled, [disabled], [data-disabled='true'], .button--disabled)):active {
|
|
8452
9028
|
--tw-translate-y: 1px;
|
|
8453
9029
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
8454
9030
|
}
|
|
@@ -8458,6 +9034,10 @@
|
|
|
8458
9034
|
outline-style: none;
|
|
8459
9035
|
box-shadow: var(--box-shadow-focus);
|
|
8460
9036
|
}
|
|
9037
|
+
&.button--disabled, &:disabled, &[disabled], &[data-disabled='true'] {
|
|
9038
|
+
pointer-events: none;
|
|
9039
|
+
opacity: 60%;
|
|
9040
|
+
}
|
|
8461
9041
|
--btn-color-accent: var(--color-avo-neutral-50);
|
|
8462
9042
|
--btn-color-accent-content: var(--color-avo-neutral-100);
|
|
8463
9043
|
--btn-color-accent-foreground: var(--color-avo-neutral-950);
|
|
@@ -8595,23 +9175,27 @@
|
|
|
8595
9175
|
color: var(--btn-color-accent-foreground);
|
|
8596
9176
|
background: linear-gradient(180deg, var(--btn-color-accent-content) 0%, var(--btn-color-accent) 100%);
|
|
8597
9177
|
&:not([class*="button--color-"]) {
|
|
8598
|
-
|
|
8599
|
-
|
|
8600
|
-
|
|
8601
|
-
|
|
9178
|
+
&:where(:not(:disabled, [disabled], [data-disabled='true'], .button--disabled)) {
|
|
9179
|
+
&.button--hover, &:hover {
|
|
9180
|
+
background: linear-gradient(180deg, var(--btn-color-accent-content) 0%, var(--btn-color-accent) 100%);
|
|
9181
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9182
|
+
background: linear-gradient(180deg, color-mix(in oklab, var(--btn-color-accent-content) 96%, var(--color-black)) 0%, color-mix(in oklab, var(--btn-color-accent) 96%, var(--color-black)) 100%);
|
|
9183
|
+
}
|
|
8602
9184
|
}
|
|
8603
9185
|
}
|
|
8604
9186
|
}
|
|
8605
9187
|
box-shadow: inset 0px -1.4px 0px 0.1px var(--btn-color-accent-content), inset 0px 0.8px 0px 0.4px color-mix(in oklch, white 45%, transparent);
|
|
8606
|
-
|
|
8607
|
-
|
|
8608
|
-
|
|
8609
|
-
|
|
8610
|
-
|
|
8611
|
-
|
|
8612
|
-
|
|
8613
|
-
|
|
8614
|
-
|
|
9188
|
+
&:where(:not(:disabled, [disabled], [data-disabled='true'], .button--disabled)) {
|
|
9189
|
+
&.button--hover, &:hover {
|
|
9190
|
+
color: var(--btn-color-accent-foreground);
|
|
9191
|
+
background: linear-gradient(180deg, var(--btn-color-accent-content) 0%, var(--btn-color-accent) 100%), var(--color-primary);
|
|
9192
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9193
|
+
background: linear-gradient(180deg, color-mix(in oklab, var(--btn-color-accent-content) 90%, var(--color-black)) 0%, color-mix(in oklab, var(--btn-color-accent) 90%, var(--color-black)) 100%), var(--color-primary);
|
|
9194
|
+
}
|
|
9195
|
+
box-shadow: 0 -1.4px 0 0.1px var(--btn-color-accent-content) inset, 0 0.8px 0 0.4px color-mix(in srgb, #fff 45%, transparent) inset;
|
|
9196
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9197
|
+
box-shadow: 0 -1.4px 0 0.1px var(--btn-color-accent-content) inset, 0 0.8px 0 0.4px color-mix(in oklab, var(--color-white) 45%, transparent) inset;
|
|
9198
|
+
}
|
|
8615
9199
|
}
|
|
8616
9200
|
}
|
|
8617
9201
|
&.button--active, &:active {
|
|
@@ -8636,13 +9220,15 @@
|
|
|
8636
9220
|
@supports (color: color-mix(in lab, red, red)) {
|
|
8637
9221
|
--btn-box-shadow-color: color-mix(in oklab, var(--color-content), transparent 65%);
|
|
8638
9222
|
}
|
|
8639
|
-
|
|
8640
|
-
--
|
|
8641
|
-
|
|
8642
|
-
|
|
9223
|
+
&:where(:not(:disabled, [disabled], [data-disabled='true'], .button--disabled)) {
|
|
9224
|
+
&.button--hover, &:hover {
|
|
9225
|
+
--btn-box-shadow-color: color-mix(in srgb, oklch(20.46% 0 89.88), transparent 55%);
|
|
9226
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9227
|
+
--btn-box-shadow-color: color-mix(in oklab, var(--color-content), transparent 55%);
|
|
9228
|
+
}
|
|
9229
|
+
background-color: var(--color-tertiary);
|
|
9230
|
+
color: var(--color-content);
|
|
8643
9231
|
}
|
|
8644
|
-
background-color: var(--color-tertiary);
|
|
8645
|
-
color: var(--color-content);
|
|
8646
9232
|
}
|
|
8647
9233
|
&.button--disabled, &:disabled, &[disabled], &[data-disabled='true'] {
|
|
8648
9234
|
border-color: var(--color-content-secondary);
|
|
@@ -8656,15 +9242,17 @@
|
|
|
8656
9242
|
border-color: var(--btn-color-accent);
|
|
8657
9243
|
background: var(--color-primary);
|
|
8658
9244
|
box-shadow: 0 -1.4px 0 0.1px var(--btn-box-shadow-color) inset, 0 0.8px 0 0.4px var(--color-primary) inset;
|
|
8659
|
-
|
|
8660
|
-
|
|
8661
|
-
|
|
8662
|
-
|
|
8663
|
-
|
|
8664
|
-
|
|
8665
|
-
|
|
8666
|
-
|
|
8667
|
-
|
|
9245
|
+
&:where(:not(:disabled, [disabled], [data-disabled='true'], .button--disabled)) {
|
|
9246
|
+
&.button--hover, &:hover {
|
|
9247
|
+
color: var(--btn-text-color);
|
|
9248
|
+
--btn-box-shadow-color: var(--btn-color-accent);
|
|
9249
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9250
|
+
--btn-box-shadow-color: color-mix(in oklab, var(--btn-color-accent), transparent 55%);
|
|
9251
|
+
}
|
|
9252
|
+
background: var(--btn-color-accent);
|
|
9253
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9254
|
+
background: color-mix(in oklab, var(--btn-color-accent), var(--color-primary) 85%);
|
|
9255
|
+
}
|
|
8668
9256
|
}
|
|
8669
9257
|
}
|
|
8670
9258
|
&.button--active:not(:disabled), &:active:not(:disabled) {
|
|
@@ -8697,15 +9285,19 @@
|
|
|
8697
9285
|
--btn-color-accent-content: var(--color-avo-neutral-950);
|
|
8698
9286
|
--btn-color-accent-foreground: var(--color-white);
|
|
8699
9287
|
}
|
|
8700
|
-
|
|
8701
|
-
|
|
8702
|
-
|
|
8703
|
-
|
|
9288
|
+
&:where(:not(:disabled, [disabled], [data-disabled='true'], .button--disabled)) {
|
|
9289
|
+
&.button--hover, &:hover {
|
|
9290
|
+
background: var(--btn-color-accent);
|
|
9291
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
9292
|
+
background: color-mix(in oklab, var(--btn-color-accent), var(--color-primary) 85%);
|
|
9293
|
+
}
|
|
9294
|
+
color: var(--btn-text-color);
|
|
8704
9295
|
}
|
|
8705
|
-
color: var(--btn-text-color);
|
|
8706
9296
|
}
|
|
8707
|
-
|
|
8708
|
-
|
|
9297
|
+
&:where(:not(:disabled, [disabled], [data-disabled='true'], .button--disabled)) {
|
|
9298
|
+
&.button--active, &:active {
|
|
9299
|
+
background-color: var(--color-secondary);
|
|
9300
|
+
}
|
|
8709
9301
|
}
|
|
8710
9302
|
&.button--disabled, &:disabled, &[disabled], &[data-disabled='true'] {
|
|
8711
9303
|
color: var(--color-content);
|
|
@@ -9472,6 +10064,12 @@
|
|
|
9472
10064
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
9473
10065
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
9474
10066
|
}
|
|
10067
|
+
body:not(.hotkeys-hide-badges) .color-scheme-switcher__scheme-button[data-key-badges="show"], body.hotkeys-hide-badges .color-scheme-switcher__scheme-button[data-key-badges="hide"] {
|
|
10068
|
+
background-color: var(--color-primary);
|
|
10069
|
+
color: var(--color-content);
|
|
10070
|
+
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
10071
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
10072
|
+
}
|
|
9475
10073
|
.color-scheme-switcher__scheme-label {
|
|
9476
10074
|
font-size: var(--text-xs);
|
|
9477
10075
|
line-height: var(--tw-leading, var(--text-xs--line-height));
|
|
@@ -10332,42 +10930,6 @@
|
|
|
10332
10930
|
overflow-y: auto;
|
|
10333
10931
|
}
|
|
10334
10932
|
}
|
|
10335
|
-
.filters-card__header {
|
|
10336
|
-
display: flex;
|
|
10337
|
-
width: 100%;
|
|
10338
|
-
align-items: center;
|
|
10339
|
-
justify-content: space-between;
|
|
10340
|
-
padding-inline: calc(var(--spacing) * 3);
|
|
10341
|
-
padding-block: calc(var(--spacing) * 1.5);
|
|
10342
|
-
--tw-font-weight: var(--font-weight-medium);
|
|
10343
|
-
font-weight: var(--font-weight-medium);
|
|
10344
|
-
}
|
|
10345
|
-
.filters-card__title {
|
|
10346
|
-
font-size: var(--text-sm);
|
|
10347
|
-
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
10348
|
-
color: var(--color-content);
|
|
10349
|
-
}
|
|
10350
|
-
.filters-card__reset {
|
|
10351
|
-
font-size: 10px;
|
|
10352
|
-
--tw-leading: calc(var(--spacing) * 3.5);
|
|
10353
|
-
line-height: calc(var(--spacing) * 3.5);
|
|
10354
|
-
--tw-font-weight: var(--font-weight-medium);
|
|
10355
|
-
font-weight: var(--font-weight-medium);
|
|
10356
|
-
color: var(--color-content-secondary);
|
|
10357
|
-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
10358
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
10359
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
10360
|
-
&:hover {
|
|
10361
|
-
color: var(--color-content);
|
|
10362
|
-
}
|
|
10363
|
-
}
|
|
10364
|
-
.filters-card__reset--disabled {
|
|
10365
|
-
cursor: not-allowed;
|
|
10366
|
-
color: var(--color-content-secondary);
|
|
10367
|
-
&:hover {
|
|
10368
|
-
color: var(--color-content-secondary);
|
|
10369
|
-
}
|
|
10370
|
-
}
|
|
10371
10933
|
.filters-card__content {
|
|
10372
10934
|
overflow: hidden;
|
|
10373
10935
|
padding: calc(var(--spacing) * 1);
|