@snabcentr/client-ui 3.12.0 → 3.12.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "3.12.0",
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",
package/release_notes.tmp CHANGED
@@ -1,6 +1,7 @@
1
- ## 3.12.0 (2025-02-04)
1
+ ## 3.12.2 (2025-02-06)
2
2
 
3
- ### added (1 change)
3
+ ### fixed (2 changes)
4
4
 
5
- - [#9359: Вынесен общий компонент скачивания каталога для обоих проектов.](web_soft/libs/angular/snabcentr-client-ui-lib@522d9ea662cc4adcda04f39dfed2c84313327663) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!224))
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
  }