@gearbox-protocol/ui-kit 3.14.0-next.35 → 3.14.0-next.36
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.
|
@@ -31,6 +31,11 @@ export type VerticalLineOptions = Partial<{
|
|
|
31
31
|
labelBackgroundColor: string;
|
|
32
32
|
labelTextColor: string;
|
|
33
33
|
showLabel: boolean;
|
|
34
|
+
/**
|
|
35
|
+
* Text shown only on hover of the line's badge (not rendered inline). Use it
|
|
36
|
+
* for a longer explanation while the badge itself shows just the value.
|
|
37
|
+
*/
|
|
38
|
+
tooltipText: string;
|
|
34
39
|
}>;
|
|
35
40
|
/**
|
|
36
41
|
* Horizontal reference line drawn at a fixed Y (price) value, e.g. a
|