react-input-material 0.0.821 → 0.0.823
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.
|
@@ -32,7 +32,7 @@ export declare const TextInputInner: {
|
|
|
32
32
|
* @property defaultProperties - Initial property configuration.
|
|
33
33
|
* @property locales - Defines input formatting locales.
|
|
34
34
|
* @property propTypes - Triggers reacts runtime property value checks.
|
|
35
|
-
* @property strict - Indicates whether we should wrap render output in
|
|
35
|
+
* @property strict - Indicates whether we should wrap render output in react's
|
|
36
36
|
* strict component.
|
|
37
37
|
* @property transformer - Text input data transformation specifications.
|
|
38
38
|
* @property wrapped - Wrapped component.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.823",
|
|
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",
|
|
@@ -195,10 +195,10 @@
|
|
|
195
195
|
"@codemirror/lint": "^6.9.6",
|
|
196
196
|
"@codemirror/search": "^6.7.0",
|
|
197
197
|
"@codemirror/state": "^6.6.0",
|
|
198
|
-
"@codemirror/view": "^6.
|
|
198
|
+
"@codemirror/view": "^6.43.0",
|
|
199
199
|
"@emotion/react": "^11.14.0",
|
|
200
200
|
"@eslint/js": "^10.0.1",
|
|
201
|
-
"@playwright/test": "^1.
|
|
201
|
+
"@playwright/test": "^1.60.0",
|
|
202
202
|
"@rmwc/card": "^14.3.5",
|
|
203
203
|
"@rmwc/checkbox": "^14.3.5",
|
|
204
204
|
"@rmwc/circular-progress": "^14.3.5",
|
|
@@ -215,26 +215,26 @@
|
|
|
215
215
|
"@rmwc/typography": "^14.3.5",
|
|
216
216
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
217
217
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
218
|
-
"@tiptap/core": "^3.
|
|
219
|
-
"@tiptap/extensions": "^3.
|
|
220
|
-
"@tiptap/react": "^3.
|
|
221
|
-
"@tiptap/starter-kit": "^3.
|
|
218
|
+
"@tiptap/core": "^3.23.4",
|
|
219
|
+
"@tiptap/extensions": "^3.23.4",
|
|
220
|
+
"@tiptap/react": "^3.23.4",
|
|
221
|
+
"@tiptap/starter-kit": "^3.23.4",
|
|
222
222
|
"@types/ejs": "^3.1.5",
|
|
223
223
|
"@types/html-minifier": "^4.0.6",
|
|
224
|
-
"@types/jsdom": "^28.0.
|
|
225
|
-
"@types/node": "^25.
|
|
224
|
+
"@types/jsdom": "^28.0.3",
|
|
225
|
+
"@types/node": "^25.9.0",
|
|
226
226
|
"@types/react": "^18.3.28",
|
|
227
227
|
"@types/react-dom": "^18.3.7",
|
|
228
228
|
"@types/react-transition-group": "^4.4.12",
|
|
229
229
|
"@types/spark-md5": "^3.0.5",
|
|
230
230
|
"@types/webpack-env": "^1.18.8",
|
|
231
|
-
"@typescript-eslint/eslint-plugin": "^8.59.
|
|
232
|
-
"@typescript-eslint/parser": "^8.59.
|
|
231
|
+
"@typescript-eslint/eslint-plugin": "^8.59.3",
|
|
232
|
+
"@typescript-eslint/parser": "^8.59.3",
|
|
233
233
|
"blob-util": "^2.0.2",
|
|
234
|
-
"clientnode": "4.0.
|
|
234
|
+
"clientnode": "4.0.1397",
|
|
235
235
|
"css-loader": "^7.1.4",
|
|
236
|
-
"cssnano": "^8.0.
|
|
237
|
-
"eslint": "^10.
|
|
236
|
+
"cssnano": "^8.0.1",
|
|
237
|
+
"eslint": "^10.4.0",
|
|
238
238
|
"eslint-config-google": "^0.14.0",
|
|
239
239
|
"eslint-plugin-jsdoc": "^62.9.0",
|
|
240
240
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -247,27 +247,27 @@
|
|
|
247
247
|
"postcss-import": "^16.1.1",
|
|
248
248
|
"postcss-loader": "^8.2.1",
|
|
249
249
|
"postcss-nested": "^7.0.2",
|
|
250
|
-
"postcss-preset-env": "^11.
|
|
250
|
+
"postcss-preset-env": "^11.3.0",
|
|
251
251
|
"postcss-scss": "^4.0.9",
|
|
252
252
|
"prop-types": "^15.8.1",
|
|
253
253
|
"react": "^18.3.1",
|
|
254
254
|
"react-dom": "^18.3.1",
|
|
255
|
-
"react-generic-animate": "^0.0.
|
|
255
|
+
"react-generic-animate": "^0.0.123",
|
|
256
256
|
"react-generic-dummy": "^0.0.128",
|
|
257
257
|
"react-generic-tools": "^0.0.117",
|
|
258
258
|
"react-transition-group": "^4.4.5",
|
|
259
259
|
"react-useanimations": "^2.10.0",
|
|
260
260
|
"spark-md5": "^3.0.2",
|
|
261
261
|
"style-loader": "^4.0.0",
|
|
262
|
-
"stylelint": "^17.11.
|
|
262
|
+
"stylelint": "^17.11.1",
|
|
263
263
|
"stylelint-config-standard": "^40.0.0",
|
|
264
264
|
"tslib": "^2.8.1",
|
|
265
|
-
"typescript-eslint": "^8.59.
|
|
265
|
+
"typescript-eslint": "^8.59.3",
|
|
266
266
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
267
|
-
"web-component-wrapper": "^0.0.
|
|
268
|
-
"web-documentation": "^1.0.
|
|
267
|
+
"web-component-wrapper": "^0.0.591",
|
|
268
|
+
"web-documentation": "^1.0.14",
|
|
269
269
|
"weboptimizer": "^3.0.22",
|
|
270
|
-
"webpack-dev-server": "^5.2.
|
|
270
|
+
"webpack-dev-server": "^5.2.4"
|
|
271
271
|
},
|
|
272
272
|
"peerDependencies": {
|
|
273
273
|
"@babel/runtime": "*",
|