dfh-ui-library 1.12.805 → 1.13.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/components/PhoneNumberInput/PhoneNumberInput2.d.ts +4 -0
- package/dist/cjs/types/components/PhoneNumberInput/index.d.ts +1 -0
- package/dist/cjs/types/components/index.d.ts +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/components/PhoneNumberInput/PhoneNumberInput2.d.ts +4 -0
- package/dist/esm/types/components/PhoneNumberInput/index.d.ts +1 -0
- package/dist/esm/types/components/index.d.ts +1 -1
- package/dist/index.d.ts +3 -1
- package/package.json +2 -2
@@ -14,7 +14,7 @@ export { default as ImagePreview } from "./ImagePreview";
|
|
14
14
|
export { default as DatePicker } from "./Datepicker";
|
15
15
|
export { default as InputDatePicker } from "./InputDatepicker";
|
16
16
|
export { Row } from "./core";
|
17
|
-
export { PhoneNumberInput } from "./PhoneNumberInput";
|
17
|
+
export { PhoneNumberInput, PhoneNumberInput2 } from "./PhoneNumberInput";
|
18
18
|
export { Tooltip } from "./Tooltip";
|
19
19
|
export { default as DialogBox } from "../components/core/DialogBox";
|
20
20
|
export { default as Modal } from "../components/Modal";
|