@hitachivantara/uikit-react-viz 3.2.1 → 3.2.2

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.
@@ -26,7 +26,7 @@ export interface HvChartProps extends StandardProps<HvPlotProps, HvChartClassKey
26
26
  /**
27
27
  * Custom tooltip element to be displayed
28
28
  */
29
- tooltip?: (data: TooltipDataObject) => Element;
29
+ tooltip?: (data: TooltipDataObject) => JSX.Element;
30
30
  /**
31
31
  * Defines the X axis title.
32
32
  */
@@ -26,7 +26,7 @@ export interface HvChartProps extends StandardProps<HvPlotProps, HvChartClassKey
26
26
  /**
27
27
  * Custom tooltip element to be displayed
28
28
  */
29
- tooltip?: (data: TooltipDataObject) => Element;
29
+ tooltip?: (data: TooltipDataObject) => JSX.Element;
30
30
  /**
31
31
  * Defines the X axis title.
32
32
  */
@@ -26,7 +26,7 @@ export interface HvChartProps extends StandardProps<HvPlotProps, HvChartClassKey
26
26
  /**
27
27
  * Custom tooltip element to be displayed
28
28
  */
29
- tooltip?: (data: TooltipDataObject) => Element;
29
+ tooltip?: (data: TooltipDataObject) => JSX.Element;
30
30
  /**
31
31
  * Defines the X axis title.
32
32
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-viz",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "A collection of React visualizations for the Hitachi Vantara's Design System.",
5
5
  "homepage": "https://github.com/lumada-design/hv-uikit-react",
6
6
  "license": "Apache-2.0",
@@ -42,7 +42,7 @@
42
42
  "react-dom": "^16.13.1 || ^17.0.2"
43
43
  },
44
44
  "dependencies": {
45
- "@hitachivantara/uikit-react-core": "^3.75.0",
45
+ "@hitachivantara/uikit-react-core": "^3.75.1",
46
46
  "clsx": "^1.2.1",
47
47
  "lodash": "^4.17.21",
48
48
  "prop-types": "^15.8.1",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "973d5eadb8648e739d0f8b3b8e1e46491a5ad336"
62
+ "gitHead": "d8482581ba420ea754437df3a1ce92a6acd3c5ce"
63
63
  }