@hitachivantara/uikit-react-viz 5.1.0 → 5.1.1
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 +7 -2
- package/package.json +3 -3
package/dist/types/index.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import type ColumnTable from 'arquero/dist/types/table/column-table';
|
|
2
2
|
import type { Context } from 'react';
|
|
3
|
+
import type { CSSInterpolation } from '@emotion/serialize';
|
|
3
4
|
import { ExtractNames } from '@hitachivantara/uikit-react-core';
|
|
4
5
|
import type { JSX as JSX_2 } from '@emotion/react/jsx-runtime';
|
|
5
6
|
|
|
@@ -208,8 +209,7 @@ declare type SplitByField = string;
|
|
|
208
209
|
/** Tooltip type */
|
|
209
210
|
declare const tooltipType: readonly ["single", "multiple"];
|
|
210
211
|
|
|
211
|
-
declare const useClasses: (classesProp
|
|
212
|
-
cx: (...args: any) => string;
|
|
212
|
+
declare const useClasses: (classesProp?: Partial<Record<"singleTooltipRoot" | "singleTooltipTitle" | "singleTooltipValue" | "multipleTooltipRoot" | "multipleTooltipTitleContainer" | "multipleTooltipTitle" | "multipleTooltipValuesContainer" | "multipleTooltipSeriesContainer" | "multipleTooltipSeriesNameContainer" | "multipleTooltipSeriesColor" | "multipleTooltipSeriesName" | "multipleTooltipSeriesValue", string>>) => {
|
|
213
213
|
classes: {
|
|
214
214
|
singleTooltipRoot: string;
|
|
215
215
|
singleTooltipTitle: string;
|
|
@@ -224,6 +224,11 @@ declare const useClasses: (classesProp: Partial<Record<"singleTooltipRoot" | "si
|
|
|
224
224
|
multipleTooltipSeriesName: string;
|
|
225
225
|
multipleTooltipSeriesValue: string;
|
|
226
226
|
};
|
|
227
|
+
css: {
|
|
228
|
+
(template: TemplateStringsArray, ...args: CSSInterpolation[]): string;
|
|
229
|
+
(...args: CSSInterpolation[]): string;
|
|
230
|
+
};
|
|
231
|
+
cx: (...args: any) => string;
|
|
227
232
|
};
|
|
228
233
|
|
|
229
234
|
export { }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hitachivantara/uikit-react-viz",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.1",
|
|
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
|
+
"@hitachivantara/uikit-react-core": "^5.16.0"
|
|
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": "5f85a968b98dde34c02f092068b09819335551ba",
|
|
46
46
|
"main": "dist/cjs/index.cjs",
|
|
47
47
|
"exports": {
|
|
48
48
|
".": {
|