@tldraw/assets 5.2.0-canary.fe03bcdddf34 → 5.2.0-canary.ff28a605ed08

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
@@ -2,13 +2,19 @@
2
2
 
3
3
  This package contains assets that are used by tldraw, including icons and fonts.
4
4
 
5
+ ## Documentation
6
+
7
+ Documentation for the most recent release can be found on [tldraw.dev/docs](https://tldraw.dev/docs), including [reference docs](https://tldraw.dev/reference/editor/Editor). Our release notes can be found [here](https://tldraw.dev/releases).
8
+
9
+ For more agent-friendly docs, see our [LLMs.txt](https://tldraw.dev/llms.txt).
10
+
5
11
  ## Distributions
6
12
 
7
13
  You can find tldraw on npm [here](https://www.npmjs.com/package/@tldraw/tldraw?activeTab=versions).
8
14
 
9
15
  ## Contribution
10
16
 
11
- Please see our [contributing guide](https://github.com/tldraw/tldraw/blob/main/CONTRIBUTING.md). Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
17
+ Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
12
18
 
13
19
  ## License
14
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/assets",
3
3
  "description": "tldraw infinite canvas SDK (assets).",
4
- "version": "5.2.0-canary.fe03bcdddf34",
4
+ "version": "5.2.0-canary.ff28a605ed08",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -48,7 +48,7 @@
48
48
  "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests"
49
49
  },
50
50
  "dependencies": {
51
- "@tldraw/utils": "5.2.0-canary.fe03bcdddf34"
51
+ "@tldraw/utils": "5.2.0-canary.ff28a605ed08"
52
52
  },
53
53
  "devDependencies": {
54
54
  "lazyrepo": "0.0.0-alpha.27",
@@ -25,6 +25,7 @@
25
25
  "action.copy-as-svg.short": "SVG",
26
26
  "action.copy-as-svg": "Copy as SVG",
27
27
  "action.copy": "Copy",
28
+ "action.copy-hovered-styles": "Copy hovered styles",
28
29
  "action.cut": "Cut",
29
30
  "action.delete": "Delete",
30
31
  "action.unlock-all": "Unlock all",
@@ -51,6 +52,7 @@
51
52
  "action.flip-vertical.short": "Flip V",
52
53
  "action.fork-project": "Fork this project",
53
54
  "action.fork-project-on-tldraw": "Fork project on tldraw",
55
+ "action.frame-selection": "Frame selection",
54
56
  "action.group": "Group",
55
57
  "action.insert-embed": "Insert embed…",
56
58
  "action.insert-media": "Upload media…",
@@ -494,4 +496,5 @@
494
496
  "ui.close": "Close",
495
497
  "ui.checked": "Checked",
496
498
  "ui.unchecked": "Unchecked"
497
- }
499
+ }
500
+