@node-projects/web-component-designer 0.0.52 → 0.0.53

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.
@@ -16,8 +16,10 @@ export function placeDesignItem(container, designItem, offset, mode) {
16
16
  let oldTop = null;
17
17
  let oldBottom = null;
18
18
  let containerLeft = 0;
19
+ //@ts-ignore
19
20
  let containerRight = 0;
20
21
  let containerTop = 0;
22
+ //@ts-ignore
21
23
  let containerBottom = 0;
22
24
  if (computedStyleMovedElement.position === 'relative' || computedStyleMovedElement.position === 'absolute') {
23
25
  oldLeft = parseFloat(movedElement.style.left);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "A UI designer for Polymer apps",
3
3
  "name": "@node-projects/web-component-designer",
4
- "version": "0.0.52",
4
+ "version": "0.0.53",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "author": "",