kitchen-simulator 3.0.0 → 3.0.1
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.
|
@@ -22,8 +22,9 @@ export default function (_ref) {
|
|
|
22
22
|
outlineSVGData = _ref.outlineSVGData,
|
|
23
23
|
cds = _ref.cds;
|
|
24
24
|
var _length = alti || 0;
|
|
25
|
-
|
|
26
|
-
|
|
25
|
+
var length = convert(_length).from('in').to('cm');
|
|
26
|
+
// const length = _length;
|
|
27
|
+
|
|
27
28
|
var additional_props = [];
|
|
28
29
|
if (type === 'cabinet' && long_name.toLowerCase().includes('filler')) {
|
|
29
30
|
additional_props = {
|
|
@@ -29,8 +29,9 @@ function _default(_ref) {
|
|
|
29
29
|
outlineSVGData = _ref.outlineSVGData,
|
|
30
30
|
cds = _ref.cds;
|
|
31
31
|
var _length = alti || 0;
|
|
32
|
-
|
|
33
|
-
|
|
32
|
+
var length = (0, _convertUnitsLite.convert)(_length).from('in').to('cm');
|
|
33
|
+
// const length = _length;
|
|
34
|
+
|
|
34
35
|
var additional_props = [];
|
|
35
36
|
if (type === 'cabinet' && long_name.toLowerCase().includes('filler')) {
|
|
36
37
|
additional_props = {
|