mui-tel-input 1.4.0 → 2.0.1
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 +9 -85
- package/dist/index.d.ts +1 -1
- package/dist/index.types.d.ts +1 -1
- package/dist/mui-tel-input.es.js +2599 -5262
- package/dist/mui-tel-input.umd.js +17 -17
- package/package.json +34 -29
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mui-tel-input",
|
|
3
|
-
"description": "A phone number input designed for the React library MUI",
|
|
3
|
+
"description": "A phone number input designed for the React library MUI built with libphonenumber-js",
|
|
4
4
|
"author": "Victor de la Fouchardiere <victor.delafouchardiere@gmail.com> (https://github.com/viclafouch)",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bugs": {
|
|
7
7
|
"url": "https://github.com/viclafouch/mui-tel-input/issues"
|
|
8
8
|
},
|
|
9
|
-
"homepage": "https://
|
|
10
|
-
"version": "
|
|
9
|
+
"homepage": "https://viclafouch.github.io/mui-tel-input",
|
|
10
|
+
"version": "2.0.1",
|
|
11
11
|
"files": [
|
|
12
12
|
"dist"
|
|
13
13
|
],
|
|
@@ -57,45 +57,50 @@
|
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
|
-
"@emotion/react": "^11.
|
|
61
|
-
"@emotion/styled": "^11.
|
|
62
|
-
"@mui/material": "5.
|
|
60
|
+
"@emotion/react": "^11.5.0",
|
|
61
|
+
"@emotion/styled": "^11.3.0",
|
|
62
|
+
"@mui/material": "^5.0.0",
|
|
63
|
+
"@types/react": "^17.0.0 || ^18.0.0",
|
|
63
64
|
"react": "^17.0.0 || ^18.0.0",
|
|
64
65
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
65
66
|
},
|
|
67
|
+
"peerDependenciesMeta": {
|
|
68
|
+
"@types/react": {
|
|
69
|
+
"optional": true
|
|
70
|
+
}
|
|
71
|
+
},
|
|
66
72
|
"dependencies": {
|
|
67
|
-
"
|
|
68
|
-
"@emotion/
|
|
69
|
-
"@
|
|
70
|
-
"
|
|
73
|
+
"libphonenumber-js": "^1.10.9",
|
|
74
|
+
"@emotion/react": "^11.5.0",
|
|
75
|
+
"@emotion/styled": "^11.3.0",
|
|
76
|
+
"@mui/material": "^5.0.0",
|
|
77
|
+
"@types/react": "^17.0.0 || ^18.0.0",
|
|
71
78
|
"react": "^17.0.0 || ^18.0.0",
|
|
72
79
|
"react-dom": "^17.0.0 || ^18.0.0"
|
|
73
80
|
},
|
|
74
81
|
"devDependencies": {
|
|
75
|
-
"@babel/core": "^7.18.
|
|
82
|
+
"@babel/core": "^7.18.9",
|
|
76
83
|
"@testing-library/jest-dom": "^5.16.4",
|
|
77
84
|
"@testing-library/react": "^13.3.0",
|
|
78
|
-
"@testing-library/user-event": "^14.
|
|
79
|
-
"@types/ramda": "^0.28.
|
|
80
|
-
"@
|
|
81
|
-
"@
|
|
82
|
-
"@storybook/addon-
|
|
83
|
-
"@storybook/addon-
|
|
84
|
-
"@storybook/
|
|
85
|
-
"@storybook/
|
|
86
|
-
"@
|
|
87
|
-
"@
|
|
88
|
-
"@typescript-eslint/eslint-plugin": "^5.30.3",
|
|
89
|
-
"@typescript-eslint/parser": "^5.30.3",
|
|
85
|
+
"@testing-library/user-event": "^14.3.0",
|
|
86
|
+
"@types/ramda": "^0.28.15",
|
|
87
|
+
"@storybook/addon-actions": "^6.5.9",
|
|
88
|
+
"@storybook/addon-essentials": "^6.5.9",
|
|
89
|
+
"@storybook/addon-interactions": "^6.5.9",
|
|
90
|
+
"@storybook/addon-links": "^6.5.9",
|
|
91
|
+
"@storybook/react": "^6.5.9",
|
|
92
|
+
"@storybook/testing-library": "^0.0.13",
|
|
93
|
+
"@typescript-eslint/eslint-plugin": "^5.30.7",
|
|
94
|
+
"@typescript-eslint/parser": "^5.30.7",
|
|
90
95
|
"@viclafouch/eslint-config-viclafouch": "^3.7.0",
|
|
91
|
-
"@vitejs/plugin-react": "^
|
|
96
|
+
"@vitejs/plugin-react": "^2.0.0",
|
|
92
97
|
"babel-loader": "^8.2.5",
|
|
93
|
-
"eslint": "^8.
|
|
98
|
+
"eslint": "^8.20.0",
|
|
94
99
|
"eslint-config-airbnb": "^19.0.4",
|
|
95
100
|
"eslint-config-airbnb-typescript": "^17.0.0",
|
|
96
101
|
"eslint-config-prettier": "^8.5.0",
|
|
97
102
|
"eslint-plugin-import": "^2.26.0",
|
|
98
|
-
"eslint-plugin-jsx-a11y": "^6.6.
|
|
103
|
+
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
99
104
|
"eslint-plugin-prettier": "^4.2.1",
|
|
100
105
|
"eslint-plugin-react": "^7.30.1",
|
|
101
106
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
@@ -107,9 +112,9 @@
|
|
|
107
112
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
108
113
|
"standard-version": "^9.5.0",
|
|
109
114
|
"typescript": "^4.7.4",
|
|
110
|
-
"vite": "^
|
|
115
|
+
"vite": "^3.0.2",
|
|
111
116
|
"vite-aliases": "^0.9.2",
|
|
112
|
-
"vite-plugin-dts": "^1.
|
|
113
|
-
"vitest": "^0.
|
|
117
|
+
"vite-plugin-dts": "^1.4.0",
|
|
118
|
+
"vitest": "^0.19.0"
|
|
114
119
|
}
|
|
115
120
|
}
|