@eric-emg/symphiq-components 1.2.457 → 1.2.458
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">;
|
|
@@ -3985,7 +3985,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
3985
3985
|
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">;
|
|
3986
3986
|
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
3987
3987
|
protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
3988
|
-
protected iconClasses: _angular_core.Signal<"text-blue-
|
|
3988
|
+
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
3989
3989
|
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
3990
3990
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
3991
3991
|
protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
@@ -4004,7 +4004,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
4004
4004
|
protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
4005
4005
|
protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4006
4006
|
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
4007
|
-
protected impactLabelClasses: _angular_core.Signal<"text-blue-
|
|
4007
|
+
protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4008
4008
|
protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4009
4009
|
protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
4010
4010
|
protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
@@ -4489,7 +4489,7 @@ declare class SearchModalComponent {
|
|
|
4489
4489
|
typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
|
|
4490
4490
|
arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
4491
4491
|
emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
4492
|
-
emptyIconClass: _angular_core.Signal<"text-slate-
|
|
4492
|
+
emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
|
|
4493
4493
|
emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4494
4494
|
emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4495
4495
|
shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
|
|
@@ -4635,7 +4635,7 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
4635
4635
|
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">;
|
|
4636
4636
|
protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4637
4637
|
protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4638
|
-
protected progressValueClasses: _angular_core.Signal<"text-
|
|
4638
|
+
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">;
|
|
4639
4639
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
4640
4640
|
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">;
|
|
4641
4641
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
@@ -4660,7 +4660,7 @@ declare class RelatedContentSidebarComponent {
|
|
|
4660
4660
|
protected headerClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4661
4661
|
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">;
|
|
4662
4662
|
protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
|
|
4663
|
-
protected iconClasses: _angular_core.Signal<"text-blue-
|
|
4663
|
+
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4664
4664
|
protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4665
4665
|
protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4666
4666
|
protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
|
|
@@ -4681,7 +4681,7 @@ declare class ContentGenerationProgressComponent {
|
|
|
4681
4681
|
protected progressPercentage: _angular_core.Signal<number>;
|
|
4682
4682
|
protected progressMessage: _angular_core.Signal<string>;
|
|
4683
4683
|
protected isLightMode: _angular_core.Signal<boolean>;
|
|
4684
|
-
protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-
|
|
4684
|
+
protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-50 to-white" | "bg-gradient-to-br from-slate-900 to-slate-800">;
|
|
4685
4685
|
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">;
|
|
4686
4686
|
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">;
|
|
4687
4687
|
protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
@@ -5124,11 +5124,11 @@ declare class FocusAreaDetailCardComponent {
|
|
|
5124
5124
|
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">;
|
|
5125
5125
|
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">;
|
|
5126
5126
|
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">;
|
|
5127
|
-
protected expandedIconClasses: _angular_core.Signal<"text-blue-
|
|
5127
|
+
protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
5128
5128
|
protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
|
|
5129
5129
|
protected insightItemClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed flex" | "text-sm text-slate-600 leading-relaxed flex">;
|
|
5130
5130
|
protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
|
|
5131
|
-
protected chevronClasses: _angular_core.Signal<"text-blue-
|
|
5131
|
+
protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
5132
5132
|
protected toggleExpanded(): void;
|
|
5133
5133
|
protected toggleCompetitiveGap(): void;
|
|
5134
5134
|
onExpandItem(event: CustomEvent): void;
|
|
@@ -5204,11 +5204,11 @@ declare class CompetitorAnalysisCardComponent {
|
|
|
5204
5204
|
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">;
|
|
5205
5205
|
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">;
|
|
5206
5206
|
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">;
|
|
5207
|
-
protected expandedIconClasses: _angular_core.Signal<"text-blue-
|
|
5207
|
+
protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
5208
5208
|
protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
|
|
5209
5209
|
protected expandedTextClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed" | "text-sm text-slate-600 leading-relaxed">;
|
|
5210
5210
|
protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
|
|
5211
|
-
protected chevronClasses: _angular_core.Signal<"text-blue-
|
|
5211
|
+
protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
5212
5212
|
protected toggleExpanded(): void;
|
|
5213
5213
|
protected navigateToItem(item: ProfileItemInterface): void;
|
|
5214
5214
|
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.458",
|
|
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",
|