@tldraw/assets 4.1.0 → 4.2.0-canary.ff738678e7e0
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 +2 -2
- package/translations/main.json +4 -4
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": "4.
|
|
4
|
+
"version": "4.2.0-canary.ff738678e7e0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "tldraw Inc.",
|
|
7
7
|
"email": "hello@tldraw.com"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"context": "yarn run -T tsx ../../internal/scripts/context.ts"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@tldraw/utils": "4.
|
|
52
|
+
"@tldraw/utils": "4.2.0-canary.ff738678e7e0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"lazyrepo": "0.0.0-alpha.27",
|
package/translations/main.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"action.toggle-auto-none": "Auto",
|
|
5
5
|
"action.toggle-mouse": "Mouse",
|
|
6
6
|
"action.toggle-trackpad": "Trackpad",
|
|
7
|
-
"action.convert-to-bookmark": "Convert to
|
|
8
|
-
"action.convert-to-embed": "Convert to
|
|
7
|
+
"action.convert-to-bookmark": "Convert to bookmark",
|
|
8
|
+
"action.convert-to-embed": "Convert to embed",
|
|
9
9
|
"action.open-embed-link": "Open link",
|
|
10
10
|
"action.align-bottom": "Align bottom",
|
|
11
11
|
"action.align-center-horizontal": "Align horizontally",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"action.toggle-paste-at-cursor.menu": "Paste at cursor",
|
|
90
90
|
"action.toggle-paste-at-cursor": "Toggle paste at cursor",
|
|
91
91
|
"action.toggle-wrap-mode.menu": "Select on wrap",
|
|
92
|
-
"action.toggle-wrap-mode": "Toggle
|
|
92
|
+
"action.toggle-wrap-mode": "Toggle select on wrap",
|
|
93
93
|
"action.toggle-reduce-motion.menu": "Reduce motion",
|
|
94
94
|
"action.toggle-reduce-motion": "Toggle reduce motion",
|
|
95
95
|
"action.toggle-keyboard-shortcuts.menu": "Enable keyboard shortcuts",
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
"people-menu.change-color": "Change color",
|
|
358
358
|
"people-menu.follow": "Following",
|
|
359
359
|
"people-menu.following": "Following",
|
|
360
|
-
"people-menu.leading": "Following
|
|
360
|
+
"people-menu.leading": "Following you",
|
|
361
361
|
"people-menu.user": "(You)",
|
|
362
362
|
"people-menu.invite": "Invite others",
|
|
363
363
|
"people-menu.anonymous-user": "New user",
|