mui-tel-input 5.1.1 → 6.0.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 +17 -0
- package/dist/index.d.ts +446 -406
- package/dist/mui-tel-input.es.js +1592 -1680
- package/package.json +33 -33
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "https://github.com/viclafouch/mui-tel-input/issues"
|
|
8
8
|
},
|
|
9
9
|
"homepage": "https://viclafouch.github.io/mui-tel-input",
|
|
10
|
-
"version": "
|
|
10
|
+
"version": "6.0.0",
|
|
11
11
|
"files": [
|
|
12
12
|
"dist"
|
|
13
13
|
],
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"test": "vitest",
|
|
47
47
|
"release": "standard-version",
|
|
48
48
|
"coverage": "vitest run --coverage",
|
|
49
|
-
"prepare": "husky
|
|
49
|
+
"prepare": "husky"
|
|
50
50
|
},
|
|
51
51
|
"standard-version": {
|
|
52
52
|
"scripts": {
|
|
@@ -58,9 +58,9 @@
|
|
|
58
58
|
},
|
|
59
59
|
"sideEffects": false,
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"@emotion/react": "^11.
|
|
62
|
-
"@emotion/styled": "^11.
|
|
63
|
-
"@mui/material": "^5.0.0",
|
|
61
|
+
"@emotion/react": "^11.13.3",
|
|
62
|
+
"@emotion/styled": "^11.13.0",
|
|
63
|
+
"@mui/material": "^5.0.0 || ^6.0.0",
|
|
64
64
|
"@types/react": "^18.0.0",
|
|
65
65
|
"react": "^18.0.0",
|
|
66
66
|
"react-dom": "^18.0.0"
|
|
@@ -71,41 +71,41 @@
|
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@types/node": "^
|
|
75
|
-
"libphonenumber-js": "^1.
|
|
74
|
+
"@types/node": "^22.5.1",
|
|
75
|
+
"libphonenumber-js": "^1.11.7"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@babel/core": "^7.
|
|
79
|
-
"@emotion/react": "^11.
|
|
80
|
-
"@emotion/styled": "^11.
|
|
81
|
-
"@mui/material": "^
|
|
82
|
-
"@storybook/addon-actions": "^
|
|
83
|
-
"@storybook/addon-essentials": "^
|
|
84
|
-
"@storybook/addon-interactions": "^
|
|
85
|
-
"@storybook/addon-links": "^
|
|
86
|
-
"@storybook/react": "^
|
|
87
|
-
"@storybook/react-vite": "^
|
|
88
|
-
"@storybook/
|
|
89
|
-
"@testing-library/jest-dom": "^6.4.
|
|
78
|
+
"@babel/core": "^7.25.2",
|
|
79
|
+
"@emotion/react": "^11.13.3",
|
|
80
|
+
"@emotion/styled": "^11.13.0",
|
|
81
|
+
"@mui/material": "^6.0.1",
|
|
82
|
+
"@storybook/addon-actions": "^8.2.9",
|
|
83
|
+
"@storybook/addon-essentials": "^8.2.9",
|
|
84
|
+
"@storybook/addon-interactions": "^8.2.9",
|
|
85
|
+
"@storybook/addon-links": "^8.2.9",
|
|
86
|
+
"@storybook/react": "^8.2.9",
|
|
87
|
+
"@storybook/react-vite": "^8.2.9",
|
|
88
|
+
"@storybook/test": "^8.2.9",
|
|
89
|
+
"@testing-library/jest-dom": "^6.4.6",
|
|
90
90
|
"@testing-library/react": "^14.2.1",
|
|
91
91
|
"@testing-library/user-event": "^14.5.2",
|
|
92
|
-
"@types/react": "^18.
|
|
93
|
-
"@viclafouch/eslint-config-viclafouch": "^4.
|
|
94
|
-
"@vitejs/plugin-react": "^4.
|
|
92
|
+
"@types/react": "^18.3.5",
|
|
93
|
+
"@viclafouch/eslint-config-viclafouch": "^4.15.0",
|
|
94
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
95
95
|
"babel-loader": "^9.1.3",
|
|
96
96
|
"eslint": "^8.56.0",
|
|
97
|
-
"husky": "^9.
|
|
98
|
-
"jsdom": "^
|
|
99
|
-
"prettier": "^3.
|
|
100
|
-
"react": "^18.
|
|
101
|
-
"react-dom": "^18.
|
|
97
|
+
"husky": "^9.1.5",
|
|
98
|
+
"jsdom": "^25.0.0",
|
|
99
|
+
"prettier": "^3.3.3",
|
|
100
|
+
"react": "^18.3.1",
|
|
101
|
+
"react-dom": "^18.3.1",
|
|
102
102
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
103
103
|
"standard-version": "^9.5.0",
|
|
104
|
-
"storybook": "^
|
|
105
|
-
"typescript": "^5.
|
|
106
|
-
"vite": "^5.
|
|
107
|
-
"vite-aliases": "^0.11.
|
|
108
|
-
"vite-plugin-dts": "^
|
|
109
|
-
"vitest": "^
|
|
104
|
+
"storybook": "^8.2.9",
|
|
105
|
+
"typescript": "^5.5.4",
|
|
106
|
+
"vite": "^5.4.2",
|
|
107
|
+
"vite-aliases": "^0.11.7",
|
|
108
|
+
"vite-plugin-dts": "^4.0.3",
|
|
109
|
+
"vitest": "^2.0.5"
|
|
110
110
|
}
|
|
111
111
|
}
|