@eric-emg/symphiq-components 1.2.7 → 1.2.8

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1179,7 +1179,7 @@ declare class SymphiqFunnelAnalysisPreviewComponent {
1179
1179
  competitiveTooltip: _angular_core.Signal<{
1180
1180
  industry: any;
1181
1181
  metricBenchmark: string;
1182
- competitiveScore: "LEADING" | "LAGGING" | "COMPETITIVE";
1182
+ competitiveScore: "LEADING" | "COMPETITIVE" | "LAGGING";
1183
1183
  description: string;
1184
1184
  keyOpportunities: string;
1185
1185
  }>;
@@ -1415,7 +1415,7 @@ declare class TooltipContainerComponent {
1415
1415
  isVisible: _angular_core.Signal<boolean>;
1416
1416
  tooltipType: _angular_core.Signal<string | null>;
1417
1417
  tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
1418
- tooltipPosition: _angular_core.Signal<"top" | "auto" | "bottom" | "left" | "right">;
1418
+ tooltipPosition: _angular_core.Signal<"top" | "bottom" | "left" | "right" | "auto">;
1419
1419
  targetRect: _angular_core.Signal<DOMRect | null>;
1420
1420
  mousePosition: _angular_core.Signal<{
1421
1421
  x: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eric-emg/symphiq-components",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
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",