@snabcentr/client-ui 3.41.6 → 3.42.1

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.41.6",
3
+ "version": "3.42.1",
4
4
  "author": "Snabcentr Ltd.",
5
5
  "repository": "https://gitlab.snabcentr.met/web/angular/snabcentr-client-ui-lib",
6
6
  "license": "Commercial",
@@ -9,3 +9,4 @@ export * from './sc-user-providers';
9
9
  export * from './sc-date-formatter';
10
10
  export * from './sc-date-value-transformer';
11
11
  export * from './sc-notify-when-in-stock-required-fields';
12
+ export * from './sc-banner-duration';
@@ -0,0 +1,5 @@
1
+ import { InjectionToken } from '@angular/core';
2
+ /**
3
+ * Токен интервала автоматической смены слайдов в миллисекундах (используйте 0, чтобы отключить автоматическую смену слайда).
4
+ */
5
+ export declare const SC_BANNER_DURATION: InjectionToken<number>;
package/release_notes.tmp CHANGED
@@ -1,4 +1,4 @@
1
- ## 3.41.6 (2025-10-23)
1
+ ## 3.42.1 (2025-10-30)
2
2
 
3
3
  ### fixed (4 changes)
4
4