codexly-ui 0.12.1 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexly-ui",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -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 _bgClass: _angular_core.Signal<string>;
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>;