@snabcentr/client-ui 0.19.0 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
- package/catalog/price-history/sc-price-history.component.d.ts +10 -4
- package/delivery-address/add-delivery-address-dialog/sc-add-delivery-address-dialog.component.d.ts +5 -1
- package/esm2020/catalog/categories-list/sc-categories-list.component.mjs +3 -3
- package/esm2020/catalog/price-history/sc-price-history.component.mjs +26 -14
- package/esm2020/delivery-address/add-delivery-address-dialog/sc-add-delivery-address-dialog.component.mjs +20 -12
- package/fesm2015/snabcentr-client-ui.mjs +40 -22
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +40 -22
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/tailwind/tailwind.scss +9 -4
package/package.json
CHANGED
@@ -773,6 +773,11 @@ video {
|
|
773
773
|
height: 1.5rem;
|
774
774
|
}
|
775
775
|
|
776
|
+
.size-8 {
|
777
|
+
width: 2rem;
|
778
|
+
height: 2rem;
|
779
|
+
}
|
780
|
+
|
776
781
|
.\!h-20 {
|
777
782
|
height: 5rem !important;
|
778
783
|
}
|
@@ -829,10 +834,6 @@ video {
|
|
829
834
|
height: 14rem;
|
830
835
|
}
|
831
836
|
|
832
|
-
.h-8 {
|
833
|
-
height: 2rem;
|
834
|
-
}
|
835
|
-
|
836
837
|
.h-\[19rem\] {
|
837
838
|
height: 19rem;
|
838
839
|
}
|
@@ -1023,6 +1024,10 @@ video {
|
|
1023
1024
|
gap: 1.25rem;
|
1024
1025
|
}
|
1025
1026
|
|
1027
|
+
.gap-8 {
|
1028
|
+
gap: 2rem;
|
1029
|
+
}
|
1030
|
+
|
1026
1031
|
.gap-x-2 {
|
1027
1032
|
-moz-column-gap: 0.5rem;
|
1028
1033
|
column-gap: 0.5rem;
|