@hitachivantara/uikit-react-viz 6.1.2 → 6.1.4

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.
@@ -1,7 +1,7 @@
1
1
  import { jsx } from "react/jsx-runtime";
2
2
  import { forwardRef, useRef, useState, useEffect } from "react";
3
3
  import { useForkRef } from "@mui/material/utils";
4
- import ReactECharts from "echarts-for-react/lib/core";
4
+ import ReactECharts from "echarts-for-react";
5
5
  import { AriaComponent } from "echarts/components";
6
6
  import * as echarts from "echarts/core";
7
7
  import { CanvasRenderer } from "echarts/renderers";
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { Context } from 'react';
2
2
  import { default as default_2 } from 'arquero/dist/types/table/column-table';
3
- import { default as default_3 } from 'echarts-for-react/lib/core';
3
+ import { default as default_3 } from 'echarts-for-react';
4
4
  import * as echarts_2 from 'echarts/core';
5
5
  import { EChartsType } from 'echarts';
6
6
  import { ExtractNames } from '@hitachivantara/uikit-react-utils';
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { HvVizContext, HvVizProvider, useVizTheme } from "./providers/Provider.js";
2
2
  import { getHvArqueroCombinedFilters } from "./utils/index.js";
3
- import { HvBaseChart } from "./BaseChart/BaseChart.js";
4
3
  import { HvBarChart } from "./BarChart/BarChart.js";
4
+ import { HvBaseChart } from "./BaseChart/BaseChart.js";
5
5
  import { HvBoxplot } from "./Boxplot/Boxplot.js";
6
6
  import { HvConfusionMatrix } from "./ConfusionMatrix/ConfusionMatrix.js";
7
7
  import { HvDonutChart } from "./DonutChart/DonutChart.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-viz",
3
- "version": "6.1.2",
3
+ "version": "6.1.4",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "author": "Hitachi Vantara UI Kit Team",
@@ -34,7 +34,7 @@
34
34
  "react-dom": ">=18.0.0"
35
35
  },
36
36
  "dependencies": {
37
- "@hitachivantara/uikit-react-utils": "^6.1.1",
37
+ "@hitachivantara/uikit-react-utils": "^6.2.0",
38
38
  "@hitachivantara/uikit-styles": "^6.0.2"
39
39
  },
40
40
  "files": [
@@ -44,7 +44,7 @@
44
44
  "access": "public",
45
45
  "directory": "package"
46
46
  },
47
- "gitHead": "f2b8a9e107bc8886231d527b37b30716d891105c",
47
+ "gitHead": "d4b461e3fe2f8c63c976cfa832a8e2869a225738",
48
48
  "exports": {
49
49
  ".": {
50
50
  "types": "./dist/index.d.ts",