@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 +0 -1
- package/lib/core.esm.js +0 -1
- package/lib/core.esm.min.js.map +1 -1
- package/lib/core.min.cjs.map +1 -1
- package/package.json +6 -6
- package/lib/core.cjs.map +0 -1
- package/lib/core.esm.js.map +0 -1
package/lib/core.cjs
CHANGED
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
|