@vizzly/services 0.15.0-dev-faa8583d678bfc9b3d4da564fbf074620ea48b15 → 0.15.0-dev-532824b8277b56794208595a2825194b1d110465
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.
|
@@ -14,3 +14,9 @@ export declare const toHex: (color: string) => string;
|
|
|
14
14
|
export declare const highestContrast: (baseColor: string, colorOptions: string[]) => string;
|
|
15
15
|
export declare const pickBestTextColor: (backgroundColour: string, possibleTextColours: string[]) => string;
|
|
16
16
|
export declare const shuffle: (array: any[], seed?: number) => any[];
|
|
17
|
+
export declare const DEFAULT_CHART_FONT_SIZES: {
|
|
18
|
+
title: number;
|
|
19
|
+
axisTitles: number;
|
|
20
|
+
subject: number;
|
|
21
|
+
labels: number;
|
|
22
|
+
};
|
package/package.json
CHANGED
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"fix-type-alias": "tsc-alias -p tsconfig.types.json",
|
|
31
31
|
"prepare": "yarn build"
|
|
32
32
|
},
|
|
33
|
-
"version": "0.15.0-dev-
|
|
33
|
+
"version": "0.15.0-dev-532824b8277b56794208595a2825194b1d110465",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@vizzly/api-client": "0.0.57",
|
|
36
36
|
"@vizzly/joi": "^17.11.0",
|