@record-evolution/widget-image 1.1.18 → 1.1.19

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.
@@ -645,7 +645,7 @@ var te = Object.defineProperty, ee = Object.getOwnPropertyDescriptor, _ = (r, t,
645
645
  };
646
646
  let m = class extends H {
647
647
  constructor() {
648
- super(...arguments), this.elementWidth = 0, this.elementHeight = 0, this.version = "1.1.18";
648
+ super(...arguments), this.elementWidth = 0, this.elementHeight = 0, this.version = "1.1.19";
649
649
  }
650
650
  disconnectedCallback() {
651
651
  super.disconnectedCallback(), this.resizeObserver && this.resizeObserver.disconnect();
@@ -890,7 +890,7 @@ _([
890
890
  Yt(".wrapper")
891
891
  ], m.prototype, "wrapper", 2);
892
892
  m = _([
893
- Jt("widget-image-1.1.18")
893
+ Jt("widget-image-1.1.19")
894
894
  ], m);
895
895
  export {
896
896
  m as WidgetImage
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.1.18",
6
+ "version": "1.1.19",
7
7
  "engines": {
8
8
  "node": ">=24.9.0",
9
9
  "npm": ">=10.0.2"
@@ -14,11 +14,12 @@
14
14
  "files": [
15
15
  "dist",
16
16
  "src",
17
- "thumbnail.png"
17
+ "thumbnail.png",
18
+ "thumbnail.webp"
18
19
  ],
19
20
  "scripts": {
20
21
  "analyze": "cem analyze --litelement",
21
- "start": "vite",
22
+ "start": "vite build --watch & vite",
22
23
  "build": "vite build",
23
24
  "watch": "vite build --watch",
24
25
  "link": "npm run build && npm link && cd ../RESWARM/frontend && npm link @record-evolution/widget-image",
package/thumbnail.webp ADDED
Binary file