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
package/types/codexly-ui.d.ts
CHANGED
|
@@ -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-
|
|
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[]>;
|