@excalidraw/excalidraw 0.16.1-7251-baadf54 → 0.16.1-7251-fc9c8cd

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.16.1-7251-baadf54",
3
+ "version": "0.16.1-7251-fc9c8cd",
4
4
  "main": "main.js",
5
5
  "types": "types/packages/excalidraw/index.d.ts",
6
6
  "files": [
package/types/types.d.ts CHANGED
@@ -5,7 +5,7 @@ import { LinearElementEditor } from "./element/linearElementEditor";
5
5
  import { SuggestedBinding } from "./element/binding";
6
6
  import { ImportedDataState } from "./data/types";
7
7
  import type App from "./components/App";
8
- import type { ResolvablePromise, throttleRAF } from "./utils";
8
+ import type { throttleRAF } from "./utils";
9
9
  import { Spreadsheet } from "./charts";
10
10
  import { Language } from "./i18n";
11
11
  import { ClipboardData } from "./clipboard";
@@ -471,8 +471,6 @@ export type ExcalidrawImperativeAPI = {
471
471
  refresh: InstanceType<typeof App>["refresh"];
472
472
  setToast: InstanceType<typeof App>["setToast"];
473
473
  addFiles: (data: BinaryFileData[]) => void;
474
- readyPromise: ResolvablePromise<ExcalidrawImperativeAPI>;
475
- ready: true;
476
474
  id: string;
477
475
  setActiveTool: InstanceType<typeof App>["setActiveTool"];
478
476
  setCursor: InstanceType<typeof App>["setCursor"];