@snabcentr/client-ui 5.1.4 → 5.3.0
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/fesm2022/snabcentr-client-ui.mjs +5684 -3472
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/icons/svg-pack/application.svg +1 -1
- package/icons/svg-pack/back.svg +1 -1
- package/icons/svg-pack/bag.svg +1 -1
- package/icons/svg-pack/banknote-arrow-in-top.svg +1 -1
- package/icons/svg-pack/catalog/aluminum-systems.svg +1 -1
- package/icons/svg-pack/catalog/arm-profile.svg +1 -1
- package/icons/svg-pack/catalog/batten.svg +1 -1
- package/icons/svg-pack/catalog/brusbox.svg +1 -1
- package/icons/svg-pack/catalog/canopy.svg +1 -1
- package/icons/svg-pack/catalog/configurator.svg +1 -1
- package/icons/svg-pack/catalog/covering-material.svg +1 -1
- package/icons/svg-pack/catalog/door-accessories.svg +1 -1
- package/icons/svg-pack/catalog/drainage-system.svg +1 -1
- package/icons/svg-pack/catalog/fastener.svg +1 -1
- package/icons/svg-pack/catalog/finishing-materials.svg +1 -1
- package/icons/svg-pack/catalog/fixing-impost.svg +1 -1
- package/icons/svg-pack/catalog/flask.svg +1 -1
- package/icons/svg-pack/catalog/foam-balloon.svg +1 -1
- package/icons/svg-pack/catalog/foam.svg +1 -1
- package/icons/svg-pack/catalog/glue.svg +1 -1
- package/icons/svg-pack/catalog/handle.svg +1 -1
- package/icons/svg-pack/catalog/instrument.svg +1 -1
- package/icons/svg-pack/catalog/kve-profile.svg +1 -1
- package/icons/svg-pack/catalog/lubricants.svg +1 -1
- package/icons/svg-pack/catalog/mosquito-net.svg +1 -1
- package/icons/svg-pack/catalog/mounting-accessories.svg +1 -1
- package/icons/svg-pack/catalog/net-order.svg +1 -1
- package/icons/svg-pack/catalog/panel-1.svg +1 -1
- package/icons/svg-pack/catalog/panel.svg +1 -1
- package/icons/svg-pack/catalog/polyethylene-film.svg +1 -1
- package/icons/svg-pack/catalog/profile-plastic.svg +1 -1
- package/icons/svg-pack/catalog/promo-materials.svg +1 -1
- package/icons/svg-pack/catalog/psul.svg +1 -1
- package/icons/svg-pack/catalog/rehau-profile.svg +1 -1
- package/icons/svg-pack/catalog/sandwich-plastic.svg +1 -1
- package/icons/svg-pack/catalog/sealer.svg +1 -1
- package/icons/svg-pack/catalog/siding-2.svg +1 -1
- package/icons/svg-pack/catalog/siding.svg +1 -1
- package/icons/svg-pack/catalog/start-finish-profile.svg +1 -1
- package/icons/svg-pack/catalog/steam-waterproofing.svg +1 -1
- package/icons/svg-pack/catalog/stiz.svg +1 -1
- package/icons/svg-pack/catalog/thermometer.svg +1 -1
- package/icons/svg-pack/catalog/windowsill.svg +1 -1
- package/icons/svg-pack/chart-column-plus.svg +1 -1
- package/icons/svg-pack/circle-arrow-in-right.svg +1 -1
- package/icons/svg-pack/contacts.svg +1 -1
- package/icons/svg-pack/deadline.svg +1 -1
- package/icons/svg-pack/file-p.svg +1 -1
- package/icons/svg-pack/file-search.svg +1 -1
- package/icons/svg-pack/file-w.svg +1 -1
- package/icons/svg-pack/file-x.svg +1 -1
- package/icons/svg-pack/grid-height-arrow.svg +1 -1
- package/icons/svg-pack/grid-width-arrow.svg +1 -1
- package/icons/svg-pack/layout-list-tree.svg +1 -1
- package/icons/svg-pack/list.svg +1 -1
- package/icons/svg-pack/puzzle.svg +1 -1
- package/icons/svg-pack/reclamation.svg +1 -1
- package/icons/svg-pack/retail-store.svg +1 -1
- package/icons/svg-pack/send.svg +1 -1
- package/package.json +37 -35
- package/release_notes.tmp +4 -1
- package/styles/print.scss +5 -0
- package/styles/taiga/snabcentr-tailwind-preset.js +2 -3
- package/styles/taiga/variables.less +16 -17
- package/styles/tailwind/tailwind.scss +295 -89
- package/{index.d.ts → types/snabcentr-client-ui.d.ts} +2829 -1290
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
/*
|
|
110
|
-
! tailwindcss v3.4.
|
|
110
|
+
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
|
|
111
111
|
*/
|
|
112
112
|
|
|
113
113
|
/*
|
|
@@ -558,6 +558,10 @@ video {
|
|
|
558
558
|
pointer-events: none;
|
|
559
559
|
}
|
|
560
560
|
|
|
561
|
+
.visible {
|
|
562
|
+
visibility: visible;
|
|
563
|
+
}
|
|
564
|
+
|
|
561
565
|
.static {
|
|
562
566
|
position: static;
|
|
563
567
|
}
|
|
@@ -586,6 +590,10 @@ video {
|
|
|
586
590
|
right: -0.25rem;
|
|
587
591
|
}
|
|
588
592
|
|
|
593
|
+
.bottom-0 {
|
|
594
|
+
bottom: 0px;
|
|
595
|
+
}
|
|
596
|
+
|
|
589
597
|
.left-0 {
|
|
590
598
|
left: 0px;
|
|
591
599
|
}
|
|
@@ -606,6 +614,10 @@ video {
|
|
|
606
614
|
right: 0.5rem;
|
|
607
615
|
}
|
|
608
616
|
|
|
617
|
+
.right-3 {
|
|
618
|
+
right: 0.75rem;
|
|
619
|
+
}
|
|
620
|
+
|
|
609
621
|
.top-0 {
|
|
610
622
|
top: 0px;
|
|
611
623
|
}
|
|
@@ -647,11 +659,31 @@ video {
|
|
|
647
659
|
margin-right: 0.5rem;
|
|
648
660
|
}
|
|
649
661
|
|
|
662
|
+
.my-1 {
|
|
663
|
+
margin-top: 0.25rem;
|
|
664
|
+
margin-bottom: 0.25rem;
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
.my-1\.5 {
|
|
668
|
+
margin-top: 0.375rem;
|
|
669
|
+
margin-bottom: 0.375rem;
|
|
670
|
+
}
|
|
671
|
+
|
|
650
672
|
.my-2 {
|
|
651
673
|
margin-top: 0.5rem;
|
|
652
674
|
margin-bottom: 0.5rem;
|
|
653
675
|
}
|
|
654
676
|
|
|
677
|
+
.my-2\.5 {
|
|
678
|
+
margin-top: 0.625rem;
|
|
679
|
+
margin-bottom: 0.625rem;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
.my-3 {
|
|
683
|
+
margin-top: 0.75rem;
|
|
684
|
+
margin-bottom: 0.75rem;
|
|
685
|
+
}
|
|
686
|
+
|
|
655
687
|
.my-4 {
|
|
656
688
|
margin-top: 1rem;
|
|
657
689
|
margin-bottom: 1rem;
|
|
@@ -661,6 +693,10 @@ video {
|
|
|
661
693
|
margin-left: auto !important;
|
|
662
694
|
}
|
|
663
695
|
|
|
696
|
+
.-mt-1 {
|
|
697
|
+
margin-top: -0.25rem;
|
|
698
|
+
}
|
|
699
|
+
|
|
664
700
|
.-mt-2 {
|
|
665
701
|
margin-top: -0.5rem;
|
|
666
702
|
}
|
|
@@ -681,6 +717,10 @@ video {
|
|
|
681
717
|
margin-bottom: 1rem;
|
|
682
718
|
}
|
|
683
719
|
|
|
720
|
+
.mb-5 {
|
|
721
|
+
margin-bottom: 1.25rem;
|
|
722
|
+
}
|
|
723
|
+
|
|
684
724
|
.mb-8 {
|
|
685
725
|
margin-bottom: 2rem;
|
|
686
726
|
}
|
|
@@ -705,10 +745,18 @@ video {
|
|
|
705
745
|
margin-left: 1.25rem;
|
|
706
746
|
}
|
|
707
747
|
|
|
748
|
+
.ml-auto {
|
|
749
|
+
margin-left: auto;
|
|
750
|
+
}
|
|
751
|
+
|
|
708
752
|
.mr-2 {
|
|
709
753
|
margin-right: 0.5rem;
|
|
710
754
|
}
|
|
711
755
|
|
|
756
|
+
.mt-1 {
|
|
757
|
+
margin-top: 0.25rem;
|
|
758
|
+
}
|
|
759
|
+
|
|
712
760
|
.mt-2 {
|
|
713
761
|
margin-top: 0.5rem;
|
|
714
762
|
}
|
|
@@ -717,10 +765,18 @@ video {
|
|
|
717
765
|
margin-top: 1rem;
|
|
718
766
|
}
|
|
719
767
|
|
|
768
|
+
.mt-6 {
|
|
769
|
+
margin-top: 1.5rem;
|
|
770
|
+
}
|
|
771
|
+
|
|
720
772
|
.mt-8 {
|
|
721
773
|
margin-top: 2rem;
|
|
722
774
|
}
|
|
723
775
|
|
|
776
|
+
.mt-auto {
|
|
777
|
+
margin-top: auto;
|
|
778
|
+
}
|
|
779
|
+
|
|
724
780
|
.line-clamp-3 {
|
|
725
781
|
overflow: hidden;
|
|
726
782
|
display: -webkit-box;
|
|
@@ -748,6 +804,10 @@ video {
|
|
|
748
804
|
display: grid;
|
|
749
805
|
}
|
|
750
806
|
|
|
807
|
+
.contents {
|
|
808
|
+
display: contents;
|
|
809
|
+
}
|
|
810
|
+
|
|
751
811
|
.\!hidden {
|
|
752
812
|
display: none !important;
|
|
753
813
|
}
|
|
@@ -770,11 +830,6 @@ video {
|
|
|
770
830
|
height: 2.75rem;
|
|
771
831
|
}
|
|
772
832
|
|
|
773
|
-
.size-20 {
|
|
774
|
-
width: 5rem;
|
|
775
|
-
height: 5rem;
|
|
776
|
-
}
|
|
777
|
-
|
|
778
833
|
.size-24 {
|
|
779
834
|
width: 6rem;
|
|
780
835
|
height: 6rem;
|
|
@@ -812,6 +867,10 @@ video {
|
|
|
812
867
|
height: 3rem;
|
|
813
868
|
}
|
|
814
869
|
|
|
870
|
+
.h-2 {
|
|
871
|
+
height: 0.5rem;
|
|
872
|
+
}
|
|
873
|
+
|
|
815
874
|
.h-3 {
|
|
816
875
|
height: 0.75rem;
|
|
817
876
|
}
|
|
@@ -820,10 +879,18 @@ video {
|
|
|
820
879
|
height: 1rem;
|
|
821
880
|
}
|
|
822
881
|
|
|
882
|
+
.h-5 {
|
|
883
|
+
height: 1.25rem;
|
|
884
|
+
}
|
|
885
|
+
|
|
823
886
|
.h-56 {
|
|
824
887
|
height: 14rem;
|
|
825
888
|
}
|
|
826
889
|
|
|
890
|
+
.h-6 {
|
|
891
|
+
height: 1.5rem;
|
|
892
|
+
}
|
|
893
|
+
|
|
827
894
|
.h-\[19em\] {
|
|
828
895
|
height: 19em;
|
|
829
896
|
}
|
|
@@ -856,6 +923,14 @@ video {
|
|
|
856
923
|
width: auto !important;
|
|
857
924
|
}
|
|
858
925
|
|
|
926
|
+
.w-1\/2 {
|
|
927
|
+
width: 50%;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
.w-1\/3 {
|
|
931
|
+
width: 33.333333%;
|
|
932
|
+
}
|
|
933
|
+
|
|
859
934
|
.w-1\/4 {
|
|
860
935
|
width: 25%;
|
|
861
936
|
}
|
|
@@ -868,6 +943,10 @@ video {
|
|
|
868
943
|
width: 3rem;
|
|
869
944
|
}
|
|
870
945
|
|
|
946
|
+
.w-2\/3 {
|
|
947
|
+
width: 66.666667%;
|
|
948
|
+
}
|
|
949
|
+
|
|
871
950
|
.w-24 {
|
|
872
951
|
width: 6rem;
|
|
873
952
|
}
|
|
@@ -876,10 +955,6 @@ video {
|
|
|
876
955
|
width: 75%;
|
|
877
956
|
}
|
|
878
957
|
|
|
879
|
-
.w-3\/5 {
|
|
880
|
-
width: 60%;
|
|
881
|
-
}
|
|
882
|
-
|
|
883
958
|
.w-32 {
|
|
884
959
|
width: 8rem;
|
|
885
960
|
}
|
|
@@ -888,18 +963,10 @@ video {
|
|
|
888
963
|
width: 9rem;
|
|
889
964
|
}
|
|
890
965
|
|
|
891
|
-
.w-4\/5 {
|
|
892
|
-
width: 80%;
|
|
893
|
-
}
|
|
894
|
-
|
|
895
966
|
.w-40 {
|
|
896
967
|
width: 10rem;
|
|
897
968
|
}
|
|
898
969
|
|
|
899
|
-
.w-50 {
|
|
900
|
-
width: 12.5rem;
|
|
901
|
-
}
|
|
902
|
-
|
|
903
970
|
.w-6\/12 {
|
|
904
971
|
width: 50%;
|
|
905
972
|
}
|
|
@@ -925,6 +992,14 @@ video {
|
|
|
925
992
|
width: 100%;
|
|
926
993
|
}
|
|
927
994
|
|
|
995
|
+
.min-w-0 {
|
|
996
|
+
min-width: 0px;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
.min-w-\[11rem\] {
|
|
1000
|
+
min-width: 11rem;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
928
1003
|
.min-w-\[44rem\] {
|
|
929
1004
|
min-width: 44rem;
|
|
930
1005
|
}
|
|
@@ -933,6 +1008,11 @@ video {
|
|
|
933
1008
|
max-width: 24rem;
|
|
934
1009
|
}
|
|
935
1010
|
|
|
1011
|
+
.max-w-min {
|
|
1012
|
+
max-width: -moz-min-content;
|
|
1013
|
+
max-width: min-content;
|
|
1014
|
+
}
|
|
1015
|
+
|
|
936
1016
|
.flex-1 {
|
|
937
1017
|
flex: 1 1 0%;
|
|
938
1018
|
}
|
|
@@ -961,10 +1041,6 @@ video {
|
|
|
961
1041
|
flex-basis: 15rem;
|
|
962
1042
|
}
|
|
963
1043
|
|
|
964
|
-
.basis-min-content {
|
|
965
|
-
flex-basis: min-content;
|
|
966
|
-
}
|
|
967
|
-
|
|
968
1044
|
.table-auto {
|
|
969
1045
|
table-layout: auto;
|
|
970
1046
|
}
|
|
@@ -1010,6 +1086,14 @@ video {
|
|
|
1010
1086
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1011
1087
|
}
|
|
1012
1088
|
|
|
1089
|
+
.grid-cols-3 {
|
|
1090
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
.grid-cols-4 {
|
|
1094
|
+
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1013
1097
|
.flex-col {
|
|
1014
1098
|
flex-direction: column;
|
|
1015
1099
|
}
|
|
@@ -1022,10 +1106,6 @@ video {
|
|
|
1022
1106
|
flex-wrap: wrap;
|
|
1023
1107
|
}
|
|
1024
1108
|
|
|
1025
|
-
.content-center {
|
|
1026
|
-
align-content: center;
|
|
1027
|
-
}
|
|
1028
|
-
|
|
1029
1109
|
.\!items-start {
|
|
1030
1110
|
align-items: flex-start !important;
|
|
1031
1111
|
}
|
|
@@ -1034,6 +1114,10 @@ video {
|
|
|
1034
1114
|
align-items: flex-start;
|
|
1035
1115
|
}
|
|
1036
1116
|
|
|
1117
|
+
.items-end {
|
|
1118
|
+
align-items: flex-end;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1037
1121
|
.\!items-center {
|
|
1038
1122
|
align-items: center !important;
|
|
1039
1123
|
}
|
|
@@ -1042,10 +1126,6 @@ video {
|
|
|
1042
1126
|
align-items: center;
|
|
1043
1127
|
}
|
|
1044
1128
|
|
|
1045
|
-
.items-baseline {
|
|
1046
|
-
align-items: baseline;
|
|
1047
|
-
}
|
|
1048
|
-
|
|
1049
1129
|
.\!justify-start {
|
|
1050
1130
|
justify-content: flex-start !important;
|
|
1051
1131
|
}
|
|
@@ -1078,6 +1158,10 @@ video {
|
|
|
1078
1158
|
gap: 0.25rem;
|
|
1079
1159
|
}
|
|
1080
1160
|
|
|
1161
|
+
.gap-1\.5 {
|
|
1162
|
+
gap: 0.375rem;
|
|
1163
|
+
}
|
|
1164
|
+
|
|
1081
1165
|
.gap-12 {
|
|
1082
1166
|
gap: 3rem;
|
|
1083
1167
|
}
|
|
@@ -1118,41 +1202,38 @@ video {
|
|
|
1118
1202
|
gap: 2rem;
|
|
1119
1203
|
}
|
|
1120
1204
|
|
|
1205
|
+
.gap-x-1 {
|
|
1206
|
+
-moz-column-gap: 0.25rem;
|
|
1207
|
+
column-gap: 0.25rem;
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1121
1210
|
.gap-x-2 {
|
|
1122
1211
|
-moz-column-gap: 0.5rem;
|
|
1123
1212
|
column-gap: 0.5rem;
|
|
1124
1213
|
}
|
|
1125
1214
|
|
|
1215
|
+
.gap-x-2\.5 {
|
|
1216
|
+
-moz-column-gap: 0.625rem;
|
|
1217
|
+
column-gap: 0.625rem;
|
|
1218
|
+
}
|
|
1219
|
+
|
|
1126
1220
|
.gap-x-4 {
|
|
1127
1221
|
-moz-column-gap: 1rem;
|
|
1128
1222
|
column-gap: 1rem;
|
|
1129
1223
|
}
|
|
1130
1224
|
|
|
1131
|
-
.gap-x-8 {
|
|
1132
|
-
-moz-column-gap: 2rem;
|
|
1133
|
-
column-gap: 2rem;
|
|
1134
|
-
}
|
|
1135
|
-
|
|
1136
|
-
.gap-y-0\.5 {
|
|
1137
|
-
row-gap: 0.125rem;
|
|
1138
|
-
}
|
|
1139
|
-
|
|
1140
1225
|
.gap-y-1 {
|
|
1141
1226
|
row-gap: 0.25rem;
|
|
1142
1227
|
}
|
|
1143
1228
|
|
|
1144
|
-
.gap-y-
|
|
1145
|
-
row-gap:
|
|
1229
|
+
.gap-y-4 {
|
|
1230
|
+
row-gap: 1rem;
|
|
1146
1231
|
}
|
|
1147
1232
|
|
|
1148
1233
|
.self-start {
|
|
1149
1234
|
align-self: flex-start;
|
|
1150
1235
|
}
|
|
1151
1236
|
|
|
1152
|
-
.\!self-center {
|
|
1153
|
-
align-self: center !important;
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
1237
|
.self-center {
|
|
1157
1238
|
align-self: center;
|
|
1158
1239
|
}
|
|
@@ -1169,10 +1250,6 @@ video {
|
|
|
1169
1250
|
white-space: nowrap;
|
|
1170
1251
|
}
|
|
1171
1252
|
|
|
1172
|
-
.break-all {
|
|
1173
|
-
word-break: break-all;
|
|
1174
|
-
}
|
|
1175
|
-
|
|
1176
1253
|
.\!rounded-xl {
|
|
1177
1254
|
border-radius: 0.75rem !important;
|
|
1178
1255
|
}
|
|
@@ -1185,6 +1262,14 @@ video {
|
|
|
1185
1262
|
border-radius: 9999px;
|
|
1186
1263
|
}
|
|
1187
1264
|
|
|
1265
|
+
.rounded-md {
|
|
1266
|
+
border-radius: 0.375rem;
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
.rounded-sm {
|
|
1270
|
+
border-radius: 0.125rem;
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1188
1273
|
.rounded-tui-radius-m {
|
|
1189
1274
|
border-radius: var(--tui-radius-m);
|
|
1190
1275
|
}
|
|
@@ -1260,6 +1345,10 @@ video {
|
|
|
1260
1345
|
background-color: var(--tui-border-normal);
|
|
1261
1346
|
}
|
|
1262
1347
|
|
|
1348
|
+
.bg-tui-clear {
|
|
1349
|
+
background-color: var(--tui-background-neutral-1);
|
|
1350
|
+
}
|
|
1351
|
+
|
|
1263
1352
|
.bg-white {
|
|
1264
1353
|
--tw-bg-opacity: 1;
|
|
1265
1354
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
@@ -1415,6 +1504,14 @@ video {
|
|
|
1415
1504
|
text-align: center;
|
|
1416
1505
|
}
|
|
1417
1506
|
|
|
1507
|
+
.text-right {
|
|
1508
|
+
text-align: right;
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
.text-start {
|
|
1512
|
+
text-align: start;
|
|
1513
|
+
}
|
|
1514
|
+
|
|
1418
1515
|
.text-end {
|
|
1419
1516
|
text-align: end;
|
|
1420
1517
|
}
|
|
@@ -1433,12 +1530,24 @@ video {
|
|
|
1433
1530
|
line-height: 1 !important;
|
|
1434
1531
|
}
|
|
1435
1532
|
|
|
1533
|
+
.\!text-body-m {
|
|
1534
|
+
font-size: 0.9375rem !important;
|
|
1535
|
+
line-height: 1.5rem !important;
|
|
1536
|
+
font-weight: 500 !important;
|
|
1537
|
+
}
|
|
1538
|
+
|
|
1436
1539
|
.\!text-body-m-bold {
|
|
1437
1540
|
font-size: 0.9375rem !important;
|
|
1438
1541
|
line-height: 1.5rem !important;
|
|
1439
1542
|
font-weight: 800 !important;
|
|
1440
1543
|
}
|
|
1441
1544
|
|
|
1545
|
+
.\!text-body-s {
|
|
1546
|
+
font-size: 0.8125rem !important;
|
|
1547
|
+
line-height: 1.25rem !important;
|
|
1548
|
+
font-weight: 500 !important;
|
|
1549
|
+
}
|
|
1550
|
+
|
|
1442
1551
|
.\!text-body-s-bold {
|
|
1443
1552
|
font-size: 0.8125rem !important;
|
|
1444
1553
|
line-height: 1.25rem !important;
|
|
@@ -1534,6 +1643,11 @@ video {
|
|
|
1534
1643
|
line-height: 1.25rem;
|
|
1535
1644
|
}
|
|
1536
1645
|
|
|
1646
|
+
.text-xl {
|
|
1647
|
+
font-size: 1.25rem;
|
|
1648
|
+
line-height: 1.75rem;
|
|
1649
|
+
}
|
|
1650
|
+
|
|
1537
1651
|
.text-xs {
|
|
1538
1652
|
font-size: 0.75rem;
|
|
1539
1653
|
line-height: 1rem;
|
|
@@ -1607,6 +1721,10 @@ video {
|
|
|
1607
1721
|
color: var(--tui-background-accent-1);
|
|
1608
1722
|
}
|
|
1609
1723
|
|
|
1724
|
+
.text-tui-status-positive {
|
|
1725
|
+
color: var(--tui-status-positive);
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1610
1728
|
.text-tui-success-fill {
|
|
1611
1729
|
color: var(--tui-status-positive);
|
|
1612
1730
|
}
|
|
@@ -1623,10 +1741,18 @@ video {
|
|
|
1623
1741
|
color: var(--tui-text-tertiary);
|
|
1624
1742
|
}
|
|
1625
1743
|
|
|
1744
|
+
.text-tui-text-negative {
|
|
1745
|
+
color: var(--tui-text-negative);
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1626
1748
|
.text-tui-text-primary {
|
|
1627
1749
|
color: var(--tui-text-primary);
|
|
1628
1750
|
}
|
|
1629
1751
|
|
|
1752
|
+
.text-tui-text-secondary {
|
|
1753
|
+
color: var(--tui-text-secondary);
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1630
1756
|
.text-tui-text-tertiary {
|
|
1631
1757
|
color: var(--tui-text-tertiary);
|
|
1632
1758
|
}
|
|
@@ -1635,6 +1761,10 @@ video {
|
|
|
1635
1761
|
text-decoration-line: underline !important;
|
|
1636
1762
|
}
|
|
1637
1763
|
|
|
1764
|
+
.underline {
|
|
1765
|
+
text-decoration-line: underline;
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1638
1768
|
.line-through {
|
|
1639
1769
|
text-decoration-line: line-through;
|
|
1640
1770
|
}
|
|
@@ -1643,6 +1773,14 @@ video {
|
|
|
1643
1773
|
opacity: 0.5;
|
|
1644
1774
|
}
|
|
1645
1775
|
|
|
1776
|
+
.opacity-60 {
|
|
1777
|
+
opacity: 0.6;
|
|
1778
|
+
}
|
|
1779
|
+
|
|
1780
|
+
.opacity-70 {
|
|
1781
|
+
opacity: 0.7;
|
|
1782
|
+
}
|
|
1783
|
+
|
|
1646
1784
|
.opacity-90 {
|
|
1647
1785
|
opacity: 0.9;
|
|
1648
1786
|
}
|
|
@@ -1693,23 +1831,107 @@ video {
|
|
|
1693
1831
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
1694
1832
|
}
|
|
1695
1833
|
|
|
1834
|
+
.transition {
|
|
1835
|
+
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
|
1836
|
+
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
1837
|
+
transition-duration: 150ms;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
.duration-200 {
|
|
1841
|
+
transition-duration: 200ms;
|
|
1842
|
+
}
|
|
1843
|
+
|
|
1696
1844
|
.duration-500 {
|
|
1697
1845
|
transition-duration: 500ms;
|
|
1698
1846
|
}
|
|
1699
1847
|
|
|
1848
|
+
.\@container {
|
|
1849
|
+
container-type: inline-size;
|
|
1850
|
+
}
|
|
1851
|
+
|
|
1700
1852
|
.hover\:bg-tui-background-neutral-1:hover {
|
|
1701
1853
|
background-color: var(--tui-background-neutral-1);
|
|
1702
1854
|
}
|
|
1703
1855
|
|
|
1856
|
+
@container (min-width: 32rem) {
|
|
1857
|
+
.\@lg\:col-span-2 {
|
|
1858
|
+
grid-column: span 2 / span 2;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
.\@lg\:grid-cols-3 {
|
|
1862
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1863
|
+
}
|
|
1864
|
+
|
|
1865
|
+
.\@lg\:justify-end {
|
|
1866
|
+
justify-content: flex-end;
|
|
1867
|
+
}
|
|
1868
|
+
|
|
1869
|
+
.\@lg\:gap-2 {
|
|
1870
|
+
gap: 0.5rem;
|
|
1871
|
+
}
|
|
1872
|
+
|
|
1873
|
+
.\@lg\:gap-3 {
|
|
1874
|
+
gap: 0.75rem;
|
|
1875
|
+
}
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
@container (min-width: 42rem) {
|
|
1879
|
+
.\@2xl\:grid-cols-2 {
|
|
1880
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
.\@2xl\:grid-rows-1 {
|
|
1884
|
+
grid-template-rows: repeat(1, minmax(0, 1fr));
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
.\@2xl\:\!justify-center {
|
|
1888
|
+
justify-content: center !important;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
.\@2xl\:gap-4 {
|
|
1892
|
+
gap: 1rem;
|
|
1893
|
+
}
|
|
1894
|
+
}
|
|
1895
|
+
|
|
1896
|
+
@container (min-width: 64rem) {
|
|
1897
|
+
.\@5xl\:flex-row {
|
|
1898
|
+
flex-direction: row;
|
|
1899
|
+
}
|
|
1900
|
+
|
|
1901
|
+
.\@5xl\:items-center {
|
|
1902
|
+
align-items: center;
|
|
1903
|
+
}
|
|
1904
|
+
|
|
1905
|
+
.\@5xl\:gap-5 {
|
|
1906
|
+
gap: 1.25rem;
|
|
1907
|
+
}
|
|
1908
|
+
}
|
|
1909
|
+
|
|
1704
1910
|
@media (min-width: 640px) {
|
|
1911
|
+
.sm\:ml-auto {
|
|
1912
|
+
margin-left: auto;
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1705
1915
|
.sm\:grid-cols-2 {
|
|
1706
1916
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1707
1917
|
}
|
|
1708
1918
|
|
|
1919
|
+
.sm\:grid-cols-3 {
|
|
1920
|
+
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1709
1923
|
.sm\:flex-row {
|
|
1710
1924
|
flex-direction: row;
|
|
1711
1925
|
}
|
|
1712
1926
|
|
|
1927
|
+
.sm\:flex-wrap-reverse {
|
|
1928
|
+
flex-wrap: wrap-reverse;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
.sm\:items-start {
|
|
1932
|
+
align-items: flex-start;
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1713
1935
|
.sm\:border-32 {
|
|
1714
1936
|
border-width: 2rem;
|
|
1715
1937
|
}
|
|
@@ -1761,26 +1983,10 @@ video {
|
|
|
1761
1983
|
flex-direction: row-reverse !important;
|
|
1762
1984
|
}
|
|
1763
1985
|
|
|
1764
|
-
.md\:flex-col {
|
|
1765
|
-
flex-direction: column;
|
|
1766
|
-
}
|
|
1767
|
-
|
|
1768
|
-
.md\:items-start {
|
|
1769
|
-
align-items: flex-start;
|
|
1770
|
-
}
|
|
1771
|
-
|
|
1772
|
-
.md\:items-center {
|
|
1773
|
-
align-items: center;
|
|
1774
|
-
}
|
|
1775
|
-
|
|
1776
1986
|
.md\:gap-4 {
|
|
1777
1987
|
gap: 1rem;
|
|
1778
1988
|
}
|
|
1779
1989
|
|
|
1780
|
-
.md\:gap-5 {
|
|
1781
|
-
gap: 1.25rem;
|
|
1782
|
-
}
|
|
1783
|
-
|
|
1784
1990
|
.md\:gap-8 {
|
|
1785
1991
|
gap: 2rem;
|
|
1786
1992
|
}
|
|
@@ -1808,8 +2014,8 @@ video {
|
|
|
1808
2014
|
order: 2;
|
|
1809
2015
|
}
|
|
1810
2016
|
|
|
1811
|
-
.lg
|
|
1812
|
-
margin-left:
|
|
2017
|
+
.lg\:\!ml-4 {
|
|
2018
|
+
margin-left: 1rem !important;
|
|
1813
2019
|
}
|
|
1814
2020
|
|
|
1815
2021
|
.lg\:mt-5 {
|
|
@@ -1832,14 +2038,22 @@ video {
|
|
|
1832
2038
|
height: 28rem;
|
|
1833
2039
|
}
|
|
1834
2040
|
|
|
1835
|
-
.lg
|
|
1836
|
-
|
|
2041
|
+
.lg\:\!flex-\[2\] {
|
|
2042
|
+
flex: 2 !important;
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
.lg\:\!flex-\[3\] {
|
|
2046
|
+
flex: 3 !important;
|
|
1837
2047
|
}
|
|
1838
2048
|
|
|
1839
2049
|
.lg\:grow {
|
|
1840
2050
|
flex-grow: 1;
|
|
1841
2051
|
}
|
|
1842
2052
|
|
|
2053
|
+
.lg\:\!grid-cols-\[1fr_2fr\] {
|
|
2054
|
+
grid-template-columns: 1fr 2fr !important;
|
|
2055
|
+
}
|
|
2056
|
+
|
|
1843
2057
|
.lg\:grid-cols-2 {
|
|
1844
2058
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
1845
2059
|
}
|
|
@@ -1852,35 +2066,27 @@ video {
|
|
|
1852
2066
|
grid-template-rows: repeat(1, minmax(0, 1fr));
|
|
1853
2067
|
}
|
|
1854
2068
|
|
|
1855
|
-
.lg
|
|
1856
|
-
flex-direction: row;
|
|
2069
|
+
.lg\:\!flex-row {
|
|
2070
|
+
flex-direction: row !important;
|
|
1857
2071
|
}
|
|
1858
2072
|
|
|
1859
|
-
.lg\:
|
|
1860
|
-
|
|
1861
|
-
}
|
|
1862
|
-
|
|
1863
|
-
.lg\:gap-4 {
|
|
1864
|
-
gap: 1rem;
|
|
2073
|
+
.lg\:flex-row {
|
|
2074
|
+
flex-direction: row;
|
|
1865
2075
|
}
|
|
1866
2076
|
|
|
1867
|
-
.lg
|
|
1868
|
-
|
|
2077
|
+
.lg\:\!items-start {
|
|
2078
|
+
align-items: flex-start !important;
|
|
1869
2079
|
}
|
|
1870
|
-
}
|
|
1871
2080
|
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
width: 50%;
|
|
2081
|
+
.lg\:\!gap-6 {
|
|
2082
|
+
gap: 1.5rem !important;
|
|
1875
2083
|
}
|
|
1876
2084
|
|
|
1877
|
-
.
|
|
1878
|
-
gap:
|
|
2085
|
+
.lg\:gap-4 {
|
|
2086
|
+
gap: 1rem;
|
|
1879
2087
|
}
|
|
1880
|
-
}
|
|
1881
2088
|
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
width: 40%;
|
|
2089
|
+
.lg\:\!self-center {
|
|
2090
|
+
align-self: center !important;
|
|
1885
2091
|
}
|
|
1886
2092
|
}
|