@record-evolution/widget-image 1.0.7 → 1.0.8

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.
@@ -734,7 +734,7 @@ function n(t) {
734
734
  class WidgetImage extends s {
735
735
  constructor() {
736
736
  super(...arguments);
737
- this.version = '1.0.7';
737
+ this.version = '1.0.8';
738
738
  }
739
739
  render() {
740
740
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4;
@@ -822,7 +822,7 @@ WidgetImage.styles = i$2 `
822
822
  __decorate([
823
823
  n({ type: Object })
824
824
  ], WidgetImage.prototype, "inputData", void 0);
825
- window.customElements.define('widget-image-1.0.7', WidgetImage);
825
+ window.customElements.define('widget-image-1.0.8', WidgetImage);
826
826
 
827
827
  export { WidgetImage };
828
828
  //# sourceMappingURL=widget-image.js.map
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent widget-image following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "widget-image",
6
- "version": "1.0.7",
6
+ "version": "1.0.8",
7
7
  "type": "module",
8
8
  "main": "dist/widget-image.js",
9
9
  "types": "dist/src/widget-image.d.ts",
@@ -14,8 +14,8 @@
14
14
  "scripts": {
15
15
  "analyze": "cem analyze --litelement",
16
16
  "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
17
- "build": "rollup -c rollup.config.js --bundleConfigAsCjs",
18
- "watch": "rollup -w -c rollup.config.js --bundleConfigAsCjs",
17
+ "build": "rollup -c rollup.config.js",
18
+ "watch": "rollup -w -c rollup.config.js",
19
19
  "types": "cat src/definition-schema.json | json2ts > src/definition-schema.d.ts",
20
20
  "release": "npm version patch --tag-version-prefix='' && git push && git push --tag"
21
21
  },
@@ -25,13 +25,13 @@
25
25
  "color": {
26
26
  "title": "Font Color",
27
27
  "order": 4,
28
- "type": "string",
28
+ "type": "color",
29
29
  "color": true
30
30
  },
31
31
  "backgroundColor": {
32
32
  "title": "Background Color",
33
33
  "order": 5,
34
- "type": "string",
34
+ "type": "color",
35
35
  "color": true
36
36
  }
37
37
  }
@@ -59,7 +59,7 @@
59
59
  "color": {
60
60
  "title": "Font Color",
61
61
  "order": 4,
62
- "type": "string",
62
+ "type": "color",
63
63
  "color": true
64
64
  }
65
65
  }