react-input-material 0.0.753 → 0.0.754
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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.754",
|
|
4
4
|
"description": "Reusable material design based input field with support for (richt-)text, code, selections, numbers, dates and so on.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"form-field",
|
|
@@ -335,8 +335,8 @@
|
|
|
335
335
|
}
|
|
336
336
|
},
|
|
337
337
|
"engines": {
|
|
338
|
-
"node": ">=
|
|
339
|
-
"npm": ">=
|
|
338
|
+
"node": ">=24",
|
|
339
|
+
"npm": ">=11",
|
|
340
340
|
"yarn": ">=4"
|
|
341
341
|
},
|
|
342
342
|
"resolutions": {
|
|
@@ -401,6 +401,7 @@
|
|
|
401
401
|
"./components/TextInput/import.module": "./implementations/rmwc/TextField/import.module",
|
|
402
402
|
"./components/TextInput/index": "./components/TextInput/index",
|
|
403
403
|
"./components/TextInput/type": "./components/TextInput/type",
|
|
404
|
+
"./components/TextInput/harness": "./components/TextInput/harness",
|
|
404
405
|
"./components/Inputs/import.module": "./implementations/rmwc/Inputs/import.module",
|
|
405
406
|
"./components/Inputs/index": "./components/Inputs/index",
|
|
406
407
|
"./components/Inputs/type": "./components/Inputs/type",
|