rc-tooltip
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -33,4 +33,5 @@ import * as React from 'react'; | ||
overlayInnerStyle?: React.CSSProperties; | ||
zIndex?: number; | ||
} | ||
declare const _default: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<unknown>>; | ||
export default _default; |
@@ -33,4 +33,5 @@ import * as React from 'react'; | ||
overlayInnerStyle?: React.CSSProperties; | ||
zIndex?: number; | ||
} | ||
declare const _default: React.ForwardRefExoticComponent<TooltipProps & React.RefAttributes<unknown>>; | ||
export default _default; |
{ | ||
"name": "rc-tooltip", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "React Tooltip", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -198,5 +198,5 @@ # rc-tooltip | ||
## Note | ||
## Important Note | ||
`Tooltip` requires child node accepts `onMouseEnter`, `onMouseLeave`, `onFocus`, `onClick` event. | ||
`Tooltip` requires a child node that accepts an `onMouseEnter`, `onMouseLeave`, `onFocus`, `onClick` event. This means the child node must be a built-in component like `div` or `span`, or a custom component that passes its props to its built-in component child. | ||
@@ -203,0 +203,0 @@ ## Accessibility |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
48122
863