@record-evolution/widget-value 1.1.27 → 1.1.28

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.
@@ -644,7 +644,7 @@ var Yt = Object.defineProperty, te = Object.getOwnPropertyDescriptor, _ = (i, t,
644
644
  };
645
645
  let v = class extends M {
646
646
  constructor() {
647
- super(), this.dataSets = /* @__PURE__ */ new Map(), this.textActive = !0, this.version = "1.1.27", this.origWidth = 0, this.origHeight = 0, this.resizeObserver = new ResizeObserver(this.applyData.bind(this)), this.resizeObserver.observe(this);
647
+ super(), this.dataSets = /* @__PURE__ */ new Map(), this.textActive = !0, this.version = "1.1.28", this.origWidth = 0, this.origHeight = 0, this.resizeObserver = new ResizeObserver(this.applyData.bind(this)), this.resizeObserver.observe(this);
648
648
  }
649
649
  disconnectedCallback() {
650
650
  super.disconnectedCallback(), this.resizeObserver && this.resizeObserver.disconnect();
@@ -923,7 +923,7 @@ _([
923
923
  vt(".sizing-container")
924
924
  ], v.prototype, "sizingContainer", 2);
925
925
  v = _([
926
- Kt("widget-value-1.1.27")
926
+ Kt("widget-value-1.1.28")
927
927
  ], v);
928
928
  export {
929
929
  v as WidgetValue
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.1.27",
6
+ "version": "1.1.28",
7
7
  "engines": {
8
8
  "node": ">=24.9.0",
9
9
  "npm": ">=10.0.2"