@eric-emg/symphiq-components 1.2.148 → 1.2.149

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 CHANGED
@@ -3592,7 +3592,7 @@ declare class TooltipContainerComponent {
3592
3592
  isVisible: _angular_core.Signal<boolean>;
3593
3593
  tooltipType: _angular_core.Signal<string | null>;
3594
3594
  tooltipContent: _angular_core.Signal<string | Record<string, unknown> | undefined>;
3595
- tooltipPosition: _angular_core.Signal<"top" | "auto" | "bottom" | "left" | "right">;
3595
+ tooltipPosition: _angular_core.Signal<"top" | "bottom" | "left" | "right" | "auto">;
3596
3596
  targetRect: _angular_core.Signal<DOMRect | null>;
3597
3597
  mousePosition: _angular_core.Signal<{
3598
3598
  x: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eric-emg/symphiq-components",
3
- "version": "1.2.148",
3
+ "version": "1.2.149",
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",
package/styles.css CHANGED
@@ -910,9 +910,6 @@
910
910
  .min-h-\[500px\] {
911
911
  min-height: 500px;
912
912
  }
913
- .min-h-\[calc\(100vh-120px\)\] {
914
- min-height: calc(100vh - 120px);
915
- }
916
913
  .min-h-screen {
917
914
  min-height: 100vh;
918
915
  }