react-input-material 0.0.740 → 0.0.742
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/dist/components/FileInput/index.css +7 -1
- package/dist/components/FileInput/index.js +1 -1
- package/dist/components/Inputs/index.css +4 -0
- package/dist/components/Inputs/index.js +1 -1
- package/dist/components/Interval/index.css +4 -0
- package/dist/components/Interval/index.js +1 -1
- package/dist/components/TextInput/index.css +4 -0
- package/dist/components/TextInput/index.js +1 -1
- package/dist/helper.js +1 -1
- package/dist/implementations/rmwc/{material-fixes.css → material.css} +1 -1
- package/dist/index.css +8 -2
- package/dist/index.js +1 -1
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.742",
|
|
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",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"dist/index.css",
|
|
68
68
|
"dist/index.d.ts",
|
|
69
69
|
"dist/index.js",
|
|
70
|
-
"dist/implementations/rmwc/material
|
|
70
|
+
"dist/implementations/rmwc/material.css",
|
|
71
71
|
"dist/type.d.ts",
|
|
72
72
|
"dist/type.js"
|
|
73
73
|
],
|
|
@@ -104,11 +104,11 @@
|
|
|
104
104
|
"@babel/preset-react": "^7.27.1",
|
|
105
105
|
"@babel/runtime": "^7.28.4",
|
|
106
106
|
"@codemirror/autocomplete": "^6.19.0",
|
|
107
|
-
"@codemirror/commands": "^6.
|
|
107
|
+
"@codemirror/commands": "^6.9.0",
|
|
108
108
|
"@codemirror/lang-css": "^6.3.1",
|
|
109
109
|
"@codemirror/lang-javascript": "^6.2.4",
|
|
110
110
|
"@codemirror/language": "^6.11.3",
|
|
111
|
-
"@codemirror/lint": "^6.
|
|
111
|
+
"@codemirror/lint": "^6.9.0",
|
|
112
112
|
"@codemirror/search": "^6.5.11",
|
|
113
113
|
"@codemirror/state": "^6.5.2",
|
|
114
114
|
"@codemirror/view": "^6.38.4",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"@types/html-minifier": "^4.0.5",
|
|
137
137
|
"@types/jquery": "^3.5.33",
|
|
138
138
|
"@types/jsdom": "^27.0.0",
|
|
139
|
-
"@types/node": "^24.6.
|
|
139
|
+
"@types/node": "^24.6.2",
|
|
140
140
|
"@types/react": "^18.3.25",
|
|
141
141
|
"@types/react-dom": "^18.3.7",
|
|
142
142
|
"@types/react-transition-group": "^4.4.12",
|
|
@@ -145,13 +145,13 @@
|
|
|
145
145
|
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
|
146
146
|
"@typescript-eslint/parser": "^8.45.0",
|
|
147
147
|
"blob-util": "^2.0.2",
|
|
148
|
-
"clientnode": "3.0.
|
|
148
|
+
"clientnode": "3.0.1311",
|
|
149
149
|
"css-loader": "^7.1.2",
|
|
150
150
|
"cssnano": "^7.1.1",
|
|
151
151
|
"documentation-website": "^1.0.394",
|
|
152
152
|
"eslint": "^9.36.0",
|
|
153
153
|
"eslint-config-google": "^0.14.0",
|
|
154
|
-
"eslint-plugin-jsdoc": "^60.
|
|
154
|
+
"eslint-plugin-jsdoc": "^60.7.1",
|
|
155
155
|
"identity-obj-proxy": "^3.0.0",
|
|
156
156
|
"jest": "^30.2.0",
|
|
157
157
|
"jsdoc": "^4.0.4",
|
|
@@ -166,9 +166,9 @@
|
|
|
166
166
|
"prop-types": "^15.8.1",
|
|
167
167
|
"react": "^18.3.1",
|
|
168
168
|
"react-dom": "^18.3.1",
|
|
169
|
-
"react-generic-animate": "^0.0.
|
|
170
|
-
"react-generic-dummy": "^0.0.
|
|
171
|
-
"react-generic-tools": "^0.0.
|
|
169
|
+
"react-generic-animate": "^0.0.91",
|
|
170
|
+
"react-generic-dummy": "^0.0.107",
|
|
171
|
+
"react-generic-tools": "^0.0.81",
|
|
172
172
|
"react-transition-group": "^4.4.5",
|
|
173
173
|
"react-useanimations": "^2.10.0",
|
|
174
174
|
"spark-md5": "^3.0.2",
|
|
@@ -178,8 +178,8 @@
|
|
|
178
178
|
"tslib": "^2.8.1",
|
|
179
179
|
"typescript-eslint": "^8.45.0",
|
|
180
180
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
181
|
-
"web-component-wrapper": "^0.0.
|
|
182
|
-
"weboptimizer": "^2.0.
|
|
181
|
+
"web-component-wrapper": "^0.0.532",
|
|
182
|
+
"weboptimizer": "^2.0.1610",
|
|
183
183
|
"webpack-dev-server": "^5.2.2"
|
|
184
184
|
},
|
|
185
185
|
"peerDependencies": {
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
"./components/Wrapper/WrapStrict": "./components/Wrapper/WrapStrict",
|
|
410
410
|
"./components/Wrapper/WrapThemeProvider": "./components/Wrapper/WrapThemeProvider",
|
|
411
411
|
"./components/Wrapper/WrapTooltip": "./components/Wrapper/WrapTooltip",
|
|
412
|
-
"./implementations/rmwc/material
|
|
412
|
+
"./implementations/rmwc/material": "./implementations/rmwc/material",
|
|
413
413
|
"helper": "./helper",
|
|
414
414
|
"index": [
|
|
415
415
|
"./index.css",
|