@snabcentr/client-ui 3.34.2 → 3.36.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.34.2",
3
+ "version": "3.36.0",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -8,3 +8,4 @@ export * from './sc-country-ids';
8
8
  export * from './sc-user-providers';
9
9
  export * from './sc-date-formatter';
10
10
  export * from './sc-date-value-transformer';
11
+ export * from './sc-notify-when-in-stock-required-fields';
@@ -0,0 +1,5 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ /**
3
+ * Токен для массива полей, которые должны быть заполнены хотя бы одним значением, в запросе на уведомление о поступлении товара.
4
+ */
5
+ export declare const SC_NOTIFY_WHEN_IN_STOCK_REQUIRED_FIELDS: InjectionToken<string[]>;
package/release_notes.tmp CHANGED
@@ -1,6 +1,6 @@
1
- ## 3.34.2 (2025-07-16)
1
+ ## 3.36.0 (2025-07-25)
2
2
 
3
- ### fixed (1 change)
3
+ ### added (1 change)
4
4
 
5
- - [#11831: Исправлена вёрстка длинных названий в карточке категорий](web_soft/libs/angular/snabcentr-client-ui-lib@f114df2f8b306d6be69b80a4597dde9166abd8f9) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!301))
5
+ - [#11716: Добавлен callback для вызова уведомления об ошибке извне в компонент...](web_soft/libs/angular/snabcentr-client-ui-lib@a0a5a123da3f2c65dba0709b442150ebd10db949) ([merge request](web_soft/libs/angular/snabcentr-client-ui-lib!303))
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
  }