door_models 5.1.9 → 5.2.0
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.cjs.js +3 -9
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -9
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -1648,14 +1648,8 @@ function DoorModels(_ref7) {
|
|
|
1648
1648
|
})
|
|
1649
1649
|
});
|
|
1650
1650
|
}
|
|
1651
|
-
return /*#__PURE__*/jsxRuntime.
|
|
1652
|
-
children:
|
|
1653
|
-
args: [10, 10]
|
|
1654
|
-
}), /*#__PURE__*/jsxRuntime.jsx("axesHelper", {
|
|
1655
|
-
args: [3]
|
|
1656
|
-
}), /*#__PURE__*/jsxRuntime.jsx("gridHelper", {
|
|
1657
|
-
args: [10, 10]
|
|
1658
|
-
}), /*#__PURE__*/jsxRuntime.jsxs("group", {
|
|
1651
|
+
return /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
|
|
1652
|
+
children: /*#__PURE__*/jsxRuntime.jsxs("group", {
|
|
1659
1653
|
"position-y": yCenteringOffset + pivotNewPosition,
|
|
1660
1654
|
children: [frontCoverPanel.visible && /*#__PURE__*/jsxRuntime.jsxs("group", {
|
|
1661
1655
|
"position-z": frontArchitraveZ,
|
|
@@ -1932,7 +1926,7 @@ function DoorModels(_ref7) {
|
|
|
1932
1926
|
pivot: instance.pivot,
|
|
1933
1927
|
xOffset: instance.x
|
|
1934
1928
|
}, instance.key))]
|
|
1935
|
-
})
|
|
1929
|
+
})
|
|
1936
1930
|
});
|
|
1937
1931
|
}
|
|
1938
1932
|
function DoorLeaf(_ref8) {
|