@record-evolution/widget-value 1.0.17 → 1.0.18

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.
@@ -913,7 +913,7 @@ class WidgetValue extends s$1 {
913
913
  super();
914
914
  this.dataSets = new Map();
915
915
  this.textActive = true;
916
- this.version = '1.0.17';
916
+ this.version = '1.0.18';
917
917
  this.origWidth = 0;
918
918
  this.origHeight = 0;
919
919
  this.resizeObserver = new ResizeObserver((ev) => this.adjustSizes());
@@ -1190,7 +1190,7 @@ __decorate([
1190
1190
  __decorate([
1191
1191
  r()
1192
1192
  ], WidgetValue.prototype, "labelText", void 0);
1193
- window.customElements.define('widget-value-1.0.17', WidgetValue);
1193
+ window.customElements.define('widget-value-1.0.18', WidgetValue);
1194
1194
 
1195
1195
  export { WidgetValue };
1196
1196
  //# sourceMappingURL=widget-value.js.map
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "REWidget widget-value",
4
4
  "license": "MIT",
5
5
  "author": "widget-value",
6
- "version": "1.0.17",
6
+ "version": "1.0.18",
7
7
  "type": "module",
8
8
  "main": "dist/widget-value.js",
9
9
  "types": "dist/src/widget-value.d.ts",