web-input-material 0.0.331 → 0.0.333

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-input-material",
3
- "version": "0.0.331",
3
+ "version": "0.0.333",
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",
@@ -35,11 +35,11 @@
35
35
  "url": "https://github.com/thaibault/web-input-material"
36
36
  },
37
37
  "scripts": {
38
- "build": "yarn build:types; yarn build:plain; yarn build:bundle:minimal-input; yarn build:bundle:plain",
39
- "build:bundle": "yarn build:types; yarn build:bundle:plain",
40
- "build:bundle:plain": "weboptimizer build '{__reference__: \"target:bundle\"}'",
41
- "build:bundle:minimal-input": "weboptimizer build '{__reference__: [\"target:bundle\", \"target:minimal\", \"target:minimal:input\"]}'",
42
- "build:bundle:minimal-input:stats": "weboptimizer build --json /tmp/stat.json '{__reference__: [\"target:bundle\", \"target:minimal\", \"target:minimal:input\"]}' && echo 'Results successfully written to \"/tmp/stat.json\".'",
38
+ "build": "yarn build:types; yarn build:plain; yarn build:bundle:plain",
39
+ "build:bundle": "yarn build:types; yarn build:bundle:input; yarn build:bundle:plain",
40
+ "build:bundle:plain": "weboptimizer build '{__reference__: [\"target:bundle\", \"target:minimal\"]}'",
41
+ "build:bundle:input": "weboptimizer build '{__reference__: [\"target:bundle\", \"target:minimal\", \"target:input\"]}'",
42
+ "build:bundle:input:stats": "weboptimizer build --json /tmp/stat.json '{__reference__: [\"target:bundle\", \"target:minimal\", \"target:input\"]}' && echo 'Results successfully written to \"/tmp/stat.json\".'",
43
43
  "build:bundle:stats": "weboptimizer build --json /tmp/stat.json '{__reference__: \"target:bundle\"}' && echo 'Results successfully written to \"/tmp/stat.json\".'",
44
44
  "build:plain": "weboptimizer build",
45
45
  "build:types": "weboptimizer build:types",
@@ -245,11 +245,11 @@
245
245
  }
246
246
  }
247
247
  },
248
- "target:minimal:input": {
248
+ "target:input": {
249
249
  "files": {
250
250
  "compose": {
251
251
  "javaScript": {
252
- "__evaluate__": "`${path.resolve(self.path.target.asset.javaScript, '[name].minimal.input-bundle')}.js`"
252
+ "__evaluate__": "`${path.resolve(self.path.target.asset.javaScript, '[name].input-bundle')}.js`"
253
253
  }
254
254
  }
255
255
  },