@snabcentr/client-ui 3.11.4 → 3.12.2

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.11.4",
3
+ "version": "3.12.2",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -14,6 +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
+ "@ng-web-apis/common": "^4.11.1",
17
18
  "@snabcentr/client-core": "^2.13.1",
18
19
  "@taiga-ui/addon-charts": "^4.16.0",
19
20
  "@taiga-ui/addon-commerce": "^4.16.0",
package/release_notes.tmp CHANGED
@@ -1,6 +1,7 @@
1
- ## 3.11.4 (2025-02-04)
1
+ ## 3.12.2 (2025-02-06)
2
2
 
3
- ### fixed (1 change)
3
+ ### fixed (2 changes)
4
4
 
5
- - [#10982: Исправлена валидация recaptcha](web_soft/libs/angular/snabcentr-client-ui-lib@2d5fe4295f913bb7cd89447faf8d5fdaab0da0cc) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!223))
5
+ - [#11138: Исправлена ошибка formSlag в консоли](web_soft/libs/angular/snabcentr-client-ui-lib@a80e4056e2153b2c1dedae8f3e9a82a54fa3cbf4) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!226))
6
+ - [#11158: Исправлена вёрстка карточки товара мобильной версии](web_soft/libs/angular/snabcentr-client-ui-lib@2414b0b58cbda02464090df91537eed8c3943002) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!225))
6
7
 
@@ -806,6 +806,10 @@ video {
806
806
  display: none;
807
807
  }
808
808
 
809
+ .aspect-square {
810
+ aspect-ratio: 1 / 1;
811
+ }
812
+
809
813
  .\!size-20 {
810
814
  width: 5rem !important;
811
815
  height: 5rem !important;
@@ -892,10 +896,6 @@ video {
892
896
  max-height: 5rem;
893
897
  }
894
898
 
895
- .max-h-full {
896
- max-height: 100%;
897
- }
898
-
899
899
  .min-h-8 {
900
900
  min-height: 2rem;
901
901
  }