web-input-material 0.0.336 → 0.0.341
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/CircularSpinner.bundle.js +6 -6
- package/components/FileInput.bundle.js +12 -12
- package/components/FileInput.js +1 -1
- package/components/GenericAnimate.bundle.js +5 -5
- package/components/GenericInput.bundle.js +12 -12
- package/components/GenericInput.js +1 -1
- package/components/GenericInputs.bundle.js +13 -13
- package/components/GenericInputs.js +1 -1
- package/components/RequireableCheckbox.bundle.js +8 -8
- package/components/SliderInput.bundle.js +7 -7
- package/components/Tabs.bundle.js +11 -11
- package/index.bundle.js +17 -17
- package/index.js +1 -1
- package/package.json +3 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.341",
|
|
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",
|
|
@@ -65,7 +65,6 @@
|
|
|
65
65
|
},
|
|
66
66
|
"runkitExample": "require('@babel/runtime/package.json')\n\nglobalThis.window = globalThis\n\nconst {GenericInput} = require('web-input-material')\n\nGenericInput.component._name",
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@types/webpack": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz",
|
|
69
68
|
"prop-types": "*",
|
|
70
69
|
"react": "*",
|
|
71
70
|
"react-dom": "*",
|
|
@@ -131,11 +130,10 @@
|
|
|
131
130
|
}
|
|
132
131
|
},
|
|
133
132
|
"engines": {
|
|
134
|
-
"node": ">=
|
|
135
|
-
"npm": ">=
|
|
133
|
+
"node": ">=19",
|
|
134
|
+
"npm": ">=8"
|
|
136
135
|
},
|
|
137
136
|
"resolutions": {
|
|
138
|
-
"@types/webpack": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.1.tgz",
|
|
139
137
|
"colors": "1.4.0"
|
|
140
138
|
},
|
|
141
139
|
"sideEffects": false,
|