react-input-material 0.0.759 → 0.0.761

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-material",
3
- "version": "0.0.759",
3
+ "version": "0.0.761",
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",
@@ -39,18 +39,24 @@
39
39
  "dist/components/FileInput/index.js",
40
40
  "dist/components/FileInput/type.d.ts",
41
41
  "dist/components/FileInput/type.js",
42
+ "dist/components/Inputs/harness.d.ts",
43
+ "dist/components/Inputs/harness.js",
42
44
  "dist/components/Inputs/import.module.css",
43
45
  "dist/components/Inputs/index.css",
44
46
  "dist/components/Inputs/index.d.ts",
45
47
  "dist/components/Inputs/index.js",
46
48
  "dist/components/Inputs/type.d.ts",
47
49
  "dist/components/Inputs/type.js",
50
+ "dist/components/Interval/harness.d.ts",
51
+ "dist/components/Interval/harness.js",
48
52
  "dist/components/Interval/import.module.css",
49
53
  "dist/components/Interval/index.css",
50
54
  "dist/components/Interval/index.d.ts",
51
55
  "dist/components/Interval/index.js",
52
56
  "dist/components/Interval/type.d.ts",
53
57
  "dist/components/Interval/type.js",
58
+ "dist/components/Checkbox/harness.d.ts",
59
+ "dist/components/Checkbox/harness.js",
54
60
  "dist/components/Checkbox/import.module.css",
55
61
  "dist/components/Checkbox/index.css",
56
62
  "dist/components/Checkbox/index.d.ts",
@@ -116,7 +122,7 @@
116
122
  "@codemirror/lint": "^6.9.2",
117
123
  "@codemirror/search": "^6.5.11",
118
124
  "@codemirror/state": "^6.5.3",
119
- "@codemirror/view": "^6.39.5",
125
+ "@codemirror/view": "^6.39.7",
120
126
  "@emotion/react": "^11.14.0",
121
127
  "@playwright/test": "^1.57.0",
122
128
  "@rmwc/card": "^14.3.5",
@@ -148,8 +154,8 @@
148
154
  "@types/react-transition-group": "^4.4.12",
149
155
  "@types/spark-md5": "^3.0.5",
150
156
  "@types/webpack-env": "^1.18.8",
151
- "@typescript-eslint/eslint-plugin": "^8.50.0",
152
- "@typescript-eslint/parser": "^8.50.0",
157
+ "@typescript-eslint/eslint-plugin": "^8.50.1",
158
+ "@typescript-eslint/parser": "^8.50.1",
153
159
  "blob-util": "^2.0.2",
154
160
  "clientnode": "3.0.1339",
155
161
  "css-loader": "^7.1.2",
@@ -182,7 +188,7 @@
182
188
  "stylelint": "^16.26.1",
183
189
  "stylelint-config-standard": "^39.0.1",
184
190
  "tslib": "^2.8.1",
185
- "typescript-eslint": "^8.50.0",
191
+ "typescript-eslint": "^8.50.1",
186
192
  "typescript-plugin-css-modules": "^5.2.0",
187
193
  "web-component-wrapper": "^0.0.538",
188
194
  "weboptimizer": "^2.0.1636",
@@ -399,17 +405,19 @@
399
405
  "./components/Checkbox/import.module": "./implementations/rmwc/Checkbox/import.module",
400
406
  "./components/Checkbox/index": "./components/Checkbox/index",
401
407
  "./components/Checkbox/type": "./components/Checkbox/type",
408
+ "./components/FileInput/harness": "./components/FileInput/harness",
402
409
  "./components/FileInput/import.module": "./implementations/rmwc/MediaCard/import.module",
403
410
  "./components/FileInput/index": "./components/FileInput/index",
404
411
  "./components/FileInput/type": "./components/FileInput/type",
405
- "./components/FileInput/harness": "./components/FileInput/harness",
412
+ "./components/TextInput/harness": "./components/TextInput/harness",
406
413
  "./components/TextInput/import.module": "./implementations/rmwc/TextField/import.module",
407
414
  "./components/TextInput/index": "./components/TextInput/index",
408
415
  "./components/TextInput/type": "./components/TextInput/type",
409
- "./components/TextInput/harness": "./components/TextInput/harness",
416
+ "./components/Inputs/harness": "./components/Inputs/harness",
410
417
  "./components/Inputs/import.module": "./implementations/rmwc/Inputs/import.module",
411
418
  "./components/Inputs/index": "./components/Inputs/index",
412
419
  "./components/Inputs/type": "./components/Inputs/type",
420
+ "./components/Interval/harness": "./components/Interval/harness",
413
421
  "./components/Interval/import.module": "./implementations/rmwc/Interval/import.module",
414
422
  "./components/Interval/index": "./components/Interval/index",
415
423
  "./components/Interval/type": "./components/Interval/type",