@hitachivantara/uikit-react-viz 5.12.11 → 5.13.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.
@@ -132,7 +132,7 @@ export declare interface HvBoxplotProps extends Omit<HvAxisChartCommonProps, "sp
132
132
  }
133
133
 
134
134
  /** Aggregation functions */
135
- export declare type HvChartAggregation = "sum" | "average" | "min" | "max" | "count";
135
+ export declare type HvChartAggregation = "sum" | "average" | "min" | "max" | "count" | "distinct" | "median" | "mode";
136
136
 
137
137
  /** Axis definition */
138
138
  export declare interface HvChartAxis {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-viz",
3
- "version": "5.12.11",
3
+ "version": "5.13.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.66.2"
36
+ "@hitachivantara/uikit-react-core": "^5.66.3"
37
37
  },
38
38
  "files": [
39
39
  "dist"
@@ -42,7 +42,7 @@
42
42
  "access": "public",
43
43
  "directory": "package"
44
44
  },
45
- "gitHead": "9415299f768b19fe3c247091ee2cf9afaf8469da",
45
+ "gitHead": "aa70266feefb36505607cda84343b5ff0fae35bc",
46
46
  "exports": {
47
47
  ".": {
48
48
  "require": "./dist/cjs/index.cjs",