react-input-material 0.0.752 → 0.0.753
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/Checkbox/import.module.css +1 -1
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/Checkbox/type.js +1 -1
- package/dist/components/FileInput/import.module.css +1 -1
- package/dist/components/FileInput/index.js +1 -1
- package/dist/components/FileInput/type.js +1 -1
- package/dist/components/Inputs/import.module.css +1 -1
- package/dist/components/Inputs/index.js +1 -1
- package/dist/components/Inputs/type.js +1 -1
- package/dist/components/Interval/index.js +1 -1
- package/dist/components/Interval/type.js +1 -1
- package/dist/components/TextInput/import.module.css +1 -1
- package/dist/components/TextInput/index.js +1 -1
- package/dist/components/TextInput/type.js +1 -1
- package/dist/components/Wrapper/WrapConfigurations.js +1 -1
- package/dist/components/Wrapper/WrapStrict.js +1 -1
- package/dist/components/Wrapper/WrapThemeProvider.js +1 -1
- package/dist/components/Wrapper/WrapTooltip.js +1 -1
- package/dist/helper.js +1 -1
- package/dist/index.css +2 -2
- package/dist/index.js +1 -1
- package/dist/type.js +1 -1
- package/package.json +21 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.753",
|
|
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",
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
"test:browser": "yarn clear && weboptimizer test:browser '{__reference__: \"target:minimal\"}'",
|
|
95
95
|
"test:coverage": "yarn clear && weboptimizer test:coverage",
|
|
96
96
|
"test:coverage:report": "yarn clear && weboptimizer test:coverage:report '{__reference__: \"target:minimal\"}'",
|
|
97
|
+
"test:end-to-end": "yarn playwright test",
|
|
97
98
|
"update:documentation": "documentation-website",
|
|
98
99
|
"watch": "weboptimizer build --watch"
|
|
99
100
|
},
|
|
@@ -104,15 +105,16 @@
|
|
|
104
105
|
"@babel/preset-react": "^7.28.5",
|
|
105
106
|
"@babel/runtime": "^7.28.4",
|
|
106
107
|
"@codemirror/autocomplete": "^6.20.0",
|
|
107
|
-
"@codemirror/commands": "^6.10.
|
|
108
|
+
"@codemirror/commands": "^6.10.1",
|
|
108
109
|
"@codemirror/lang-css": "^6.3.1",
|
|
109
110
|
"@codemirror/lang-javascript": "^6.2.4",
|
|
110
|
-
"@codemirror/language": "^6.
|
|
111
|
+
"@codemirror/language": "^6.12.1",
|
|
111
112
|
"@codemirror/lint": "^6.9.2",
|
|
112
113
|
"@codemirror/search": "^6.5.11",
|
|
113
|
-
"@codemirror/state": "^6.5.
|
|
114
|
-
"@codemirror/view": "^6.39.
|
|
114
|
+
"@codemirror/state": "^6.5.3",
|
|
115
|
+
"@codemirror/view": "^6.39.5",
|
|
115
116
|
"@emotion/react": "^11.14.0",
|
|
117
|
+
"@playwright/test": "^1.57.0",
|
|
116
118
|
"@rmwc/card": "^14.3.5",
|
|
117
119
|
"@rmwc/checkbox": "^14.3.5",
|
|
118
120
|
"@rmwc/circular-progress": "^14.3.5",
|
|
@@ -129,27 +131,27 @@
|
|
|
129
131
|
"@rmwc/typography": "^14.3.5",
|
|
130
132
|
"@stylistic/eslint-plugin": "^5.6.1",
|
|
131
133
|
"@teamsupercell/typings-for-css-modules-loader": "^2.5.2",
|
|
132
|
-
"@tiptap/core": "^3.
|
|
133
|
-
"@tiptap/react": "^3.
|
|
134
|
-
"@tiptap/starter-kit": "^3.
|
|
134
|
+
"@tiptap/core": "^3.14.0",
|
|
135
|
+
"@tiptap/react": "^3.14.0",
|
|
136
|
+
"@tiptap/starter-kit": "^3.14.0",
|
|
135
137
|
"@types/ejs": "^3.1.5",
|
|
136
138
|
"@types/html-minifier": "^4.0.6",
|
|
137
139
|
"@types/jquery": "^3.5.33",
|
|
138
140
|
"@types/jsdom": "^27.0.0",
|
|
139
|
-
"@types/node": "^
|
|
141
|
+
"@types/node": "^25.0.3",
|
|
140
142
|
"@types/react": "^18.3.27",
|
|
141
143
|
"@types/react-dom": "^18.3.7",
|
|
142
144
|
"@types/react-transition-group": "^4.4.12",
|
|
143
145
|
"@types/spark-md5": "^3.0.5",
|
|
144
146
|
"@types/webpack-env": "^1.18.8",
|
|
145
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
146
|
-
"@typescript-eslint/parser": "^8.
|
|
147
|
+
"@typescript-eslint/eslint-plugin": "^8.50.0",
|
|
148
|
+
"@typescript-eslint/parser": "^8.50.0",
|
|
147
149
|
"blob-util": "^2.0.2",
|
|
148
|
-
"clientnode": "3.0.
|
|
150
|
+
"clientnode": "3.0.1339",
|
|
149
151
|
"css-loader": "^7.1.2",
|
|
150
152
|
"cssnano": "^7.1.2",
|
|
151
153
|
"documentation-website": "^1.0.397",
|
|
152
|
-
"eslint": "^9.39.
|
|
154
|
+
"eslint": "^9.39.2",
|
|
153
155
|
"eslint-config-google": "^0.14.0",
|
|
154
156
|
"eslint-plugin-jsdoc": "^61.5.0",
|
|
155
157
|
"identity-obj-proxy": "^3.0.0",
|
|
@@ -166,9 +168,9 @@
|
|
|
166
168
|
"prop-types": "^15.8.1",
|
|
167
169
|
"react": "^18.3.1",
|
|
168
170
|
"react-dom": "^18.3.1",
|
|
169
|
-
"react-generic-animate": "^0.0.
|
|
170
|
-
"react-generic-dummy": "^0.0.
|
|
171
|
-
"react-generic-tools": "^0.0.
|
|
171
|
+
"react-generic-animate": "^0.0.98",
|
|
172
|
+
"react-generic-dummy": "^0.0.113",
|
|
173
|
+
"react-generic-tools": "^0.0.88",
|
|
172
174
|
"react-transition-group": "^4.4.5",
|
|
173
175
|
"react-useanimations": "^2.10.0",
|
|
174
176
|
"spark-md5": "^3.0.2",
|
|
@@ -176,10 +178,10 @@
|
|
|
176
178
|
"stylelint": "^16.26.1",
|
|
177
179
|
"stylelint-config-standard": "^39.0.1",
|
|
178
180
|
"tslib": "^2.8.1",
|
|
179
|
-
"typescript-eslint": "^8.
|
|
181
|
+
"typescript-eslint": "^8.50.0",
|
|
180
182
|
"typescript-plugin-css-modules": "^5.2.0",
|
|
181
|
-
"web-component-wrapper": "^0.0.
|
|
182
|
-
"weboptimizer": "^2.0.
|
|
183
|
+
"web-component-wrapper": "^0.0.538",
|
|
184
|
+
"weboptimizer": "^2.0.1636",
|
|
183
185
|
"webpack-dev-server": "^5.2.2"
|
|
184
186
|
},
|
|
185
187
|
"peerDependencies": {
|