@oliasoft-open-source/charts-library 3.6.0 → 3.7.0-beta-2

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.
@@ -4,9 +4,9 @@ export declare const BORDER_WIDTH: {
4
4
  };
5
5
  export declare const BORDER_COLOR = "rgba(0,0,0,0.1)";
6
6
  export declare const ANNOTATION_DASH: number[];
7
- export declare const DEFAULT_FONT_SIZE = 13;
8
- export declare const DEFAULT_FONT_FAMILY = "\"Lato\", sans-serif";
9
- export declare const DEFAULT_COLOR = "rgba(0,0,0,.87)";
7
+ export declare const DEFAULT_FONT_SIZE = 12;
8
+ export declare const DEFAULT_FONT_FAMILY = "\"Roobert\", sans-serif";
9
+ export declare const DEFAULT_COLOR = "hsl(60, 10.34482759%, 12.5%)";
10
10
  export declare const LEGEND_LABEL_BOX_SIZE = 12;
11
11
  export declare const TOOLTIP_PADDING = 8;
12
12
  export declare const TOOLTIP_BOX_PADDING = 4;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "3.6.0",
3
+ "version": "3.7.0-beta-2",
4
4
  "description": "React Chart Library (based on Chart.js and react-chart-js-2)",
5
5
  "homepage": "https://gitlab.com/oliasoft-open-source/charts-library",
6
6
  "resolutions": {
@@ -56,7 +56,7 @@
56
56
  "react-use": "^17.4.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@oliasoft-open-source/react-ui-library": "^3.6.5",
59
+ "@oliasoft-open-source/react-ui-library": "4.0.0-beta-26",
60
60
  "@oliasoft-open-source/units": "^3.4.2",
61
61
  "@storybook/addon-actions": "^7.0.18",
62
62
  "@storybook/addon-docs": "^7.0.18",