@eric-emg/symphiq-components 1.2.201 → 1.2.203

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/index.d.ts CHANGED
@@ -1449,10 +1449,10 @@ declare class SymphiqFunnelAnalysisDashboardComponent implements AfterViewInit {
1449
1449
  */
1450
1450
  private chartsById;
1451
1451
  headerClass: _angular_core.Signal<string>;
1452
- headerTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
1452
+ headerTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
1453
1453
  headerSubtitleClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
1454
1454
  metaLabelClass: _angular_core.Signal<"text-slate-600" | "text-slate-500">;
1455
- sectionTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
1455
+ sectionTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
1456
1456
  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">;
1457
1457
  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">;
1458
1458
  formattedGeneratedDate: _angular_core.Signal<string | null>;
@@ -1616,8 +1616,8 @@ declare class MetricCardComponent {
1616
1616
  competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
1617
1617
  competitiveScoreBadgeClass: _angular_core.Signal<string>;
1618
1618
  competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
1619
- competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
1620
- competitiveComparisonClass: _angular_core.Signal<"text-slate-300" | "text-slate-700" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
1619
+ competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
1620
+ competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
1621
1621
  getCompetitiveScoreIcon(): string;
1622
1622
  getCompetitiveScoreLabel(): string;
1623
1623
  getCompetitiveScoreLabelFull(): string;
@@ -3358,7 +3358,7 @@ declare class MetricExecutiveSummaryComponent {
3358
3358
  protected isDark: _angular_core.Signal<boolean>;
3359
3359
  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">;
3360
3360
  protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3361
- protected textClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
3361
+ protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3362
3362
  protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
3363
3363
  protected healthBadgeClasses: _angular_core.Signal<string>;
3364
3364
  protected pacingBadgeClasses: _angular_core.Signal<string>;
@@ -3376,7 +3376,7 @@ declare class MetricExecutiveSummaryComponent {
3376
3376
  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">;
3377
3377
  protected priorityNumberClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
3378
3378
  protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
3379
- protected priorityTextClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
3379
+ protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3380
3380
  protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
3381
3381
  protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
3382
3382
  protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
@@ -3540,14 +3540,14 @@ declare class SearchModalComponent {
3540
3540
  clearButtonClass: _angular_core.Signal<"bg-slate-100 text-slate-600 hover:bg-slate-200" | "bg-slate-700 text-slate-300 hover:bg-slate-600">;
3541
3541
  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">;
3542
3542
  resultsContainerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
3543
- resultTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
3543
+ resultTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
3544
3544
  resultDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3545
3545
  breadcrumbClass: _angular_core.Signal<string>;
3546
3546
  typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
3547
3547
  arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
3548
3548
  emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
3549
- emptyIconClass: _angular_core.Signal<"text-slate-300" | "text-slate-600">;
3550
- emptyTitleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
3549
+ emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
3550
+ emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
3551
3551
  emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3552
3552
  shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
3553
3553
  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">;
@@ -3652,8 +3652,8 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
3652
3652
  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)]">;
3653
3653
  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">;
3654
3654
  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">;
3655
- protected descriptionClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
3656
- protected progressLabelClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
3655
+ protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3656
+ protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3657
3657
  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">;
3658
3658
  protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
3659
3659
  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">;
@@ -3680,7 +3680,7 @@ declare class RelatedContentSidebarComponent {
3680
3680
  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">;
3681
3681
  protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
3682
3682
  protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
3683
- protected countClasses: _angular_core.Signal<"text-white" | "text-slate-900">;
3683
+ protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
3684
3684
  protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3685
3685
  protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
3686
3686
  protected onFunnelInsightsClick(): void;
@@ -3703,7 +3703,7 @@ declare class ContentGenerationProgressComponent {
3703
3703
  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">;
3704
3704
  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">;
3705
3705
  protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3706
- protected progressMessageClasses: _angular_core.Signal<"text-slate-300" | "text-slate-700">;
3706
+ protected progressMessageClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
3707
3707
  protected progressBarContainerClasses: _angular_core.Signal<string>;
3708
3708
  protected progressBarBackgroundClasses: _angular_core.Signal<"bg-slate-200" | "bg-slate-700">;
3709
3709
  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">;
@@ -3741,7 +3741,7 @@ declare class IndeterminateSpinnerComponent {
3741
3741
  circleRadius: _angular_core.Signal<16 | 36 | 26>;
3742
3742
  svgCircleRadius: _angular_core.Signal<number>;
3743
3743
  strokeWidth: _angular_core.Signal<3 | 2 | 2.5>;
3744
- dotSize: _angular_core.Signal<10 | 5 | 7>;
3744
+ dotSize: _angular_core.Signal<5 | 10 | 7>;
3745
3745
  containerClasses: _angular_core.Signal<{
3746
3746
  'w-10 h-10': boolean;
3747
3747
  'w-16 h-16': boolean;
@@ -3774,7 +3774,7 @@ declare class ChartContainerComponent {
3774
3774
  protected ChartTypeEnum: typeof ChartTypeEnum;
3775
3775
  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">;
3776
3776
  headerClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
3777
- titleClass: _angular_core.Signal<"text-white" | "text-slate-900">;
3777
+ titleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
3778
3778
  descriptionClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
3779
3779
  iconClass: _angular_core.Signal<"text-slate-400 group-hover:text-blue-500" | "text-slate-500 group-hover:text-blue-400">;
3780
3780
  chartIconClass: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-500/20 text-blue-400">;
@@ -3979,7 +3979,7 @@ declare class TooltipContainerComponent {
3979
3979
  shouldCenter: _angular_core.Signal<boolean>;
3980
3980
  containerClass: _angular_core.Signal<"" | "-translate-x-1/2">;
3981
3981
  contentClass: _angular_core.Signal<"bg-white/95 border-slate-300 text-slate-900" | "bg-slate-800/95 border-slate-600 text-white">;
3982
- textClass: _angular_core.Signal<"text-slate-200" | "text-slate-700">;
3982
+ textClass: _angular_core.Signal<"text-slate-700" | "text-slate-200">;
3983
3983
  viewMoreButtonClass: _angular_core.Signal<"bg-blue-50 text-blue-700 border border-blue-200 hover:bg-blue-200 hover:border-blue-400 hover:text-blue-800 active:bg-blue-300" | "bg-blue-500/10 text-blue-400 border border-blue-500/20 hover:bg-blue-500/30 hover:border-blue-500/40 hover:text-blue-300 active:bg-blue-500/40">;
3984
3984
  transformStyle: _angular_core.Signal<"none" | "translateX(-192px)">;
3985
3985
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eric-emg/symphiq-components",
3
- "version": "1.2.201",
3
+ "version": "1.2.203",
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
@@ -486,9 +486,6 @@
486
486
  .bottom-24 {
487
487
  bottom: calc(var(--spacing) * 24);
488
488
  }
489
- .bottom-32 {
490
- bottom: calc(var(--spacing) * 32);
491
- }
492
489
  .-left-\[9999px\] {
493
490
  left: calc(9999px * -1);
494
491
  }
@@ -2932,6 +2929,12 @@
2932
2929
  background-color: color-mix(in oklab, var(--color-purple-900) 50%, transparent);
2933
2930
  }
2934
2931
  }
2932
+ .bg-purple-900\/60 {
2933
+ background-color: color-mix(in srgb, oklch(38.1% 0.176 304.987) 60%, transparent);
2934
+ @supports (color: color-mix(in lab, red, red)) {
2935
+ background-color: color-mix(in oklab, var(--color-purple-900) 60%, transparent);
2936
+ }
2937
+ }
2935
2938
  .bg-red-50 {
2936
2939
  background-color: var(--color-red-50);
2937
2940
  }