@leafer-ui/core 1.6.1 → 1.6.2

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.
package/lib/core.cjs CHANGED
@@ -1354,4 +1354,3 @@ Object.keys(draw).forEach(function (k) {
1354
1354
  get: function () { return draw[k]; }
1355
1355
  });
1356
1356
  });
1357
- //# sourceMappingURL=core.cjs.map
package/lib/core.esm.js CHANGED
@@ -1338,4 +1338,3 @@ canvas.hitPixel = function (radiusPoint, offset, scale = 1) {
1338
1338
  };
1339
1339
 
1340
1340
  export { App, Cursor, DragEvent, Dragger, DropEvent, HitCanvasManager, InteractionBase, InteractionHelper, KeyEvent, Keyboard, MoveEvent, MyDragEvent, MyPointerEvent, PointerButton, PointerEvent, RotateEvent, SwipeEvent, UIEvent, ZoomEvent };
1341
- //# sourceMappingURL=core.esm.js.map