publ-echo-test 0.0.158 → 0.0.159

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.
@@ -459,6 +459,11 @@ var GroupItem = function (_a) {
459
459
  underlyingElement.classList.add('hovered');
460
460
  }
461
461
  },
462
+ onMouseLeave: function () {
463
+ document.querySelectorAll('.cb-layout-box.hovered').forEach(function (el) {
464
+ el.classList.remove('hovered');
465
+ });
466
+ },
462
467
  });
463
468
  // newChild = mixinResizable(newChild, pos, isResizable);
464
469
  newChild = mixinDraggable(newChild, isDraggable);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "publ-echo-test",
3
- "version": "0.0.158",
3
+ "version": "0.0.159",
4
4
  "private": false,
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.js",