@eric-emg/symphiq-components 1.2.440 → 1.2.441
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 +12 -12
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1646,7 +1646,7 @@ declare class MetricCardComponent {
|
|
|
1646
1646
|
competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
|
|
1647
1647
|
competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
|
|
1648
1648
|
competitiveScoreBadgeClass: _angular_core.Signal<string>;
|
|
1649
|
-
competitiveScoreTextClass: _angular_core.Signal<"
|
|
1649
|
+
competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
|
|
1650
1650
|
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
1651
1651
|
competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
|
|
1652
1652
|
getCompetitiveScoreIcon(): string;
|
|
@@ -2778,7 +2778,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
|
|
|
2778
2778
|
private animateValue;
|
|
2779
2779
|
protected displayInfo: _angular_core.Signal<PacingDisplayInfo>;
|
|
2780
2780
|
protected containerClasses: _angular_core.Signal<string>;
|
|
2781
|
-
protected targetRotation: _angular_core.Signal<
|
|
2781
|
+
protected targetRotation: _angular_core.Signal<1 | 0 | -1>;
|
|
2782
2782
|
protected rotationStyle: _angular_core.Signal<string>;
|
|
2783
2783
|
protected fullBadgeRotationStyle: _angular_core.Signal<string>;
|
|
2784
2784
|
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">;
|
|
@@ -3931,7 +3931,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
3931
3931
|
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">;
|
|
3932
3932
|
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3933
3933
|
protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3934
|
-
protected iconClasses: _angular_core.Signal<"text-blue-
|
|
3934
|
+
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3935
3935
|
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
3936
3936
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
3937
3937
|
protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
@@ -3950,7 +3950,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
3950
3950
|
protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3951
3951
|
protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3952
3952
|
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
3953
|
-
protected impactLabelClasses: _angular_core.Signal<"text-blue-
|
|
3953
|
+
protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3954
3954
|
protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
3955
3955
|
protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
3956
3956
|
protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
@@ -4335,7 +4335,7 @@ declare class SearchModalComponent {
|
|
|
4335
4335
|
typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
|
|
4336
4336
|
arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
4337
4337
|
emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
4338
|
-
emptyIconClass: _angular_core.Signal<"text-slate-
|
|
4338
|
+
emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
|
|
4339
4339
|
emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4340
4340
|
emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4341
4341
|
shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
|
|
@@ -4481,7 +4481,7 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
4481
4481
|
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">;
|
|
4482
4482
|
protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4483
4483
|
protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4484
|
-
protected progressValueClasses: _angular_core.Signal<"text-
|
|
4484
|
+
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">;
|
|
4485
4485
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
4486
4486
|
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">;
|
|
4487
4487
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
@@ -4506,7 +4506,7 @@ declare class RelatedContentSidebarComponent {
|
|
|
4506
4506
|
protected headerClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4507
4507
|
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">;
|
|
4508
4508
|
protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
|
|
4509
|
-
protected iconClasses: _angular_core.Signal<"text-blue-
|
|
4509
|
+
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4510
4510
|
protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4511
4511
|
protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4512
4512
|
protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
|
|
@@ -4526,7 +4526,7 @@ declare class ContentGenerationProgressComponent {
|
|
|
4526
4526
|
protected progressPercentage: _angular_core.Signal<number>;
|
|
4527
4527
|
protected progressMessage: _angular_core.Signal<string>;
|
|
4528
4528
|
protected isLightMode: _angular_core.Signal<boolean>;
|
|
4529
|
-
protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-
|
|
4529
|
+
protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-50 to-white" | "bg-gradient-to-br from-slate-900 to-slate-800">;
|
|
4530
4530
|
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">;
|
|
4531
4531
|
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">;
|
|
4532
4532
|
protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
@@ -4969,11 +4969,11 @@ declare class FocusAreaDetailCardComponent {
|
|
|
4969
4969
|
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">;
|
|
4970
4970
|
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">;
|
|
4971
4971
|
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">;
|
|
4972
|
-
protected expandedIconClasses: _angular_core.Signal<"text-blue-
|
|
4972
|
+
protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4973
4973
|
protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
|
|
4974
4974
|
protected insightItemClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed flex" | "text-sm text-slate-600 leading-relaxed flex">;
|
|
4975
4975
|
protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
|
|
4976
|
-
protected chevronClasses: _angular_core.Signal<"text-blue-
|
|
4976
|
+
protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4977
4977
|
protected toggleExpanded(): void;
|
|
4978
4978
|
protected toggleCompetitiveGap(): void;
|
|
4979
4979
|
onExpandItem(event: CustomEvent): void;
|
|
@@ -5049,11 +5049,11 @@ declare class CompetitorAnalysisCardComponent {
|
|
|
5049
5049
|
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">;
|
|
5050
5050
|
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">;
|
|
5051
5051
|
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">;
|
|
5052
|
-
protected expandedIconClasses: _angular_core.Signal<"text-blue-
|
|
5052
|
+
protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
5053
5053
|
protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
|
|
5054
5054
|
protected expandedTextClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed" | "text-sm text-slate-600 leading-relaxed">;
|
|
5055
5055
|
protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
|
|
5056
|
-
protected chevronClasses: _angular_core.Signal<"text-blue-
|
|
5056
|
+
protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
5057
5057
|
protected toggleExpanded(): void;
|
|
5058
5058
|
protected navigateToItem(item: ProfileItemInterface): void;
|
|
5059
5059
|
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.
|
|
3
|
+
"version": "1.2.441",
|
|
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",
|