@kitschpatrol/tldraw-cli 4.6.42 → 4.6.43

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.
@@ -4,8 +4,8 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>tldraw via tldraw-cli</title>
7
- <script type="module" crossorigin src="/assets/index-D_bhIXmi.js"></script>
8
- <link rel="stylesheet" crossorigin href="/assets/index-Wj6P1qtj.css">
7
+ <script type="module" crossorigin src="/assets/index-_VUtRvxt.js"></script>
8
+ <link rel="stylesheet" crossorigin href="/assets/index-BsYYJjSf.css">
9
9
  </head>
10
10
  <body>
11
11
  <div id="root"></div>
@@ -109,6 +109,7 @@
109
109
  "action.toggle-focus-mode.menu": "포커스 모드",
110
110
  "action.toggle-grid": "그리드 전환",
111
111
  "action.toggle-grid.menu": "그리드 보기",
112
+ "action.toggle-keyboard-shortcuts": "키보드 단축키",
112
113
  "action.toggle-keyboard-shortcuts.menu": "키보드 단축키",
113
114
  "action.toggle-lock": "잠금/잠금 해제",
114
115
  "action.toggle-paste-at-cursor": "커서에 붙여넣기 기능 전환",
@@ -89,6 +89,8 @@
89
89
  "action.toggle-reduce-motion": "Toggle reduce motion",
90
90
  "action.toggle-keyboard-shortcuts.menu": "Keyboard shortcuts",
91
91
  "action.toggle-keyboard-shortcuts": "Toggle keyboard shortcuts",
92
+ "action.toggle-ui-labels.menu": "UI labels",
93
+ "action.toggle-ui-labels": "Toggle UI labels",
92
94
  "action.toggle-edge-scrolling.menu": "Edge scrolling",
93
95
  "action.toggle-edge-scrolling": "Toggle edge scrolling",
94
96
  "action.toggle-debug-mode.menu": "Debug mode",
@@ -282,6 +284,10 @@
282
284
  "a11y.repeat-shape": "Repeat shape",
283
285
  "a11y.move-shape": "Move shape",
284
286
  "a11y.move-shape-faster": "Move shape faster",
287
+ "a11y.rotate-shape-cw": "Rotate shape clockwise",
288
+ "a11y.rotate-shape-ccw": "Rotate shape counterclockwise",
289
+ "a11y.rotate-shape-cw-fine": "Rotate shape clockwise (fine)",
290
+ "a11y.rotate-shape-ccw-fine": "Rotate shape counterclockwise (fine)",
285
291
  "a11y.enlarge-shape": "Enlarge shape",
286
292
  "a11y.shrink-shape": "Shrink shape",
287
293
  "a11y.pan-camera": "Pan camera",
@@ -290,6 +296,7 @@
290
296
  "a11y.open-keyboard-shortcuts": "Open keyboard shortcuts",
291
297
  "menu.title": "Menu",
292
298
  "menu.theme": "Theme",
299
+ "menu.accessibility": "Accessibility",
293
300
  "menu.copy-as": "Copy as",
294
301
  "menu.edit": "Edit",
295
302
  "menu.export-as": "Export as",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/tldraw-cli",
3
- "version": "4.6.42",
3
+ "version": "4.6.43",
4
4
  "description": "A CLI tool and TypeScript library for exporting tldraw sketches to PNG or SVG images.",
5
5
  "keywords": [
6
6
  "tldraw",
@@ -46,7 +46,7 @@
46
46
  "devDependencies": {
47
47
  "@kitschpatrol/shared-config": "^5.5.0",
48
48
  "@sindresorhus/slugify": "^2.2.1",
49
- "@tldraw/assets": "3.15.1",
49
+ "@tldraw/assets": "3.16.0-next.eafb52d15064",
50
50
  "@types/express": "^4.17.23",
51
51
  "@types/node": "^20.19.10",
52
52
  "@types/react": "^18.3.23",
@@ -70,7 +70,7 @@
70
70
  "sharp": "^0.34.3",
71
71
  "sharp-phash": "^2.2.0",
72
72
  "strip-ansi": "^7.1.0",
73
- "tldraw": "3.15.1",
73
+ "tldraw": "3.16.0-next.eafb52d15064",
74
74
  "tsx": "^4.20.3",
75
75
  "typescript": "~5.8.3",
76
76
  "untildify": "^5.0.0",