react-simple-phone-input 5.1.9 → 5.2.0
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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ import "react-simple-phone-input/dist/style.css";
|
|
|
33
33
|
onChange={(data: PhoneInputResponseType) => console.log(data)}
|
|
34
34
|
/>
|
|
35
35
|
```
|
|
36
|
-
#### [See Demo](https://react-
|
|
36
|
+
#### [See Demo](https://react-phone-input.siamahnaf.com/)
|
|
37
37
|
|
|
38
38
|
## Options
|
|
39
39
|
<table width="100%">
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-simple-phone-input",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.2.0",
|
|
4
4
|
"description": "A simple react phone input component with calling code dropdown🤷",
|
|
5
|
-
"homepage": "https://react-
|
|
5
|
+
"homepage": "https://react-phone-input.siamahnaf.com/",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
7
7
|
"module": "dist/esm/index.js",
|
|
8
8
|
"files": [
|