@inweb/markup 26.7.1 → 26.7.2

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.
@@ -538,7 +538,7 @@ class KonvaRectangle {
538
538
  getWidth() {
539
539
  return this._ref.width();
540
540
  }
541
- getHeigth() {
541
+ getHeight() {
542
542
  return this._ref.height();
543
543
  }
544
544
  setWidth(w) {
@@ -1561,7 +1561,7 @@ class KonvaCloud {
1561
1561
  const wcsRightLowerPoint = this._worldTransformer.screenToWorld(rightLowerPoint);
1562
1562
  this._ref.setAttr("wcsEnd", wcsRightLowerPoint);
1563
1563
  }
1564
- getHeigth() {
1564
+ getHeight() {
1565
1565
  return this._ref.height();
1566
1566
  }
1567
1567
  setHeight(h) {