@eric-emg/symphiq-components 1.2.310 → 1.2.311

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +20 -20
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1453,10 +1453,10 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
1453
1453
  */
1454
1454
  private chartsById;
1455
1455
  headerClass: _angular_core.Signal<string>;
1456
- headerTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
1456
+ headerTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
1457
1457
  headerSubtitleClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
1458
1458
  metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
1459
- sectionTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
1459
+ sectionTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
1460
1460
  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">;
1461
1461
  sortButtonClass: _angular_core.Signal<"bg-white text-slate-900 border border-slate-300 hover:bg-blue-50 hover:border-blue-400 hover:text-blue-600 transition-all duration-200" | "bg-slate-700 text-white border border-slate-600 hover:bg-slate-600 hover:border-slate-500 transition-all duration-200">;
1462
1462
  formattedGeneratedDate: _angular_core.Signal<string | null>;
@@ -1619,7 +1619,7 @@ declare class MetricCardComponent {
1619
1619
  competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
1620
1620
  competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
1621
1621
  competitiveScoreBadgeClass: _angular_core.Signal<string>;
1622
- competitiveScoreTextClass: _angular_core.Signal<"" | "text-blue-400" | "text-emerald-600" | "text-blue-700" | "text-orange-600">;
1622
+ competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
1623
1623
  competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
1624
1624
  competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
1625
1625
  getCompetitiveScoreIcon(): string;
@@ -2750,7 +2750,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
2750
2750
  private animateValue;
2751
2751
  protected displayInfo: _angular_core.Signal<PacingDisplayInfo>;
2752
2752
  protected containerClasses: _angular_core.Signal<string>;
2753
- protected targetRotation: _angular_core.Signal<0 | 1 | -1>;
2753
+ protected targetRotation: _angular_core.Signal<1 | 0 | -1>;
2754
2754
  protected rotationStyle: _angular_core.Signal<string>;
2755
2755
  protected fullBadgeRotationStyle: _angular_core.Signal<string>;
2756
2756
  protected containerSizeClasses: _angular_core.Signal<"inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-1.5" | "inline-flex flex-row items-center rounded-xl border-2 overflow-visible transition-transform hover:rotate-0 pl-2">;
@@ -3566,7 +3566,7 @@ declare class MetricExecutiveSummaryComponent {
3566
3566
  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">;
3567
3567
  protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3568
3568
  protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3569
- protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
3569
+ protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
3570
3570
  protected healthBadgeClasses: _angular_core.Signal<string>;
3571
3571
  protected pacingBadgeClasses: _angular_core.Signal<string>;
3572
3572
  protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
@@ -3585,7 +3585,7 @@ declare class MetricExecutiveSummaryComponent {
3585
3585
  protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3586
3586
  protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3587
3587
  protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
3588
- protected impactLabelClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
3588
+ protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
3589
3589
  protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3590
3590
  protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
3591
3591
  protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
@@ -3747,16 +3747,16 @@ declare class SearchModalComponent {
3747
3747
  clearButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
3748
3748
  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">;
3749
3749
  resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
3750
- resultTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
3750
+ resultTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
3751
3751
  resultDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3752
3752
  breadcrumbClass: _angular_core.Signal<string>;
3753
3753
  typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
3754
3754
  arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
3755
3755
  emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
3756
- emptyIconClass: _angular_core.Signal<"text-slate-300" | "text-slate-600">;
3757
- emptyTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
3756
+ emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
3757
+ emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
3758
3758
  emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3759
- shortcutsClass: _angular_core.Signal<"bg-slate-50 border-slate-200" | "bg-slate-900/50 border-slate-700">;
3759
+ shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
3760
3760
  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">;
3761
3761
  shortcutTextClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3762
3762
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<SearchModalComponent, never>;
@@ -3861,7 +3861,7 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
3861
3861
  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">;
3862
3862
  protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3863
3863
  protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3864
- 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">;
3864
+ 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">;
3865
3865
  protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
3866
3866
  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">;
3867
3867
  protected shimmerClasses: _angular_core.Signal<string>;
@@ -3886,8 +3886,8 @@ declare class RelatedContentSidebarComponent {
3886
3886
  protected headerClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3887
3887
  protected buttonClasses: _angular_core.Signal<"bg-slate-50 border-slate-200 hover:border-blue-500/50 hover:bg-slate-100" | "bg-slate-800/50 border-slate-700 hover:border-blue-500/50 hover:bg-slate-700/50">;
3888
3888
  protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
3889
- protected iconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
3890
- protected countClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
3889
+ protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
3890
+ protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
3891
3891
  protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3892
3892
  protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
3893
3893
  protected onFunnelInsightsClick(): void;
@@ -3948,7 +3948,7 @@ declare class IndeterminateSpinnerComponent {
3948
3948
  circleRadius: _angular_core.Signal<16 | 36 | 26>;
3949
3949
  svgCircleRadius: _angular_core.Signal<number>;
3950
3950
  strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
3951
- dotSize: _angular_core.Signal<10 | 5 | 7>;
3951
+ dotSize: _angular_core.Signal<5 | 10 | 7>;
3952
3952
  containerClasses: _angular_core.Signal<{
3953
3953
  'w-10 h-10': boolean;
3954
3954
  'w-16 h-16': boolean;
@@ -3981,7 +3981,7 @@ declare class ChartContainerComponent {
3981
3981
  protected ChartTypeEnum: typeof ChartTypeEnum;
3982
3982
  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">;
3983
3983
  headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
3984
- titleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
3984
+ titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
3985
3985
  descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3986
3986
  iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
3987
3987
  chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
@@ -4163,7 +4163,7 @@ declare class TooltipContainerComponent {
4163
4163
  isVisible: _angular_core.Signal<boolean>;
4164
4164
  tooltipType: _angular_core.Signal<string | null>;
4165
4165
  tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
4166
- tooltipPosition: _angular_core.Signal<"top" | "auto" | "bottom" | "left" | "right">;
4166
+ tooltipPosition: _angular_core.Signal<"top" | "bottom" | "left" | "right" | "auto">;
4167
4167
  targetRect: _angular_core.Signal<DOMRect | null>;
4168
4168
  mousePosition: _angular_core.Signal<{
4169
4169
  x: number;
@@ -4315,11 +4315,11 @@ declare class FocusAreaDetailCardComponent {
4315
4315
  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">;
4316
4316
  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">;
4317
4317
  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">;
4318
- protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4318
+ protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4319
4319
  protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
4320
4320
  protected insightItemClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed flex" | "text-sm text-slate-600 leading-relaxed flex">;
4321
4321
  protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
4322
- protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4322
+ protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4323
4323
  protected toggleExpanded(): void;
4324
4324
  protected toggleCompetitiveGap(): void;
4325
4325
  onExpandItem(event: CustomEvent): void;
@@ -4396,11 +4396,11 @@ declare class CompetitorAnalysisCardComponent {
4396
4396
  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">;
4397
4397
  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">;
4398
4398
  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">;
4399
- protected expandedIconClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4399
+ protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4400
4400
  protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
4401
4401
  protected expandedTextClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed" | "text-sm text-slate-600 leading-relaxed">;
4402
4402
  protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
4403
- protected chevronClasses: _angular_core.Signal<"text-blue-600" | "text-blue-400">;
4403
+ protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
4404
4404
  protected toggleExpanded(): void;
4405
4405
  protected navigateToItem(item: ProfileItemInterface): void;
4406
4406
  onExpandItem(event: CustomEvent): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eric-emg/symphiq-components",
3
- "version": "1.2.310",
3
+ "version": "1.2.311",
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",