@tldraw/assets 5.3.0-canary.fa3355c81e86 → 5.3.0-internal.41291fb579ed

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-canary.fa3355c81e86",
4
+ "version": "5.3.0-internal.41291fb579ed",
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-canary.fa3355c81e86"
51
+ "@tldraw/utils": "5.3.0-internal.41291fb579ed"
52
52
  },
53
53
  "devDependencies": {
54
54
  "lazyrepo": "0.0.0-alpha.27",
@@ -495,6 +495,34 @@
495
495
  "handle.crop.bottom-right": "Crop bottom right",
496
496
  "ui.close": "Close",
497
497
  "ui.checked": "Checked",
498
- "ui.unchecked": "Unchecked"
498
+ "ui.unchecked": "Unchecked",
499
+ "comments.title": "Comments",
500
+ "comments.empty": "No comments on this page yet.",
501
+ "comments.empty-filtered": "No comments match your filters.",
502
+ "comments.thread-title": "Comment",
503
+ "comments.resolved": "Resolved",
504
+ "comments.filter": "Filter comments",
505
+ "comments.show-resolved": "Show resolved comments",
506
+ "comments.show-all-threads": "Show all threads",
507
+ "comments.only-unread": "Only unread",
508
+ "comments.show-all-pages": "Show all pages",
509
+ "comments.more-options": "More options",
510
+ "comments.hide": "Hide comments",
511
+ "comments.show": "Show comments",
512
+ "comments.reply-placeholder": "Reply…",
513
+ "comments.edit-placeholder": "Edit comment…",
514
+ "comments.add-placeholder": "Add a comment…",
515
+ "comments.save": "Save",
516
+ "comments.edit": "Edit",
517
+ "comments.resolve": "Resolve",
518
+ "comments.reopen": "Reopen",
519
+ "comments.delete": "Delete thread",
520
+ "comments.edit-comment": "Edit comment",
521
+ "comments.delete-comment": "Delete comment",
522
+ "comments.dismiss": "Dismiss",
523
+ "comments.send": "Send",
524
+ "comments.resolved-by": "Resolved by {name}",
525
+ "comments.mention-you": "You",
526
+ "comments.mention-no-matches": "No matches"
499
527
  }
500
528