dfh-ui-library 1.3.7 → 1.3.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.
@@ -227,6 +227,7 @@ export interface PhoneNumberInputProps {
227
227
  additionalErrorClasses?: string;
228
228
  isAdditionalErrorInput?: boolean;
229
229
  name?: string;
230
+ field?: any;
230
231
  }
231
232
  export interface ModalProps {
232
233
  children?: React.ReactNode;
package/dist/index.d.ts CHANGED
@@ -187,6 +187,7 @@ interface PhoneNumberInputProps {
187
187
  additionalErrorClasses?: string;
188
188
  isAdditionalErrorInput?: boolean;
189
189
  name?: string;
190
+ field?: any;
190
191
  }
191
192
  interface ModalProps {
192
193
  children?: React.ReactNode;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "rollup": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",
@@ -20,6 +20,7 @@
20
20
  "@types/react": "^18.2.37",
21
21
  "autoprefixer": "^10.4.16",
22
22
  "classnames": "^2.3.2",
23
+ "formik": "^2.4.5",
23
24
  "lodash": "^4.17.21",
24
25
  "moment": "^2.29.4",
25
26
  "react": "^18.2.0",