web-input-material 0.0.434 → 0.0.435

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": "web-input-material",
3
- "version": "0.0.434",
3
+ "version": "0.0.435",
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",
@@ -48,10 +48,7 @@
48
48
  "clear": "weboptimizer clear",
49
49
  "document": "weboptimizer document",
50
50
  "lint": "weboptimizer lint",
51
- "patch": "for path in patches/*.patch; do target_file_path=\"$(echo \"$path\" | sed --regexp-extended 's/patches\\/([^/]+).patch$/\\1/' | sed 's:\\+:/:g')\"; source_file_path=\"$path\"; echo \"Patch file \\\"$target_file_path\\\" with \\\"$source_file_path\\\".\"; patch --forward --input \"$source_file_path\" --reject-file - \"$target_file_path\"; done; true",
52
51
  "prepare": "yarn build",
53
- "postinstall": "yarn patch || true",
54
- "postversion": "yarn publish --non-interactive; git push --tags && git push",
55
52
  "serve": "weboptimizer serve",
56
53
  "serve:minimal": "weboptimizer serve '{__reference__: \"target:minimal\"}'",
57
54
  "start": "yarn serve",
@@ -68,7 +65,7 @@
68
65
  "prop-types": "^15.8.1",
69
66
  "react": "^18.2.0",
70
67
  "react-dom": "^18.2.0",
71
- "react-input-material": "^0.0.643",
68
+ "react-input-material": "^0.0.646",
72
69
  "react-transition-group": "^4.4.5",
73
70
  "web-component-wrapper": "^0.0.484"
74
71
  },
@@ -83,7 +80,7 @@
83
80
  "@rmwc/formfield": "^14.0.11",
84
81
  "@rmwc/icon": "^14.0.11",
85
82
  "@rmwc/icon-button": "^14.0.11",
86
- "@rmwc/select": "^14.0.11",
83
+ "@rmwc/select": "patch:@rmwc/select@npm%3A14.0.11#~/.yarn/patches/@rmwc-select-npm-14.0.11-9eb2618d5f.patch",
87
84
  "@rmwc/slider": "^14.0.11",
88
85
  "@rmwc/tabs": "^14.0.11",
89
86
  "@rmwc/textfield": "^14.0.11",
@@ -141,7 +138,9 @@
141
138
  "yarn": ">=4"
142
139
  },
143
140
  "resolutions": {
144
- "colors": "1.4.0"
141
+ "colors": "1.4.0",
142
+ "@rmwc/ripple@npm:14.0.11": "patch:@rmwc/ripple@npm%3A14.0.11#~/.yarn/patches/@rmwc-ripple-npm-14.0.11-22d1530040.patch",
143
+ "webpack@npm:^5.90.3": "patch:webpack@npm%3A5.90.3#~/.yarn/patches/webpack-npm-5.90.3-2a12e60d26.patch"
145
144
  },
146
145
  "sideEffects": false,
147
146
  "documentationWebsite": {