gantri-components 2.73.1-beta.1 → 2.73.1-beta.2

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.
@@ -3,7 +3,7 @@ export interface OverlayProps {
3
3
  /** Trigger event interactions with this component causes `content` to render, as appropriate. */
4
4
  children?: ReactNode;
5
5
  className?: string;
6
- /** Milliseconds to delay the closing actions. */
6
+ /** Milliseconds to delay the unhover behavior. */
7
7
  closeDelay?: number;
8
8
  /** Applied as inline styles to the `children` wrapper. */
9
9
  containerStyles?: CSSProperties;
@@ -8,7 +8,7 @@ type TooltipBaseProps = Partial<TooltipDefaultProps> & {
8
8
  * */
9
9
  Component?: ReactNode;
10
10
  className?: string;
11
- /** Milliseconds to delay the closing actions. */
11
+ /** Milliseconds to delay the unhover behavior. */
12
12
  closeDelay?: number;
13
13
  description?: string;
14
14
  descriptionTx?: string;