@zsviczian/excalidraw 0.18.0-54 → 0.18.0-55

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": "@zsviczian/excalidraw",
3
- "version": "0.18.0-54",
3
+ "version": "0.18.0-55",
4
4
  "main": "main.js",
5
5
  "module": "./dist/prod/index.js",
6
6
  "source": "./index.tsx",
@@ -422,7 +422,7 @@ export type SearchMatch = {
422
422
  showOnCanvas: boolean;
423
423
  }[];
424
424
  };
425
- export type UIAppState = Omit<AppState, "suggestedBinding" | "startBoundElement" | "cursorButton" | "scrollX" | "scrollY">;
425
+ export type UIAppState = Omit<AppState, "startBoundElement" | "cursorButton" | "scrollX" | "scrollY">;
426
426
  export type NormalizedZoomValue = number & {
427
427
  _brand: "normalizedZoom";
428
428
  };