web-input-material 0.0.506 → 0.0.507
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/components/CheckboxInput.bundle.js +12 -12
- package/components/CheckboxInput.js +1 -1
- package/components/CircularSpinner.bundle.js +9 -9
- package/components/CircularSpinner.js +1 -1
- package/components/FileInput.bundle.js +19 -19
- package/components/FileInput.js +1 -1
- package/components/GenericAnimate.bundle.js +5 -5
- package/components/GenericAnimate.js +1 -1
- package/components/GenericInputs.bundle.js +19 -19
- package/components/GenericInputs.js +1 -1
- package/components/SliderInput.bundle.js +14 -14
- package/components/SliderInput.js +1 -1
- package/components/Tabs.bundle.js +7 -7
- package/components/Tabs.js +1 -1
- package/components/TextInput.bundle.js +19 -19
- package/components/TextInput.js +1 -1
- package/index.bundle.js +24 -24
- package/index.js +1 -1
- package/package.json +18 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.507",
|
|
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",
|
|
@@ -71,12 +71,12 @@
|
|
|
71
71
|
"@babel/plugin-transform-proto-to-assign": "^7.27.1",
|
|
72
72
|
"@babel/preset-react": "^7.28.5",
|
|
73
73
|
"@babel/runtime": "^7.29.2",
|
|
74
|
-
"@codemirror/autocomplete": "^6.20.
|
|
74
|
+
"@codemirror/autocomplete": "^6.20.2",
|
|
75
75
|
"@codemirror/commands": "^6.10.3",
|
|
76
76
|
"@codemirror/lang-css": "^6.3.1",
|
|
77
77
|
"@codemirror/lang-javascript": "^6.2.5",
|
|
78
78
|
"@codemirror/language": "^6.12.3",
|
|
79
|
-
"@codemirror/lint": "^6.9.
|
|
79
|
+
"@codemirror/lint": "^6.9.6",
|
|
80
80
|
"@codemirror/search": "^6.7.0",
|
|
81
81
|
"@codemirror/state": "^6.6.0",
|
|
82
82
|
"@eslint/js": "^10.0.1",
|
|
@@ -192,17 +192,6 @@
|
|
|
192
192
|
"injection": {
|
|
193
193
|
"entry": {
|
|
194
194
|
"__evaluate__": "2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2].startsWith('test') ? {testBundle: './test.ts'} : 2 < self.givenCommandLineArguments.length && self.givenCommandLineArguments[2] === 'serve' ? {clientnode: 'clientnode', index: './index'} : {'./components/CircularSpinner': './components/CircularSpinner', './components/FileInput': './components/FileInput', './components/GenericAnimate': './components/GenericAnimate', './components/TextInput': './components/TextInput', './components/GenericInputs': './components/GenericInputs', './components/Tabs': ['./components/TabItem', './components/TabBar'], './components/CheckboxInput': './components/CheckboxInput', './components/SliderInput': './components/SliderInput', index: './index'}"
|
|
195
|
-
},
|
|
196
|
-
"external": {
|
|
197
|
-
"implicit": {
|
|
198
|
-
"pattern": {
|
|
199
|
-
"exclude": {
|
|
200
|
-
"__append__": {
|
|
201
|
-
"__evaluate__": "/(?:^|\\/)((react-input-material)|(web-component-wrapper))(?:$|\\/)/"
|
|
202
|
-
}
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
}
|
|
206
195
|
}
|
|
207
196
|
},
|
|
208
197
|
"module": {
|
|
@@ -223,6 +212,21 @@
|
|
|
223
212
|
}
|
|
224
213
|
}
|
|
225
214
|
},
|
|
215
|
+
"test": {
|
|
216
|
+
"injection": {
|
|
217
|
+
"external": {
|
|
218
|
+
"implicit": {
|
|
219
|
+
"pattern": {
|
|
220
|
+
"exclude": {
|
|
221
|
+
"__append__": {
|
|
222
|
+
"__evaluate__": "/(?:^|\\/)((react-input-material)|(web-component-wrapper))(?:$|\\/)/"
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
},
|
|
226
230
|
"target:bundle": {
|
|
227
231
|
"files": {
|
|
228
232
|
"compose": {
|