@snabcentr/client-ui 3.27.6 → 3.29.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.27.6",
3
+ "version": "3.29.0",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -15,7 +15,7 @@
15
15
  "@maskito/core": "^3.2.0",
16
16
  "@ng-web-apis/intersection-observer": "^4.11.1",
17
17
  "@ng-web-apis/common": "^4.11.1",
18
- "@snabcentr/client-core": "^2.52.1",
18
+ "@snabcentr/client-core": "^2.52.2",
19
19
  "@taiga-ui/addon-charts": "^4.24.0",
20
20
  "@taiga-ui/addon-commerce": "^4.24.0",
21
21
  "@taiga-ui/cdk": "^4.24.0",
package/release_notes.tmp CHANGED
@@ -1,6 +1,6 @@
1
- ## 3.27.6 (2025-05-30)
1
+ ## 3.29.0 (2025-06-11)
2
2
 
3
- ### fixed (1 change)
3
+ ### changed (1 change)
4
4
 
5
- - [#11745: Исправлена ошибка валидации, добавлен AutoFocus на поле ввода кода из смс](web_soft/libs/angular/snabcentr-client-ui-lib@8e193fcca2b258bdafd0627ea67c1edd269f6d92) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!280))
5
+ - [#11844: Обновлено отображение информации о наличии товара в компоненте sc-price-warehouse-stock.](web_soft/libs/angular/snabcentr-client-ui-lib@9ea75271621c11a7a05d615387f095990c3cac06) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!283))
6
6
 
@@ -1112,6 +1112,10 @@ video {
1112
1112
  justify-items: center !important;
1113
1113
  }
1114
1114
 
1115
+ .\!gap-1 {
1116
+ gap: 0.25rem !important;
1117
+ }
1118
+
1115
1119
  .gap-0\.5 {
1116
1120
  gap: 0.125rem;
1117
1121
  }
@@ -1669,6 +1673,10 @@ video {
1669
1673
  color: var(--tui-text-tertiary);
1670
1674
  }
1671
1675
 
1676
+ .\!underline {
1677
+ text-decoration-line: underline !important;
1678
+ }
1679
+
1672
1680
  .underline {
1673
1681
  text-decoration-line: underline;
1674
1682
  }