@record-evolution/widget-filter-calendar 1.0.6 → 1.0.7

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.
@@ -554,7 +554,7 @@ var Nt = Object.defineProperty, jt = Object.getOwnPropertyDescriptor, $ = (r, t,
554
554
  };
555
555
  let u = class extends w {
556
556
  constructor() {
557
- super(...arguments), this.defaultRange = [], this.version = "1.0.6";
557
+ super(...arguments), this.defaultRange = [], this.version = "1.0.7";
558
558
  }
559
559
  update(r) {
560
560
  r.has("theme") && this.registerTheme(this.theme), (r.has("route") || r.has("inputData")) && this.updateRangeFromRoute(), super.update(r);
@@ -730,7 +730,7 @@ $([
730
730
  Ht("lit-flatpickr")
731
731
  ], u.prototype, "flatpickr", 2);
732
732
  u = $([
733
- Ot("widget-filter-calendar-1.0.6")
733
+ Ot("widget-filter-calendar-1.0.7")
734
734
  ], u);
735
735
  export {
736
736
  u as WidgetfilterCalendar
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent widget-filter-calendar for IronFlock UI",
4
4
  "license": "MIT",
5
5
  "author": "widget-filter-calendar",
6
- "version": "1.0.6",
6
+ "version": "1.0.7",
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
  "types": "cat src/definition-schema.json | json2ts > src/definition-schema.d.ts",
package/thumbnail.webp ADDED
Binary file