@eric-emg/symphiq-components 1.2.148 → 1.2.150

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.150",
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
@@ -895,6 +895,9 @@
895
895
  .min-h-\[44px\] {
896
896
  min-height: 44px;
897
897
  }
898
+ .min-h-\[60vh\] {
899
+ min-height: 60vh;
900
+ }
898
901
  .min-h-\[240px\] {
899
902
  min-height: 240px;
900
903
  }
@@ -910,9 +913,6 @@
910
913
  .min-h-\[500px\] {
911
914
  min-height: 500px;
912
915
  }
913
- .min-h-\[calc\(100vh-120px\)\] {
914
- min-height: calc(100vh - 120px);
915
- }
916
916
  .min-h-screen {
917
917
  min-height: 100vh;
918
918
  }