codexly-ui 0.12.0 → 0.12.2
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 +34 -26
- 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
|
@@ -2683,6 +2683,7 @@ declare class ClxToastComponent implements OnInit, OnDestroy {
|
|
|
2683
2683
|
readonly entry: _angular_core.InputSignal<ClxToastEntry>;
|
|
2684
2684
|
readonly dismiss: _angular_core.OutputEmitterRef<string>;
|
|
2685
2685
|
private readonly _animate;
|
|
2686
|
+
private readonly _themeSvc;
|
|
2686
2687
|
private readonly _el;
|
|
2687
2688
|
private readonly _zone;
|
|
2688
2689
|
constructor();
|
|
@@ -2692,7 +2693,7 @@ declare class ClxToastComponent implements OnInit, OnDestroy {
|
|
|
2692
2693
|
private _elapsed;
|
|
2693
2694
|
private _destroyed;
|
|
2694
2695
|
protected readonly _icon: _angular_core.Signal<string>;
|
|
2695
|
-
protected readonly
|
|
2696
|
+
protected readonly _bgColor: _angular_core.Signal<string>;
|
|
2696
2697
|
protected readonly _borderClass: _angular_core.Signal<string>;
|
|
2697
2698
|
protected readonly _iconBgClass: _angular_core.Signal<string>;
|
|
2698
2699
|
protected readonly _colorClass: _angular_core.Signal<string>;
|