@hitachivantara/uikit-react-viz 5.6.9 → 5.6.11
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.
- package/dist/types/index.d.ts +5 -5
- package/package.json +3 -3
package/dist/types/index.d.ts
CHANGED
|
@@ -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
|
|
4
|
-
import
|
|
3
|
+
import { Context } from 'react';
|
|
4
|
+
import { CSSInterpolation } from '@emotion/serialize';
|
|
5
5
|
import { ExtractNames } from '@hitachivantara/uikit-react-core';
|
|
6
|
-
import
|
|
6
|
+
import { ForwardRefExoticComponent } from 'react';
|
|
7
7
|
import type { HvColorAny } from '@hitachivantara/uikit-react-core';
|
|
8
|
-
import
|
|
8
|
+
import { JSX as JSX_2 } from '@emotion/react/jsx-runtime';
|
|
9
9
|
import ReactECharts from 'echarts-for-react/lib/core';
|
|
10
|
-
import
|
|
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.
|
|
3
|
+
"version": "5.6.11",
|
|
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.
|
|
36
|
+
"@hitachivantara/uikit-react-core": "^5.36.5"
|
|
37
37
|
},
|
|
38
38
|
"files": [
|
|
39
39
|
"dist"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"access": "public",
|
|
43
43
|
"directory": "package"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "d0236ef87c697adb1d66b6b99a09404ee33e930e",
|
|
46
46
|
"main": "dist/cjs/index.cjs",
|
|
47
47
|
"exports": {
|
|
48
48
|
".": {
|