@snabcentr/client-ui 0.2.9 → 0.3.0-clients
Sign up to get free protection for your applications and to get access to all the features.
- package/catalog/category-card/sc-category-card.component.d.ts +17 -6
- package/catalog/price-card/sc-price-card.component.d.ts +13 -4
- package/catalog/price-warehouse-stock/sc-price-warehouse-stock.component.d.ts +3 -3
- 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/price-warehouse-stock/sc-price-warehouse-stock.component.mjs +2 -2
- package/esm2020/catalog/sc-favorite-btn/sc-favorite-btn.component.mjs +22 -5
- package/esm2020/files/services/tree-icon.service.mjs +2 -2
- package/esm2020/news/news-card/sc-news-card.component.mjs +3 -3
- package/fesm2015/snabcentr-client-ui.mjs +59 -21
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +59 -21
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/styles/tailwind/tailwind.scss +8 -0
- package/release_notes.tmp +0 -1
package/package.json
CHANGED
@@ -858,6 +858,10 @@ video {
|
|
858
858
|
width: 7rem;
|
859
859
|
}
|
860
860
|
|
861
|
+
.w-3 {
|
862
|
+
width: 0.75rem;
|
863
|
+
}
|
864
|
+
|
861
865
|
.w-3\/4 {
|
862
866
|
width: 75%;
|
863
867
|
}
|
@@ -1215,6 +1219,10 @@ video {
|
|
1215
1219
|
padding-bottom: 1.125rem;
|
1216
1220
|
}
|
1217
1221
|
|
1222
|
+
.text-left {
|
1223
|
+
text-align: left;
|
1224
|
+
}
|
1225
|
+
|
1218
1226
|
.text-center {
|
1219
1227
|
text-align: center;
|
1220
1228
|
}
|
package/release_notes.tmp
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
null
|