@eric-emg/symphiq-components 1.3.21 → 1.3.22

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": "@eric-emg/symphiq-components",
3
- "version": "1.3.21",
3
+ "version": "1.3.22",
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",
@@ -1073,7 +1073,7 @@ declare class ModalComponent {
1073
1073
  private animatedTrendValues;
1074
1074
  private animationFrames;
1075
1075
  isOpen: _angular_core.Signal<boolean>;
1076
- 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>;
1076
+ 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>;
1077
1077
  charts: _angular_core.Signal<AiChartInterface[]>;
1078
1078
  modalKey: _angular_core.Signal<number>;
1079
1079
  insightData: _angular_core.Signal<InsightBlockInterface | null>;
@@ -1705,7 +1705,7 @@ declare class MetricCardComponent {
1705
1705
  competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
1706
1706
  competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
1707
1707
  competitiveScoreBadgeClass: _angular_core.Signal<string>;
1708
- competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
1708
+ competitiveScoreTextClass: _angular_core.Signal<"text-blue-400" | "" | "text-emerald-600" | "text-blue-700" | "text-orange-600">;
1709
1709
  competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
1710
1710
  competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
1711
1711
  getCompetitiveScoreIcon(): string;
@@ -2422,8 +2422,8 @@ declare class SymphiqWelcomeDashboardComponent implements AfterViewInit, OnDestr
2422
2422
  protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent">;
2423
2423
  protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2424
2424
  protected highlightBoxClasses: _angular_core.Signal<"bg-blue-500/10 border-blue-500/30" | "bg-blue-50 border-blue-300">;
2425
- protected highlightIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
2426
- protected highlightTitleClasses: _angular_core.Signal<"text-blue-700" | "text-blue-400">;
2425
+ protected highlightIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
2426
+ protected highlightTitleClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
2427
2427
  protected highlightListClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2428
2428
  protected nextStepsBoxClasses: _angular_core.Signal<"bg-amber-500/10 border-amber-500/30" | "bg-amber-50 border-amber-200">;
2429
2429
  protected nextStepsIconClasses: _angular_core.Signal<"text-amber-600" | "text-amber-400">;
@@ -2562,7 +2562,7 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
2562
2562
  protected cancelButtonClasses: _angular_core.Signal<"bg-slate-700 text-slate-300 hover:bg-slate-600" | "bg-slate-200 text-slate-700 hover:bg-slate-300">;
2563
2563
  protected continueButtonClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-600 to-cyan-600 hover:from-blue-700 hover:to-cyan-700 text-white" | "bg-gradient-to-r from-blue-500 to-cyan-500 hover:from-blue-600 hover:to-cyan-600 text-white" | "bg-slate-300 text-slate-500" | "bg-slate-700 text-slate-500">;
2564
2564
  protected focusAreaProgressLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2565
- protected focusAreaProgressCountClasses: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-blue-400" | "text-blue-600">;
2565
+ protected focusAreaProgressCountClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400" | "text-emerald-600" | "text-emerald-400">;
2566
2566
  protected focusAreaProgressBarBgClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
2567
2567
  protected focusAreaProgressBarFillClasses: _angular_core.Signal<"bg-gradient-to-r from-emerald-500 to-teal-500" | "bg-gradient-to-r from-blue-500 to-cyan-500" | "bg-gradient-to-r from-emerald-400 to-teal-400" | "bg-gradient-to-r from-blue-400 to-cyan-400">;
2568
2568
  protected progressBadgeClasses: _angular_core.Signal<"bg-blue-100 text-blue-700 border border-blue-200" | "bg-emerald-100 text-emerald-700 border border-emerald-200" | "bg-emerald-900/30 text-emerald-400 border border-emerald-700" | "bg-blue-900/30 text-blue-400 border border-blue-700">;
@@ -2910,7 +2910,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
2910
2910
  private animateValue;
2911
2911
  protected displayInfo: _angular_core.Signal<PacingDisplayInfo>;
2912
2912
  protected containerClasses: _angular_core.Signal<string>;
2913
- protected targetRotation: _angular_core.Signal<1 | 0 | -1>;
2913
+ protected targetRotation: _angular_core.Signal<0 | 1 | -1>;
2914
2914
  protected rotationStyle: _angular_core.Signal<string>;
2915
2915
  protected fullBadgeRotationStyle: _angular_core.Signal<string>;
2916
2916
  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">;
@@ -3388,7 +3388,7 @@ declare class BusinessAnalysisModalComponent implements OnInit, OnDestroy {
3388
3388
  baseZIndex: _angular_core.Signal<number>;
3389
3389
  backdropZIndex: _angular_core.Signal<number>;
3390
3390
  contentZIndex: _angular_core.Signal<number>;
3391
- visualizationType: _angular_core.Signal<"horizontal-bar" | "circular-progress" | "napkin-visual" | "custom" | null>;
3391
+ visualizationType: _angular_core.Signal<"custom" | "horizontal-bar" | "circular-progress" | "napkin-visual" | null>;
3392
3392
  horizontalBarData: _angular_core.Signal<{
3393
3393
  percentage: number;
3394
3394
  label: string;
@@ -4076,6 +4076,7 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
4076
4076
  protected readonly headerScrollService: HeaderScrollService;
4077
4077
  isLightMode: _angular_core.Signal<boolean>;
4078
4078
  isSimplifiedView: _angular_core.Signal<boolean>;
4079
+ showContinueFooter: _angular_core.Signal<boolean>;
4079
4080
  protected readonly FocusAreaDetailStatusEnum: typeof FocusAreaDetailStatusEnum;
4080
4081
  protected readonly AiDynamicContentStatusEnum: typeof AiDynamicContentStatusEnum;
4081
4082
  protected readonly ProfileAnalysisReviewStatusEnum: typeof ProfileAnalysisReviewStatusEnum;
@@ -4121,11 +4122,11 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
4121
4122
  getProgressBarContainerClasses(): string;
4122
4123
  getCardFooterClasses(): string;
4123
4124
  protected welcomeBannerContainerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/50 border-slate-700/50">;
4124
- protected welcomeBannerIconClasses: _angular_core.Signal<"bg-purple-500/20 text-purple-400" | "bg-purple-100 text-purple-600">;
4125
+ protected welcomeBannerIconClasses: _angular_core.Signal<"bg-purple-100 text-purple-600" | "bg-purple-500/20 text-purple-400">;
4125
4126
  protected welcomeBannerTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4126
4127
  protected welcomeBannerTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4127
- protected welcomeBannerHighlightClasses: _angular_core.Signal<"bg-blue-500/10 border-blue-500/30" | "bg-blue-50/50 border-blue-300">;
4128
- protected welcomeBannerHighlightIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4128
+ protected welcomeBannerHighlightClasses: _angular_core.Signal<"bg-blue-50/50 border-blue-300" | "bg-blue-500/10 border-blue-500/30">;
4129
+ protected welcomeBannerHighlightIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4129
4130
  protected welcomeBannerHighlightTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4130
4131
  protected welcomeBannerHighlightListClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4131
4132
  protected statusComponentContainerClasses: _angular_core.Signal<"bg-slate-50/80 border-slate-200" | "bg-slate-900/40 border-slate-700/50">;
@@ -4733,9 +4734,9 @@ declare class FocusAreaExecutiveSummaryComponent {
4733
4734
  protected topPrioritiesStatValueClasses: _angular_core.Signal<"text-purple-900" | "text-purple-100">;
4734
4735
  protected topPrioritiesButtonTextClasses: _angular_core.Signal<"text-purple-400" | "text-purple-700">;
4735
4736
  protected quickWinsStatCardClasses: _angular_core.Signal<"bg-blue-500/10 border-2 border-blue-500/30 hover:border-blue-400/50 hover:shadow-lg hover:shadow-blue-500/10" | "bg-blue-50 border-2 border-blue-200 hover:border-blue-400 hover:shadow-lg hover:shadow-blue-100/50">;
4736
- protected quickWinsStatLabelClasses: _angular_core.Signal<"text-blue-700" | "text-blue-400">;
4737
+ protected quickWinsStatLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
4737
4738
  protected quickWinsStatValueClasses: _angular_core.Signal<"text-blue-100" | "text-blue-900">;
4738
- protected quickWinsButtonTextClasses: _angular_core.Signal<"text-blue-700" | "text-blue-400">;
4739
+ protected quickWinsButtonTextClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
4739
4740
  protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200 hover:border-blue-300 hover:shadow-xl" | "bg-slate-800/50 border border-slate-700/50 hover:border-blue-500/50 hover:shadow-xl hover:shadow-blue-500/10">;
4740
4741
  protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4741
4742
  protected numberBadgeClasses: _angular_core.Signal<"bg-gradient-to-br from-blue-400 to-cyan-400 text-white" | "bg-gradient-to-br from-blue-500 to-cyan-500 text-white">;
@@ -4778,11 +4779,11 @@ declare class MetricExecutiveSummaryComponent {
4778
4779
  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">;
4779
4780
  protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4780
4781
  protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4781
- protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4782
+ protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4782
4783
  protected healthBadgeClasses: _angular_core.Signal<string>;
4783
4784
  protected pacingBadgeClasses: _angular_core.Signal<string>;
4784
4785
  protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4785
- protected viewDetailsTextClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4786
+ protected viewDetailsTextClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4786
4787
  protected viewDetailsButtonClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300 border border-blue-500/40 hover:bg-blue-500/30" | "bg-blue-50 text-blue-700 border border-blue-200 hover:bg-blue-100">;
4787
4788
  protected viewReportButtonClasses: _angular_core.Signal<"bg-slate-700/50 text-slate-300 border border-slate-600 hover:bg-slate-600/50" | "bg-slate-100 text-slate-700 border border-slate-300 hover:bg-slate-200">;
4788
4789
  protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
@@ -4801,7 +4802,7 @@ declare class MetricExecutiveSummaryComponent {
4801
4802
  protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
4802
4803
  protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4803
4804
  protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
4804
- protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4805
+ protected impactLabelClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4805
4806
  protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4806
4807
  protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4807
4808
  protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
@@ -5334,7 +5335,7 @@ declare class SearchModalComponent {
5334
5335
  typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
5335
5336
  arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
5336
5337
  emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
5337
- emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
5338
+ emptyIconClass: _angular_core.Signal<"text-slate-300" | "text-slate-600">;
5338
5339
  emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
5339
5340
  emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5340
5341
  shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
@@ -5511,16 +5512,16 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
5511
5512
  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">;
5512
5513
  protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5513
5514
  protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5514
- 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">;
5515
+ protected progressValueClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400" | "text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400" | "text-orange-600" | "text-orange-400">;
5515
5516
  protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
5516
5517
  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">;
5517
5518
  protected shimmerClasses: _angular_core.Signal<string>;
5518
5519
  protected progressGlowClasses: _angular_core.Signal<"bg-gradient-to-r from-emerald-500 to-teal-500" | "bg-gradient-to-r from-blue-500 to-cyan-500" | "bg-gradient-to-r from-orange-500 to-amber-500" | "bg-gradient-to-r from-red-500 to-rose-500">;
5519
5520
  protected potentialProgressBarClasses: _angular_core.Signal<"opacity-40 bg-gradient-to-r from-emerald-500/50 via-teal-500/50 to-emerald-600/50" | "opacity-40 bg-gradient-to-r from-emerald-400/50 via-teal-400/50 to-emerald-500/50" | "opacity-40 bg-gradient-to-r from-blue-500/50 via-cyan-500/50 to-blue-600/50" | "opacity-40 bg-gradient-to-r from-blue-400/50 via-cyan-400/50 to-blue-500/50" | "opacity-40 bg-gradient-to-r from-orange-500/50 via-amber-500/50 to-orange-600/50" | "opacity-40 bg-gradient-to-r from-orange-400/50 via-amber-400/50 to-orange-500/50" | "opacity-40 bg-gradient-to-r from-red-500/50 via-rose-500/50 to-red-600/50" | "opacity-40 bg-gradient-to-r from-red-400/50 via-rose-400/50 to-red-500/50">;
5520
5521
  protected nextStepCalloutClasses: _angular_core.Signal<"bg-slate-100 text-slate-700 border border-slate-200" | "bg-slate-700/50 text-slate-300 border border-slate-600/50">;
5521
- protected nextStepBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-emerald-100 text-emerald-700" | "bg-emerald-500/20 text-emerald-400" | "bg-blue-100 text-blue-700" | "bg-orange-100 text-orange-700" | "bg-orange-500/20 text-orange-400" | "bg-red-100 text-red-700" | "bg-red-500/20 text-red-400">;
5522
+ protected nextStepBadgeClasses: _angular_core.Signal<"bg-emerald-100 text-emerald-700" | "bg-blue-500/20 text-blue-400" | "bg-emerald-500/20 text-emerald-400" | "bg-blue-100 text-blue-700" | "bg-orange-100 text-orange-700" | "bg-orange-500/20 text-orange-400" | "bg-red-100 text-red-700" | "bg-red-500/20 text-red-400">;
5522
5523
  protected currentStepCalloutClasses: _angular_core.Signal<"bg-slate-100 text-slate-700 border border-slate-200" | "bg-slate-700/50 text-slate-300 border border-slate-600/50">;
5523
- protected currentStepBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-emerald-100 text-emerald-700" | "bg-emerald-500/20 text-emerald-400" | "bg-blue-100 text-blue-700" | "bg-orange-100 text-orange-700" | "bg-orange-500/20 text-orange-400" | "bg-red-100 text-red-700" | "bg-red-500/20 text-red-400">;
5524
+ protected currentStepBadgeClasses: _angular_core.Signal<"bg-emerald-100 text-emerald-700" | "bg-blue-500/20 text-blue-400" | "bg-emerald-500/20 text-emerald-400" | "bg-blue-100 text-blue-700" | "bg-orange-100 text-orange-700" | "bg-orange-500/20 text-orange-400" | "bg-red-100 text-red-700" | "bg-red-500/20 text-red-400">;
5524
5525
  protected nextDashboardCalloutClasses: _angular_core.Signal<"bg-slate-800/30 text-slate-400 border border-slate-700/30" | "bg-slate-50 text-slate-500 border border-slate-100">;
5525
5526
  protected nextDashboardBadgeClasses: _angular_core.Signal<"bg-emerald-500/10 text-emerald-500" | "bg-emerald-50 text-emerald-600" | "bg-blue-500/10 text-blue-500" | "bg-blue-50 text-blue-600" | "bg-orange-500/10 text-orange-500" | "bg-orange-50 text-orange-600" | "bg-red-500/10 text-red-500" | "bg-red-50 text-red-600">;
5526
5527
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConfidenceLevelCardComponent, never>;
@@ -5543,7 +5544,7 @@ declare class RelatedContentSidebarComponent {
5543
5544
  protected headerClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5544
5545
  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">;
5545
5546
  protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
5546
- protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5547
+ protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5547
5548
  protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
5548
5549
  protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5549
5550
  protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
@@ -5607,7 +5608,7 @@ declare class IndeterminateSpinnerComponent {
5607
5608
  circleRadius: _angular_core.Signal<16 | 36 | 26>;
5608
5609
  svgCircleRadius: _angular_core.Signal<number>;
5609
5610
  strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
5610
- dotSize: _angular_core.Signal<5 | 10 | 7>;
5611
+ dotSize: _angular_core.Signal<10 | 5 | 7>;
5611
5612
  containerClasses: _angular_core.Signal<{
5612
5613
  'w-10 h-10': boolean;
5613
5614
  'w-[60px] h-[60px]': boolean;
@@ -6009,11 +6010,11 @@ declare class FocusAreaDetailCardComponent {
6009
6010
  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">;
6010
6011
  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">;
6011
6012
  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">;
6012
- protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
6013
+ protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
6013
6014
  protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
6014
6015
  protected insightItemClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed flex" | "text-sm text-slate-600 leading-relaxed flex">;
6015
6016
  protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
6016
- protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
6017
+ protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
6017
6018
  protected toggleExpanded(): void;
6018
6019
  protected toggleCompetitiveGap(): void;
6019
6020
  onExpandItem(event: Event): void;
@@ -6089,11 +6090,11 @@ declare class CompetitorAnalysisCardComponent {
6089
6090
  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">;
6090
6091
  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">;
6091
6092
  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">;
6092
- protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
6093
+ protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
6093
6094
  protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
6094
6095
  protected expandedTextClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed" | "text-sm text-slate-600 leading-relaxed">;
6095
6096
  protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
6096
- protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
6097
+ protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
6097
6098
  protected toggleExpanded(): void;
6098
6099
  protected navigateToItem(item: ProfileItemInterface): void;
6099
6100
  onExpandItem(event: Event): void;