dfh-ui-library 1.12.280 → 1.12.282

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.
@@ -232,7 +232,6 @@ export interface CustomDatePickerProps {
232
232
  iconClasses?: string;
233
233
  dateFormat?: string;
234
234
  enableClear?: boolean;
235
- minDate?: Date;
236
235
  maxDate?: Date;
237
236
  }
238
237
  export interface PhoneNumberInputProps {
@@ -749,7 +748,6 @@ export interface NoteProps {
749
748
  date?: string;
750
749
  actionedUser?: string;
751
750
  noteType?: string;
752
- shouldUpdateLastContactDate?: boolean;
753
751
  }
754
752
  export interface NoteHistoryProps {
755
753
  editedBy?: string;
package/dist/index.d.ts CHANGED
@@ -209,7 +209,6 @@ interface CustomDatePickerProps {
209
209
  iconClasses?: string;
210
210
  dateFormat?: string;
211
211
  enableClear?: boolean;
212
- minDate?: Date;
213
212
  maxDate?: Date;
214
213
  }
215
214
  interface PhoneNumberInputProps {
@@ -639,7 +638,6 @@ interface NoteProps {
639
638
  date?: string;
640
639
  actionedUser?: string;
641
640
  noteType?: string;
642
- shouldUpdateLastContactDate?: boolean;
643
641
  }
644
642
  interface NoteHistoryProps {
645
643
  editedBy?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.280",
3
+ "version": "1.12.282",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",