@eric-emg/symphiq-components 1.3.47 → 1.3.49

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.47",
3
+ "version": "1.3.49",
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",
package/styles.css CHANGED
@@ -1360,6 +1360,9 @@
1360
1360
  .scroll-mt-24 {
1361
1361
  scroll-margin-top: calc(var(--spacing) * 24);
1362
1362
  }
1363
+ .scroll-mt-48 {
1364
+ scroll-margin-top: calc(var(--spacing) * 48);
1365
+ }
1363
1366
  .grid-cols-1 {
1364
1367
  grid-template-columns: repeat(1, minmax(0, 1fr));
1365
1368
  }
@@ -1890,6 +1893,9 @@
1890
1893
  border-color: color-mix(in oklab, var(--color-cyan-400) 50%, transparent);
1891
1894
  }
1892
1895
  }
1896
+ .border-cyan-500 {
1897
+ border-color: var(--color-cyan-500);
1898
+ }
1893
1899
  .border-cyan-500\/30 {
1894
1900
  border-color: color-mix(in srgb, oklch(71.5% 0.143 215.221) 30%, transparent);
1895
1901
  @supports (color: color-mix(in lab, red, red)) {
@@ -1905,6 +1911,12 @@
1905
1911
  .border-cyan-700 {
1906
1912
  border-color: var(--color-cyan-700);
1907
1913
  }
1914
+ .border-cyan-700\/50 {
1915
+ border-color: color-mix(in srgb, oklch(52% 0.105 223.128) 50%, transparent);
1916
+ @supports (color: color-mix(in lab, red, red)) {
1917
+ border-color: color-mix(in oklab, var(--color-cyan-700) 50%, transparent);
1918
+ }
1919
+ }
1908
1920
  .border-emerald-100 {
1909
1921
  border-color: var(--color-emerald-100);
1910
1922
  }
@@ -2436,6 +2448,9 @@
2436
2448
  .border-teal-300 {
2437
2449
  border-color: var(--color-teal-300);
2438
2450
  }
2451
+ .border-teal-500 {
2452
+ border-color: var(--color-teal-500);
2453
+ }
2439
2454
  .border-teal-500\/20 {
2440
2455
  border-color: color-mix(in srgb, oklch(70.4% 0.14 182.503) 20%, transparent);
2441
2456
  @supports (color: color-mix(in lab, red, red)) {
@@ -2943,6 +2958,9 @@
2943
2958
  .bg-cyan-300 {
2944
2959
  background-color: var(--color-cyan-300);
2945
2960
  }
2961
+ .bg-cyan-500 {
2962
+ background-color: var(--color-cyan-500);
2963
+ }
2946
2964
  .bg-cyan-500\/20 {
2947
2965
  background-color: color-mix(in srgb, oklch(71.5% 0.143 215.221) 20%, transparent);
2948
2966
  @supports (color: color-mix(in lab, red, red)) {
@@ -2958,6 +2976,12 @@
2958
2976
  background-color: color-mix(in oklab, var(--color-cyan-800) 50%, transparent);
2959
2977
  }
2960
2978
  }
2979
+ .bg-cyan-900\/20 {
2980
+ background-color: color-mix(in srgb, oklch(39.8% 0.07 227.392) 20%, transparent);
2981
+ @supports (color: color-mix(in lab, red, red)) {
2982
+ background-color: color-mix(in oklab, var(--color-cyan-900) 20%, transparent);
2983
+ }
2984
+ }
2961
2985
  .bg-cyan-900\/30 {
2962
2986
  background-color: color-mix(in srgb, oklch(39.8% 0.07 227.392) 30%, transparent);
2963
2987
  @supports (color: color-mix(in lab, red, red)) {
@@ -3777,6 +3801,9 @@
3777
3801
  .bg-teal-100 {
3778
3802
  background-color: var(--color-teal-100);
3779
3803
  }
3804
+ .bg-teal-500 {
3805
+ background-color: var(--color-teal-500);
3806
+ }
3780
3807
  .bg-teal-500\/10 {
3781
3808
  background-color: color-mix(in srgb, oklch(70.4% 0.14 182.503) 10%, transparent);
3782
3809
  @supports (color: color-mix(in lab, red, red)) {
@@ -3804,6 +3831,12 @@
3804
3831
  background-color: color-mix(in oklab, var(--color-teal-600) 90%, transparent);
3805
3832
  }
3806
3833
  }
3834
+ .bg-teal-900\/20 {
3835
+ background-color: color-mix(in srgb, oklch(38.6% 0.063 188.416) 20%, transparent);
3836
+ @supports (color: color-mix(in lab, red, red)) {
3837
+ background-color: color-mix(in oklab, var(--color-teal-900) 20%, transparent);
3838
+ }
3839
+ }
3807
3840
  .bg-teal-900\/30 {
3808
3841
  background-color: color-mix(in srgb, oklch(38.6% 0.063 188.416) 30%, transparent);
3809
3842
  @supports (color: color-mix(in lab, red, red)) {
@@ -1,5 +1,5 @@
1
1
  import * as _jebgem_model from '@jebgem/model';
2
- import { FocusAreaTopPriorityInterface, MetricTopPriorityInterface, ProfileItemInterface, ViewModeEnum, GoalV3Interface, ObjectiveV3Interface, StrategyV3Interface, OperationalCategoryInterface, CategoryStrengthInterface, CategoryGapInterface, CategoryOpportunityInterface, InsightBlockInterface, ProfileAnalysisRecommendationInterface, PerformanceMetricInterface, KeyStrengthInterface, CriticalGapInterface, UnifiedGoalInterface, AiChartInterface, SourceAnalysisReferenceInterface, ProfileAnalysisInterface, RecommendationV3Interface, ProfileAnalysisRecommendationActionStepInterface, MetricStatusEnum, TrendDirectionEnum, CompetitiveScoreEnum, ProfileSectionInterface, ProfileSubsectionInterface, ProfileInterface, MetricEnum, FunnelMetricInterface, TargetInterface, UiDataInterface, FunnelAnalysisInterface, FocusAreaDetailInterface, BreakdownMetricInterface, UserInterface, ItemStatusInterface, AiDynamicContentStatusEnum, PerformanceOverviewStructuredV3Interface, OverallAssessmentInterface, FocusAreaDomainEnum, FocusAreaDetailStatusEnum, GaPropertyInterface, GaAccountInterface, ShopDataLoadStatusEnum, PacingResponseInterface, DataResultsInterface, CalculateRevenueReverseResponseInterface, CalculateRevenueResponseInterface, TargetHistoryInterface, CalculateRevenueRequestInterface, CalculateRevenueReverseRequestInterface, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, AbstractItemProfileQuestionInterface, AbstractItemProfileAnswerInterface, AbstractItemProfileAnswerHistoryInterface, AccountInterface, ProfileShopInterface, ProfileShopQuestionInterface, PlanCardInfoInterface, CurrencyCodeEnum, ChargebeeItemPricePeriodUnitEnum, ChargebeeItemPriceInterface, IconSourceEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, ProfileFocusAreaInterface, ProfileFocusAreaQuestionInterface, ProfileAnalysisReviewStatusEnum, ProfileAnalysisTypeEnum, ProfileAnalysisStructuredV3Interface, UnifiedExecutiveSummaryInterface, ProfileMetricInterface, ProfileMetricQuestionInterface, FocusAreaExecutiveSummaryInterface, QuickWinItemInterface, MetricExecutiveSummaryInterface, ChartTypeEnum } from '@jebgem/model';
2
+ import { FocusAreaTopPriorityInterface, MetricTopPriorityInterface, ProfileItemInterface, ViewModeEnum, GoalV3Interface, ObjectiveV3Interface, StrategyV3Interface, OperationalCategoryInterface, CategoryStrengthInterface, CategoryGapInterface, CategoryOpportunityInterface, InsightBlockInterface, ProfileAnalysisRecommendationInterface, PerformanceMetricInterface, KeyStrengthInterface, CriticalGapInterface, UnifiedGoalInterface, AiChartInterface, SourceAnalysisReferenceInterface, ProfileAnalysisInterface, RecommendationV3Interface, ProfileAnalysisRecommendationActionStepInterface, MetricStatusEnum, TrendDirectionEnum, CompetitiveScoreEnum, ProfileSectionInterface, ProfileSubsectionInterface, ProfileInterface, MetricEnum, FunnelMetricInterface, TargetInterface, UiDataInterface, FunnelAnalysisInterface, FocusAreaDetailInterface, BreakdownMetricInterface, UserInterface, ItemStatusInterface, AiDynamicContentStatusEnum, PerformanceOverviewStructuredV3Interface, OverallAssessmentInterface, FocusAreaDomainEnum, FocusAreaDetailStatusEnum, GaPropertyInterface, GaAccountInterface, ShopDataLoadStatusEnum, PacingResponseInterface, DataResultsInterface, CalculateRevenueReverseResponseInterface, CalculateRevenueResponseInterface, TargetHistoryInterface, CalculateRevenueRequestInterface, CalculateRevenueReverseRequestInterface, ProfileItemTypeEnum, IconObjectInterface as IconObjectInterface$1, NapkinVisualInterface, HierarchyDataInterface, AbstractItemProfileQuestionInterface, AbstractItemProfileAnswerInterface, AbstractItemProfileAnswerHistoryInterface, AccountInterface, ProfileShopInterface, ProfileShopQuestionInterface, PlanCardInfoInterface, CurrencyCodeEnum, ChargebeeItemPricePeriodUnitEnum, ChargebeeItemPriceInterface, IconSourceEnum, ProfileAnalysisSectionV3Interface, ExecutiveSummaryInterface, ProfileFocusAreaInterface, ProfileFocusAreaQuestionInterface, ProfileAnalysisReviewStatusEnum, ProfileAnalysisTypeEnum, ProfileAnalysisStructuredV3Interface, UnifiedExecutiveSummaryInterface, ProfileMetricInterface, ProfileMetricQuestionInterface, FocusAreaExecutiveSummaryInterface, MetricExecutiveSummaryInterface, ChartTypeEnum } from '@jebgem/model';
3
3
  export * from '@jebgem/model';
4
4
  import * as _angular_core from '@angular/core';
5
5
  import { OnInit, AfterViewInit, ElementRef, WritableSignal, OnDestroy, OnChanges, SimpleChanges, Renderer2 } from '@angular/core';
@@ -11,7 +11,6 @@ import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
11
11
  import * as node_modules__jebgem_model_lib_funnel_analysis_performance_overview_structured_v3_interface from 'node_modules/@jebgem/model/lib/funnel-analysis/performance-overview-structured-v3.interface';
12
12
  import { FormGroup } from '@angular/forms';
13
13
  import * as _eric_emg_symphiq_components from '@eric-emg/symphiq-components';
14
- import { ScrollCustomEvent as ScrollCustomEvent$1 } from '@symphiq-components/components/funnel-analysis-dashboard/symphiq-funnel-analysis-dashboard.component';
15
14
 
16
15
  interface FunnelMetricOrder {
17
16
  metric: string;
@@ -1136,7 +1135,7 @@ declare class ModalComponent {
1136
1135
  private animatedTrendValues;
1137
1136
  private animationFrames;
1138
1137
  isOpen: _angular_core.Signal<boolean>;
1139
- 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>;
1138
+ 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>;
1140
1139
  charts: _angular_core.Signal<AiChartInterface[]>;
1141
1140
  modalKey: _angular_core.Signal<number>;
1142
1141
  insightData: _angular_core.Signal<InsightBlockInterface | null>;
@@ -1768,7 +1767,7 @@ declare class MetricCardComponent {
1768
1767
  competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
1769
1768
  competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
1770
1769
  competitiveScoreBadgeClass: _angular_core.Signal<string>;
1771
- competitiveScoreTextClass: _angular_core.Signal<"" | "text-blue-400" | "text-emerald-600" | "text-blue-700" | "text-orange-600">;
1770
+ competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
1772
1771
  competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
1773
1772
  competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
1774
1773
  getCompetitiveScoreIcon(): string;
@@ -2485,8 +2484,8 @@ declare class SymphiqWelcomeDashboardComponent implements AfterViewInit, OnDestr
2485
2484
  protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent">;
2486
2485
  protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2487
2486
  protected highlightBoxClasses: _angular_core.Signal<"bg-blue-500/10 border-blue-500/30" | "bg-blue-50 border-blue-300">;
2488
- protected highlightIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
2489
- protected highlightTitleClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
2487
+ protected highlightIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
2488
+ protected highlightTitleClasses: _angular_core.Signal<"text-blue-700" | "text-blue-400">;
2490
2489
  protected highlightListClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
2491
2490
  protected nextStepsBoxClasses: _angular_core.Signal<"bg-amber-500/10 border-amber-500/30" | "bg-amber-50 border-amber-200">;
2492
2491
  protected nextStepsIconClasses: _angular_core.Signal<"text-amber-600" | "text-amber-400">;
@@ -2625,7 +2624,7 @@ declare class SymphiqCreateAccountDashboardComponent implements OnDestroy {
2625
2624
  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">;
2626
2625
  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">;
2627
2626
  protected focusAreaProgressLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
2628
- protected focusAreaProgressCountClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400" | "text-emerald-600" | "text-emerald-400">;
2627
+ protected focusAreaProgressCountClasses: _angular_core.Signal<"text-emerald-600" | "text-emerald-400" | "text-blue-400" | "text-blue-600">;
2629
2628
  protected focusAreaProgressBarBgClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
2630
2629
  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">;
2631
2630
  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">;
@@ -2988,7 +2987,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
2988
2987
  protected animatedPercentage: _angular_core.Signal<string>;
2989
2988
  protected extractPercentage: _angular_core.Signal<string>;
2990
2989
  protected displayTextWithoutPercentage: _angular_core.Signal<string>;
2991
- 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">;
2990
+ 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">;
2992
2991
  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">;
2993
2992
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<PacingStatusBadgeComponent, never>;
2994
2993
  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>;
@@ -3213,9 +3212,6 @@ declare class ProfileSectionComponent {
3213
3212
  protected visibleSubsections: _angular_core.Signal<ProfileSubsectionInterface[]>;
3214
3213
  protected isDark: _angular_core.Signal<boolean>;
3215
3214
  protected containerClasses: _angular_core.Signal<"relative" | "relative bg-slate-50/50">;
3216
- protected iconContainerClasses: _angular_core.Signal<"p-4 rounded-2xl bg-gradient-to-br from-blue-500/20 to-purple-500/20 text-blue-400" | "p-4 rounded-2xl bg-gradient-to-br from-blue-100 to-purple-100 text-blue-600">;
3217
- protected titleClasses: _angular_core.Signal<"text-3xl font-bold text-white" | "text-3xl font-bold text-slate-900">;
3218
- protected dividerClasses: _angular_core.Signal<"h-1 w-24 rounded-full mt-3 bg-gradient-to-r from-blue-500 to-purple-500" | "h-1 w-24 rounded-full mt-3 bg-gradient-to-r from-blue-600 to-purple-600">;
3219
3215
  protected subsectionHasContent(subsection: ProfileSubsectionInterface): boolean;
3220
3216
  protected trackBySubsectionId(index: number, subsection: ProfileSubsectionInterface): string | number;
3221
3217
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ProfileSectionComponent, never>;
@@ -4189,7 +4185,7 @@ declare class SymphiqProfileFocusAreasAnalysesDashboardComponent {
4189
4185
  protected welcomeBannerTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4190
4186
  protected welcomeBannerTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4191
4187
  protected welcomeBannerHighlightClasses: _angular_core.Signal<"bg-blue-500/10 border-blue-500/30" | "bg-blue-50/50 border-blue-300">;
4192
- protected welcomeBannerHighlightIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4188
+ protected welcomeBannerHighlightIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4193
4189
  protected welcomeBannerHighlightTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4194
4190
  protected welcomeBannerHighlightListClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4195
4191
  protected statusComponentContainerClasses: _angular_core.Signal<"bg-slate-50/80 border-slate-200" | "bg-slate-900/40 border-slate-700/50">;
@@ -4281,7 +4277,7 @@ declare class SymphiqProfileAnalysisFocusAreaDashboardComponent implements OnIni
4281
4277
  isLoading: _angular_core.InputSignal<boolean | undefined>;
4282
4278
  requestedByUser: _angular_core.InputSignal<UserInterface | undefined>;
4283
4279
  embedded: _angular_core.InputSignal<boolean>;
4284
- scrollEvent: _angular_core.InputSignal<ScrollCustomEvent$1 | null | undefined>;
4280
+ scrollEvent: _angular_core.InputSignal<ScrollCustomEvent | null | undefined>;
4285
4281
  scrollElement: _angular_core.InputSignal<HTMLElement | null | undefined>;
4286
4282
  focusAreaDetails: _angular_core.InputSignal<FocusAreaDetailInterface[] | undefined>;
4287
4283
  itemStatusProfileAnalysis: _angular_core.InputSignal<ItemStatusInterface | undefined>;
@@ -4395,14 +4391,34 @@ declare class SymphiqProfileAnalysisFocusAreaDashboardComponent implements OnIni
4395
4391
  protected containerClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4396
4392
  protected progressCardClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/40 border-slate-700/50">;
4397
4393
  protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4398
- protected sectionCardClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
4399
- protected sectionIconClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-50 text-blue-600">;
4394
+ protected sectionCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4395
+ protected sectionIconClasses: _angular_core.Signal<"bg-blue-50 text-blue-600" | "bg-blue-500/20 text-blue-400">;
4400
4396
  protected sectionDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4401
4397
  private formatGradeInText;
4402
4398
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SymphiqProfileAnalysisFocusAreaDashboardComponent, never>;
4403
4399
  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>;
4404
4400
  }
4405
4401
 
4402
+ interface TimelineMilestoneInterface {
4403
+ title: string;
4404
+ description: string;
4405
+ priority: string;
4406
+ }
4407
+ interface TimelinePhaseInterface {
4408
+ id: string;
4409
+ title: string;
4410
+ description: string;
4411
+ focusTheme: string;
4412
+ goalIds?: string[];
4413
+ milestones: TimelineMilestoneInterface[];
4414
+ }
4415
+ interface TimelineDataInterface {
4416
+ phase30Day?: TimelinePhaseInterface;
4417
+ phase90Day?: TimelinePhaseInterface;
4418
+ phase6Month?: TimelinePhaseInterface;
4419
+ phase12Month?: TimelinePhaseInterface;
4420
+ }
4421
+
4406
4422
  interface SourceAnalysisRequestEvent {
4407
4423
  analysisType?: ProfileAnalysisTypeEnum;
4408
4424
  analysisId?: number;
@@ -4481,18 +4497,12 @@ declare class SymphiqProfileAnalysisUnifiedDashboardComponent implements OnChang
4481
4497
  protected allMetrics: _angular_core.Signal<PerformanceMetricInterface[]>;
4482
4498
  protected allCharts: _angular_core.Signal<AiChartInterface[]>;
4483
4499
  protected allInsights: _angular_core.Signal<_jebgem_model.InsightBlockInterface[]>;
4484
- protected unifiedTimeline: _angular_core.Signal<{
4485
- id: string;
4486
- title: string | undefined;
4487
- timeframe: string | undefined;
4488
- priority: string | undefined;
4489
- objectives: ObjectiveV3Interface[];
4490
- }[]>;
4500
+ protected unifiedTimeline: _angular_core.Signal<TimelineDataInterface>;
4491
4501
  protected priorityMatrix: _angular_core.Signal<{
4492
- high: UnifiedGoalInterface[];
4493
- medium: UnifiedGoalInterface[];
4494
- low: UnifiedGoalInterface[];
4495
- unassigned: UnifiedGoalInterface[];
4502
+ quickWins: UnifiedGoalInterface[];
4503
+ majorProjects: UnifiedGoalInterface[];
4504
+ fillIns: UnifiedGoalInterface[];
4505
+ thankless: UnifiedGoalInterface[];
4496
4506
  }>;
4497
4507
  protected nextSteps: _angular_core.Signal<{
4498
4508
  title: string;
@@ -4505,10 +4515,10 @@ declare class SymphiqProfileAnalysisUnifiedDashboardComponent implements OnChang
4505
4515
  protected welcomeTitleClasses: _angular_core.Signal<string>;
4506
4516
  protected welcomeSubtitleClasses: _angular_core.Signal<string>;
4507
4517
  protected welcomeDescriptionClasses: _angular_core.Signal<string>;
4508
- protected bannerClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
4518
+ protected bannerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4509
4519
  protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4510
4520
  protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4511
- protected subheadingClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
4521
+ protected subheadingClasses: _angular_core.Signal<"text-slate-200" | "text-slate-800">;
4512
4522
  protected narrativeClasses: _angular_core.Signal<"bg-slate-50 border border-slate-200" | "bg-slate-900/50 border border-slate-700">;
4513
4523
  protected goalTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4514
4524
  protected goalDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
@@ -4516,15 +4526,15 @@ declare class SymphiqProfileAnalysisUnifiedDashboardComponent implements OnChang
4516
4526
  protected cardBorderClasses: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
4517
4527
  protected moreBadgeClasses: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-400">;
4518
4528
  protected relatedMetricsButtonClasses: _angular_core.Signal<"bg-blue-50 text-blue-700 border border-blue-200 hover:bg-blue-100" | "bg-blue-900/30 text-blue-300 border border-blue-700 hover:bg-blue-900/50">;
4519
- protected timelineContainerClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
4529
+ protected timelineContainerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4520
4530
  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">;
4521
4531
  protected timelineItemTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4522
4532
  protected timeframeDisplayClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4523
4533
  protected objectivesLabelClasses: _angular_core.Signal<string>;
4524
4534
  protected objectiveItemClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4525
4535
  protected moreObjectivesClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
4526
- protected phaseIndicatorClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4527
- protected matrixContainerClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
4536
+ protected phaseIndicatorClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4537
+ protected matrixContainerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4528
4538
  protected matrixAxisLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
4529
4539
  protected quadrantTitleClasses: _angular_core.Signal<"text-white" | "text-slate-800">;
4530
4540
  protected quadrantSubtitleClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
@@ -4532,11 +4542,11 @@ declare class SymphiqProfileAnalysisUnifiedDashboardComponent implements OnChang
4532
4542
  protected moreGoalsClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
4533
4543
  protected emptyQuadrantClasses: _angular_core.Signal<"text-slate-400 italic" | "text-slate-500 italic">;
4534
4544
  protected stepTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4535
- protected stepDescriptionClasses: _angular_core.Signal<"text-slate-300" | "text-slate-600">;
4545
+ protected stepDescriptionClasses: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
4536
4546
  protected stepBorderClasses: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
4537
4547
  protected strategiesLabelClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
4538
4548
  protected strategyItemClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4539
- protected goalCardBaseClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
4549
+ protected goalCardBaseClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4540
4550
  private readonly COLLAPSE_THRESHOLD;
4541
4551
  private readonly EXPAND_THRESHOLD;
4542
4552
  private embeddedScrollEffect;
@@ -4558,17 +4568,14 @@ declare class SymphiqProfileAnalysisUnifiedDashboardComponent implements OnChang
4558
4568
  goal: UnifiedGoalInterface;
4559
4569
  }): void;
4560
4570
  protected onRelatedMetricsClickFromCard(goal: UnifiedGoalInterface): void;
4571
+ protected onShopGoalsClick(): void;
4572
+ protected onOtherGoalsClick(): void;
4573
+ protected scrollToQuickWins(): void;
4561
4574
  protected getSourceCountCardClasses(type: 'SHOP' | 'FOCUS_AREA' | 'METRIC'): string;
4562
4575
  protected getGoalCardClasses(goal: UnifiedGoalInterface): string;
4563
4576
  protected getPriorityBadgeClasses(priority: string | undefined): string;
4564
4577
  protected getSourceBadgeClasses(type: ProfileAnalysisTypeEnum | undefined): string;
4565
- protected onTimelineItemClick(item: {
4566
- id: string;
4567
- title: string | undefined;
4568
- timeframe: string | undefined;
4569
- priority: string | undefined;
4570
- objectives: ObjectiveV3Interface[];
4571
- }): void;
4578
+ protected onTimelinePhaseClick(phase: TimelinePhaseInterface): void;
4572
4579
  protected getTimelineNodeClasses(priority: string | undefined): string;
4573
4580
  protected getTimelineNodeInnerClasses(priority: string | undefined): string;
4574
4581
  protected getTimelineCardClasses(priority: string | undefined): string;
@@ -4679,7 +4686,7 @@ declare class SymphiqProfileMetricsAnalysesDashboardComponent {
4679
4686
  handleSearchClick(): void;
4680
4687
  handleCloseSearchModal(): void;
4681
4688
  protected welcomeBannerContainerClasses: _angular_core.Signal<"bg-white border-slate-200" | "bg-slate-800/50 border-slate-700/50">;
4682
- protected welcomeBannerIconClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
4689
+ protected welcomeBannerIconClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
4683
4690
  protected welcomeBannerTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4684
4691
  protected welcomeBannerTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4685
4692
  private getIconForMetric;
@@ -4771,7 +4778,7 @@ declare class SymphiqProfileAnalysisMetricDashboardComponent implements OnInit,
4771
4778
  isLoading: _angular_core.InputSignal<boolean | undefined>;
4772
4779
  requestedByUser: _angular_core.InputSignal<UserInterface | undefined>;
4773
4780
  embedded: _angular_core.InputSignal<boolean>;
4774
- scrollEvent: _angular_core.InputSignal<ScrollCustomEvent$1 | null | undefined>;
4781
+ scrollEvent: _angular_core.InputSignal<ScrollCustomEvent | null | undefined>;
4775
4782
  scrollElement: _angular_core.InputSignal<HTMLElement | null | undefined>;
4776
4783
  funnelMetric: _angular_core.InputSignal<FunnelMetricInterface | undefined>;
4777
4784
  itemStatusProfileAnalysis: _angular_core.InputSignal<ItemStatusInterface | undefined>;
@@ -4960,19 +4967,9 @@ declare class FocusAreaExecutiveSummaryComponent {
4960
4967
  }>;
4961
4968
  protected readonly IconSourceEnum: typeof IconSourceEnum;
4962
4969
  protected isLight: _angular_core.Signal<boolean>;
4963
- protected quickWinsDisplay: _angular_core.Signal<{
4964
- win: QuickWinItemInterface;
4965
- effortLabel: string;
4966
- impactLabel: string;
4967
- effortBadgeClasses: string;
4968
- impactBadgeClasses: string;
4969
- }[]>;
4970
- private computeFormatLabel;
4971
- private computeEffortBadgeClasses;
4972
- private computeImpactBadgeClasses;
4973
- protected bannerClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
4970
+ protected bannerClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
4974
4971
  protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
4975
- protected subheadingClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
4972
+ protected subheadingClasses: _angular_core.Signal<"text-slate-200" | "text-slate-800">;
4976
4973
  protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
4977
4974
  protected narrativeClasses: _angular_core.Signal<"bg-slate-50 border border-slate-200" | "bg-slate-900/30 border border-slate-700/50">;
4978
4975
  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">;
@@ -4980,13 +4977,9 @@ declare class FocusAreaExecutiveSummaryComponent {
4980
4977
  protected topPrioritiesStatValueClasses: _angular_core.Signal<"text-purple-900" | "text-purple-100">;
4981
4978
  protected topPrioritiesButtonTextClasses: _angular_core.Signal<"text-purple-400" | "text-purple-700">;
4982
4979
  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">;
4983
- protected quickWinsStatLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
4980
+ protected quickWinsStatLabelClasses: _angular_core.Signal<"text-blue-700" | "text-blue-400">;
4984
4981
  protected quickWinsStatValueClasses: _angular_core.Signal<"text-blue-100" | "text-blue-900">;
4985
- protected quickWinsButtonTextClasses: _angular_core.Signal<"text-blue-400" | "text-blue-700">;
4986
- 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">;
4987
- protected quickWinTextClasses: _angular_core.Signal<"text-slate-100" | "text-slate-900">;
4988
- 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">;
4989
- protected metaTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
4982
+ protected quickWinsButtonTextClasses: _angular_core.Signal<"text-blue-700" | "text-blue-400">;
4990
4983
  protected onTopPrioritiesClick(): void;
4991
4984
  protected onPriorityDetailClick(event: {
4992
4985
  priority: FocusAreaTopPriorityInterface;
@@ -5023,36 +5016,36 @@ declare class MetricExecutiveSummaryComponent {
5023
5016
  private computeFormatLabel;
5024
5017
  protected projectedValue: _angular_core.Signal<string | undefined>;
5025
5018
  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">;
5026
- protected titleClasses: _angular_core.Signal<"text-slate-100" | "text-slate-900">;
5019
+ protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
5027
5020
  protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5028
- protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5021
+ protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5029
5022
  protected healthBadgeClasses: _angular_core.Signal<string>;
5030
5023
  protected pacingBadgeClasses: _angular_core.Signal<string>;
5031
- protected metricCardClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
5032
- protected viewDetailsTextClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5033
- 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">;
5024
+ protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
5025
+ protected viewDetailsTextClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5026
+ 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">;
5034
5027
  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">;
5035
5028
  protected metricLabelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5036
- protected metricValueClasses: _angular_core.Signal<"text-slate-100" | "text-slate-900">;
5029
+ protected metricValueClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
5037
5030
  protected yoyChangeClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400" | "text-emerald-600" | "text-emerald-400" | "text-red-600" | "text-red-400">;
5038
5031
  protected getYoyIcon(): string;
5039
5032
  protected getPacingValueClasses(): string;
5040
5033
  protected getHealthValueClasses(): string;
5041
5034
  protected healthDescriptionClasses: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
5042
5035
  protected narrativeClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-600/20">;
5043
- protected narrativeTitleClasses: _angular_core.Signal<"text-slate-800" | "text-slate-200">;
5036
+ protected narrativeTitleClasses: _angular_core.Signal<"text-slate-200" | "text-slate-800">;
5044
5037
  protected narrativeTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5045
- protected sectionTitleClasses: _angular_core.Signal<"text-slate-100" | "text-slate-900">;
5038
+ protected sectionTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
5046
5039
  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">;
5047
5040
  protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
5048
- protected priorityTitleClasses: _angular_core.Signal<"text-slate-100" | "text-slate-900">;
5041
+ protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
5049
5042
  protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5050
5043
  protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
5051
- protected impactLabelClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
5044
+ protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
5052
5045
  protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5053
- protected quickWinCardClasses: _angular_core.Signal<"bg-slate-800/50 border border-slate-700/50" | "bg-white border border-slate-200">;
5046
+ protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
5054
5047
  protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
5055
- protected quickWinTextClasses: _angular_core.Signal<"text-slate-100" | "text-slate-900">;
5048
+ protected quickWinTextClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
5056
5049
  protected metaTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5057
5050
  protected formatMetricName(name: string): string;
5058
5051
  protected formatNumber(value: string | number | undefined): string;
@@ -5581,7 +5574,7 @@ declare class SearchModalComponent {
5581
5574
  typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
5582
5575
  arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
5583
5576
  emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
5584
- emptyIconClass: _angular_core.Signal<"text-slate-300" | "text-slate-600">;
5577
+ emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
5585
5578
  emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
5586
5579
  emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5587
5580
  shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
@@ -5752,24 +5745,24 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
5752
5745
  protected titleClasses: _angular_core.Signal<"text-white" | "bg-gradient-to-r from-slate-700 to-slate-900 bg-clip-text text-transparent">;
5753
5746
  protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5754
5747
  protected gradeBadgeContainerClasses: _angular_core.Signal<string>;
5755
- protected glowEffectClasses: _angular_core.Signal<"bg-red-500" | "bg-blue-500" | "bg-emerald-500" | "bg-orange-500">;
5748
+ protected glowEffectClasses: _angular_core.Signal<"bg-emerald-500" | "bg-blue-500" | "bg-orange-500" | "bg-red-500">;
5756
5749
  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)]">;
5757
5750
  protected gradeLabelClasses: _angular_core.Signal<"text-emerald-700" | "text-blue-700" | "text-red-700" | "text-orange-700" | "text-red-300" | "text-blue-300" | "text-emerald-300" | "text-orange-300">;
5758
5751
  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">;
5759
5752
  protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5760
5753
  protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
5761
- 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">;
5754
+ 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">;
5762
5755
  protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
5763
5756
  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">;
5764
5757
  protected shimmerClasses: _angular_core.Signal<string>;
5765
5758
  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">;
5766
5759
  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">;
5767
5760
  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">;
5768
- protected nextStepBadgeClasses: _angular_core.Signal<"bg-red-100 text-red-700" | "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-500/20 text-red-400">;
5761
+ 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">;
5769
5762
  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">;
5770
- protected currentStepBadgeClasses: _angular_core.Signal<"bg-red-100 text-red-700" | "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-500/20 text-red-400">;
5763
+ 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">;
5771
5764
  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">;
5772
- 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">;
5765
+ 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">;
5773
5766
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ConfidenceLevelCardComponent, never>;
5774
5767
  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>;
5775
5768
  }
@@ -5850,7 +5843,7 @@ declare class IndeterminateSpinnerComponent {
5850
5843
  svgSize: _angular_core.Signal<40 | 80 | 60>;
5851
5844
  circleRadius: _angular_core.Signal<16 | 36 | 26>;
5852
5845
  svgCircleRadius: _angular_core.Signal<number>;
5853
- strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
5846
+ strokeWidth: _angular_core.Signal<2 | 3 | 2.5>;
5854
5847
  dotSize: _angular_core.Signal<10 | 5 | 7>;
5855
5848
  containerClasses: _angular_core.Signal<{
5856
5849
  'w-10 h-10': boolean;
@@ -5915,7 +5908,7 @@ declare class ChartContainerComponent {
5915
5908
  titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
5916
5909
  descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
5917
5910
  iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
5918
- chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
5911
+ chartIconClass: _angular_core.Signal<"bg-blue-500/20 text-blue-400" | "bg-blue-100 text-blue-600">;
5919
5912
  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">;
5920
5913
  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">;
5921
5914
  isCollapsible: _angular_core.Signal<boolean>;
@@ -6253,11 +6246,11 @@ declare class FocusAreaDetailCardComponent {
6253
6246
  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">;
6254
6247
  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">;
6255
6248
  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">;
6256
- protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
6249
+ protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
6257
6250
  protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
6258
6251
  protected insightItemClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed flex" | "text-sm text-slate-600 leading-relaxed flex">;
6259
6252
  protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
6260
- protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
6253
+ protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
6261
6254
  protected toggleExpanded(): void;
6262
6255
  protected toggleCompetitiveGap(): void;
6263
6256
  onExpandItem(event: Event): void;
@@ -6333,11 +6326,11 @@ declare class CompetitorAnalysisCardComponent {
6333
6326
  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">;
6334
6327
  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">;
6335
6328
  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">;
6336
- protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
6329
+ protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
6337
6330
  protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
6338
6331
  protected expandedTextClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed" | "text-sm text-slate-600 leading-relaxed">;
6339
6332
  protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
6340
- protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
6333
+ protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
6341
6334
  protected toggleExpanded(): void;
6342
6335
  protected navigateToItem(item: ProfileItemInterface): void;
6343
6336
  onExpandItem(event: Event): void;