@excalidraw/excalidraw 0.12.0-426b5d9 → 0.12.0-54c7ec4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@excalidraw/excalidraw",
3
- "version": "0.12.0-426b5d9",
3
+ "version": "0.12.0-54c7ec4",
4
4
  "main": "main.js",
5
5
  "types": "types/packages/excalidraw/index.d.ts",
6
6
  "files": [
package/types/keys.d.ts CHANGED
@@ -65,4 +65,4 @@ export declare type Key = keyof typeof KEYS;
65
65
  export declare const isArrowKey: (key: string) => boolean;
66
66
  export declare const shouldResizeFromCenter: (event: MouseEvent | KeyboardEvent) => boolean;
67
67
  export declare const shouldMaintainAspectRatio: (event: MouseEvent | KeyboardEvent) => boolean;
68
- export declare const shouldRotateWithDiscreteAngle: (event: MouseEvent | KeyboardEvent) => boolean;
68
+ export declare const shouldRotateWithDiscreteAngle: (event: MouseEvent | KeyboardEvent | React.PointerEvent<HTMLCanvasElement>) => boolean;