tickera-angular-components 0.0.1-dev.177 → 0.0.1-dev.179

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/index.d.ts CHANGED
@@ -2050,6 +2050,8 @@ declare class BrowserZoomLockService {
2050
2050
 
2051
2051
  type ToastType = 'success' | 'error' | 'info';
2052
2052
  declare class ToastService {
2053
+ private platformId;
2054
+ constructor(platformId: Object);
2053
2055
  show(message: string, type?: ToastType): void;
2054
2056
  static ɵfac: i0.ɵɵFactoryDeclaration<ToastService, never>;
2055
2057
  static ɵprov: i0.ɵɵInjectableDeclaration<ToastService>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tickera-angular-components",
3
- "version": "0.0.1-dev.177",
3
+ "version": "0.0.1-dev.179",
4
4
  "description": "Angular 20 standalone component library for Tickera backoffice system",
5
5
  "license": "MIT",
6
6
  "repository": {