hplx-react-elements-dev 1.1.52 → 1.1.53

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.
@@ -434,6 +434,15 @@ export interface AddSuggestionProps {
434
434
  getInputValue?: (value: string) => void;
435
435
  }
436
436
  export interface DoubleInputProps {
437
+ fieldColor?: string;
438
+ selectDate?: any;
439
+ dateVar?: (val: Date) => void;
440
+ placeholder?: string;
441
+ width?: string;
442
+ isborderRequired?: boolean;
443
+ disable?: boolean;
444
+ disabledDates?: Date[];
445
+ isCalendar?: boolean;
437
446
  label?: string;
438
447
  labelSize?: typographyTextType;
439
448
  labelColor?: string;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.1.52",
12
+ "version": "1.1.53",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",