@eric-emg/symphiq-components 1.3.66 → 1.3.68

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.
@@ -1155,7 +1155,7 @@ declare class ModalComponent {
1155
1155
  private animatedTrendValues;
1156
1156
  private animationFrames;
1157
1157
  isOpen: _angular_core.Signal<boolean>;
1158
- modalType: _angular_core.Signal<"insight" | "metric" | "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>;
1158
+ modalType: _angular_core.Signal<"chart" | "insight" | "metric" | "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>;
1159
1159
  charts: _angular_core.Signal<AiChartInterface[]>;
1160
1160
  modalKey: _angular_core.Signal<number>;
1161
1161
  insightData: _angular_core.Signal<InsightBlockInterface | null>;
@@ -1174,7 +1174,7 @@ declare class ModalComponent {
1174
1174
  description: string;
1175
1175
  icon: string;
1176
1176
  } | null>;
1177
- metricsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1177
+ metricsListData: _angular_core.Signal<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1178
1178
  metricsListMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
1179
1179
  metricsListInsightContext: _angular_core.Signal<{
1180
1180
  title: string;
@@ -1182,7 +1182,7 @@ declare class ModalComponent {
1182
1182
  businessContext: string;
1183
1183
  priority: number;
1184
1184
  } | null>;
1185
- chartsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1185
+ chartsListData: _angular_core.Signal<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1186
1186
  chartsListCharts: _angular_core.Signal<AiChartInterface[]>;
1187
1187
  chartsListInsightContext: _angular_core.Signal<{
1188
1188
  title: string;
@@ -1190,7 +1190,7 @@ declare class ModalComponent {
1190
1190
  businessContext: string;
1191
1191
  priority: number;
1192
1192
  } | null>;
1193
- recommendationsListData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1193
+ recommendationsListData: _angular_core.Signal<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1194
1194
  recommendationsListRecommendations: _angular_core.Signal<string[]>;
1195
1195
  recommendationsListInsightContext: _angular_core.Signal<{
1196
1196
  title: string;
@@ -1198,7 +1198,7 @@ declare class ModalComponent {
1198
1198
  businessContext: string;
1199
1199
  priority: number;
1200
1200
  } | null>;
1201
- competitiveAnalysisData: _angular_core.Signal<InsightBlockInterface | PerformanceMetricInterface | AiChartInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (InsightBlockInterface | PerformanceMetricInterface)[] | null>;
1201
+ competitiveAnalysisData: _angular_core.Signal<PerformanceMetricInterface | AiChartInterface | InsightBlockInterface | FunnelStrengthsListModalData | FunnelWeaknessesListModalData | FunnelStrengthDetailModalData | FunnelWeaknessDetailModalData | (PerformanceMetricInterface | InsightBlockInterface)[] | null>;
1202
1202
  competitiveAnalysisContext: _angular_core.Signal<{
1203
1203
  title: string;
1204
1204
  description: string;
@@ -1496,12 +1496,12 @@ declare class ViewModeSwitcherModalComponent {
1496
1496
  protected modalClasses: _angular_core.Signal<"bg-slate-800/95 border border-slate-700/50" | "bg-white/95 border border-slate-200">;
1497
1497
  protected headerClasses: _angular_core.Signal<"border-slate-200" | "border-slate-700/50">;
1498
1498
  protected titleClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
1499
- protected descriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
1500
- protected closeButtonClasses: _angular_core.Signal<"text-slate-400 hover:text-white hover:bg-slate-700" | "text-slate-600 hover:text-slate-900 hover:bg-slate-100">;
1499
+ protected descriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
1500
+ protected closeButtonClasses: _angular_core.Signal<"text-slate-600 hover:text-slate-900 hover:bg-slate-100" | "text-slate-400 hover:text-white hover:bg-slate-700">;
1501
1501
  protected contentClasses: _angular_core.Signal<"bg-slate-800/50" | "bg-slate-50/50">;
1502
- protected badgeClasses: _angular_core.Signal<"bg-amber-500/20 text-amber-400 border border-amber-500/30" | "bg-amber-100 text-amber-700 border border-amber-200">;
1502
+ protected badgeClasses: _angular_core.Signal<"bg-amber-100 text-amber-700 border border-amber-200" | "bg-amber-500/20 text-amber-400 border border-amber-500/30">;
1503
1503
  protected spinnerClasses: _angular_core.Signal<"border-blue-500" | "border-blue-600">;
1504
- protected loadingTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
1504
+ protected loadingTextClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
1505
1505
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ViewModeSwitcherModalComponent, never>;
1506
1506
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ViewModeSwitcherModalComponent, "symphiq-view-mode-switcher-modal", never, { "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "currentMode": { "alias": "currentMode"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; }, { "close": "close"; "modeSelected": "modeSelected"; }, never, never, true, never>;
1507
1507
  }
@@ -1614,7 +1614,7 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
1614
1614
  private chartsById;
1615
1615
  headerClass: _angular_core.Signal<string>;
1616
1616
  headerTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
1617
- headerSubtitleClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
1617
+ headerSubtitleClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
1618
1618
  metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
1619
1619
  sectionTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
1620
1620
  selectClass: _angular_core.Signal<"bg-white text-slate-900 border-slate-300 hover:border-blue-400 transition-all duration-200" | "bg-slate-700 text-white border-slate-600 hover:border-slate-500 transition-all duration-200">;
@@ -1787,9 +1787,9 @@ declare class MetricCardComponent {
1787
1787
  competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
1788
1788
  competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
1789
1789
  competitiveScoreBadgeClass: _angular_core.Signal<string>;
1790
- competitiveScoreTextClass: _angular_core.Signal<"" | "text-blue-400" | "text-emerald-600" | "text-blue-700" | "text-orange-600">;
1791
- competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
1792
- competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
1790
+ competitiveScoreTextClass: _angular_core.Signal<"text-blue-700" | "text-emerald-600" | "text-blue-400" | "text-orange-600" | "">;
1791
+ competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
1792
+ competitiveComparisonClass: _angular_core.Signal<"text-slate-300" | "text-slate-700" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
1793
1793
  getCompetitiveScoreIcon(): string;
1794
1794
  getCompetitiveScoreLabel(): string;
1795
1795
  getCompetitiveScoreLabelFull(): string;
@@ -2367,12 +2367,12 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
2367
2367
  private computeMetricTooltip;
2368
2368
  formattedRevenueValue: _angular_core.Signal<string>;
2369
2369
  formattedRevenueTrend: _angular_core.Signal<string>;
2370
- revenueStatusIcon: _angular_core.Signal<"" | "" | "→" | "">;
2370
+ revenueStatusIcon: _angular_core.Signal<"" | "" | "→" | "">;
2371
2371
  hasCompetitiveData: _angular_core.Signal<boolean>;
2372
2372
  hasOverallCompetitiveBenchmark: _angular_core.Signal<boolean>;
2373
2373
  overallCompetitiveDescription: _angular_core.Signal<string>;
2374
2374
  overallCompetitiveLabel: _angular_core.Signal<"N/A" | _jebgem_model.CompetitiveScoreEnum>;
2375
- overallCompetitiveIcon: _angular_core.Signal<"↑" | "" | "" | "">;
2375
+ overallCompetitiveIcon: _angular_core.Signal<"↑" | "" | "" | "">;
2376
2376
  competitiveScore: _angular_core.Signal<string>;
2377
2377
  gradeTooltip: _angular_core.Signal<{
2378
2378
  title: string;
@@ -2502,15 +2502,15 @@ declare class SymphiqWelcomeDashboardComponent implements AfterViewInit, OnDestr
2502
2502
  protected contentClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-800/60 via-slate-800/40 to-slate-800/60" | "bg-gradient-to-br from-blue-50/30 via-white to-purple-50/30">;
2503
2503
  protected iconContainerClasses: _angular_core.Signal<"bg-gradient-to-br from-blue-500/20 to-purple-500/20 text-blue-400" | "bg-gradient-to-br from-blue-100 to-purple-100 text-blue-600">;
2504
2504
  protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent">;
2505
- protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2505
+ protected textClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
2506
2506
  protected highlightBoxClasses: _angular_core.Signal<"bg-blue-500/10 border-blue-500/30" | "bg-blue-50 border-blue-300">;
2507
- protected highlightIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
2508
- protected highlightTitleClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
2509
- protected highlightListClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2507
+ protected highlightIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
2508
+ protected highlightTitleClasses: _angular_core.Signal<"text-blue-700" | "text-blue-400">;
2509
+ protected highlightListClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
2510
2510
  protected nextStepsBoxClasses: _angular_core.Signal<"bg-amber-500/10 border-amber-500/30" | "bg-amber-50 border-amber-200">;
2511
2511
  protected nextStepsIconClasses: _angular_core.Signal<"text-amber-400" | "text-amber-600">;
2512
2512
  protected nextStepsTitleClasses: _angular_core.Signal<"text-amber-400" | "text-amber-700">;
2513
- protected nextStepsTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2513
+ protected nextStepsTextClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
2514
2514
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqWelcomeDashboardComponent, never>;
2515
2515
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqWelcomeDashboardComponent, "symphiq-welcome-dashboard", never, { "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "parentHeaderOffset": { "alias": "parentHeaderOffset"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "forDemo": { "alias": "forDemo"; "required": false; "isSignal": true; }; "maxAccessibleStepId": { "alias": "maxAccessibleStepId"; "required": false; "isSignal": true; }; }, { "stepClick": "stepClick"; "nextStepClick": "nextStepClick"; }, never, never, true, never>;
2516
2516
  }
@@ -2625,8 +2625,8 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
2625
2625
  protected containerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800 border-slate-700">;
2626
2626
  protected contentClasses: _angular_core.Signal<"bg-gradient-to-br from-white to-slate-50" | "bg-gradient-to-br from-slate-800 to-slate-900">;
2627
2627
  protected sectionTitleClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
2628
- protected sectionDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2629
- protected labelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2628
+ protected sectionDescriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2629
+ protected labelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
2630
2630
  protected inputClasses(fieldName: string): string;
2631
2631
  protected urlPrefixClasses: _angular_core.Signal<"bg-slate-100 text-slate-600 border-slate-300" | "bg-slate-600 text-slate-300 border-slate-600">;
2632
2632
  protected urlInputClasses(fieldName: string): string;
@@ -2634,17 +2634,17 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
2634
2634
  protected radioIndicatorClasses(platform: ShopPlatformEnum): string;
2635
2635
  protected radioLabelClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
2636
2636
  protected checkboxClasses: _angular_core.Signal<"text-blue-600 border-slate-300 focus:ring-blue-500" | "text-blue-400 border-slate-600 focus:ring-blue-400 bg-slate-700">;
2637
- protected checkboxLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2637
+ protected checkboxLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2638
2638
  protected errorClasses: _angular_core.Signal<string>;
2639
- protected viewLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2639
+ protected viewLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2640
2640
  protected viewValueClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
2641
2641
  protected viewLinkClasses: _angular_core.Signal<"text-blue-600 hover:text-blue-700" | "text-blue-400 hover:text-blue-300">;
2642
2642
  protected editButtonClasses: _angular_core.Signal<"bg-blue-500 text-white hover:bg-blue-600" | "bg-blue-600 text-white hover:bg-blue-700">;
2643
2643
  protected stickyButtonContainerClasses: _angular_core.Signal<"bg-white/90 border-slate-200" | "bg-slate-900/90 border-slate-700">;
2644
2644
  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">;
2645
2645
  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">;
2646
- protected focusAreaProgressLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2647
- protected focusAreaProgressCountClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400" | "text-emerald-400" | "text-emerald-600">;
2646
+ protected focusAreaProgressLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2647
+ protected focusAreaProgressCountClasses: _angular_core.Signal<"text-emerald-400" | "text-emerald-600" | "text-blue-400" | "text-blue-600">;
2648
2648
  protected focusAreaProgressBarBgClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
2649
2649
  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">;
2650
2650
  protected progressBadgeClasses: _angular_core.Signal<"bg-emerald-100 text-emerald-700 border border-emerald-200" | "bg-blue-100 text-blue-700 border border-blue-200" | "bg-emerald-900/30 text-emerald-400 border border-emerald-700" | "bg-blue-900/30 text-blue-400 border border-blue-700">;
@@ -2652,9 +2652,9 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
2652
2652
  protected groupTitleClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
2653
2653
  protected focusAreaViewCardClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
2654
2654
  protected focusAreaViewTitleClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
2655
- protected focusAreaViewTitleSmallClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2655
+ protected focusAreaViewTitleSmallClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2656
2656
  protected statusBadgeClasses(type: 'engaged' | 'interested' | 'not-interested'): string;
2657
- protected toolsLabelViewClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2657
+ protected toolsLabelViewClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2658
2658
  protected toolChipViewClasses: _angular_core.Signal<"bg-white text-emerald-700 border border-emerald-200" | "bg-slate-800 text-emerald-300 border border-emerald-700">;
2659
2659
  protected validationMessageClasses: _angular_core.Signal<"bg-orange-50 text-orange-700 border border-orange-200" | "bg-orange-900/30 text-orange-400 border border-orange-700">;
2660
2660
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqCreateAccountDashboardComponent, never>;
@@ -2689,10 +2689,10 @@ declare class FocusAreaQuestionComponent {
2689
2689
  protected containerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800 border-slate-700">;
2690
2690
  protected contentClasses: _angular_core.Signal<"bg-gradient-to-br from-white to-slate-50" | "bg-gradient-to-br from-slate-800 to-slate-900">;
2691
2691
  protected titleClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
2692
- protected descriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2692
+ protected descriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2693
2693
  protected notAnsweredBadgeClasses: _angular_core.Signal<"bg-orange-100 text-orange-700 border border-orange-200" | "bg-orange-900/30 text-orange-400 border border-orange-700">;
2694
- protected radioDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2695
- protected toolsLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2694
+ protected radioDescriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
2695
+ protected toolsLabelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
2696
2696
  protected toolsButtonClasses: _angular_core.Signal<"bg-red-50 border-red-300 hover:border-red-400 hover:bg-red-100 text-slate-900" | "bg-red-900/20 border-red-700 hover:border-red-600 hover:bg-red-900/30 text-white" | "bg-white border-slate-300 hover:border-blue-400 hover:bg-blue-50 text-slate-900" | "bg-slate-700 border-slate-600 hover:border-blue-400 hover:bg-slate-600 text-white">;
2697
2697
  protected toolChipClasses: _angular_core.Signal<"bg-blue-100 text-blue-700 border border-blue-200" | "bg-blue-900/30 text-blue-300 border border-blue-700">;
2698
2698
  protected placeholderClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
@@ -2725,9 +2725,9 @@ declare class FocusAreaToolsModalComponent {
2725
2725
  protected headerClasses: _angular_core.Signal<"bg-gradient-to-r from-white to-slate-50 border-slate-200" | "bg-gradient-to-r from-slate-800 to-slate-900 border-slate-700">;
2726
2726
  protected titleClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
2727
2727
  protected closeButtonClasses: _angular_core.Signal<"text-slate-500 hover:bg-slate-100 hover:text-slate-700" | "text-slate-400 hover:bg-slate-700 hover:text-slate-200">;
2728
- protected labelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2728
+ protected labelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
2729
2729
  protected checkboxClasses: _angular_core.Signal<"text-blue-600 border-slate-300 focus:ring-blue-500" | "text-blue-400 border-slate-600 focus:ring-blue-400 bg-slate-700">;
2730
- protected checkboxLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2730
+ protected checkboxLabelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
2731
2731
  protected textareaClasses: _angular_core.Signal<"bg-white text-slate-900 placeholder-slate-400 border-slate-300 focus:border-blue-500 focus:ring-blue-500" | "bg-slate-700 text-white placeholder-slate-500 border-slate-600 focus:border-blue-400 focus:ring-blue-400">;
2732
2732
  protected footerClasses: _angular_core.Signal<"bg-gradient-to-r from-slate-50 to-white border-slate-200" | "bg-gradient-to-r from-slate-900 to-slate-800 border-slate-700">;
2733
2733
  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">;
@@ -3007,7 +3007,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
3007
3007
  protected animatedPercentage: _angular_core.Signal<string>;
3008
3008
  protected extractPercentage: _angular_core.Signal<string>;
3009
3009
  protected displayTextWithoutPercentage: _angular_core.Signal<string>;
3010
- protected overlayBadgeClasses: _angular_core.Signal<"bg-red-500 text-white" | "bg-amber-500 text-white" | "bg-emerald-500 text-white" | "bg-emerald-600 text-emerald-50" | "bg-amber-600 text-amber-50" | "bg-red-600 text-red-50">;
3010
+ protected overlayBadgeClasses: _angular_core.Signal<"bg-emerald-500 text-white" | "bg-red-500 text-white" | "bg-amber-500 text-white" | "bg-emerald-600 text-emerald-50" | "bg-amber-600 text-amber-50" | "bg-red-600 text-red-50">;
3011
3011
  protected overlaySizeClasses: _angular_core.Signal<"px-2 py-1.5 rounded-lg text-sm font-extrabold tracking-wide shadow-md transition-all duration-200 -my-1 -mr-1 z-10 inline-flex items-center gap-0.5 tabular-nums" | "px-2.5 py-2 rounded-lg text-sm font-extrabold tracking-wide shadow-md transition-all duration-200 -my-1.5 -mr-1 z-10 inline-flex items-center gap-1 tabular-nums">;
3012
3012
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<PacingStatusBadgeComponent, never>;
3013
3013
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<PacingStatusBadgeComponent, "symphiq-pacing-status-badge", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "pacingPercentage": { "alias": "pacingPercentage"; "required": false; "isSignal": true; }; "status": { "alias": "status"; "required": false; "isSignal": true; }; "showAsFullText": { "alias": "showAsFullText"; "required": false; "isSignal": true; }; "isCompact": { "alias": "isCompact"; "required": false; "isSignal": true; }; "showEmphasizedPercentage": { "alias": "showEmphasizedPercentage"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
@@ -3467,7 +3467,7 @@ declare class BusinessAnalysisModalComponent implements OnInit, OnDestroy {
3467
3467
  baseZIndex: _angular_core.Signal<number>;
3468
3468
  backdropZIndex: _angular_core.Signal<number>;
3469
3469
  contentZIndex: _angular_core.Signal<number>;
3470
- visualizationType: _angular_core.Signal<"horizontal-bar" | "circular-progress" | "napkin-visual" | "custom" | null>;
3470
+ visualizationType: _angular_core.Signal<"custom" | "horizontal-bar" | "circular-progress" | "napkin-visual" | null>;
3471
3471
  horizontalBarData: _angular_core.Signal<{
3472
3472
  percentage: number;
3473
3473
  label: string;
@@ -3929,7 +3929,7 @@ declare class ShopWelcomeBannerComponent {
3929
3929
  protected contentClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-800/60 via-slate-800/40 to-slate-800/60" | "bg-gradient-to-br from-emerald-50/30 via-white to-cyan-50/30">;
3930
3930
  protected iconContainerClasses: _angular_core.Signal<"bg-gradient-to-br from-emerald-500/20 to-cyan-500/20 text-emerald-400" | "bg-gradient-to-br from-emerald-100 to-cyan-100 text-emerald-600">;
3931
3931
  protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-emerald-600 to-cyan-600 bg-clip-text text-transparent">;
3932
- protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3932
+ protected textClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
3933
3933
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ShopWelcomeBannerComponent, never>;
3934
3934
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ShopWelcomeBannerComponent, "symphiq-shop-welcome-banner", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "businessName": { "alias": "businessName"; "required": false; "isSignal": true; }; "isOnboarded": { "alias": "isOnboarded"; "required": false; "isSignal": true; }; "analysisDate": { "alias": "analysisDate"; "required": false; "isSignal": true; }; "isShopProfileComplete": { "alias": "isShopProfileComplete"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
3935
3935
  }
@@ -4187,15 +4187,15 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
4187
4187
  getProgressBarContainerClasses(): string;
4188
4188
  getCardFooterClasses(): string;
4189
4189
  protected welcomeBannerContainerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/50 border-slate-700/50">;
4190
- protected welcomeBannerIconClasses: _angular_core.Signal<"bg-purple-500/20 text-purple-400" | "bg-purple-100 text-purple-600">;
4190
+ protected welcomeBannerIconClasses: _angular_core.Signal<"bg-purple-100 text-purple-600" | "bg-purple-500/20 text-purple-400">;
4191
4191
  protected welcomeBannerTitleClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
4192
- protected welcomeBannerTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4193
- protected welcomeBannerHighlightClasses: _angular_core.Signal<"bg-blue-500/10 border-blue-500/30" | "bg-blue-50/50 border-blue-300">;
4194
- protected welcomeBannerHighlightIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4192
+ protected welcomeBannerTextClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
4193
+ protected welcomeBannerHighlightClasses: _angular_core.Signal<"bg-blue-50/50 border-blue-300" | "bg-blue-500/10 border-blue-500/30">;
4194
+ protected welcomeBannerHighlightIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4195
4195
  protected welcomeBannerHighlightTitleClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
4196
- protected welcomeBannerHighlightListClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4196
+ protected welcomeBannerHighlightListClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
4197
4197
  protected statusComponentContainerClasses: _angular_core.Signal<"bg-slate-50/80 border-slate-200" | "bg-slate-900/40 border-slate-700/50">;
4198
- protected statusSectionTitleClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4198
+ protected statusSectionTitleClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
4199
4199
  private getIconForDomain;
4200
4200
  getEngagementBadgeClasses(status: FocusAreaDetailStatusEnum): string;
4201
4201
  getEngagementStatusLabel(status: FocusAreaDetailStatusEnum): string;
@@ -4398,8 +4398,8 @@ declare class SymphiqProfileAnalysisFocusAreaDashboardComponent implements OnIni
4398
4398
  protected progressCardClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/40 border-slate-700/50">;
4399
4399
  protected sectionTitleClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
4400
4400
  protected sectionCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4401
- protected sectionIconClasses: _angular_core.Signal<"bg-blue-50 text-blue-600" | "bg-blue-500/20 text-blue-400">;
4402
- protected sectionDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4401
+ protected sectionIconClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-50 text-blue-600">;
4402
+ protected sectionDescriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4403
4403
  private formatGradeInText;
4404
4404
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileAnalysisFocusAreaDashboardComponent, never>;
4405
4405
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<SymphiqProfileAnalysisFocusAreaDashboardComponent, "symphiq-profile-analysis-focus-area-dashboard", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "profileAnalysis": { "alias": "profileAnalysis"; "required": false; "isSignal": true; }; "funnelAnalysis": { "alias": "funnelAnalysis"; "required": false; "isSignal": true; }; "profile": { "alias": "profile"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "requestedByUser": { "alias": "requestedByUser"; "required": false; "isSignal": true; }; "embedded": { "alias": "embedded"; "required": false; "isSignal": true; }; "scrollEvent": { "alias": "scrollEvent"; "required": false; "isSignal": true; }; "scrollElement": { "alias": "scrollElement"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; "itemStatusProfileAnalysis": { "alias": "itemStatusProfileAnalysis"; "required": false; "isSignal": true; }; "isMarkingAsReviewed": { "alias": "isMarkingAsReviewed"; "required": false; "isSignal": true; }; }, { "nextStepClick": "nextStepClick"; "markAsReviewedClick": "markAsReviewedClick"; }, never, never, true, never>;
@@ -4530,11 +4530,11 @@ declare class SymphiqProfileAnalysisUnifiedDashboardComponent implements OnChang
4530
4530
  protected welcomeDescriptionClasses: _angular_core.Signal<string>;
4531
4531
  protected bannerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4532
4532
  protected sectionTitleClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
4533
- protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4533
+ protected textClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
4534
4534
  protected subheadingClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
4535
4535
  protected narrativeClasses: _angular_core.Signal<"bg-slate-50 border border-slate-200" | "bg-slate-900/50 border border-slate-700">;
4536
4536
  protected goalTitleClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
4537
- protected goalDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4537
+ protected goalDescriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4538
4538
  protected timeframeBadgeClasses: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
4539
4539
  protected cardBorderClasses: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
4540
4540
  protected moreBadgeClasses: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-400">;
@@ -4542,11 +4542,11 @@ declare class SymphiqProfileAnalysisUnifiedDashboardComponent implements OnChang
4542
4542
  protected timelineContainerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4543
4543
  protected timelineLineClasses: _angular_core.Signal<"bg-gradient-to-b from-blue-400 via-cyan-400 to-teal-400" | "bg-gradient-to-b from-blue-600 via-cyan-600 to-teal-600">;
4544
4544
  protected timelineItemTitleClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
4545
- protected timeframeDisplayClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4545
+ protected timeframeDisplayClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
4546
4546
  protected objectivesLabelClasses: _angular_core.Signal<string>;
4547
- protected objectiveItemClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4547
+ protected objectiveItemClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
4548
4548
  protected moreObjectivesClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
4549
- protected phaseIndicatorClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4549
+ protected phaseIndicatorClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4550
4550
  protected matrixContainerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4551
4551
  protected matrixAxisLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
4552
4552
  protected quadrantTitleClasses: _angular_core.Signal<"text-white" | "text-slate-800">;
@@ -4555,10 +4555,10 @@ declare class SymphiqProfileAnalysisUnifiedDashboardComponent implements OnChang
4555
4555
  protected moreGoalsClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
4556
4556
  protected emptyQuadrantClasses: _angular_core.Signal<"text-slate-400 italic" | "text-slate-500 italic">;
4557
4557
  protected stepTitleClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
4558
- protected stepDescriptionClasses: _angular_core.Signal<"text-slate-300" | "text-slate-600">;
4558
+ protected stepDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
4559
4559
  protected stepBorderClasses: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
4560
4560
  protected strategiesLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
4561
- protected strategyItemClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4561
+ protected strategyItemClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
4562
4562
  protected goalCardBaseClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4563
4563
  private readonly COLLAPSE_THRESHOLD;
4564
4564
  private readonly EXPAND_THRESHOLD;
@@ -4708,7 +4708,7 @@ declare class SymphiqProfileMetricsAnalysesDashboardComponent {
4708
4708
  protected welcomeBannerContainerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/50 border-slate-700/50">;
4709
4709
  protected welcomeBannerIconClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
4710
4710
  protected welcomeBannerTitleClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
4711
- protected welcomeBannerTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4711
+ protected welcomeBannerTextClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
4712
4712
  private getIconForMetric;
4713
4713
  private getMetricDescription;
4714
4714
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileMetricsAnalysesDashboardComponent, never>;
@@ -4990,16 +4990,16 @@ declare class FocusAreaExecutiveSummaryComponent {
4990
4990
  protected bannerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4991
4991
  protected sectionTitleClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
4992
4992
  protected subheadingClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
4993
- protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4993
+ protected textClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
4994
4994
  protected narrativeClasses: _angular_core.Signal<"bg-slate-50 border border-slate-200" | "bg-slate-900/30 border border-slate-700/50">;
4995
4995
  protected topPrioritiesStatCardClasses: _angular_core.Signal<"bg-purple-50 border-2 border-purple-200 hover:border-purple-400 hover:shadow-lg hover:shadow-purple-100/50" | "bg-purple-500/10 border-2 border-purple-500/30 hover:border-purple-400/50 hover:shadow-lg hover:shadow-purple-500/10">;
4996
4996
  protected topPrioritiesStatLabelClasses: _angular_core.Signal<"text-purple-400" | "text-purple-700">;
4997
4997
  protected topPrioritiesStatValueClasses: _angular_core.Signal<"text-purple-900" | "text-purple-100">;
4998
4998
  protected topPrioritiesButtonTextClasses: _angular_core.Signal<"text-purple-400" | "text-purple-700">;
4999
- 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">;
5000
- protected quickWinsStatLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
5001
- protected quickWinsStatValueClasses: _angular_core.Signal<"text-blue-100" | "text-blue-900">;
5002
- protected quickWinsButtonTextClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
4999
+ protected quickWinsStatCardClasses: _angular_core.Signal<"bg-blue-50 border-2 border-blue-200 hover:border-blue-400 hover:shadow-lg hover:shadow-blue-100/50" | "bg-blue-500/10 border-2 border-blue-500/30 hover:border-blue-400/50 hover:shadow-lg hover:shadow-blue-500/10">;
5000
+ protected quickWinsStatLabelClasses: _angular_core.Signal<"text-blue-700" | "text-blue-400">;
5001
+ protected quickWinsStatValueClasses: _angular_core.Signal<"text-blue-900" | "text-blue-100">;
5002
+ protected quickWinsButtonTextClasses: _angular_core.Signal<"text-blue-700" | "text-blue-400">;
5003
5003
  protected onTopPrioritiesClick(): void;
5004
5004
  protected onPriorityDetailClick(event: {
5005
5005
  priority: FocusAreaTopPriorityInterface;
@@ -5037,36 +5037,36 @@ declare class MetricExecutiveSummaryComponent {
5037
5037
  protected projectedValue: _angular_core.Signal<string | undefined>;
5038
5038
  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">;
5039
5039
  protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
5040
- protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5041
- protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5040
+ protected textClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
5041
+ protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5042
5042
  protected healthBadgeClasses: _angular_core.Signal<string>;
5043
5043
  protected pacingBadgeClasses: _angular_core.Signal<string>;
5044
5044
  protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
5045
- protected viewDetailsTextClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5045
+ protected viewDetailsTextClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5046
5046
  protected viewDetailsButtonClasses: _angular_core.Signal<"bg-blue-50 text-blue-700 border border-blue-200 hover:bg-blue-100" | "bg-blue-500/20 text-blue-300 border border-blue-500/40 hover:bg-blue-500/30">;
5047
5047
  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">;
5048
- protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5048
+ protected metricLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5049
5049
  protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
5050
- protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-400" | "text-emerald-600" | "text-red-400" | "text-red-600">;
5050
+ protected yoyChangeClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600" | "text-emerald-400" | "text-emerald-600" | "text-red-400" | "text-red-600">;
5051
5051
  protected getYoyIcon(): string;
5052
5052
  protected getPacingValueClasses(): string;
5053
5053
  protected getHealthValueClasses(): string;
5054
5054
  protected healthDescriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
5055
5055
  protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
5056
5056
  protected narrativeTitleClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
5057
- protected narrativeTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5057
+ protected narrativeTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5058
5058
  protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
5059
5059
  protected priorityCardClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50 hover:border-slate-600/70" | "bg-white border border-slate-200 hover:border-slate-300">;
5060
5060
  protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
5061
5061
  protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
5062
- protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5062
+ protected priorityTextClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
5063
5063
  protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
5064
- protected impactLabelClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5065
- protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5064
+ protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5065
+ protected impactTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5066
5066
  protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
5067
5067
  protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
5068
5068
  protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
5069
- protected metaTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5069
+ protected metaTextClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5070
5070
  protected formatMetricName(name: string): string;
5071
5071
  protected formatNumber(value: string | number | undefined): string;
5072
5072
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<MetricExecutiveSummaryComponent, never>;
@@ -5497,7 +5497,7 @@ declare class VisualizationContainerComponent {
5497
5497
  data: unknown;
5498
5498
  }>;
5499
5499
  containerClass: _angular_core.Signal<"" | "cursor-pointer">;
5500
- iconClass: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-500">;
5500
+ iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
5501
5501
  onExpandClick(event: Event): void;
5502
5502
  onVisualizationClick(event: Event): void;
5503
5503
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<VisualizationContainerComponent, never>;
@@ -5589,17 +5589,17 @@ declare class SearchModalComponent {
5589
5589
  closeButtonClass: _angular_core.Signal<"text-slate-400 hover:text-slate-600 hover:bg-slate-100" | "text-slate-500 hover:text-slate-300 hover:bg-slate-700">;
5590
5590
  resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
5591
5591
  resultTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
5592
- resultDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5592
+ resultDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5593
5593
  breadcrumbClass: _angular_core.Signal<string>;
5594
5594
  typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
5595
5595
  arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
5596
5596
  emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
5597
- emptyIconClass: _angular_core.Signal<"text-slate-300" | "text-slate-600">;
5597
+ emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
5598
5598
  emptyTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
5599
- emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5600
- shortcutsClass: _angular_core.Signal<"bg-slate-50 border-slate-200" | "bg-slate-900/50 border-slate-700">;
5599
+ emptyDescClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5600
+ shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
5601
5601
  kbdClass: _angular_core.Signal<"bg-white border border-slate-300 text-slate-700 shadow-sm" | "bg-slate-700 border border-slate-600 text-slate-300">;
5602
- shortcutTextClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5602
+ shortcutTextClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5603
5603
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
5604
5604
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<SearchModalComponent, "symphiq-search-modal", never, { "isLightMode": { "alias": "isLightMode"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; "searchQuery": { "alias": "searchQuery"; "required": false; "isSignal": true; }; "results": { "alias": "results"; "required": false; "isSignal": true; }; "hasResults": { "alias": "hasResults"; "required": false; "isSignal": true; }; "selectedIndex": { "alias": "selectedIndex"; "required": false; "isSignal": true; }; "placeholder": { "alias": "placeholder"; "required": false; "isSignal": true; }; }, { "searchChange": "searchChange"; "resultSelected": "resultSelected"; "close": "close"; }, never, never, true, never>;
5605
5605
  }
@@ -5665,7 +5665,7 @@ declare class GradeBadgeComponent {
5665
5665
  explanation: string;
5666
5666
  }>;
5667
5667
  private formatGrade;
5668
- badgeLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5668
+ badgeLabelClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5669
5669
  gradeBadgeClass: _angular_core.Signal<string>;
5670
5670
  private getGradeBadgeClassLight;
5671
5671
  private getGradeBadgeClassDark;
@@ -5763,26 +5763,26 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
5763
5763
  protected cardContainerClasses: _angular_core.Signal<"border-2 shadow-2xl bg-slate-800/60 border-slate-700/50 backdrop-blur-xl" | "border-2 shadow-2xl bg-white/90 border-slate-200/50 backdrop-blur-xl shadow-slate-200/50">;
5764
5764
  protected backgroundOverlayClasses: _angular_core.Signal<"bg-gradient-to-br from-emerald-500/30 via-teal-500/20 to-emerald-500/30" | "bg-gradient-to-br from-emerald-400/20 via-teal-400/10 to-emerald-400/20" | "bg-gradient-to-br from-blue-500/30 via-cyan-500/20 to-blue-500/30" | "bg-gradient-to-br from-blue-400/20 via-cyan-400/10 to-blue-400/20" | "bg-gradient-to-br from-orange-500/30 via-amber-500/20 to-orange-500/30" | "bg-gradient-to-br from-orange-400/20 via-amber-400/10 to-orange-400/20" | "bg-gradient-to-br from-red-500/30 via-rose-500/20 to-red-500/30" | "bg-gradient-to-br from-red-400/20 via-rose-400/10 to-red-400/20">;
5765
5765
  protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
5766
- protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5766
+ protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5767
5767
  protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
5768
5768
  protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
5769
5769
  protected gradeBadgeClasses: _angular_core.Signal<"bg-gradient-to-br from-emerald-500/30 to-teal-500/30 border-2 border-emerald-500/50 shadow-[0_0_20px_rgba(16,185,129,0.3)]" | "bg-gradient-to-br from-emerald-50 to-teal-50 border-2 border-emerald-300/50 shadow-[0_0_20px_rgba(16,185,129,0.2)]" | "bg-gradient-to-br from-blue-500/30 to-cyan-500/30 border-2 border-blue-500/50 shadow-[0_0_20px_rgba(59,130,246,0.3)]" | "bg-gradient-to-br from-blue-50 to-cyan-50 border-2 border-blue-300/50 shadow-[0_0_20px_rgba(59,130,246,0.2)]" | "bg-gradient-to-br from-orange-500/30 to-amber-500/30 border-2 border-orange-500/50 shadow-[0_0_20px_rgba(249,115,22,0.3)]" | "bg-gradient-to-br from-orange-50 to-amber-50 border-2 border-orange-300/50 shadow-[0_0_20px_rgba(249,115,22,0.2)]" | "bg-gradient-to-br from-red-500/30 to-rose-500/30 border-2 border-red-500/50 shadow-[0_0_20px_rgba(239,68,68,0.3)]" | "bg-gradient-to-br from-red-50 to-rose-50 border-2 border-red-300/50 shadow-[0_0_20px_rgba(239,68,68,0.2)]">;
5770
- protected gradeLabelClasses: _angular_core.Signal<"text-blue-700" | "text-emerald-700" | "text-red-700" | "text-orange-700" | "text-red-300" | "text-blue-300" | "text-emerald-300" | "text-orange-300">;
5770
+ protected gradeLabelClasses: _angular_core.Signal<"text-emerald-300" | "text-emerald-700" | "text-blue-300" | "text-blue-700" | "text-orange-300" | "text-orange-700" | "text-red-300" | "text-red-700">;
5771
5771
  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">;
5772
- protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5773
- protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5774
- protected progressValueClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400" | "text-emerald-400" | "text-emerald-600" | "text-red-400" | "text-red-600" | "text-orange-600" | "text-orange-400">;
5772
+ protected descriptionClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
5773
+ protected progressLabelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
5774
+ protected progressValueClasses: _angular_core.Signal<"text-emerald-400" | "text-emerald-600" | "text-blue-400" | "text-blue-600" | "text-orange-400" | "text-orange-600" | "text-red-400" | "text-red-600">;
5775
5775
  protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
5776
5776
  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">;
5777
5777
  protected shimmerClasses: _angular_core.Signal<string>;
5778
5778
  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">;
5779
5779
  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">;
5780
- 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">;
5781
- protected nextStepBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-700" | "bg-red-500/20 text-red-400" | "bg-orange-500/20 text-orange-400" | "bg-red-100 text-red-700" | "bg-orange-100 text-orange-700" | "bg-emerald-100 text-emerald-700" | "bg-emerald-500/20 text-emerald-400">;
5782
- 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">;
5783
- protected currentStepBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-700" | "bg-red-500/20 text-red-400" | "bg-orange-500/20 text-orange-400" | "bg-red-100 text-red-700" | "bg-orange-100 text-orange-700" | "bg-emerald-100 text-emerald-700" | "bg-emerald-500/20 text-emerald-400">;
5780
+ protected nextStepCalloutClasses: _angular_core.Signal<"bg-slate-700/50 text-slate-300 border border-slate-600/50" | "bg-slate-100 text-slate-700 border border-slate-200">;
5781
+ protected nextStepBadgeClasses: _angular_core.Signal<"bg-emerald-500/20 text-emerald-400" | "bg-emerald-100 text-emerald-700" | "bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-700" | "bg-orange-500/20 text-orange-400" | "bg-orange-100 text-orange-700" | "bg-red-500/20 text-red-400" | "bg-red-100 text-red-700">;
5782
+ protected currentStepCalloutClasses: _angular_core.Signal<"bg-slate-700/50 text-slate-300 border border-slate-600/50" | "bg-slate-100 text-slate-700 border border-slate-200">;
5783
+ protected currentStepBadgeClasses: _angular_core.Signal<"bg-emerald-500/20 text-emerald-400" | "bg-emerald-100 text-emerald-700" | "bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-700" | "bg-orange-500/20 text-orange-400" | "bg-orange-100 text-orange-700" | "bg-red-500/20 text-red-400" | "bg-red-100 text-red-700">;
5784
5784
  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">;
5785
- protected nextDashboardBadgeClasses: _angular_core.Signal<"bg-blue-50 text-blue-600" | "bg-emerald-500/10 text-emerald-500" | "bg-emerald-50 text-emerald-600" | "bg-blue-500/10 text-blue-500" | "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">;
5785
+ 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">;
5786
5786
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConfidenceLevelCardComponent, never>;
5787
5787
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ConfidenceLevelCardComponent, "symphiq-confidence-level-card", never, { "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "currentStepId": { "alias": "currentStepId"; "required": false; "isSignal": true; }; "focusAreaDetails": { "alias": "focusAreaDetails"; "required": false; "isSignal": true; }; "currentFocusAreaDomain": { "alias": "currentFocusAreaDomain"; "required": false; "isSignal": true; }; "currentMetric": { "alias": "currentMetric"; "required": false; "isSignal": true; }; "targets": { "alias": "targets"; "required": false; "isSignal": true; }; "isCurrentStepComplete": { "alias": "isCurrentStepComplete"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
5788
5788
  }
@@ -5803,7 +5803,7 @@ declare class RelatedContentSidebarComponent {
5803
5803
  protected funnelInsightsCount: _angular_core.Signal<number>;
5804
5804
  protected funnelMetricsCount: _angular_core.Signal<number>;
5805
5805
  protected businessInsightsCount: _angular_core.Signal<number>;
5806
- protected headerClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5806
+ protected headerClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5807
5807
  protected onFunnelInsightsClick(): void;
5808
5808
  protected onFunnelMetricsClick(): void;
5809
5809
  protected onBusinessInsightsClick(): void;
@@ -5825,15 +5825,15 @@ declare class ContentGenerationProgressComponent {
5825
5825
  protected containerClasses: _angular_core.Signal<string>;
5826
5826
  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">;
5827
5827
  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">;
5828
- protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5829
- protected progressMessageClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5828
+ protected subtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5829
+ protected progressMessageClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
5830
5830
  protected progressBarContainerClasses: _angular_core.Signal<string>;
5831
5831
  protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
5832
5832
  protected progressBarFillClasses: _angular_core.Signal<"bg-gradient-to-r from-blue-500 via-cyan-500 to-blue-600 shadow-lg shadow-blue-500/40" | "bg-gradient-to-r from-blue-400 via-cyan-400 to-blue-500 shadow-lg shadow-blue-400/40">;
5833
5833
  protected dotClasses: _angular_core.Signal<"bg-blue-400 shadow-lg shadow-blue-400/60" | "bg-cyan-300 shadow-lg shadow-cyan-300/60">;
5834
5834
  protected dotColor: _angular_core.Signal<"#60a5fa" | "#67e8f9">;
5835
5835
  protected progressGlowClasses: _angular_core.Signal<"bg-blue-400 shadow-xl" | "bg-cyan-300 shadow-xl">;
5836
- protected percentageClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5836
+ protected percentageClasses: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5837
5837
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ContentGenerationProgressComponent, never>;
5838
5838
  static ɵcmp: _angular_core.ɵɵComponentDeclaration<ContentGenerationProgressComponent, "symphiq-content-generation-progress", never, { "itemStatus": { "alias": "itemStatus"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "subtitle": { "alias": "subtitle"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "showIcon": { "alias": "showIcon"; "required": false; "isSignal": true; }; "compact": { "alias": "compact"; "required": false; "isSignal": true; }; "compactTitle": { "alias": "compactTitle"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
5839
5839
  }
@@ -5860,7 +5860,7 @@ declare class IndeterminateSpinnerComponent {
5860
5860
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5861
5861
  size: _angular_core.InputSignal<SpinnerSize>;
5862
5862
  color: _angular_core.InputSignal<string | undefined>;
5863
- svgSize: _angular_core.Signal<80 | 60 | 40>;
5863
+ svgSize: _angular_core.Signal<60 | 40 | 80>;
5864
5864
  circleRadius: _angular_core.Signal<16 | 36 | 26>;
5865
5865
  svgCircleRadius: _angular_core.Signal<number>;
5866
5866
  strokeWidth: _angular_core.Signal<2 | 3 | 2.5>;
@@ -5926,8 +5926,8 @@ declare class ChartContainerComponent {
5926
5926
  containerClass: _angular_core.Signal<"bg-white border-slate-200 hover:border-blue-300 hover:shadow-blue-100/50" | "bg-slate-800 border-slate-700 hover:border-slate-600 hover:shadow-slate-900/50">;
5927
5927
  headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
5928
5928
  titleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
5929
- descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5930
- iconClass: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-500">;
5929
+ descriptionClass: _angular_core.Signal<"text-slate-400" | "text-slate-600">;
5930
+ iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
5931
5931
  chartIconClass: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
5932
5932
  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">;
5933
5933
  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">;
@@ -5992,7 +5992,7 @@ declare class BarChartComponent implements OnInit, AfterViewInit, OnDestroy {
5992
5992
  showAxisLabels: _angular_core.InputSignal<boolean>;
5993
5993
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
5994
5994
  currencySymbol: _angular_core.InputSignal<string>;
5995
- chartHeight: _angular_core.Signal<"175px" | "500px">;
5995
+ chartHeight: _angular_core.Signal<"500px" | "175px">;
5996
5996
  cursorColor: _angular_core.Signal<9741240 | 16777215>;
5997
5997
  tooltipTextColor: _angular_core.Signal<0 | 16777215>;
5998
5998
  chartHash: _angular_core.Signal<string>;
@@ -6029,7 +6029,7 @@ declare class PieChartComponent implements OnInit, AfterViewInit, OnDestroy {
6029
6029
  showAxisLabels: _angular_core.InputSignal<boolean>;
6030
6030
  viewMode: _angular_core.InputSignal<ViewModeEnum>;
6031
6031
  currencySymbol: _angular_core.InputSignal<string>;
6032
- chartHeight: _angular_core.Signal<"200px" | "500px">;
6032
+ chartHeight: _angular_core.Signal<"500px" | "200px">;
6033
6033
  chartHash: _angular_core.Signal<string>;
6034
6034
  chartDiv: ElementRef;
6035
6035
  private root?;
@@ -6251,7 +6251,7 @@ declare class FocusAreaDetailCardComponent {
6251
6251
  protected isActuallyExpanded: _angular_core.Signal<boolean>;
6252
6252
  protected forceExpandedValue: _angular_core.Signal<boolean>;
6253
6253
  protected shouldAnimateExpand: _angular_core.Signal<boolean>;
6254
- protected iconSize: _angular_core.Signal<"w-7 h-7" | "w-6 h-6">;
6254
+ protected iconSize: _angular_core.Signal<"w-6 h-6" | "w-7 h-7">;
6255
6255
  protected relatedRecommendations: _angular_core.Signal<_jebgem_model.ProfileAnalysisRecommendationInterface[]>;
6256
6256
  protected statusLabel: _angular_core.Signal<string>;
6257
6257
  protected statusBadgeType: _angular_core.Signal<BadgeType>;
@@ -6266,11 +6266,11 @@ declare class FocusAreaDetailCardComponent {
6266
6266
  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">;
6267
6267
  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">;
6268
6268
  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">;
6269
- protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
6269
+ protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
6270
6270
  protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
6271
6271
  protected insightItemClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed flex" | "text-sm text-slate-600 leading-relaxed flex">;
6272
6272
  protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
6273
- protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
6273
+ protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
6274
6274
  protected toggleExpanded(): void;
6275
6275
  protected toggleCompetitiveGap(): void;
6276
6276
  onExpandItem(event: Event): void;
@@ -6315,7 +6315,7 @@ declare class CompetitorAnalysisCardComponent {
6315
6315
  protected isActuallyExpanded: _angular_core.Signal<boolean>;
6316
6316
  protected isExpandedMode: _angular_core.Signal<boolean>;
6317
6317
  protected shouldAnimateExpand: _angular_core.Signal<boolean>;
6318
- protected iconSize: _angular_core.Signal<"w-7 h-7" | "w-6 h-6">;
6318
+ protected iconSize: _angular_core.Signal<"w-6 h-6" | "w-7 h-7">;
6319
6319
  protected animationType: _angular_core.Signal<"none" | "slide-up">;
6320
6320
  constructor();
6321
6321
  protected hasCompanyInfo: _angular_core.Signal<boolean>;
@@ -6346,11 +6346,11 @@ declare class CompetitorAnalysisCardComponent {
6346
6346
  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">;
6347
6347
  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">;
6348
6348
  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">;
6349
- protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
6349
+ protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
6350
6350
  protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
6351
6351
  protected expandedTextClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed" | "text-sm text-slate-600 leading-relaxed">;
6352
6352
  protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
6353
- protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
6353
+ protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
6354
6354
  protected toggleExpanded(): void;
6355
6355
  protected navigateToItem(item: ProfileItemInterface): void;
6356
6356
  onExpandItem(event: Event): void;