publ-echo 0.0.44 → 0.0.45

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.
@@ -38,10 +38,7 @@ export function calcGridItemPosition(positionParams, x, y, z, w, h, state, custo
38
38
  else {
39
39
  result.top = Math.round((rowHeightNumber + margin[1]) * y + containerPadding[1]);
40
40
  result.left = Math.round((colWidth + margin[0]) * x + containerPadding[0]);
41
- console.log('top', rowHeightNumber, margin[1], y, containerPadding[1]);
42
- console.log('left', colWidth, margin[0], x, containerPadding[0]);
43
41
  }
44
- console.log('result', result.top, result.left);
45
42
  return result;
46
43
  }
47
44
  export function calcXY(positionParams, top, left, w, h) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo",
3
- "version": "0.0.44",
3
+ "version": "0.0.45",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",