@snabcentr/client-ui 3.27.6 → 3.28.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.28.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,10 @@
1
- ## 3.27.6 (2025-05-30)
1
+ ## 3.28.0 (2025-06-06)
2
2
 
3
3
  ### fixed (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
+ - [#11779: Доработаны стили и поведение элемента карточки элемента корзины для скрытых товаров](web_soft/libs/angular/snabcentr-client-ui-lib@6ca0fb2b4aad97d471f6c54e0a496423b0e04b16) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!281))
6
+
7
+ ### changed (1 change)
8
+
9
+ - [#11749: Заменен элемент tui-select на tui-combo-box, добавлены функции для...](web_soft/libs/angular/snabcentr-client-ui-lib@1de84906bd550cfa7a0138af6f21b4e6e2dccf91) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!282))
6
10
 
@@ -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
  }