react-input-material 0.0.394 → 0.0.397
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/FileInput.js +1 -1
- package/components/FileInput.styles.css +2 -2
- package/components/GenericInput.js +1 -1
- package/components/GenericInput.styles.css +1 -1
- package/components/Inputs.js +1 -1
- package/components/Inputs.styles.css +1 -1
- package/components/Interval.js +1 -1
- package/components/Interval.styles.css +1 -1
- package/index.js +1 -1
- package/index.styles.css +3 -3
- package/package.json +10 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-input-material",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.397",
|
|
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",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"scripts": {
|
|
40
40
|
"build": "yarn build:types; yarn build:plain",
|
|
41
|
-
"build:
|
|
42
|
-
"build:
|
|
41
|
+
"build:bundle": "yarn build:types; yarn build:bundle:plain",
|
|
42
|
+
"build:bundle:plain": "weboptimizer build '{__reference__: \"target:bundle\"}'",
|
|
43
43
|
"build:plain": "weboptimizer build",
|
|
44
44
|
"build:types": "weboptimizer build:types",
|
|
45
45
|
"check": "yarn check:types; yarn lint",
|
|
@@ -302,7 +302,13 @@
|
|
|
302
302
|
}
|
|
303
303
|
}
|
|
304
304
|
},
|
|
305
|
-
"target:
|
|
305
|
+
"target:bundle": {
|
|
306
|
+
"inPlace": {
|
|
307
|
+
"externalLibrary": {
|
|
308
|
+
"dynamic": true,
|
|
309
|
+
"normal": true
|
|
310
|
+
}
|
|
311
|
+
},
|
|
306
312
|
"module": {
|
|
307
313
|
"preprocessor": {
|
|
308
314
|
"javaScript": {
|