@snabcentr/client-ui 3.29.2 → 3.31.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snabcentr/client-ui",
3
- "version": "3.29.2",
3
+ "version": "3.31.0",
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,6 @@
1
- ## 3.29.2 (2025-06-16)
1
+ ## 3.31.0 (2025-06-19)
2
2
 
3
- ### fixed (1 change)
3
+ ### added (1 change)
4
4
 
5
- - [#11749: Исправлено поле выбора страны регистрации контрагента, которое выдавало объект вместо id](web_soft/libs/angular/snabcentr-client-ui-lib@c56782144b65a5436e08e08f572dceecf9986134) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!285))
5
+ - [#11775: Добавлены компоненты для добавления и редактирования товара в корзине. ](web_soft/libs/angular/snabcentr-client-ui-lib@0d29ffd26693d5e0cac60c36f0e7a66ba8b884b9) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!287))
6
6
 
@@ -1112,10 +1112,6 @@ video {
1112
1112
  justify-items: center !important;
1113
1113
  }
1114
1114
 
1115
- .\!gap-1 {
1116
- gap: 0.25rem !important;
1117
- }
1118
-
1119
1115
  .gap-0\.5 {
1120
1116
  gap: 0.125rem;
1121
1117
  }
@@ -1476,6 +1472,11 @@ video {
1476
1472
  line-height: 1.75rem !important;
1477
1473
  }
1478
1474
 
1475
+ .text-2xl {
1476
+ font-size: 1.5rem;
1477
+ line-height: 2rem;
1478
+ }
1479
+
1479
1480
  .text-6xl {
1480
1481
  font-size: 3.75rem;
1481
1482
  line-height: 1;