@eric-emg/symphiq-components 1.2.472 → 1.2.473
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
|
@@ -1647,7 +1647,7 @@ declare class MetricCardComponent {
|
|
|
1647
1647
|
competitiveScoreBadgeLightClass: _angular_core.Signal<string>;
|
|
1648
1648
|
competitiveScoreBadgeDarkClass: _angular_core.Signal<string>;
|
|
1649
1649
|
competitiveScoreBadgeClass: _angular_core.Signal<string>;
|
|
1650
|
-
competitiveScoreTextClass: _angular_core.Signal<"
|
|
1650
|
+
competitiveScoreTextClass: _angular_core.Signal<"" | "text-emerald-600" | "text-blue-700" | "text-blue-400" | "text-orange-600">;
|
|
1651
1651
|
competitiveComparisonDefaultClass: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
1652
1652
|
competitiveComparisonClass: _angular_core.Signal<"text-slate-700" | "text-slate-300" | "text-emerald-600 font-semibold" | "text-orange-600 font-semibold">;
|
|
1653
1653
|
getCompetitiveScoreIcon(): string;
|
|
@@ -2779,7 +2779,7 @@ declare class PacingStatusBadgeComponent implements OnDestroy {
|
|
|
2779
2779
|
private animateValue;
|
|
2780
2780
|
protected displayInfo: _angular_core.Signal<PacingDisplayInfo>;
|
|
2781
2781
|
protected containerClasses: _angular_core.Signal<string>;
|
|
2782
|
-
protected targetRotation: _angular_core.Signal<
|
|
2782
|
+
protected targetRotation: _angular_core.Signal<1 | 0 | -1>;
|
|
2783
2783
|
protected rotationStyle: _angular_core.Signal<string>;
|
|
2784
2784
|
protected fullBadgeRotationStyle: _angular_core.Signal<string>;
|
|
2785
2785
|
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">;
|
|
@@ -4150,7 +4150,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
4150
4150
|
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">;
|
|
4151
4151
|
protected titleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
4152
4152
|
protected textClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4153
|
-
protected iconClasses: _angular_core.Signal<"text-blue-
|
|
4153
|
+
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4154
4154
|
protected healthBadgeClasses: _angular_core.Signal<string>;
|
|
4155
4155
|
protected pacingBadgeClasses: _angular_core.Signal<string>;
|
|
4156
4156
|
protected metricCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
@@ -4169,7 +4169,7 @@ declare class MetricExecutiveSummaryComponent {
|
|
|
4169
4169
|
protected priorityTitleClasses: _angular_core.Signal<"text-slate-900" | "text-slate-100">;
|
|
4170
4170
|
protected priorityTextClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4171
4171
|
protected impactBoxClasses: _angular_core.Signal<"bg-slate-800/30 border border-slate-700/30" | "bg-slate-50/50 border border-slate-200">;
|
|
4172
|
-
protected impactLabelClasses: _angular_core.Signal<"text-blue-
|
|
4172
|
+
protected impactLabelClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4173
4173
|
protected impactTextClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4174
4174
|
protected quickWinCardClasses: _angular_core.Signal<"bg-white border border-slate-200" | "bg-slate-800/50 border border-slate-700/50">;
|
|
4175
4175
|
protected numberBadgeClasses: _angular_core.Signal<"bg-blue-500/20 text-blue-300" | "bg-blue-100 text-blue-800">;
|
|
@@ -4659,7 +4659,7 @@ declare class SearchModalComponent {
|
|
|
4659
4659
|
typeBadgeClass: _angular_core.Signal<"bg-slate-100 text-slate-600" | "bg-slate-700 text-slate-300">;
|
|
4660
4660
|
arrowClass: _angular_core.Signal<"text-slate-400" | "text-slate-500">;
|
|
4661
4661
|
emptyStateClass: _angular_core.Signal<"border-slate-200" | "border-slate-700">;
|
|
4662
|
-
emptyIconClass: _angular_core.Signal<"text-slate-
|
|
4662
|
+
emptyIconClass: _angular_core.Signal<"text-slate-600" | "text-slate-300">;
|
|
4663
4663
|
emptyTitleClass: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4664
4664
|
emptyDescClass: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4665
4665
|
shortcutsClass: _angular_core.Signal<"bg-slate-900/50 border-slate-700" | "bg-slate-50 border-slate-200">;
|
|
@@ -4805,7 +4805,7 @@ declare class ConfidenceLevelCardComponent implements OnInit, OnDestroy {
|
|
|
4805
4805
|
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">;
|
|
4806
4806
|
protected descriptionClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4807
4807
|
protected progressLabelClasses: _angular_core.Signal<"text-slate-700" | "text-slate-300">;
|
|
4808
|
-
protected progressValueClasses: _angular_core.Signal<"text-
|
|
4808
|
+
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">;
|
|
4809
4809
|
protected progressTrackClasses: _angular_core.Signal<"bg-slate-700/50 shadow-inner" | "bg-slate-200 shadow-inner">;
|
|
4810
4810
|
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">;
|
|
4811
4811
|
protected shimmerClasses: _angular_core.Signal<string>;
|
|
@@ -4830,7 +4830,7 @@ declare class RelatedContentSidebarComponent {
|
|
|
4830
4830
|
protected headerClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4831
4831
|
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">;
|
|
4832
4832
|
protected iconBgClasses: _angular_core.Signal<"bg-blue-100 text-blue-600" | "bg-blue-900/30 text-blue-400">;
|
|
4833
|
-
protected iconClasses: _angular_core.Signal<"text-blue-
|
|
4833
|
+
protected iconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
4834
4834
|
protected countClasses: _angular_core.Signal<"text-slate-900" | "text-white">;
|
|
4835
4835
|
protected labelClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
4836
4836
|
protected chevronClasses: _angular_core.Signal<"text-slate-500 group-hover:text-blue-400" | "text-slate-400 group-hover:text-blue-600">;
|
|
@@ -4852,7 +4852,7 @@ declare class ContentGenerationProgressComponent {
|
|
|
4852
4852
|
protected progressPercentage: _angular_core.Signal<number>;
|
|
4853
4853
|
protected progressMessage: _angular_core.Signal<string>;
|
|
4854
4854
|
protected isLightMode: _angular_core.Signal<boolean>;
|
|
4855
|
-
protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-
|
|
4855
|
+
protected containerClasses: _angular_core.Signal<"bg-gradient-to-br from-slate-50 to-white" | "bg-gradient-to-br from-slate-900 to-slate-800">;
|
|
4856
4856
|
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">;
|
|
4857
4857
|
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">;
|
|
4858
4858
|
protected subtitleClasses: _angular_core.Signal<"text-slate-600" | "text-slate-400">;
|
|
@@ -5295,11 +5295,11 @@ declare class FocusAreaDetailCardComponent {
|
|
|
5295
5295
|
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">;
|
|
5296
5296
|
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">;
|
|
5297
5297
|
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">;
|
|
5298
|
-
protected expandedIconClasses: _angular_core.Signal<"text-blue-
|
|
5298
|
+
protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
5299
5299
|
protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
|
|
5300
5300
|
protected insightItemClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed flex" | "text-sm text-slate-600 leading-relaxed flex">;
|
|
5301
5301
|
protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
|
|
5302
|
-
protected chevronClasses: _angular_core.Signal<"text-blue-
|
|
5302
|
+
protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
5303
5303
|
protected toggleExpanded(): void;
|
|
5304
5304
|
protected toggleCompetitiveGap(): void;
|
|
5305
5305
|
onExpandItem(event: CustomEvent): void;
|
|
@@ -5375,11 +5375,11 @@ declare class CompetitorAnalysisCardComponent {
|
|
|
5375
5375
|
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">;
|
|
5376
5376
|
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">;
|
|
5377
5377
|
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">;
|
|
5378
|
-
protected expandedIconClasses: _angular_core.Signal<"text-blue-
|
|
5378
|
+
protected expandedIconClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
5379
5379
|
protected expandedTitleClasses: _angular_core.Signal<"text-sm font-semibold text-white" | "text-sm font-semibold text-slate-900">;
|
|
5380
5380
|
protected expandedTextClasses: _angular_core.Signal<"text-sm text-slate-300 leading-relaxed" | "text-sm text-slate-600 leading-relaxed">;
|
|
5381
5381
|
protected expandButtonClasses: _angular_core.Signal<"text-sm font-medium text-blue-400" | "text-sm font-medium text-blue-600">;
|
|
5382
|
-
protected chevronClasses: _angular_core.Signal<"text-blue-
|
|
5382
|
+
protected chevronClasses: _angular_core.Signal<"text-blue-400" | "text-blue-600">;
|
|
5383
5383
|
protected toggleExpanded(): void;
|
|
5384
5384
|
protected navigateToItem(item: ProfileItemInterface): void;
|
|
5385
5385
|
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.473",
|
|
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",
|