@record-evolution/widget-gauge 1.7.14 → 1.7.15
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-gauge.js +2 -2
- package/package.json +3 -2
- package/thumbnail.png +0 -0
package/dist/widget-gauge.js
CHANGED
|
@@ -35075,7 +35075,7 @@ let WidgetGauge = class WidgetGauge extends i {
|
|
|
35075
35075
|
this.origWidth = 0;
|
|
35076
35076
|
this.origHeight = 0;
|
|
35077
35077
|
this.modifier = 1;
|
|
35078
|
-
this.version = '1.7.
|
|
35078
|
+
this.version = '1.7.15';
|
|
35079
35079
|
this.resizeObserver = new ResizeObserver(() => {
|
|
35080
35080
|
this.adjustSizes();
|
|
35081
35081
|
this.applyData();
|
|
@@ -35567,7 +35567,7 @@ __decorate([
|
|
|
35567
35567
|
r()
|
|
35568
35568
|
], WidgetGauge.prototype, "themeSubtitleColor", void 0);
|
|
35569
35569
|
WidgetGauge = __decorate([
|
|
35570
|
-
t('widget-gauge-1.7.
|
|
35570
|
+
t('widget-gauge-1.7.15')
|
|
35571
35571
|
], WidgetGauge);
|
|
35572
35572
|
|
|
35573
35573
|
export { WidgetGauge };
|
package/package.json
CHANGED
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
"description": "REWidget widget-gauge",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "widget-gauge",
|
|
6
|
-
"version": "1.7.
|
|
6
|
+
"version": "1.7.15",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/widget-gauge.js",
|
|
9
9
|
"types": "dist/src/widget-gauge.d.ts",
|
|
10
10
|
"files": [
|
|
11
11
|
"dist",
|
|
12
|
-
"src"
|
|
12
|
+
"src",
|
|
13
|
+
"thumbnail.png"
|
|
13
14
|
],
|
|
14
15
|
"scripts": {
|
|
15
16
|
"analyze": "cem analyze --litelement",
|
package/thumbnail.png
ADDED
|
Binary file
|