react-tooltip 4.4.4 → 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.
@@ -108,6 +108,10 @@ export interface TooltipProps {
108
108
  clickable?: boolean;
109
109
  // Aria role for the tooltip
110
110
  role?: string;
111
+ // Padding attribute
112
+ padding?: string;
113
+ // Set internal style as optional
114
+ disableInternalStyle?: boolean;
111
115
  }
112
116
 
113
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.4",
3
+ "version": "4.5.0",
4
4
  "description": "react tooltip component",
5
5
  "private": false,
6
6
  "main": "dist/index.js",