@eric-emg/symphiq-components 1.2.225 → 1.2.227

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/index.d.ts CHANGED
@@ -2141,7 +2141,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
2141
2141
  topMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
2142
2142
  formattedRevenueValue: _angular_core.Signal<string>;
2143
2143
  formattedRevenueTrend: _angular_core.Signal<string>;
2144
- revenueStatusIcon: _angular_core.Signal<"" | "" | "" | "⚠">;
2144
+ revenueStatusIcon: _angular_core.Signal<"" | "" | "" | "⚠">;
2145
2145
  hasCompetitiveData: _angular_core.Signal<boolean>;
2146
2146
  hasOverallCompetitiveBenchmark: _angular_core.Signal<boolean>;
2147
2147
  overallCompetitiveDescription: _angular_core.Signal<string>;
@@ -3362,7 +3362,7 @@ declare class MetricExecutiveSummaryComponent {
3362
3362
  protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
3363
3363
  protected healthBadgeClasses: _angular_core.Signal<string>;
3364
3364
  protected pacingBadgeClasses: _angular_core.Signal<string>;
3365
- protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
3365
+ protected metricCardClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
3366
3366
  protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3367
3367
  protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3368
3368
  protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-400" | "text-emerald-600" | "text-red-600" | "text-red-400">;
@@ -3380,7 +3380,7 @@ declare class MetricExecutiveSummaryComponent {
3380
3380
  protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
3381
3381
  protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
3382
3382
  protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3383
- protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
3383
+ protected quickWinCardClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
3384
3384
  protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
3385
3385
  protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3386
3386
  protected metaTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
@@ -3740,7 +3740,7 @@ declare class IndeterminateSpinnerComponent {
3740
3740
  svgSize: _angular_core.Signal<40 | 80 | 60>;
3741
3741
  circleRadius: _angular_core.Signal<16 | 36 | 26>;
3742
3742
  svgCircleRadius: _angular_core.Signal<number>;
3743
- strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
3743
+ strokeWidth: _angular_core.Signal<2 | 3 | 2.5>;
3744
3744
  dotSize: _angular_core.Signal<10 | 5 | 7>;
3745
3745
  containerClasses: _angular_core.Signal<{
3746
3746
  'w-10 h-10': boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eric-emg/symphiq-components",
3
- "version": "1.2.225",
3
+ "version": "1.2.227",
4
4
  "description": "A comprehensive Angular library for component dashboards with performance visualization and metrics analysis",
5
5
  "author": "Your Organization",
6
6
  "license": "MIT",