moorr-react-mui 0.2.48 → 0.2.49

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.
@@ -23,7 +23,7 @@ export type GraphingContextResult = {
23
23
  value: string;
24
24
  }[];
25
25
  selectedRange?: string;
26
- validationSchema?: any;
26
+ inputSchemas?: any;
27
27
  handleSelectableStatesTileChange?: (e: any) => void;
28
28
  handleRangeSelectChange?: (e: any) => void;
29
29
  handleInputChange?: (e: InputChangeEventArgs) => Promise<void>;
package/index.d.ts CHANGED
@@ -223,7 +223,7 @@ type GraphingContextResult = {
223
223
  value: string;
224
224
  }[];
225
225
  selectedRange?: string;
226
- validationSchema?: any;
226
+ inputSchemas?: any;
227
227
  handleSelectableStatesTileChange?: (e: any) => void;
228
228
  handleRangeSelectChange?: (e: any) => void;
229
229
  handleInputChange?: (e: InputChangeEventArgs) => Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "moorr-react-mui",
3
- "version": "0.2.48",
3
+ "version": "0.2.49",
4
4
  "description": "Moorr React MUI Common Library",
5
5
  "scripts": {
6
6
  "_clear": "rimraf index.* && rimraf typings/* && rimraf cjs/*",