web-input-material 0.0.316 → 0.0.317
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 +5 -5
- package/components/FileInput.bundle.js +9 -9
- package/components/FileInput.js +1 -1
- package/components/GenericAnimate.bundle.js +5 -5
- package/components/GenericInput.bundle.js +9 -9
- package/components/GenericInput.js +1 -1
- package/components/GenericInput.minimal.input-bundle.js +1 -1
- package/components/GenericInputs.bundle.js +9 -9
- package/components/GenericInputs.js +1 -1
- package/components/RequireableCheckbox.bundle.js +7 -7
- package/components/SliderInput.bundle.js +6 -6
- package/components/Tabs.bundle.js +6 -6
- package/index.bundle.js +9 -9
- package/index.js +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.317",
|
|
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",
|
|
@@ -209,7 +209,9 @@
|
|
|
209
209
|
"normal": true
|
|
210
210
|
}
|
|
211
211
|
},
|
|
212
|
-
"libraryName":
|
|
212
|
+
"libraryName": {
|
|
213
|
+
"__evaluate__": "Tools.stringDelimitedToCamelCase(self.name)"
|
|
214
|
+
},
|
|
213
215
|
"module": {
|
|
214
216
|
"preprocessor": {
|
|
215
217
|
"javaScript": {
|