hplx-react-elements-dev 1.1.81 → 1.1.83

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.
@@ -30,6 +30,7 @@ export interface InputFieldProps {
30
30
  showEmailSuggestions?: boolean;
31
31
  }
32
32
  export interface DatePickerProps {
33
+ className?: string;
33
34
  disable?: boolean;
34
35
  placeholder?: string;
35
36
  disabledDates?: Date[];
@@ -276,6 +277,8 @@ export interface DropdownFieldProps<IsMulti extends boolean> {
276
277
  errorMsg?: string;
277
278
  value?: DropdownValue<IsMulti>;
278
279
  isMulti?: IsMulti;
280
+ dropdownWrapperClassName?: string;
281
+ dropdownInputTextClassName?: string;
279
282
  onChange?: (newValue: DropdownValue<IsMulti>) => void;
280
283
  placeholder?: string;
281
284
  empty_text?: string;
@@ -421,6 +424,7 @@ export interface AddSuggestionProps {
421
424
  height?: string;
422
425
  labelSize?: typographyTextType;
423
426
  labelColor?: string;
427
+ closeDropdownAfterSelect?: boolean;
424
428
  prefix?: ReactNode;
425
429
  suffixButton?: ReactNode;
426
430
  suffixDropdown?: any;
@@ -456,6 +460,7 @@ export interface DoubleInputProps {
456
460
  placeholder?: string;
457
461
  widthDate?: string;
458
462
  widthDrpdwn?: string;
463
+ classNameDatePicker?: string;
459
464
  widthSufixDrpdwn?: string;
460
465
  isborderRequired?: boolean;
461
466
  disable?: boolean;
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.1.81",
12
+ "version": "1.1.83",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",