a-frame-components
Advanced tools
Comparing version 1.0.49 to 1.0.50
@@ -351,5 +351,5 @@ var __assign = (this && this.__assign) || function () { | ||
} }, mixin), { getWidth: function () { | ||
return parseFloat("".concat(this.data.menuItemWidth)); | ||
}, getHeight: function () { | ||
return parseFloat("".concat(this.data.menuItemHeight)); | ||
}, getHeight: function () { | ||
return parseFloat("".concat(this.data.menuItemWidth)); | ||
} })); | ||
@@ -356,0 +356,0 @@ AFRAME.registerPrimitive('a-menu-container', { |
{ | ||
"name": "a-frame-components", | ||
"version": "1.0.49", | ||
"version": "1.0.50", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -354,6 +354,6 @@ import { AFRAME } from "../../react/root"; | ||
getWidth: function () { | ||
return parseFloat(`${this.data.menuItemHeight}`); | ||
return parseFloat(`${this.data.menuItemWidth}`); | ||
}, | ||
getHeight: function () { | ||
return parseFloat(`${this.data.menuItemWidth}`); | ||
return parseFloat(`${this.data.menuItemHeight}`); | ||
}, | ||
@@ -360,0 +360,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package