@snabcentr/client-ui 3.12.2 → 3.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "3.12.2",
3
+ "version": "3.12.3",
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,7 +1,6 @@
1
- ## 3.12.2 (2025-02-06)
1
+ ## 3.12.3 (2025-02-06)
2
2
 
3
- ### fixed (2 changes)
3
+ ### fixed (1 change)
4
4
 
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))
5
+ - [#11158: Исправлена вёрстка карточки товара мобильной версии](web_soft/libs/angular/snabcentr-client-ui-lib@b366ea477a9b5eada9cab3d5c56782007e0e2844) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!227))
7
6
 
@@ -896,6 +896,10 @@ video {
896
896
  max-height: 5rem;
897
897
  }
898
898
 
899
+ .max-h-full {
900
+ max-height: 100%;
901
+ }
902
+
899
903
  .min-h-8 {
900
904
  min-height: 2rem;
901
905
  }