moorr-react-mui 0.2.73 → 0.2.74

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.
@@ -45,7 +45,7 @@ export type GraphingContextResult = {
45
45
  handleInputChange?: (e: InputChangeEventArgs) => Promise<void>;
46
46
  handleInputDataRequired?: (e: InputDataRequiredEventArgs) => Promise<void>;
47
47
  handleLinkClick?: (e: LinkClickEventArgs) => Promise<void>;
48
- handleUIChange: (e?: any) => void;
48
+ handleUIChange?: (e?: any) => void;
49
49
  navigate?: (path: any) => void;
50
50
  };
51
51
  /** ---------------------------------------------------------------------------
package/index.d.ts CHANGED
@@ -272,7 +272,7 @@ type GraphingContextResult = {
272
272
  handleInputChange?: (e: InputChangeEventArgs) => Promise<void>;
273
273
  handleInputDataRequired?: (e: InputDataRequiredEventArgs) => Promise<void>;
274
274
  handleLinkClick?: (e: LinkClickEventArgs) => Promise<void>;
275
- handleUIChange: (e?: any) => void;
275
+ handleUIChange?: (e?: any) => void;
276
276
  navigate?: (path: any) => void;
277
277
  };
278
278
  /** ---------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moorr-react-mui",
3
- "version": "0.2.73",
3
+ "version": "0.2.74",
4
4
  "description": "Moorr React MUI Common Library",
5
5
  "scripts": {
6
6
  "_clear": "rimraf index.* && rimraf typings/* && rimraf cjs/*",