codexly-ui 0.0.58 → 0.0.60

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.58",
3
+ "version": "0.0.60",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -115,7 +115,7 @@ declare class ClxStatCardComponent {
115
115
  protected readonly _gradId: _angular_core.Signal<string>;
116
116
  protected readonly _trendColor: _angular_core.Signal<"red" | "green" | "slate">;
117
117
  protected readonly _trendArrowIcon: _angular_core.Signal<"arrow_upward" | "arrow_downward" | "remove">;
118
- protected readonly _trendTextClass: _angular_core.Signal<"text-green-500" | "text-red-500" | "text-slate-400">;
118
+ protected readonly _trendTextClass: _angular_core.Signal<"text-slate-400" | "text-green-500" | "text-red-500">;
119
119
  protected readonly _trendIcon: _angular_core.Signal<"remove" | "arrow_outward" | "south_east">;
120
120
  protected readonly _formattedValue: _angular_core.Signal<string>;
121
121
  protected readonly _points: _angular_core.Signal<SparkPoint[]>;