@tldraw/assets 5.3.0-internal.d205573d66cb → 5.3.0-internal.fba91ed55f6c

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/assets",
3
3
  "description": "tldraw infinite canvas SDK (assets).",
4
- "version": "5.3.0-internal.d205573d66cb",
4
+ "version": "5.3.0-internal.fba91ed55f6c",
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.3.0-internal.d205573d66cb"
51
+ "@tldraw/utils": "5.3.0-internal.fba91ed55f6c"
52
52
  },
53
53
  "devDependencies": {
54
54
  "lazyrepo": "0.0.0-alpha.27",
@@ -60,7 +60,7 @@
60
60
  "action.new-project": "New project",
61
61
  "action.new-shared-project": "New shared project",
62
62
  "action.open-cursor-chat": "Cursor chat",
63
- "action.open-kbd-shortcuts": "Keyboard shortcuts",
63
+ "action.open-kbd-shortcuts": "Keyboard shortcuts",
64
64
  "action.open-file": "Open file",
65
65
  "action.pack": "Pack",
66
66
  "action.paste": "Paste",
@@ -310,7 +310,7 @@
310
310
  "a11y.pan-camera": "Pan camera",
311
311
  "a11y.adjust-shape-styles": "Adjust shape styles",
312
312
  "a11y.open-context-menu": "Context menu…",
313
- "a11y.open-keyboard-shortcuts": "Keyboard shortcuts",
313
+ "a11y.open-keyboard-shortcuts": "Keyboard shortcuts",
314
314
  "menu.title": "Menu",
315
315
  "menu.theme": "Theme",
316
316
  "menu.color-theme": "Color theme",
@@ -377,7 +377,7 @@
377
377
  "help-menu.about": "About tldraw",
378
378
  "help-menu.discord": "Discord",
379
379
  "help-menu.github": "GitHub",
380
- "help-menu.keyboard-shortcuts": "Keyboard shortcuts",
380
+ "help-menu.keyboard-shortcuts": "Keyboard shortcuts",
381
381
  "help-menu.twitter": "Twitter",
382
382
  "help-menu.terms": "Terms of service",
383
383
  "help-menu.privacy": "Privacy policy",
@@ -519,6 +519,8 @@
519
519
  "comments.delete": "Delete thread",
520
520
  "comments.dismiss": "Dismiss",
521
521
  "comments.send": "Send",
522
- "comments.resolved-by": "Resolved by {name}"
522
+ "comments.resolved-by": "Resolved by {name}",
523
+ "comments.mention-you": "You",
524
+ "comments.mention-no-matches": "No matches"
523
525
  }
524
526