@kitschpatrol/tldraw-cli 4.0.0 → 4.1.1

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.
@@ -20,7 +20,7 @@ export default class TldrawController {
20
20
  getShareUrl(): Promise<string>;
21
21
  private _download;
22
22
  private closeMenus;
23
- private clickMenuTestIds;
23
+ private clickButtonTitles;
24
24
  private waitForDownloadCompletion;
25
25
  private getPageFrameWithNameOrId;
26
26
  private getDarkMode;