codexly-ui 0.0.74 → 0.0.76

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": "codexly-ui",
3
- "version": "0.0.74",
3
+ "version": "0.0.76",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -2726,9 +2726,10 @@ declare class ClxModalService {
2726
2726
  }
2727
2727
 
2728
2728
  declare class ClxToastService {
2729
- private readonly _overlay;
2730
2729
  private readonly _injector;
2730
+ private _toastOverlay;
2731
2731
  private readonly _containers;
2732
+ private _getOverlay;
2732
2733
  show(options: ClxToastOptions): void;
2733
2734
  success(message: string, opts?: Partial<ClxToastOptions>): void;
2734
2735
  error(message: string, opts?: Partial<ClxToastOptions>): void;