test-stpr-ui-kit 0.1.7 → 0.1.8

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.
@@ -32,13 +32,14 @@ export declare interface AccordionProps extends default_2.PropsWithChildren {
32
32
  classNameChildrenWrapper?: string;
33
33
  }
34
34
 
35
- export declare const BaseTooltip: default_2.FC<BaseTooltipProps>;
35
+ export declare const BaseTooltip: default_2.ForwardRefExoticComponent<BaseTooltipProps & default_2.RefAttributes<HTMLDivElement>>;
36
36
 
37
37
  export declare interface BaseTooltipProps {
38
38
  position?: ETooltipPosition;
39
39
  text?: string | ReactNode;
40
40
  noPadding?: boolean;
41
41
  classNameRoot?: string;
42
+ classNameContentRoot?: string;
42
43
  }
43
44
 
44
45
  export declare const Button: default_2.FC<ButtonProps>;
@@ -307,10 +308,11 @@ export declare const Tooltip: default_2.FC<TooltipProps>;
307
308
  export declare interface TooltipProps extends BaseTooltipProps {
308
309
  hover?: boolean;
309
310
  toggleClick?: boolean;
311
+ isVisibleTooltip?: boolean;
310
312
  trigger?: default_2.ReactNode;
311
313
  triggerAction?: () => void;
314
+ classNameTooltip?: string;
312
315
  classNameTriggerTooltip?: string;
313
- classNameRootBaseTooltip?: string;
314
316
  }
315
317
 
316
318
  export declare type TPaneItem = {