hplx-react-elements-dev 1.0.90 → 1.0.92

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.
@@ -401,6 +401,7 @@ export interface AddSuggestionProps {
401
401
  handleSuggestionValChange?: (value: any) => void;
402
402
  handleSuffixValChange?: (value: any) => void;
403
403
  isborderRequired?: boolean;
404
+ getInputValue?: (value: string) => void;
404
405
  }
405
406
  export interface DoubleInputProps {
406
407
  label?: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.0.90",
12
+ "version": "1.0.92",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",