@record-evolution/widget-image 1.1.10 → 1.1.11

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.
@@ -767,7 +767,7 @@ function r(r) {
767
767
  let WidgetImage = class WidgetImage extends i {
768
768
  constructor() {
769
769
  super(...arguments);
770
- this.version = '1.1.10';
770
+ this.version = '1.1.11';
771
771
  }
772
772
  update(changedProperties) {
773
773
  if (changedProperties.has('theme')) {
@@ -890,7 +890,7 @@ __decorate([
890
890
  r()
891
891
  ], WidgetImage.prototype, "themeSubtitleColor", void 0);
892
892
  WidgetImage = __decorate([
893
- t('widget-image-1.1.10')
893
+ t('widget-image-1.1.11')
894
894
  ], WidgetImage);
895
895
 
896
896
  export { WidgetImage };
package/package.json CHANGED
@@ -3,13 +3,14 @@
3
3
  "description": "Webcomponent widget-image following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "widget-image",
6
- "version": "1.1.10",
6
+ "version": "1.1.11",
7
7
  "type": "module",
8
8
  "main": "dist/widget-image.js",
9
9
  "types": "dist/src/widget-image.d.ts",
10
10
  "files": [
11
11
  "dist",
12
- "src"
12
+ "src",
13
+ "thumbnail.png"
13
14
  ],
14
15
  "scripts": {
15
16
  "analyze": "cem analyze --litelement",
package/thumbnail.png ADDED
Binary file