@eric-emg/symphiq-components 1.2.65 → 1.2.66
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 +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1511,7 +1511,7 @@ declare class TooltipContainerComponent {
|
|
|
1511
1511
|
tooltipLeft: _angular_core.Signal<number>;
|
|
1512
1512
|
tooltipTop: _angular_core.Signal<number>;
|
|
1513
1513
|
shouldCenter: _angular_core.Signal<boolean>;
|
|
1514
|
-
containerClass: _angular_core.Signal<"transform -translate-x-1/2"
|
|
1514
|
+
containerClass: _angular_core.Signal<"" | "transform -translate-x-1/2">;
|
|
1515
1515
|
contentClass: _angular_core.Signal<"bg-white/95 border-slate-300 text-slate-900" | "bg-slate-800/95 border-slate-600 text-white">;
|
|
1516
1516
|
textClass: _angular_core.Signal<"text-slate-700" | "text-slate-200">;
|
|
1517
1517
|
constructor();
|
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.66",
|
|
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",
|