@record-evolution/widget-filter-dropdown 1.0.8 → 1.0.9

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.
@@ -543,7 +543,7 @@ var Rt = Object.defineProperty, Nt = Object.getOwnPropertyDescriptor, A = (r, t,
543
543
  };
544
544
  let $ = class extends C {
545
545
  constructor() {
546
- super(...arguments), this.version = "1.0.8";
546
+ super(...arguments), this.version = "1.0.9";
547
547
  }
548
548
  update(r) {
549
549
  r.has("theme") && this.registerTheme(this.theme), super.update(r), r.has("route") && this.updateValueFromRoute();
@@ -654,7 +654,7 @@ A([
654
654
  W()
655
655
  ], $.prototype, "selectedValue", 2);
656
656
  $ = A([
657
- Tt("widget-filter-dropdown-1.0.8")
657
+ Tt("widget-filter-dropdown-1.0.9")
658
658
  ], $);
659
659
  export {
660
660
  $ as WidgetfilterDropdown
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent widget-filter-dropdown following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "widget-filter-dropdown",
6
- "version": "1.0.8",
6
+ "version": "1.0.9",
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-filter-dropdown",
package/thumbnail.webp ADDED
Binary file