andoncloud-widget-preview 1.4.15 → 1.4.16
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,6 +1,6 @@
|
|
|
1
1
|
import 'react-grid-layout/css/styles.css';
|
|
2
2
|
import 'react-resizable/css/styles.css';
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { DashboardProps } from '
|
|
4
|
+
import { DashboardProps } from '../../types';
|
|
5
5
|
declare const Dashboard: React.FC<DashboardProps>;
|
|
6
6
|
export default Dashboard;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LIBRARY_VERSION = "1.4.
|
|
1
|
+
export declare const LIBRARY_VERSION = "1.4.16";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "andoncloud-widget-preview",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.16",
|
|
4
4
|
"description": "AndonCloud widget preview",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@types/react-dom": "^19.2.3",
|
|
58
58
|
"actioncable": "^5.2.8-1",
|
|
59
59
|
"andoncloud-dashboard-toolkit": "^1.5.44",
|
|
60
|
-
"andoncloud-library-scripts": "^1.0.
|
|
60
|
+
"andoncloud-library-scripts": "^1.0.22",
|
|
61
61
|
"andoncloud-sdk": "^1.7.23",
|
|
62
62
|
"cypress": "^15.12.0",
|
|
63
63
|
"eslint": "^8.57.1",
|