react-input-material 0.0.816 → 0.0.818
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 +27 -17
- 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.818",
|
|
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",
|
|
@@ -182,7 +182,6 @@
|
|
|
182
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",
|
|
@@ -216,10 +215,10 @@
|
|
|
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.22.
|
|
220
|
-
"@tiptap/extensions": "^3.22.
|
|
221
|
-
"@tiptap/react": "^3.22.
|
|
222
|
-
"@tiptap/starter-kit": "^3.22.
|
|
218
|
+
"@tiptap/core": "^3.22.5",
|
|
219
|
+
"@tiptap/extensions": "^3.22.5",
|
|
220
|
+
"@tiptap/react": "^3.22.5",
|
|
221
|
+
"@tiptap/starter-kit": "^3.22.5",
|
|
223
222
|
"@types/ejs": "^3.1.5",
|
|
224
223
|
"@types/html-minifier": "^4.0.6",
|
|
225
224
|
"@types/jsdom": "^28.0.1",
|
|
@@ -229,10 +228,10 @@
|
|
|
229
228
|
"@types/react-transition-group": "^4.4.12",
|
|
230
229
|
"@types/spark-md5": "^3.0.5",
|
|
231
230
|
"@types/webpack-env": "^1.18.8",
|
|
232
|
-
"@typescript-eslint/eslint-plugin": "^8.59.
|
|
233
|
-
"@typescript-eslint/parser": "^8.59.
|
|
231
|
+
"@typescript-eslint/eslint-plugin": "^8.59.1",
|
|
232
|
+
"@typescript-eslint/parser": "^8.59.1",
|
|
234
233
|
"blob-util": "^2.0.2",
|
|
235
|
-
"clientnode": "4.0.
|
|
234
|
+
"clientnode": "4.0.1391",
|
|
236
235
|
"css-loader": "^7.1.4",
|
|
237
236
|
"cssnano": "^7.1.7",
|
|
238
237
|
"eslint": "^10.2.1",
|
|
@@ -244,7 +243,7 @@
|
|
|
244
243
|
"material-components-web": "^14.0.0",
|
|
245
244
|
"material-icons": "^1.13.14",
|
|
246
245
|
"mini-css-extract-plugin": "^2.10.2",
|
|
247
|
-
"postcss": "8.5.
|
|
246
|
+
"postcss": "8.5.12",
|
|
248
247
|
"postcss-import": "^16.1.1",
|
|
249
248
|
"postcss-loader": "^8.2.1",
|
|
250
249
|
"postcss-nested": "^7.0.2",
|
|
@@ -253,20 +252,20 @@
|
|
|
253
252
|
"prop-types": "^15.8.1",
|
|
254
253
|
"react": "^18.3.1",
|
|
255
254
|
"react-dom": "^18.3.1",
|
|
256
|
-
"react-generic-animate": "^0.0.
|
|
257
|
-
"react-generic-dummy": "^0.0.
|
|
258
|
-
"react-generic-tools": "^0.0.
|
|
255
|
+
"react-generic-animate": "^0.0.120",
|
|
256
|
+
"react-generic-dummy": "^0.0.127",
|
|
257
|
+
"react-generic-tools": "^0.0.116",
|
|
259
258
|
"react-transition-group": "^4.4.5",
|
|
260
259
|
"react-useanimations": "^2.10.0",
|
|
261
260
|
"spark-md5": "^3.0.2",
|
|
262
261
|
"style-loader": "^4.0.0",
|
|
263
|
-
"stylelint": "^17.
|
|
262
|
+
"stylelint": "^17.9.1",
|
|
264
263
|
"stylelint-config-standard": "^40.0.0",
|
|
265
264
|
"tslib": "^2.8.1",
|
|
266
|
-
"typescript-eslint": "^8.59.
|
|
265
|
+
"typescript-eslint": "^8.59.1",
|
|
267
266
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
268
|
-
"web-component-wrapper": "^0.0.
|
|
269
|
-
"web-documentation": "^1.0.
|
|
267
|
+
"web-component-wrapper": "^0.0.575",
|
|
268
|
+
"web-documentation": "^1.0.5",
|
|
270
269
|
"weboptimizer": "^3.0.22",
|
|
271
270
|
"webpack-dev-server": "^5.2.3"
|
|
272
271
|
},
|
|
@@ -518,6 +517,17 @@
|
|
|
518
517
|
"injection": {
|
|
519
518
|
"entry": {
|
|
520
519
|
"__evaluate__": "2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2] === 'serve' ? ['./index.css', './playground'] : 2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2].startsWith('test') ? {testBundle: './test'} : self.generic.entry"
|
|
520
|
+
},
|
|
521
|
+
"external": {
|
|
522
|
+
"implicit": {
|
|
523
|
+
"pattern": {
|
|
524
|
+
"include": {
|
|
525
|
+
"__append__": {
|
|
526
|
+
"__evaluate__": "/(?:^|\\/)playwright(?:-core)?(?:$|\\/)/"
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
}
|
|
521
531
|
}
|
|
522
532
|
},
|
|
523
533
|
"module": {
|
package/readme.md
CHANGED
|
@@ -26,7 +26,7 @@ Project status
|
|
|
26
26
|
[](https://coveralls.io/github/thaibault/react-input-material)
|
|
27
27
|
|
|
28
28
|
[](https://github.com/thaibault/react-input-material/actions/workflows/deploy-web-documentation.yaml)
|
|
29
|
-
[](https://torben.website/react-input-material)
|
|
30
30
|
|
|
31
31
|
Use case
|
|
32
32
|
--------
|