door_models 5.5.7 → 5.5.9
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 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +5 -4
package/dist/index.cjs.js
CHANGED
|
@@ -2852,7 +2852,7 @@ const DoorConfigurator = _ref => {
|
|
|
2852
2852
|
materials,
|
|
2853
2853
|
doorPivot,
|
|
2854
2854
|
doorOpening,
|
|
2855
|
-
is2D
|
|
2855
|
+
is2D,
|
|
2856
2856
|
totalWidth,
|
|
2857
2857
|
totalHeight,
|
|
2858
2858
|
totalDepth
|
|
@@ -2866,7 +2866,8 @@ const DoorConfigurator = _ref => {
|
|
|
2866
2866
|
doorOpening: doorOpening,
|
|
2867
2867
|
totalWidth: totalWidth,
|
|
2868
2868
|
totalHeight: totalHeight,
|
|
2869
|
-
totalDepth: totalDepth
|
|
2869
|
+
totalDepth: totalDepth,
|
|
2870
|
+
is2D: is2D
|
|
2870
2871
|
})
|
|
2871
2872
|
});
|
|
2872
2873
|
};
|