@aclymatepackages/modules 2.1.6 → 2.1.7

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.
@@ -117,7 +117,7 @@ const EmissionsPieChart = _ref2 => {
117
117
  wrapperStyle: {
118
118
  zIndex: 99
119
119
  },
120
- content: /*#__PURE__*/_react.default.createElement(TooltipComponent, null)
120
+ content: props => /*#__PURE__*/_react.default.createElement(TooltipComponent, props)
121
121
  })));
122
122
  };
123
123
  var _default = exports.default = EmissionsPieChart;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aclymatepackages/modules",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "Aclymate modules",
5
5
  "author": "William Loopesko",
6
6
  "main": "dist/index.js",
@@ -116,7 +116,7 @@ const EmissionsPieChart = ({
116
116
  {showTooltip && (
117
117
  <ChartTooltip
118
118
  wrapperStyle={{ zIndex: 99 }}
119
- content={<TooltipComponent />}
119
+ content={(props) => <TooltipComponent {...props} />}
120
120
  />
121
121
  )}
122
122
  </PieChart>