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
- // const length = convert(_length).from("in").to("cm");
26
- var length = _length;
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
- // const length = convert(_length).from("in").to("cm");
33
- var length = _length;
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 = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kitchen-simulator",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "It is a kitchen simulator (self-contained micro-frontend).",
5
5
  "license": "MIT",
6
6
  "main": "lib/index.js",