@tldraw/editor 3.10.0-canary.4f428f89244a → 3.10.0-canary.64339a0b741a

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/README.md CHANGED
@@ -8,7 +8,7 @@ You might be more interested in the general package [tldraw](https://github.com/
8
8
 
9
9
  This project is part of the tldraw SDK. It is provided under the [tldraw SDK license](https://github.com/tldraw/tldraw/blob/main/LICENSE.md).
10
10
 
11
- You can use the tldraw SDK in commercial or non-commercial projects so long as you preserve the "Made with tldraw" watermark on the canvas. To remove the watermark, you can purchase a [business license](https://tldraw.dev/#pricing). Visit [tldraw.dev](https://tldraw.dev) to learn more.
11
+ You can use the tldraw SDK in commercial or non-commercial projects so long as you preserve the "Made with tldraw" watermark on the canvas. To remove the watermark, you can purchase a [business license](https://tldraw.dev#pricing). Visit [tldraw.dev](https://tldraw.dev) to learn more.
12
12
 
13
13
  ## Trademarks
14
14
 
@@ -24,7 +24,7 @@ Please see our [contributing guide](https://github.com/tldraw/tldraw/blob/main/C
24
24
 
25
25
  ## Community
26
26
 
27
- Have questions, comments or feedback? [Join our discord](https://discord.tldraw.com/?utm_source=github&utm_medium=social&utm_campaign=sociallink). For the latest news and release notes, visit [tldraw.dev](https://tldraw.dev).
27
+ Have questions, comments or feedback? [Join our discord](https://discord.tldraw.com/?utm_source=github&utm_medium=readme&utm_campaign=sociallink). For the latest news and release notes, visit [tldraw.dev](https://tldraw.dev).
28
28
 
29
29
  ## Contact
30
30
 
@@ -2298,7 +2298,7 @@ export declare class Editor extends EventEmitter<TLEventMap> {
2298
2298
  */
2299
2299
  updatePage(partial: RequiredKeys<Partial<TLPage>, 'id'>): this;
2300
2300
  /**
2301
- * Create a page.
2301
+ * Create a page whilst ensuring that the page name is unique.
2302
2302
  *
2303
2303
  * @example
2304
2304
  * ```ts
package/dist-cjs/index.js CHANGED
@@ -374,7 +374,7 @@ function debugEnableLicensing() {
374
374
  }
375
375
  (0, import_utils.registerTldrawLibraryVersion)(
376
376
  "@tldraw/editor",
377
- "3.10.0-canary.4f428f89244a",
377
+ "3.10.0-canary.64339a0b741a",
378
378
  "cjs"
379
379
  );
380
380
  //# sourceMappingURL=index.js.map
@@ -3021,7 +3021,7 @@ class Editor extends (_a = import_eventemitter3.default, _getIsShapeHiddenCache_
3021
3021
  return this.run(() => this.store.update(partial.id, (page) => ({ ...page, ...partial })));
3022
3022
  }
3023
3023
  /**
3024
- * Create a page.
3024
+ * Create a page whilst ensuring that the page name is unique.
3025
3025
  *
3026
3026
  * @example
3027
3027
  * ```ts