@snabcentr/client-ui 3.9.2 → 3.9.4
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 +7 -2
- package/catalog/price-list-pagination/sc-price-list-pagination.component.d.ts +8 -0
- package/esm2022/catalog/category-card/sc-category-card.component.mjs +9 -4
- package/esm2022/catalog/price-list-pagination/sc-price-list-pagination.component.mjs +20 -4
- package/esm2022/news/news-card/sc-news-card.component.mjs +3 -3
- package/fesm2022/snabcentr-client-ui.mjs +28 -7
- package/fesm2022/snabcentr-client-ui.mjs.map +1 -1
- package/package.json +2 -2
- package/release_notes.tmp +2 -2
- package/styles/tailwind/tailwind.scss +5 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@snabcentr/client-ui",
|
3
|
-
"version": "3.9.
|
3
|
+
"version": "3.9.4",
|
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
|
"@maskito/angular": "^3.2.0",
|
15
15
|
"@maskito/core": "^3.2.0",
|
16
16
|
"@ng-web-apis/intersection-observer": "^4.11.1",
|
17
|
-
"@snabcentr/client-core": "^2.
|
17
|
+
"@snabcentr/client-core": "^2.13.1",
|
18
18
|
"@taiga-ui/addon-charts": "^4.16.0",
|
19
19
|
"@taiga-ui/addon-commerce": "^4.16.0",
|
20
20
|
"@taiga-ui/cdk": "^4.16.0",
|
package/release_notes.tmp
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
## 3.9.
|
1
|
+
## 3.9.4 (2025-01-23)
|
2
2
|
|
3
3
|
### changed (1 change)
|
4
4
|
|
5
|
-
- [#
|
5
|
+
- [#10965: Добавлен флаг для определения отображением плитки категории.](web_soft/libs/angular/snabcentr-client-ui-lib@3ae479cbfb2d0697eb829e54c4efcd957d0f9901) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!217))
|
6
6
|
|
@@ -1255,6 +1255,11 @@ video {
|
|
1255
1255
|
background-repeat: no-repeat;
|
1256
1256
|
}
|
1257
1257
|
|
1258
|
+
.\!object-contain {
|
1259
|
+
-o-object-fit: contain !important;
|
1260
|
+
object-fit: contain !important;
|
1261
|
+
}
|
1262
|
+
|
1258
1263
|
.object-contain {
|
1259
1264
|
-o-object-fit: contain;
|
1260
1265
|
object-fit: contain;
|