@record-evolution/widget-gauge 1.7.11 → 1.7.12

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.
@@ -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.11';
35078
+ this.version = '1.7.12';
35079
35079
  this.resizeObserver = new ResizeObserver(() => {
35080
35080
  this.adjustSizes();
35081
35081
  this.applyData();
@@ -35564,7 +35564,7 @@ __decorate([
35564
35564
  r()
35565
35565
  ], WidgetGauge.prototype, "themeSubtitleColor", void 0);
35566
35566
  WidgetGauge = __decorate([
35567
- t('widget-gauge-1.7.11')
35567
+ t('widget-gauge-1.7.12')
35568
35568
  ], WidgetGauge);
35569
35569
 
35570
35570
  export { WidgetGauge };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "REWidget widget-gauge",
4
4
  "license": "MIT",
5
5
  "author": "widget-gauge",
6
- "version": "1.7.11",
6
+ "version": "1.7.12",
7
7
  "type": "module",
8
8
  "main": "dist/widget-gauge.js",
9
9
  "types": "dist/src/widget-gauge.d.ts",