@frontify/fondue 12.0.0-beta.376 → 12.0.0-beta.377

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/dist/index.d.ts CHANGED
@@ -13604,6 +13604,11 @@ declare interface ToolbarButtons {
13604
13604
  at(position: Position): Buttons;
13605
13605
  }
13606
13606
 
13607
+ export declare const Tooltip: {
13608
+ ({ id: customId, children, offset, flip, content, placement, withArrow, size, openOnMount, maxWidth, maxHeight, enablePortal, enterDelay, leaveDelay, disabled, zIndex, "data-test-id": dataTestId, "aria-label": ariaLabel, }: TooltipProps): JSX_2.Element;
13609
+ displayName: string;
13610
+ };
13611
+
13607
13612
  export declare enum TooltipAlignment {
13608
13613
  Start = "Start",
13609
13614
  Middle = "Middle",
@@ -13641,7 +13646,7 @@ export declare enum TooltipPosition {
13641
13646
  Left = "Left"
13642
13647
  }
13643
13648
 
13644
- declare type TooltipProps = {
13649
+ export declare type TooltipProps = {
13645
13650
  id?: string;
13646
13651
  children?: ReactElement;
13647
13652
  openOnMount?: boolean;