react-input-material 0.0.655 → 0.0.656
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/dist/components/FileInput/import.module.css +1 -1
- package/dist/components/FileInput/index.js +1 -1
- package/dist/components/Inputs/index.js +1 -1
- package/dist/components/Interval/index.js +1 -1
- package/dist/components/RequireableCheckbox/import.module.css +1 -1
- package/dist/components/RequireableCheckbox/index.js +1 -1
- package/dist/components/TextInput/helper.d.ts +3 -3
- package/dist/components/TextInput/import.module.css +1 -1
- package/dist/components/TextInput/index.js +1 -1
- package/dist/helper.js +1 -1
- package/dist/index.css +3 -3
- package/dist/index.js +1 -1
- package/dist/material-fixes.css +1 -1
- package/dist/type.d.ts +6 -6
- package/package.json +30 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.656",
|
|
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",
|
|
@@ -90,11 +90,11 @@
|
|
|
90
90
|
},
|
|
91
91
|
"runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {TextInput} = require('react-input-material')\n\nTextInput.webComponentAdapterWrapped",
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@babel/eslint-parser": "^7.
|
|
93
|
+
"@babel/eslint-parser": "^7.25.1",
|
|
94
94
|
"@babel/plugin-transform-proto-to-assign": "^7.24.7",
|
|
95
95
|
"@babel/preset-react": "^7.24.7",
|
|
96
|
-
"@babel/runtime": "^7.
|
|
97
|
-
"@emotion/react": "^11.
|
|
96
|
+
"@babel/runtime": "^7.25.6",
|
|
97
|
+
"@emotion/react": "^11.13.3",
|
|
98
98
|
"@rmwc/card": "^14.3.1",
|
|
99
99
|
"@rmwc/checkbox": "^14.3.1",
|
|
100
100
|
"@rmwc/circular-progress": "^14.3.1",
|
|
@@ -109,59 +109,60 @@
|
|
|
109
109
|
"@rmwc/tooltip": "^14.3.1",
|
|
110
110
|
"@rmwc/touch-target": "^14.3.1",
|
|
111
111
|
"@rmwc/typography": "^14.3.1",
|
|
112
|
+
"@stylistic/eslint-plugin-ts": "^2.8.0",
|
|
112
113
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
113
114
|
"@tinymce/tinymce-react": "^5.1.1",
|
|
114
115
|
"@types/ejs": "^3.1.5",
|
|
115
116
|
"@types/html-minifier": "^4.0.5",
|
|
116
|
-
"@types/jquery": "^3.5.
|
|
117
|
+
"@types/jquery": "^3.5.31",
|
|
117
118
|
"@types/jsdom": "^21.1.7",
|
|
118
|
-
"@types/node": "^
|
|
119
|
-
"@types/react": "^18.3.
|
|
119
|
+
"@types/node": "^22.7.4",
|
|
120
|
+
"@types/react": "^18.3.10",
|
|
120
121
|
"@types/react-dom": "^18.3.0",
|
|
121
|
-
"@types/react-transition-group": "^4.4.
|
|
122
|
+
"@types/react-transition-group": "^4.4.11",
|
|
122
123
|
"@types/spark-md5": "^3.0.4",
|
|
123
124
|
"@types/webpack-env": "^1.18.5",
|
|
124
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
125
|
-
"@typescript-eslint/parser": "^7.
|
|
125
|
+
"@typescript-eslint/eslint-plugin": "^8.7.0",
|
|
126
|
+
"@typescript-eslint/parser": "^8.7.0",
|
|
126
127
|
"blob-util": "^2.0.2",
|
|
127
|
-
"clientnode": "^3.0.
|
|
128
|
+
"clientnode": "^3.0.1193",
|
|
128
129
|
"css-loader": "^7.1.2",
|
|
129
|
-
"cssnano": "^7.0.
|
|
130
|
-
"documentation-website": "^1.0.
|
|
131
|
-
"eslint": "^9.
|
|
130
|
+
"cssnano": "^7.0.6",
|
|
131
|
+
"documentation-website": "^1.0.333",
|
|
132
|
+
"eslint": "^9.11.1",
|
|
132
133
|
"eslint-config-google": "^0.14.0",
|
|
133
|
-
"eslint-plugin-jsdoc": "^
|
|
134
|
+
"eslint-plugin-jsdoc": "^50.3.0",
|
|
134
135
|
"identity-obj-proxy": "^3.0.0",
|
|
135
136
|
"jest": "^29.7.0",
|
|
136
137
|
"jsdoc": "^4.0.3",
|
|
137
138
|
"material-components-web": "^14.0.0",
|
|
138
139
|
"material-icons": "^1.13.12",
|
|
139
|
-
"mini-css-extract-plugin": "^2.9.
|
|
140
|
-
"postcss": "8.4.
|
|
140
|
+
"mini-css-extract-plugin": "^2.9.1",
|
|
141
|
+
"postcss": "8.4.47",
|
|
141
142
|
"postcss-import": "^16.1.0",
|
|
142
143
|
"postcss-loader": "^8.1.1",
|
|
143
|
-
"postcss-nested": "^6.0
|
|
144
|
-
"postcss-preset-env": "^
|
|
144
|
+
"postcss-nested": "^6.2.0",
|
|
145
|
+
"postcss-preset-env": "^10.0.5",
|
|
145
146
|
"prop-types": "^15.8.1",
|
|
146
147
|
"react": "^18.3.1",
|
|
147
148
|
"react-ace": "^12.0.0",
|
|
148
149
|
"react-dom": "^18.3.1",
|
|
149
|
-
"react-generic-animate": "^0.0.
|
|
150
|
-
"react-generic-dummy": "^0.0.
|
|
151
|
-
"react-generic-tools": "^0.0.
|
|
150
|
+
"react-generic-animate": "^0.0.52",
|
|
151
|
+
"react-generic-dummy": "^0.0.76",
|
|
152
|
+
"react-generic-tools": "^0.0.47",
|
|
152
153
|
"react-transition-group": "^4.4.5",
|
|
153
154
|
"react-useanimations": "^2.10.0",
|
|
154
155
|
"spark-md5": "^3.0.2",
|
|
155
156
|
"style-loader": "^4.0.0",
|
|
156
|
-
"stylelint": "^16.
|
|
157
|
+
"stylelint": "^16.9.0",
|
|
157
158
|
"stylelint-config-standard": "^36.0.1",
|
|
158
|
-
"tinymce": "^7.
|
|
159
|
-
"tslib": "^2.
|
|
160
|
-
"typescript-eslint": "^7.
|
|
159
|
+
"tinymce": "^7.3.0",
|
|
160
|
+
"tslib": "^2.7.0",
|
|
161
|
+
"typescript-eslint": "^8.7.0",
|
|
161
162
|
"typescript-plugin-css-modules": "^5.1.0",
|
|
162
|
-
"web-component-wrapper": "^0.0.
|
|
163
|
-
"weboptimizer": "^2.0.
|
|
164
|
-
"webpack-dev-server": "^5.0
|
|
163
|
+
"web-component-wrapper": "^0.0.494",
|
|
164
|
+
"weboptimizer": "^2.0.1516",
|
|
165
|
+
"webpack-dev-server": "^5.1.0"
|
|
165
166
|
},
|
|
166
167
|
"peerDependencies": {
|
|
167
168
|
"@babel/runtime": "*",
|