react-input-material 0.0.814 → 0.0.816-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/package.json +28 -30
- package/readme.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.816-1",
|
|
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",
|
|
@@ -179,10 +179,9 @@
|
|
|
179
179
|
"test:coverage": "yarn clear && weboptimizer test:coverage",
|
|
180
180
|
"test:coverage:report": "yarn clear && weboptimizer test:coverage:report '{__reference__: \"target:minimal\"}'",
|
|
181
181
|
"test:end-to-end": "yarn playwright test",
|
|
182
|
-
"update:documentation": "documentation
|
|
182
|
+
"update:documentation": "web-documentation",
|
|
183
183
|
"watch": "weboptimizer build --watch"
|
|
184
184
|
},
|
|
185
|
-
"runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {TextInput} = require('react-input-material')\n\nTextInput.webComponentAdapterWrapped",
|
|
186
185
|
"devDependencies": {
|
|
187
186
|
"@babel/eslint-parser": "^7.28.6",
|
|
188
187
|
"@babel/plugin-transform-proto-to-assign": "^7.27.1",
|
|
@@ -194,12 +193,12 @@
|
|
|
194
193
|
"@codemirror/lang-javascript": "^6.2.5",
|
|
195
194
|
"@codemirror/language": "^6.12.3",
|
|
196
195
|
"@codemirror/lint": "^6.9.5",
|
|
197
|
-
"@codemirror/search": "^6.
|
|
196
|
+
"@codemirror/search": "^6.7.0",
|
|
198
197
|
"@codemirror/state": "^6.6.0",
|
|
199
|
-
"@codemirror/view": "^6.
|
|
198
|
+
"@codemirror/view": "^6.41.1",
|
|
200
199
|
"@emotion/react": "^11.14.0",
|
|
201
200
|
"@eslint/js": "^10.0.1",
|
|
202
|
-
"@playwright/test": "^1.
|
|
201
|
+
"@playwright/test": "^1.59.1",
|
|
203
202
|
"@rmwc/card": "^14.3.5",
|
|
204
203
|
"@rmwc/checkbox": "^14.3.5",
|
|
205
204
|
"@rmwc/circular-progress": "^14.3.5",
|
|
@@ -216,59 +215,58 @@
|
|
|
216
215
|
"@rmwc/typography": "^14.3.5",
|
|
217
216
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
218
217
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
219
|
-
"@tiptap/core": "^3.
|
|
220
|
-
"@tiptap/extensions": "^3.
|
|
221
|
-
"@tiptap/react": "^3.
|
|
222
|
-
"@tiptap/starter-kit": "^3.
|
|
218
|
+
"@tiptap/core": "^3.22.4",
|
|
219
|
+
"@tiptap/extensions": "^3.22.4",
|
|
220
|
+
"@tiptap/react": "^3.22.4",
|
|
221
|
+
"@tiptap/starter-kit": "^3.22.4",
|
|
223
222
|
"@types/ejs": "^3.1.5",
|
|
224
223
|
"@types/html-minifier": "^4.0.6",
|
|
225
|
-
"@types/jquery": "^4.0.0",
|
|
226
224
|
"@types/jsdom": "^28.0.1",
|
|
227
|
-
"@types/node": "^25.
|
|
225
|
+
"@types/node": "^25.6.0",
|
|
228
226
|
"@types/react": "^18.3.28",
|
|
229
227
|
"@types/react-dom": "^18.3.7",
|
|
230
228
|
"@types/react-transition-group": "^4.4.12",
|
|
231
229
|
"@types/spark-md5": "^3.0.5",
|
|
232
230
|
"@types/webpack-env": "^1.18.8",
|
|
233
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
234
|
-
"@typescript-eslint/parser": "^8.
|
|
231
|
+
"@typescript-eslint/eslint-plugin": "^8.59.0",
|
|
232
|
+
"@typescript-eslint/parser": "^8.59.0",
|
|
235
233
|
"blob-util": "^2.0.2",
|
|
236
|
-
"clientnode": "4.0.
|
|
234
|
+
"clientnode": "4.0.1388",
|
|
237
235
|
"css-loader": "^7.1.4",
|
|
238
|
-
"cssnano": "^7.1.
|
|
239
|
-
"
|
|
240
|
-
"eslint": "^10.1.0",
|
|
236
|
+
"cssnano": "^7.1.7",
|
|
237
|
+
"eslint": "^10.2.1",
|
|
241
238
|
"eslint-config-google": "^0.14.0",
|
|
242
|
-
"eslint-plugin-jsdoc": "^62.
|
|
239
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
243
240
|
"identity-obj-proxy": "^3.0.0",
|
|
244
241
|
"jest": "^30.3.0",
|
|
245
242
|
"jsdoc": "^4.0.5",
|
|
246
243
|
"material-components-web": "^14.0.0",
|
|
247
244
|
"material-icons": "^1.13.14",
|
|
248
|
-
"mini-css-extract-plugin": "^2.10.
|
|
249
|
-
"postcss": "8.5.
|
|
245
|
+
"mini-css-extract-plugin": "^2.10.2",
|
|
246
|
+
"postcss": "8.5.10",
|
|
250
247
|
"postcss-import": "^16.1.1",
|
|
251
248
|
"postcss-loader": "^8.2.1",
|
|
252
249
|
"postcss-nested": "^7.0.2",
|
|
253
|
-
"postcss-preset-env": "^11.2.
|
|
250
|
+
"postcss-preset-env": "^11.2.1",
|
|
254
251
|
"postcss-scss": "^4.0.9",
|
|
255
252
|
"prop-types": "^15.8.1",
|
|
256
253
|
"react": "^18.3.1",
|
|
257
254
|
"react-dom": "^18.3.1",
|
|
258
|
-
"react-generic-animate": "^0.0.
|
|
259
|
-
"react-generic-dummy": "^0.0.
|
|
260
|
-
"react-generic-tools": "^0.0.
|
|
255
|
+
"react-generic-animate": "^0.0.119",
|
|
256
|
+
"react-generic-dummy": "^0.0.126",
|
|
257
|
+
"react-generic-tools": "^0.0.115",
|
|
261
258
|
"react-transition-group": "^4.4.5",
|
|
262
259
|
"react-useanimations": "^2.10.0",
|
|
263
260
|
"spark-md5": "^3.0.2",
|
|
264
261
|
"style-loader": "^4.0.0",
|
|
265
|
-
"stylelint": "^17.
|
|
262
|
+
"stylelint": "^17.8.0",
|
|
266
263
|
"stylelint-config-standard": "^40.0.0",
|
|
267
264
|
"tslib": "^2.8.1",
|
|
268
|
-
"typescript-eslint": "^8.
|
|
265
|
+
"typescript-eslint": "^8.59.0",
|
|
269
266
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
270
|
-
"web-component-wrapper": "^0.0.
|
|
271
|
-
"
|
|
267
|
+
"web-component-wrapper": "^0.0.562",
|
|
268
|
+
"web-documentation": "^1.0.2",
|
|
269
|
+
"weboptimizer": "^3.0.22",
|
|
272
270
|
"webpack-dev-server": "^5.2.3"
|
|
273
271
|
},
|
|
274
272
|
"peerDependencies": {
|
|
@@ -647,5 +645,5 @@
|
|
|
647
645
|
}
|
|
648
646
|
}
|
|
649
647
|
},
|
|
650
|
-
"packageManager": "yarn@4.
|
|
648
|
+
"packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42"
|
|
651
649
|
}
|
package/readme.md
CHANGED
|
@@ -25,7 +25,7 @@ Project status
|
|
|
25
25
|
|
|
26
26
|
[](https://coveralls.io/github/thaibault/react-input-material)
|
|
27
27
|
|
|
28
|
-
[](https://github.com/thaibault/react-input-material/actions/workflows/deploy-web-documentation.yaml)
|
|
29
29
|
[](https://torben.website/react-input-material)
|
|
30
30
|
|
|
31
31
|
Use case
|