@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "3.9.2",
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.11.8",
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.2 (2025-01-17)
1
+ ## 3.9.4 (2025-01-23)
2
2
 
3
3
  ### changed (1 change)
4
4
 
5
- - [#10482: Доработан внешний вид плитки новостей в соответствии с дизайном](web_soft/libs/angular/snabcentr-client-ui-lib@bab8854b8471063d50385f5a58d10db7eaf46414) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!215))
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;