@eric-emg/symphiq-components 1.2.460 → 1.2.461

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.
Files changed (2) hide show
  1. package/index.d.ts +20 -20
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1059,7 +1059,7 @@ declare class ModalComponent {
1059
1059
  private animatedTrendValues;
1060
1060
  private animationFrames;
1061
1061
  isOpen: _angular_core.Signal<boolean>;
1062
- modalType: _angular_core.Signal<"chart" | "metric" | "insight" | "insights-list" | "goal-insights-list" | "goal-business-insights-list" | "business-insight-detail" | "metrics-list" | "charts-list" | "recommendations-list" | "competitive-analysis" | "funnel-strengths-list" | "funnel-weaknesses-list" | "funnel-strength-detail" | "funnel-weakness-detail" | null>;
1062
+ modalType: _angular_core.Signal<"metric" | "insight" | "chart" | "insights-list" | "goal-insights-list" | "goal-business-insights-list" | "business-insight-detail" | "metrics-list" | "charts-list" | "recommendations-list" | "competitive-analysis" | "funnel-strengths-list" | "funnel-weaknesses-list" | "funnel-strength-detail" | "funnel-weakness-detail" | null>;
1063
1063
  charts: _angular_core.Signal<AiChartInterface[]>;
1064
1064
  modalKey: _angular_core.Signal<number>;
1065
1065
  insightData: _angular_core.Signal<InsightBlockInterface | null>;
@@ -1646,7 +1646,7 @@ declare class MetricCardComponent {
1646
1646
  competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
1647
1647
  competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
1648
1648
  competitiveScoreBadgeClass: _angular_core.Signal<string>;
1649
- competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-400" | "text-blue-700" | "text-orange-600">;
1649
+ competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
1650
1650
  competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
1651
1651
  competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
1652
1652
  getCompetitiveScoreIcon(): string;
@@ -2778,7 +2778,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
2778
2778
  private animateValue;
2779
2779
  protected displayInfo: _angular_core.Signal<PacingDisplayInfo>;
2780
2780
  protected containerClasses: _angular_core.Signal<string>;
2781
- protected targetRotation: _angular_core.Signal<0 | 1 | -1>;
2781
+ protected targetRotation: _angular_core.Signal<1 | 0 | -1>;
2782
2782
  protected rotationStyle: _angular_core.Signal<string>;
2783
2783
  protected fullBadgeRotationStyle: _angular_core.Signal<string>;
2784
2784
  protected containerSizeClasses: _angular_core.Signal<"inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-1.5" | "inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-2">;
@@ -3986,7 +3986,7 @@ declare class MetricExecutiveSummaryComponent {
3986
3986
  protected bannerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-800/50 to-slate-800/30 border border-slate-700/50" | "bg-gradient-to-br from-white to-slate-50/50 border border-slate-200">;
3987
3987
  protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3988
3988
  protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3989
- protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
3989
+ protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
3990
3990
  protected healthBadgeClasses: _angular_core.Signal<string>;
3991
3991
  protected pacingBadgeClasses: _angular_core.Signal<string>;
3992
3992
  protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
@@ -4005,7 +4005,7 @@ declare class MetricExecutiveSummaryComponent {
4005
4005
  protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4006
4006
  protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4007
4007
  protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
4008
- protected impactLabelClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4008
+ protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4009
4009
  protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4010
4010
  protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4011
4011
  protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
@@ -4372,7 +4372,7 @@ declare class CircularProgressComponent implements OnInit, OnDestroy {
4372
4372
  backgroundColor: _angular_core.InputSignal<string>;
4373
4373
  showPercentage: _angular_core.InputSignal<boolean>;
4374
4374
  textClasses: _angular_core.InputSignal<string>;
4375
- strokeLinecap: _angular_core.InputSignal<"round" | "butt" | "square">;
4375
+ strokeLinecap: _angular_core.InputSignal<"square" | "round" | "butt">;
4376
4376
  animationDuration: _angular_core.InputSignal<number>;
4377
4377
  animationDelay: _angular_core.InputSignal<number>;
4378
4378
  private elementRef;
@@ -4536,7 +4536,7 @@ declare class GradeBadgeComponent {
4536
4536
  gradeRationale: _angular_core.InputSignal<string>;
4537
4537
  label: _angular_core.InputSignal<string>;
4538
4538
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
4539
- tooltipPosition: _angular_core.InputSignal<"left" | "right" | "top" | "bottom">;
4539
+ tooltipPosition: _angular_core.InputSignal<"top" | "bottom" | "left" | "right">;
4540
4540
  isLightMode: _angular_core.Signal<boolean>;
4541
4541
  formattedGrade: _angular_core.Signal<string>;
4542
4542
  shouldPulse: _angular_core.Signal<boolean>;
@@ -4636,7 +4636,7 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
4636
4636
  protected gradeValueClasses: _angular_core.Signal<"bg-gradient-to-b from-emerald-300 to-emerald-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-emerald-600 to-emerald-800 bg-clip-text text-transparent" | "bg-gradient-to-b from-blue-300 to-blue-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-blue-600 to-blue-800 bg-clip-text text-transparent" | "bg-gradient-to-b from-orange-300 to-orange-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-orange-600 to-orange-800 bg-clip-text text-transparent" | "bg-gradient-to-b from-red-300 to-red-500 bg-clip-text text-transparent" | "bg-gradient-to-b from-red-600 to-red-800 bg-clip-text text-transparent">;
4637
4637
  protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4638
4638
  protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4639
- protected progressValueClasses: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-blue-600" | "text-blue-400" | "text-red-600" | "text-red-400" | "text-orange-600" | "text-orange-400">;
4639
+ protected progressValueClasses: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400" | "text-blue-400" | "text-orange-600" | "text-orange-400" | "text-blue-600">;
4640
4640
  protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
4641
4641
  protected progressBarClasses: _angular_core.Signal<"rounded-full overflow-hidden bg-gradient-to-r from-emerald-500 via-teal-500 to-emerald-600" | "rounded-full overflow-hidden bg-gradient-to-r from-blue-500 via-cyan-500 to-blue-600" | "rounded-full overflow-hidden bg-gradient-to-r from-orange-500 via-amber-500 to-orange-600" | "rounded-full overflow-hidden bg-gradient-to-r from-red-500 via-rose-500 to-red-600">;
4642
4642
  protected shimmerClasses: _angular_core.Signal<string>;
@@ -4661,7 +4661,7 @@ declare class RelatedContentSidebarComponent {
4661
4661
  protected headerClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4662
4662
  protected buttonClasses: _angular_core.Signal<"bg-slate-50 border-slate-200 hover:border-blue-500/50 hover:bg-slate-100" | "bg-slate-800/50 border-slate-700 hover:border-blue-500/50 hover:bg-slate-700/50">;
4663
4663
  protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
4664
- protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4664
+ protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4665
4665
  protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4666
4666
  protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4667
4667
  protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
@@ -4682,7 +4682,7 @@ declare class ContentGenerationProgressComponent {
4682
4682
  protected progressPercentage: _angular_core.Signal<number>;
4683
4683
  protected progressMessage: _angular_core.Signal<string>;
4684
4684
  protected isLightMode: _angular_core.Signal<boolean>;
4685
- protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-900 to-slate-800" | "bg-gradient-to-br from-slate-50 to-white">;
4685
+ protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-50 to-white" | "bg-gradient-to-br from-slate-900 to-slate-800">;
4686
4686
  protected iconContainerClasses: _angular_core.Signal<"bg-gradient-to-br from-blue-500 to-purple-500 text-white shadow-lg shadow-blue-500/30" | "bg-gradient-to-br from-blue-400 to-purple-400 text-white shadow-lg shadow-blue-400/30">;
4687
4687
  protected titleClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-600 via-purple-600 to-blue-600 bg-clip-text text-transparent" | "bg-gradient-to-r from-blue-400 via-purple-400 to-blue-400 bg-clip-text text-transparent">;
4688
4688
  protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
@@ -4720,7 +4720,7 @@ declare class IndeterminateSpinnerComponent {
4720
4720
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
4721
4721
  size: _angular_core.InputSignal<SpinnerSize>;
4722
4722
  color: _angular_core.InputSignal<string | undefined>;
4723
- svgSize: _angular_core.Signal<60 | 40 | 80>;
4723
+ svgSize: _angular_core.Signal<40 | 80 | 60>;
4724
4724
  circleRadius: _angular_core.Signal<16 | 36 | 26>;
4725
4725
  svgCircleRadius: _angular_core.Signal<number>;
4726
4726
  strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
@@ -4788,7 +4788,7 @@ declare class ChartContainerComponent {
4788
4788
  titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
4789
4789
  descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4790
4790
  iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
4791
- chartIconClass: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
4791
+ chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
4792
4792
  expandButtonClass: _angular_core.Signal<"bg-blue-100 text-blue-600 hover:bg-blue-200" | "bg-blue-500/20 text-blue-400 hover:bg-blue-500/30">;
4793
4793
  closeButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700/50 text-slate-400 hover:bg-slate-600/50">;
4794
4794
  isCollapsible: _angular_core.Signal<boolean>;
@@ -4808,7 +4808,7 @@ declare class LineChartComponent implements OnInit, AfterViewInit, OnDestroy {
4808
4808
  currencySymbol: _angular_core.InputSignal<string>;
4809
4809
  height: _angular_core.InputSignal<string | undefined>;
4810
4810
  chartHeight: _angular_core.Signal<string>;
4811
- cursorColor: _angular_core.Signal<16777215 | 9741240>;
4811
+ cursorColor: _angular_core.Signal<9741240 | 16777215>;
4812
4812
  tooltipTextColor: _angular_core.Signal<0 | 16777215>;
4813
4813
  chartHash: _angular_core.Signal<string>;
4814
4814
  chartDiv: ElementRef;
@@ -4853,7 +4853,7 @@ declare class BarChartComponent implements OnInit, AfterViewInit, OnDestroy {
4853
4853
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
4854
4854
  currencySymbol: _angular_core.InputSignal<string>;
4855
4855
  chartHeight: _angular_core.Signal<"500px" | "175px">;
4856
- cursorColor: _angular_core.Signal<16777215 | 9741240>;
4856
+ cursorColor: _angular_core.Signal<9741240 | 16777215>;
4857
4857
  tooltipTextColor: _angular_core.Signal<0 | 16777215>;
4858
4858
  chartHash: _angular_core.Signal<string>;
4859
4859
  chartDiv: ElementRef;
@@ -4927,7 +4927,7 @@ declare class AreaChartComponent implements OnInit, AfterViewInit, OnDestroy {
4927
4927
  currencySymbol: _angular_core.InputSignal<string>;
4928
4928
  height: _angular_core.InputSignal<string | undefined>;
4929
4929
  chartHeight: _angular_core.Signal<string>;
4930
- cursorColor: _angular_core.Signal<16777215 | 9741240>;
4930
+ cursorColor: _angular_core.Signal<9741240 | 16777215>;
4931
4931
  chartHash: _angular_core.Signal<string>;
4932
4932
  chartDiv: ElementRef;
4933
4933
  private root?;
@@ -4970,7 +4970,7 @@ declare class TooltipContainerComponent implements AfterViewInit, OnDestroy {
4970
4970
  isVisible: _angular_core.Signal<boolean>;
4971
4971
  tooltipType: _angular_core.Signal<string | null>;
4972
4972
  tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
4973
- tooltipPosition: _angular_core.Signal<"left" | "right" | "top" | "bottom" | "auto">;
4973
+ tooltipPosition: _angular_core.Signal<"top" | "bottom" | "left" | "right" | "auto">;
4974
4974
  targetRect: _angular_core.Signal<DOMRect | null>;
4975
4975
  mousePosition: _angular_core.Signal<{
4976
4976
  x: number;
@@ -5125,11 +5125,11 @@ declare class FocusAreaDetailCardComponent {
5125
5125
  protected metaLabelClasses: _angular_core.Signal<"text-xs font-medium text-slate-400 uppercase tracking-wide" | "text-xs font-medium text-slate-600 uppercase tracking-wide">;
5126
5126
  protected toolChipClasses: _angular_core.Signal<"px-2.5 py-1 rounded-md bg-emerald-500/10 text-emerald-300 text-xs border border-emerald-500/30" | "px-2.5 py-1 rounded-md bg-emerald-50 text-emerald-700 text-xs border border-emerald-200">;
5127
5127
  protected expandedSectionClasses: _angular_core.Signal<"p-4 rounded-lg bg-slate-700/30 border border-slate-600/30" | "p-4 rounded-lg bg-slate-50 border border-slate-200">;
5128
- protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5128
+ protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5129
5129
  protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
5130
5130
  protected insightItemClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed flex" | "text-sm text-slate-600 leading-relaxed flex">;
5131
5131
  protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
5132
- protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5132
+ protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5133
5133
  protected toggleExpanded(): void;
5134
5134
  protected toggleCompetitiveGap(): void;
5135
5135
  onExpandItem(event: CustomEvent): void;
@@ -5205,11 +5205,11 @@ declare class CompetitorAnalysisCardComponent {
5205
5205
  protected linkClasses: _angular_core.Signal<"text-sm text-blue-400 hover:text-blue-300 underline transition-colors" | "text-sm text-blue-600 hover:text-blue-700 underline transition-colors">;
5206
5206
  protected listItemClasses: _angular_core.Signal<"text-sm text-slate-200 leading-relaxed flex items-start" | "text-sm text-slate-600 leading-relaxed flex items-start">;
5207
5207
  protected expandedSectionClasses: _angular_core.Signal<"p-4 rounded-lg bg-slate-700/30 border border-slate-600/30" | "p-4 rounded-lg bg-slate-50 border border-slate-200">;
5208
- protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5208
+ protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5209
5209
  protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
5210
5210
  protected expandedTextClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed" | "text-sm text-slate-600 leading-relaxed">;
5211
5211
  protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
5212
- protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5212
+ protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5213
5213
  protected toggleExpanded(): void;
5214
5214
  protected navigateToItem(item: ProfileItemInterface): void;
5215
5215
  onExpandItem(event: CustomEvent): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eric-emg/symphiq-components",
3
- "version": "1.2.460",
3
+ "version": "1.2.461",
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",