dfh-ui-library 1.12.805 → 1.13.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ import { PhoneNumberInputProps } from "../../shared/models/components/common.model";
3
+ declare const PhoneNumberInput2: React.FC<PhoneNumberInputProps>;
4
+ export default PhoneNumberInput2;
@@ -1 +1,2 @@
1
1
  export { default as PhoneNumberInput } from "./PhoneNumberInput";
2
+ export { default as PhoneNumberInput2 } from "./PhoneNumberInput2";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.12.805",
3
+ "version": "1.13.0",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",
@@ -32,7 +32,7 @@
32
32
  "react-datepicker": "^4.24.0",
33
33
  "react-dom": "^18.2.0",
34
34
  "react-input-mask": "^3.0.0-alpha.2",
35
- "react-phone-number-input": "^3.3.7",
35
+ "react-phone-number-input": "^3.4.11",
36
36
  "react-select": "^5.8.0",
37
37
  "react-tooltip": "^5.26.3",
38
38
  "rollup-plugin-peer-deps-external": "^2.2.4",