@record-evolution/widget-label 1.0.2 → 1.0.3

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.
@@ -541,7 +541,7 @@ var Rt = Object.defineProperty, Dt = Object.getOwnPropertyDescriptor, U = (r, t,
541
541
  };
542
542
  let y = class extends w {
543
543
  constructor() {
544
- super(...arguments), this.version = "1.0.2";
544
+ super(...arguments), this.version = "1.0.3";
545
545
  }
546
546
  update(r) {
547
547
  r.has("theme") && this.registerTheme(this.theme), super.update(r);
@@ -625,7 +625,7 @@ U([
625
625
  ht()
626
626
  ], y.prototype, "themeTextColor", 2);
627
627
  y = U([
628
- Mt("widget-label-1.0.2")
628
+ Mt("widget-label-1.0.3")
629
629
  ], y);
630
630
  export {
631
631
  y as WidgetLabel
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Lightweight Lit web component that displays a configurable text label",
4
4
  "license": "MIT",
5
5
  "author": "widget-label",
6
- "version": "1.0.2",
6
+ "version": "1.0.3",
7
7
  "engines": {
8
8
  "node": ">=24.9.0",
9
9
  "npm": ">=10.0.2"
@@ -14,7 +14,8 @@
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",
package/thumbnail.png CHANGED
Binary file
package/thumbnail.webp ADDED
Binary file