@inweb/viewer-three 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.
@@ -82048,7 +82048,7 @@ void main() {
82048
82048
  getWidth() {
82049
82049
  return this._ref.width();
82050
82050
  }
82051
- getHeigth() {
82051
+ getHeight() {
82052
82052
  return this._ref.height();
82053
82053
  }
82054
82054
  setWidth(w) {
@@ -83071,7 +83071,7 @@ void main() {
83071
83071
  const wcsRightLowerPoint = this._worldTransformer.screenToWorld(rightLowerPoint);
83072
83072
  this._ref.setAttr("wcsEnd", wcsRightLowerPoint);
83073
83073
  }
83074
- getHeigth() {
83074
+ getHeight() {
83075
83075
  return this._ref.height();
83076
83076
  }
83077
83077
  setHeight(h) {