@snabcentr/client-ui 0.15.2 → 0.15.5
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/cart/cart-item-mobile/sc-cart-item-mobile.component.mjs +3 -3
- package/esm2020/form-fields/index.mjs +4 -0
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/snabcentr-client-ui.mjs +3 -3
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +3 -3
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/form-fields/index.d.ts +3 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/styles/tailwind/tailwind.scss +34 -32
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
@@ -644,14 +644,6 @@ video {
|
|
644
644
|
position: sticky;
|
645
645
|
}
|
646
646
|
|
647
|
-
.-left-2 {
|
648
|
-
left: -0.5rem;
|
649
|
-
}
|
650
|
-
|
651
|
-
.-top-2 {
|
652
|
-
top: -0.5rem;
|
653
|
-
}
|
654
|
-
|
655
647
|
.bottom-4 {
|
656
648
|
bottom: 1rem;
|
657
649
|
}
|
@@ -700,16 +692,6 @@ video {
|
|
700
692
|
margin: 0px;
|
701
693
|
}
|
702
694
|
|
703
|
-
.my-0 {
|
704
|
-
margin-top: 0px;
|
705
|
-
margin-bottom: 0px;
|
706
|
-
}
|
707
|
-
|
708
|
-
.my-0\.5 {
|
709
|
-
margin-top: 0.125rem;
|
710
|
-
margin-bottom: 0.125rem;
|
711
|
-
}
|
712
|
-
|
713
695
|
.my-4 {
|
714
696
|
margin-top: 1rem;
|
715
697
|
margin-bottom: 1rem;
|
@@ -735,10 +717,6 @@ video {
|
|
735
717
|
margin-right: 0.5rem;
|
736
718
|
}
|
737
719
|
|
738
|
-
.mr-5 {
|
739
|
-
margin-right: 1.25rem;
|
740
|
-
}
|
741
|
-
|
742
720
|
.mr-auto {
|
743
721
|
margin-right: auto;
|
744
722
|
}
|
@@ -886,10 +864,6 @@ video {
|
|
886
864
|
height: 1px;
|
887
865
|
}
|
888
866
|
|
889
|
-
.max-h-52 {
|
890
|
-
max-height: 13rem;
|
891
|
-
}
|
892
|
-
|
893
867
|
.max-h-full {
|
894
868
|
max-height: 100%;
|
895
869
|
}
|
@@ -906,6 +880,10 @@ video {
|
|
906
880
|
width: 5rem;
|
907
881
|
}
|
908
882
|
|
883
|
+
.w-28 {
|
884
|
+
width: 7rem;
|
885
|
+
}
|
886
|
+
|
909
887
|
.w-3\/4 {
|
910
888
|
width: 75%;
|
911
889
|
}
|
@@ -946,16 +924,12 @@ video {
|
|
946
924
|
width: 100%;
|
947
925
|
}
|
948
926
|
|
949
|
-
.min-w-72 {
|
950
|
-
min-width: 18rem;
|
951
|
-
}
|
952
|
-
|
953
927
|
.min-w-\[10rem\] {
|
954
928
|
min-width: 10rem;
|
955
929
|
}
|
956
930
|
|
957
|
-
.min-w-\[
|
958
|
-
min-width:
|
931
|
+
.min-w-\[18rem\] {
|
932
|
+
min-width: 18rem;
|
959
933
|
}
|
960
934
|
|
961
935
|
.max-w-full {
|
@@ -1107,10 +1081,18 @@ video {
|
|
1107
1081
|
row-gap: 0.125rem;
|
1108
1082
|
}
|
1109
1083
|
|
1084
|
+
.gap-y-1 {
|
1085
|
+
row-gap: 0.25rem;
|
1086
|
+
}
|
1087
|
+
|
1110
1088
|
.gap-y-2 {
|
1111
1089
|
row-gap: 0.5rem;
|
1112
1090
|
}
|
1113
1091
|
|
1092
|
+
.self-start {
|
1093
|
+
align-self: flex-start;
|
1094
|
+
}
|
1095
|
+
|
1114
1096
|
.\!self-center {
|
1115
1097
|
align-self: center !important;
|
1116
1098
|
}
|
@@ -1346,6 +1328,10 @@ video {
|
|
1346
1328
|
font-weight: 500;
|
1347
1329
|
}
|
1348
1330
|
|
1331
|
+
.font-thin {
|
1332
|
+
font-weight: 100;
|
1333
|
+
}
|
1334
|
+
|
1349
1335
|
.uppercase {
|
1350
1336
|
text-transform: uppercase;
|
1351
1337
|
}
|
@@ -1396,6 +1382,10 @@ video {
|
|
1396
1382
|
color: rgb(185 28 28 / var(--tw-text-opacity));
|
1397
1383
|
}
|
1398
1384
|
|
1385
|
+
.text-tui-base-04 {
|
1386
|
+
color: var(--tui-base-04);
|
1387
|
+
}
|
1388
|
+
|
1399
1389
|
.text-tui-base-05 {
|
1400
1390
|
color: var(--tui-base-05);
|
1401
1391
|
}
|
@@ -1564,9 +1554,21 @@ video {
|
|
1564
1554
|
}
|
1565
1555
|
|
1566
1556
|
@media (min-width: 640px) {
|
1557
|
+
.sm\:mr-9 {
|
1558
|
+
margin-right: 2.25rem;
|
1559
|
+
}
|
1560
|
+
|
1567
1561
|
.sm\:flex-row {
|
1568
1562
|
flex-direction: row;
|
1569
1563
|
}
|
1564
|
+
|
1565
|
+
.sm\:gap-5 {
|
1566
|
+
gap: 1.25rem;
|
1567
|
+
}
|
1568
|
+
|
1569
|
+
.sm\:self-center {
|
1570
|
+
align-self: center;
|
1571
|
+
}
|
1570
1572
|
}
|
1571
1573
|
|
1572
1574
|
@media (min-width: 768px) {
|