hplx-react-elements-dev 1.3.34 → 1.3.35

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.
@@ -620,4 +620,12 @@ export interface StepperProps {
620
620
  showPause?: boolean;
621
621
  getCurrentStep?: (value: number) => void;
622
622
  }
623
+ export interface DateAndTimePickerProps {
624
+ inputDate: Date;
625
+ placeholderCTA?: string;
626
+ placeholderCTAStyles?: string;
627
+ minDate?: Date | null;
628
+ maxDate?: Date | null;
629
+ applyChanges: (selectedDate: Date) => void;
630
+ }
623
631
  export {};
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "frontend",
10
10
  "healthplix"
11
11
  ],
12
- "version": "1.3.34",
12
+ "version": "1.3.35",
13
13
  "main": "dist/esm/index.js",
14
14
  "module": "dist/esm/index.js",
15
15
  "types": "dist/esm/index.d.ts",