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