door_models 5.5.3 → 5.5.5
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 +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -412,7 +412,7 @@ const ConfiguratorProvider = _ref => {
|
|
|
412
412
|
if (initialMaterials) {
|
|
413
413
|
setMaterials(initialMaterials);
|
|
414
414
|
}
|
|
415
|
-
}, [
|
|
415
|
+
}, []);
|
|
416
416
|
const handleParseCpid = React.useCallback(cpidToParse => {
|
|
417
417
|
const showMessage = function (text) {
|
|
418
418
|
let type = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : "error";
|
|
@@ -1002,7 +1002,6 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
1002
1002
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
1003
1003
|
};
|
|
1004
1004
|
|
|
1005
|
-
// /app/ifc_test/hooks/useDxfExportPayload.js
|
|
1006
1005
|
// Three.js Y-up -> IFC / CAD coords:
|
|
1007
1006
|
// IFC X = x
|
|
1008
1007
|
// IFC Y = z (depth)
|