@snabcentr/client-ui 0.2.9 → 0.2.11
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/category-card/sc-category-card.component.d.ts +17 -6
- package/catalog/price-card/sc-price-card.component.d.ts +11 -2
- package/catalog/sc-favorite-btn/sc-favorite-btn.component.d.ts +13 -1
- package/esm2020/catalog/category-card/sc-category-card.component.mjs +24 -13
- package/esm2020/catalog/price-card/sc-price-card.component.mjs +17 -6
- package/esm2020/catalog/sc-favorite-btn/sc-favorite-btn.component.mjs +22 -5
- package/fesm2015/snabcentr-client-ui.mjs +55 -17
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +55 -17
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/tailwind/tailwind.scss +2 -6
package/package.json
CHANGED
@@ -738,10 +738,6 @@ video {
|
|
738
738
|
-webkit-line-clamp: 3;
|
739
739
|
}
|
740
740
|
|
741
|
-
.\!block {
|
742
|
-
display: block !important;
|
743
|
-
}
|
744
|
-
|
745
741
|
.block {
|
746
742
|
display: block;
|
747
743
|
}
|
@@ -830,8 +826,8 @@ video {
|
|
830
826
|
height: 20.5rem;
|
831
827
|
}
|
832
828
|
|
833
|
-
.h-\[
|
834
|
-
height:
|
829
|
+
.h-\[19rem\] {
|
830
|
+
height: 19rem;
|
835
831
|
}
|
836
832
|
|
837
833
|
.h-\[30rem\] {
|