react-tooltip 4.4.4 → 4.4.5

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,8 @@ export interface TooltipProps {
108
108
  clickable?: boolean;
109
109
  // Aria role for the tooltip
110
110
  role?: string;
111
+ // Padding attribute
112
+ padding?: string;
111
113
  }
112
114
 
113
115
  // 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.4.5",
4
4
  "description": "react tooltip component",
5
5
  "private": false,
6
6
  "main": "dist/index.js",