@tldraw/assets 5.3.0-internal.fba91ed55f6c → 5.3.0-next.4123e97459a9

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.fba91ed55f6c",
4
+ "version": "5.3.0-next.4123e97459a9",
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.fba91ed55f6c"
51
+ "@tldraw/utils": "5.3.0-next.4123e97459a9"
52
52
  },
53
53
  "devDependencies": {
54
54
  "lazyrepo": "0.0.0-alpha.27",
@@ -495,32 +495,6 @@
495
495
  "handle.crop.bottom-right": "Crop bottom right",
496
496
  "ui.close": "Close",
497
497
  "ui.checked": "Checked",
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.only-mine": "Only your threads",
507
- "comments.only-unread": "Only unread",
508
- "comments.only-current-page": "Only current page",
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.dismiss": "Dismiss",
521
- "comments.send": "Send",
522
- "comments.resolved-by": "Resolved by {name}",
523
- "comments.mention-you": "You",
524
- "comments.mention-no-matches": "No matches"
498
+ "ui.unchecked": "Unchecked"
525
499
  }
526
500