@snabcentr/client-ui 0.3.3-clients → 0.3.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/input-quantity/sc-input-quantity.component.d.ts +4 -0
- package/catalog/price-warehouse-stock/sc-price-warehouse-stock.component.d.ts +5 -2
- package/esm2020/cart/cart-item-mobile/sc-cart-item-mobile.component.mjs +3 -3
- package/esm2020/catalog/input-quantity/sc-input-quantity.component.mjs +7 -1
- package/esm2020/catalog/price-card/sc-price-card.component.mjs +3 -3
- package/esm2020/catalog/price-warehouse-stock/sc-price-warehouse-stock.component.mjs +5 -5
- package/esm2020/validators/stepValidator.mjs +4 -1
- package/fesm2015/snabcentr-client-ui.mjs +17 -8
- package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
- package/fesm2020/snabcentr-client-ui.mjs +17 -8
- package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +2 -2
- package/release_notes.tmp +1 -0
- package/styles/tailwind/tailwind.scss +0 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@snabcentr/client-ui",
|
3
|
-
"version": "0.3.3
|
3
|
+
"version": "0.3.3",
|
4
4
|
"author": "Snabcentr Ltd.",
|
5
5
|
"repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
|
6
6
|
"license": "Commercial",
|
@@ -14,7 +14,7 @@
|
|
14
14
|
"@angular/platform-browser": ">=14.2.12",
|
15
15
|
"@angular/platform-browser-dynamic": ">=14.2.12",
|
16
16
|
"@angular/material": ">=14.2.7",
|
17
|
-
"@snabcentr/client-core": "
|
17
|
+
"@snabcentr/client-core": "^0.4.1",
|
18
18
|
"@taiga-ui/addon-charts": ">=3.42.1",
|
19
19
|
"@taiga-ui/addon-commerce": ">=3.42.1",
|
20
20
|
"@taiga-ui/addon-doc": ">=3.42.1",
|
@@ -0,0 +1 @@
|
|
1
|
+
null
|
@@ -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
|
}
|
@@ -858,10 +854,6 @@ video {
|
|
858
854
|
width: 7rem;
|
859
855
|
}
|
860
856
|
|
861
|
-
.w-3 {
|
862
|
-
width: 0.75rem;
|
863
|
-
}
|
864
|
-
|
865
857
|
.w-3\/4 {
|
866
858
|
width: 75%;
|
867
859
|
}
|
@@ -1219,10 +1211,6 @@ video {
|
|
1219
1211
|
padding-bottom: 1.125rem;
|
1220
1212
|
}
|
1221
1213
|
|
1222
|
-
.text-left {
|
1223
|
-
text-align: left;
|
1224
|
-
}
|
1225
|
-
|
1226
1214
|
.text-center {
|
1227
1215
|
text-align: center;
|
1228
1216
|
}
|