hplx-react-elements-dev 1.1.75 → 1.1.77

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.
@@ -454,7 +454,9 @@ export interface DoubleInputProps {
454
454
  selectDate?: any;
455
455
  dateVar?: (val: Date) => void;
456
456
  placeholder?: string;
457
- width?: string;
457
+ widthDate?: string;
458
+ widthDrpdwn?: string;
459
+ widthSufixDrpdwn?: string;
458
460
  isborderRequired?: boolean;
459
461
  disable?: boolean;
460
462
  disabledDates?: Date[];
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.1.75",
12
+ "version": "1.1.77",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",