@snabcentr/client-ui 0.28.0 → 0.28.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/catalog/price-card/sc-price-card.component.d.ts +4 -0
- package/esm2020/catalog/price-card/sc-price-card.component.mjs +12 -3
- package/esm2020/catalog/price-list-pagination/sc-price-list-pagination.component.mjs +3 -3
- package/fesm2015/snabcentr-client-ui.mjs +13 -4
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +13 -4
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/tailwind/tailwind.scss +30 -5
package/package.json
CHANGED
@@ -684,6 +684,10 @@ video {
|
|
684
684
|
isolation: isolate;
|
685
685
|
}
|
686
686
|
|
687
|
+
.m-1 {
|
688
|
+
margin: 0.25rem;
|
689
|
+
}
|
690
|
+
|
687
691
|
.my-2 {
|
688
692
|
margin-top: 0.5rem;
|
689
693
|
margin-bottom: 0.5rem;
|
@@ -769,6 +773,11 @@ video {
|
|
769
773
|
display: none;
|
770
774
|
}
|
771
775
|
|
776
|
+
.\!size-6 {
|
777
|
+
width: 1.5rem !important;
|
778
|
+
height: 1.5rem !important;
|
779
|
+
}
|
780
|
+
|
772
781
|
.size-20 {
|
773
782
|
width: 5rem;
|
774
783
|
height: 5rem;
|
@@ -1079,6 +1088,10 @@ video {
|
|
1079
1088
|
border-radius: 0.25rem;
|
1080
1089
|
}
|
1081
1090
|
|
1091
|
+
.rounded-lg {
|
1092
|
+
border-radius: 0.5rem;
|
1093
|
+
}
|
1094
|
+
|
1082
1095
|
.rounded-tui-radius-m {
|
1083
1096
|
border-radius: var(--tui-radius-m);
|
1084
1097
|
}
|
@@ -1133,6 +1146,10 @@ video {
|
|
1133
1146
|
background-color: var(--tui-base-04);
|
1134
1147
|
}
|
1135
1148
|
|
1149
|
+
.bg-tui-primary {
|
1150
|
+
background-color: var(--tui-primary);
|
1151
|
+
}
|
1152
|
+
|
1136
1153
|
.bg-white {
|
1137
1154
|
--tw-bg-opacity: 1;
|
1138
1155
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
@@ -1150,6 +1167,10 @@ video {
|
|
1150
1167
|
background-repeat: no-repeat;
|
1151
1168
|
}
|
1152
1169
|
|
1170
|
+
.\!fill-white {
|
1171
|
+
fill: #fff !important;
|
1172
|
+
}
|
1173
|
+
|
1153
1174
|
.object-cover {
|
1154
1175
|
-o-object-fit: cover;
|
1155
1176
|
object-fit: cover;
|
@@ -1346,11 +1367,6 @@ video {
|
|
1346
1367
|
color: rgb(0 0 0 / var(--tw-text-opacity));
|
1347
1368
|
}
|
1348
1369
|
|
1349
|
-
.text-red-700 {
|
1350
|
-
--tw-text-opacity: 1;
|
1351
|
-
color: rgb(185 28 28 / var(--tw-text-opacity));
|
1352
|
-
}
|
1353
|
-
|
1354
1370
|
.text-tui-base-04 {
|
1355
1371
|
color: var(--tui-base-04);
|
1356
1372
|
}
|
@@ -1371,6 +1387,10 @@ video {
|
|
1371
1387
|
color: var(--tui-link);
|
1372
1388
|
}
|
1373
1389
|
|
1390
|
+
.text-tui-negative {
|
1391
|
+
color: var(--tui-negative);
|
1392
|
+
}
|
1393
|
+
|
1374
1394
|
.text-tui-primary {
|
1375
1395
|
color: var(--tui-primary);
|
1376
1396
|
}
|
@@ -1391,6 +1411,11 @@ video {
|
|
1391
1411
|
color: var(--tui-text-03);
|
1392
1412
|
}
|
1393
1413
|
|
1414
|
+
.text-white {
|
1415
|
+
--tw-text-opacity: 1;
|
1416
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
1417
|
+
}
|
1418
|
+
|
1394
1419
|
.underline {
|
1395
1420
|
text-decoration-line: underline;
|
1396
1421
|
}
|