dfh-ui-library 1.12.279 → 1.12.281

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 {
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.279",
3
+ "version": "1.12.281",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",