@vizzly/dashboard 0.14.4-dev-6c156e11d67aa5e19cb11392e1ce7bd8d55de310 → 0.14.4-dev-e77ad9736d178596456410e35e4a7563ed9f72b2

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,9 +1,11 @@
1
1
  import { DataType } from '../Field/types';
2
2
  import { FormattedResult } from '../Result/types';
3
- export declare const getMinAndMax: ({ data, key, dataType, }: {
3
+ import { GoalLine } from './types';
4
+ export declare const getMinAndMax: ({ data, keys, dataType, goalLines, }: {
4
5
  data: FormattedResult['contentMapped'];
5
- key: string | null;
6
+ keys: Array<string>;
6
7
  dataType: DataType;
8
+ goalLines?: GoalLine[] | undefined;
7
9
  }) => {
8
10
  max: null;
9
11
  min: null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vizzly/dashboard",
3
3
  "author": "james@vizzly.co",
4
- "version": "0.14.4-dev-6c156e11d67aa5e19cb11392e1ce7bd8d55de310",
4
+ "version": "0.14.4-dev-e77ad9736d178596456410e35e4a7563ed9f72b2",
5
5
  "source": "src/index.tsx",
6
6
  "types": "./dist/dashboard/src/index.d.ts",
7
7
  "main": "dist/index.js",