@lv-x-software-house/x_view 1.2.4-dev.12 → 1.2.4-dev.13
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.
- package/dist/index.js +0 -1
- package/dist/index.mjs +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11124,7 +11124,6 @@ function XViewScene({
|
|
|
11124
11124
|
if (isUiClear) {
|
|
11125
11125
|
const isView = ((_d2 = viewParams == null ? void 0 : viewParams.type) == null ? void 0 : _d2.toLowerCase()) === "view";
|
|
11126
11126
|
if (!isView) {
|
|
11127
|
-
alert("Nodes de Quest s\xF3 podem ser criados dentro de uma View.");
|
|
11128
11127
|
return;
|
|
11129
11128
|
}
|
|
11130
11129
|
setQuestMode({ isActive: true });
|
package/dist/index.mjs
CHANGED
|
@@ -11124,7 +11124,6 @@ function XViewScene({
|
|
|
11124
11124
|
if (isUiClear) {
|
|
11125
11125
|
const isView = ((_d2 = viewParams == null ? void 0 : viewParams.type) == null ? void 0 : _d2.toLowerCase()) === "view";
|
|
11126
11126
|
if (!isView) {
|
|
11127
|
-
alert("Nodes de Quest s\xF3 podem ser criados dentro de uma View.");
|
|
11128
11127
|
return;
|
|
11129
11128
|
}
|
|
11130
11129
|
setQuestMode({ isActive: true });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lv-x-software-house/x_view",
|
|
3
|
-
"version": "1.2.4-dev.
|
|
3
|
+
"version": "1.2.4-dev.13",
|
|
4
4
|
"description": "Pacote privado contendo os componentes e lógica de renderização 3D do X View.",
|
|
5
5
|
"author": "iv.x - Engenharia de Software - ivxsoftwarehouse@gmail.com",
|
|
6
6
|
"license": "UNLICENSED",
|