@tldraw/assets 5.2.0-next.b91d4a4551c9 → 5.2.0-next.cd4a35fc06d5
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 +1 -1
- package/package.json +2 -2
- package/translations/main.json +3 -1
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@ You can find tldraw on npm [here](https://www.npmjs.com/package/@tldraw/tldraw?a
|
|
|
8
8
|
|
|
9
9
|
## Contribution
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
|
|
12
12
|
|
|
13
13
|
## License
|
|
14
14
|
|
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-next.
|
|
4
|
+
"version": "5.2.0-next.cd4a35fc06d5",
|
|
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-next.
|
|
51
|
+
"@tldraw/utils": "5.2.0-next.cd4a35fc06d5"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"lazyrepo": "0.0.0-alpha.27",
|
package/translations/main.json
CHANGED
|
@@ -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",
|
|
@@ -494,4 +495,5 @@
|
|
|
494
495
|
"ui.close": "Close",
|
|
495
496
|
"ui.checked": "Checked",
|
|
496
497
|
"ui.unchecked": "Unchecked"
|
|
497
|
-
}
|
|
498
|
+
}
|
|
499
|
+
|