@record-evolution/widget-switch 1.0.4 → 1.0.5

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.
@@ -2842,7 +2842,7 @@ let WidgetSwitch = class WidgetSwitch extends i$1 {
2842
2842
  super();
2843
2843
  this.dataSets = new Map();
2844
2844
  this.textActive = true;
2845
- this.version = '1.0.4';
2845
+ this.version = '1.0.5';
2846
2846
  this.origWidth = 0;
2847
2847
  this.origHeight = 0;
2848
2848
  this.resizeObserver = new ResizeObserver(this.applyData.bind(this));
@@ -3118,7 +3118,7 @@ __decorate([
3118
3118
  r()
3119
3119
  ], WidgetSwitch.prototype, "themeSubtitleColor", void 0);
3120
3120
  WidgetSwitch = __decorate([
3121
- t('widget-switch-1.0.4')
3121
+ t('widget-switch-1.0.5')
3122
3122
  ], WidgetSwitch);
3123
3123
 
3124
3124
  export { WidgetSwitch };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "IronFlock Widget widget-switch",
4
4
  "license": "MIT",
5
5
  "author": "Record Evolution GmbH",
6
- "version": "1.0.4",
6
+ "version": "1.0.5",
7
7
  "engines": {
8
8
  "node": "18.18.2",
9
9
  "npm": ">=10.0.2"
@@ -14,7 +14,8 @@
14
14
  "types": "dist/src/widget-switch.d.ts",
15
15
  "files": [
16
16
  "dist",
17
- "src"
17
+ "src",
18
+ "thumbnail.png"
18
19
  ],
19
20
  "scripts": {
20
21
  "analyze": "cem analyze --litelement",
package/thumbnail.png ADDED
Binary file