dfh-ui-library 1.14.7 → 1.14.9

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.
@@ -269,6 +269,7 @@ export interface CustomDatePickerProps {
269
269
  minDate?: Date;
270
270
  disabled?: boolean;
271
271
  showMonthYearPicker?: boolean;
272
+ errorMsg?: string;
272
273
  }
273
274
  export interface PhoneNumberInputProps {
274
275
  value: string;
package/dist/index.d.ts CHANGED
@@ -256,6 +256,7 @@ interface CustomDatePickerProps {
256
256
  minDate?: Date;
257
257
  disabled?: boolean;
258
258
  showMonthYearPicker?: boolean;
259
+ errorMsg?: string;
259
260
  }
260
261
  interface PhoneNumberInputProps {
261
262
  value: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.14.7",
3
+ "version": "1.14.9",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",