@oliasoft-open-source/charts-library 3.6.9-beta-6 → 3.6.9-beta-7

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,24 +1,10 @@
1
- declare module '*.module.less' {
2
- const classes: { [className: string]: string };
3
- export default classes;
4
- }
1
+ declare module '*.module.less';
5
2
 
6
- declare module '*.svg' {
7
- import * as React from 'react';
8
-
9
- export const ReactComponent: React.FunctionComponent<
10
- React.SVGProps<SVGSVGElement> & { title?: string }
11
- >;
12
-
13
- const src: string;
14
- export default src;
15
- }
3
+ declare module '*.svg';
16
4
 
17
5
  declare module 'chartjs-plugin-dragdata';
18
6
 
19
- declare module 'react-base64-downloader' {
20
- export function triggerBase64Download(base64: string, filename: string): void;
21
- }
7
+ declare module 'react-base64-downloader';
22
8
 
23
9
  declare module '@oliasoft-open-source/react-ui-library';
24
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/charts-library",
3
- "version": "3.6.9-beta-6",
3
+ "version": "3.6.9-beta-7",
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
  "bugs": {