@hexure/ui 1.13.64 → 1.13.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.
@@ -12,6 +12,10 @@ export interface TooltipProps {
12
12
  dataItemid?: string;
13
13
  /** Override the default icon / wrapper height of 16px */
14
14
  height?: string;
15
+ /**
16
+ * Optional prop to auto position the tooltip on hover
17
+ */
18
+ auto?: boolean;
15
19
  }
16
20
  declare const Tooltip: FC<TooltipProps>;
17
21
  export default Tooltip;