@hitachivantara/uikit-react-viz 5.6.9 → 5.6.10

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,13 +1,13 @@
1
1
  import { Arrayable } from '@hitachivantara/uikit-react-core';
2
2
  import type ColumnTable from 'arquero/dist/types/table/column-table';
3
- import type { Context } from 'react';
4
- import type { CSSInterpolation } from '@emotion/serialize';
3
+ import { Context } from 'react';
4
+ import { CSSInterpolation } from '@emotion/serialize';
5
5
  import { ExtractNames } from '@hitachivantara/uikit-react-core';
6
- import type { ForwardRefExoticComponent } from 'react';
6
+ import { ForwardRefExoticComponent } from 'react';
7
7
  import type { HvColorAny } from '@hitachivantara/uikit-react-core';
8
- import type { JSX as JSX_2 } from '@emotion/react/jsx-runtime';
8
+ import { JSX as JSX_2 } from '@emotion/react/jsx-runtime';
9
9
  import ReactECharts from 'echarts-for-react/lib/core';
10
- import type { RefAttributes } from 'react';
10
+ import { RefAttributes } from 'react';
11
11
 
12
12
  declare interface AxisMeasures {
13
13
  /** Id of the yAxis. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-viz",
3
- "version": "5.6.9",
3
+ "version": "5.6.10",
4
4
  "private": false,
5
5
  "author": "Hitachi Vantara UI Kit Team",
6
6
  "description": "Contributed React visualization components for the NEXT UI Kit.",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@emotion/css": "^11.11.0",
36
- "@hitachivantara/uikit-react-core": "^5.36.3"
36
+ "@hitachivantara/uikit-react-core": "^5.36.4"
37
37
  },
38
38
  "files": [
39
39
  "dist"
@@ -42,7 +42,7 @@
42
42
  "access": "public",
43
43
  "directory": "package"
44
44
  },
45
- "gitHead": "1464c1eda257df2ecca90646bc1e01474bc69d67",
45
+ "gitHead": "48869c29cffd62f712769fb6e7e629aa8a930025",
46
46
  "main": "dist/cjs/index.cjs",
47
47
  "exports": {
48
48
  ".": {