ps-helix 6.2.3 → 6.2.4

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": "ps-helix",
3
- "version": "6.2.3",
3
+ "version": "6.2.4",
4
4
  "description": "Helix Design System - A comprehensive Angular component library",
5
5
  "author": "Fabrice PEREZ - Design Engineer at PACK Solutions",
6
6
  "license": "MIT",
@@ -2550,9 +2550,6 @@ interface ToastConfig {
2550
2550
  closeButtonAriaLabel?: string;
2551
2551
  }
2552
2552
 
2553
- /** @deprecated Use PshToastComponent instead */
2554
- declare const ToastComponent: typeof PshToastComponent;
2555
-
2556
2553
  declare class PshToastComponent implements OnDestroy {
2557
2554
  private toastService;
2558
2555
  config: Partial<ps_helix.ToastConfig>;
@@ -2574,6 +2571,8 @@ declare class PshToastComponent implements OnDestroy {
2574
2571
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<PshToastComponent, never>;
2575
2572
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<PshToastComponent, "psh-toast", never, {}, {}, never, never, true, never>;
2576
2573
  }
2574
+ /** @deprecated Use PshToastComponent instead */
2575
+ declare const ToastComponent: typeof PshToastComponent;
2577
2576
 
2578
2577
  declare class PshToastService {
2579
2578
  private _toasts;