@eric-emg/symphiq-components 1.2.33 → 1.2.34
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 +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1181,7 +1181,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
|
|
|
1181
1181
|
competitiveTooltip: _angular_core.Signal<{
|
|
1182
1182
|
industry: any;
|
|
1183
1183
|
metricBenchmark: string;
|
|
1184
|
-
competitiveScore: "LEADING" | "
|
|
1184
|
+
competitiveScore: "LEADING" | "COMPETITIVE" | "LAGGING";
|
|
1185
1185
|
description: string;
|
|
1186
1186
|
keyOpportunities: string;
|
|
1187
1187
|
}>;
|
|
@@ -1417,7 +1417,7 @@ declare class TooltipContainerComponent {
|
|
|
1417
1417
|
isVisible: _angular_core.Signal<boolean>;
|
|
1418
1418
|
tooltipType: _angular_core.Signal<string | null>;
|
|
1419
1419
|
tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
|
|
1420
|
-
tooltipPosition: _angular_core.Signal<"top" | "
|
|
1420
|
+
tooltipPosition: _angular_core.Signal<"top" | "bottom" | "left" | "right" | "auto">;
|
|
1421
1421
|
targetRect: _angular_core.Signal<DOMRect | null>;
|
|
1422
1422
|
mousePosition: _angular_core.Signal<{
|
|
1423
1423
|
x: number;
|
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.34",
|
|
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",
|