@snabcentr/client-ui 0.11.1 → 0.11.3
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.
Potentially problematic release.
This version of @snabcentr/client-ui might be problematic. Click here for more details.
- package/esm2020/auth/sc-sign-in-form/sc-sign-in-form.component.mjs +3 -3
- package/esm2020/catalog/categories-list/sc-categories-list.component.mjs +4 -3
- package/fesm2015/snabcentr-client-ui.mjs +4 -4
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +4 -4
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/tailwind/tailwind.scss +0 -74
package/package.json
CHANGED
@@ -648,10 +648,6 @@ video {
|
|
648
648
|
position: sticky;
|
649
649
|
}
|
650
650
|
|
651
|
-
.bottom-0 {
|
652
|
-
bottom: 0px;
|
653
|
-
}
|
654
|
-
|
655
651
|
.bottom-4 {
|
656
652
|
bottom: 1rem;
|
657
653
|
}
|
@@ -700,14 +696,6 @@ video {
|
|
700
696
|
margin: 0px;
|
701
697
|
}
|
702
698
|
|
703
|
-
.m-3 {
|
704
|
-
margin: 0.75rem;
|
705
|
-
}
|
706
|
-
|
707
|
-
.m-8 {
|
708
|
-
margin: 2rem;
|
709
|
-
}
|
710
|
-
|
711
699
|
.my-0 {
|
712
700
|
margin-top: 0px;
|
713
701
|
margin-bottom: 0px;
|
@@ -727,10 +715,6 @@ video {
|
|
727
715
|
margin-bottom: 0.25rem;
|
728
716
|
}
|
729
717
|
|
730
|
-
.mb-3 {
|
731
|
-
margin-bottom: 0.75rem;
|
732
|
-
}
|
733
|
-
|
734
718
|
.mb-4 {
|
735
719
|
margin-bottom: 1rem;
|
736
720
|
}
|
@@ -878,10 +862,6 @@ video {
|
|
878
862
|
height: 19rem;
|
879
863
|
}
|
880
864
|
|
881
|
-
.h-\[30rem\] {
|
882
|
-
height: 30rem;
|
883
|
-
}
|
884
|
-
|
885
865
|
.h-full {
|
886
866
|
height: 100%;
|
887
867
|
}
|
@@ -894,10 +874,6 @@ video {
|
|
894
874
|
max-height: 100%;
|
895
875
|
}
|
896
876
|
|
897
|
-
.\!w-36 {
|
898
|
-
width: 9rem !important;
|
899
|
-
}
|
900
|
-
|
901
877
|
.\!w-5 {
|
902
878
|
width: 1.25rem !important;
|
903
879
|
}
|
@@ -930,10 +906,6 @@ video {
|
|
930
906
|
width: 10rem;
|
931
907
|
}
|
932
908
|
|
933
|
-
.w-44 {
|
934
|
-
width: 11rem;
|
935
|
-
}
|
936
|
-
|
937
909
|
.w-6 {
|
938
910
|
width: 1.5rem;
|
939
911
|
}
|
@@ -946,26 +918,6 @@ video {
|
|
946
918
|
width: 2rem;
|
947
919
|
}
|
948
920
|
|
949
|
-
.w-96 {
|
950
|
-
width: 24rem;
|
951
|
-
}
|
952
|
-
|
953
|
-
.w-\[21rem\] {
|
954
|
-
width: 21rem;
|
955
|
-
}
|
956
|
-
|
957
|
-
.w-\[34rem\] {
|
958
|
-
width: 34rem;
|
959
|
-
}
|
960
|
-
|
961
|
-
.w-\[46rem\] {
|
962
|
-
width: 46rem;
|
963
|
-
}
|
964
|
-
|
965
|
-
.w-\[54rem\] {
|
966
|
-
width: 54rem;
|
967
|
-
}
|
968
|
-
|
969
921
|
.w-auto {
|
970
922
|
width: auto;
|
971
923
|
}
|
@@ -974,10 +926,6 @@ video {
|
|
974
926
|
width: 100%;
|
975
927
|
}
|
976
928
|
|
977
|
-
.\!min-w-0 {
|
978
|
-
min-width: 0px !important;
|
979
|
-
}
|
980
|
-
|
981
929
|
.min-w-72 {
|
982
930
|
min-width: 18rem;
|
983
931
|
}
|
@@ -1106,14 +1054,6 @@ video {
|
|
1106
1054
|
gap: 1rem;
|
1107
1055
|
}
|
1108
1056
|
|
1109
|
-
.gap-5 {
|
1110
|
-
gap: 1.25rem;
|
1111
|
-
}
|
1112
|
-
|
1113
|
-
.gap-8 {
|
1114
|
-
gap: 2rem;
|
1115
|
-
}
|
1116
|
-
|
1117
1057
|
.gap-x-2 {
|
1118
1058
|
-moz-column-gap: 0.5rem;
|
1119
1059
|
column-gap: 0.5rem;
|
@@ -1263,10 +1203,6 @@ video {
|
|
1263
1203
|
padding: 0.5rem;
|
1264
1204
|
}
|
1265
1205
|
|
1266
|
-
.p-3 {
|
1267
|
-
padding: 0.75rem;
|
1268
|
-
}
|
1269
|
-
|
1270
1206
|
.p-4 {
|
1271
1207
|
padding: 1rem;
|
1272
1208
|
}
|
@@ -1330,11 +1266,6 @@ video {
|
|
1330
1266
|
vertical-align: baseline;
|
1331
1267
|
}
|
1332
1268
|
|
1333
|
-
.\!text-2xl {
|
1334
|
-
font-size: 1.5rem !important;
|
1335
|
-
line-height: 2rem !important;
|
1336
|
-
}
|
1337
|
-
|
1338
1269
|
.\!text-sm {
|
1339
1270
|
font-size: 0.875rem !important;
|
1340
1271
|
line-height: 1.25rem !important;
|
@@ -1407,11 +1338,6 @@ video {
|
|
1407
1338
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
1408
1339
|
}
|
1409
1340
|
|
1410
|
-
.text-green-600 {
|
1411
|
-
--tw-text-opacity: 1;
|
1412
|
-
color: rgb(22 163 74 / var(--tw-text-opacity));
|
1413
|
-
}
|
1414
|
-
|
1415
1341
|
.text-red-700 {
|
1416
1342
|
--tw-text-opacity: 1;
|
1417
1343
|
color: rgb(185 28 28 / var(--tw-text-opacity));
|