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/fesm2022/codexly-ui.mjs +33 -12
- package/fesm2022/codexly-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/types/codexly-ui.d.ts +2 -1
package/package.json
CHANGED
package/types/codexly-ui.d.ts
CHANGED
|
@@ -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;
|