react-tooltip 4.4.5 → 4.5.0

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.
@@ -110,6 +110,8 @@ export interface TooltipProps {
110
110
  role?: string;
111
111
  // Padding attribute
112
112
  padding?: string;
113
+ // Set internal style as optional
114
+ disableInternalStyle?: boolean;
113
115
  }
114
116
 
115
117
  // ReactTooltip component is the default export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-tooltip",
3
- "version": "4.4.5",
3
+ "version": "4.5.0",
4
4
  "description": "react tooltip component",
5
5
  "private": false,
6
6
  "main": "dist/index.js",