@record-evolution/widget-switch 1.0.3 → 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.
- package/dist/widget-switch.js +2 -2
- package/package.json +4 -3
- package/thumbnail.png +0 -0
package/dist/widget-switch.js
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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",
|
|
@@ -25,7 +26,7 @@
|
|
|
25
26
|
"unlink": "npm unlink --global && cd ../RESWARM/frontend && npm unlink @record-evolution/widget-switch && npm i @record-evolution/widget-switch",
|
|
26
27
|
"types": "cat src/definition-schema.json | json2ts > src/definition-schema.d.ts",
|
|
27
28
|
"start:build": "npm run build && es-dev-server --root-dir dist --app-index index.html --compatibility none --open",
|
|
28
|
-
"release": "npm run build && npm run types && npm version patch --tag-version-prefix='' && git push && git push --tag"
|
|
29
|
+
"release": "npm run build && npm run types && npm version patch --tag-version-prefix='' && git push && git push --tag && npm run build"
|
|
29
30
|
},
|
|
30
31
|
"dependencies": {
|
|
31
32
|
"@material/web": "^2.4.0",
|
package/thumbnail.png
ADDED
|
Binary file
|