dfh-ui-library 1.13.26 → 1.13.27

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.
@@ -247,6 +247,7 @@ export interface CustomDatePickerProps {
247
247
  maxDate?: Date;
248
248
  minDate?: Date;
249
249
  disabled?: boolean;
250
+ showMonthYearPicker?: boolean;
250
251
  }
251
252
  export interface PhoneNumberInputProps {
252
253
  value: string;
package/dist/index.d.ts CHANGED
@@ -224,6 +224,7 @@ interface CustomDatePickerProps {
224
224
  maxDate?: Date;
225
225
  minDate?: Date;
226
226
  disabled?: boolean;
227
+ showMonthYearPicker?: boolean;
227
228
  }
228
229
  interface PhoneNumberInputProps {
229
230
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.26",
3
+ "version": "1.13.27",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",