a-frame-components
Advanced tools
Comparing version 1.0.328 to 1.0.329
@@ -130,3 +130,3 @@ var __assign = (this && this.__assign) || function () { | ||
me.el.emit('bounding-box-update', { box: (_b = textMesh === null || textMesh === void 0 ? void 0 : textMesh.geometry) === null || _b === void 0 ? void 0 : _b.boundingBox }); | ||
me.updateElementSize(me.el, me); | ||
me.updateElementSize(me, me.el); | ||
} | ||
@@ -248,3 +248,3 @@ _this.troikaTextEntity.setObject3D('mesh', group); | ||
me.el.emit('bounding-box-update', { box: (_b = mesh === null || mesh === void 0 ? void 0 : mesh.geometry) === null || _b === void 0 ? void 0 : _b.boundingBox }); | ||
me.updateElementSize(me.el, me); | ||
me.updateElementSize(me, me.el); | ||
} | ||
@@ -251,0 +251,0 @@ }); |
{ | ||
"name": "a-frame-components", | ||
"version": "1.0.328", | ||
"version": "1.0.329", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -124,3 +124,3 @@ import { Text } from 'troika-three-text' | ||
me.el.emit('bounding-box-update', { box: textMesh?.geometry?.boundingBox }) | ||
me.updateElementSize(me.el, me); | ||
me.updateElementSize(me, me.el); | ||
} | ||
@@ -249,3 +249,3 @@ this.troikaTextEntity.setObject3D('mesh', group); | ||
me.el.emit('bounding-box-update', { box: mesh?.geometry?.boundingBox }) | ||
me.updateElementSize(me.el, me); | ||
me.updateElementSize(me, me.el); | ||
} | ||
@@ -252,0 +252,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