@tldraw/assets 4.2.2 → 4.2.3

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": "4.2.2",
4
+ "version": "4.2.3",
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.2.2"
52
+ "@tldraw/utils": "4.2.3"
53
53
  },
54
54
  "devDependencies": {
55
55
  "lazyrepo": "0.0.0-alpha.27",
@@ -103,7 +103,7 @@
103
103
  "action.stretch-vertical": "수직으로 늘리기",
104
104
  "action.stretch-vertical.short": "수직으로 늘리기",
105
105
  "action.toggle-auto-none": "자동",
106
- "action.toggle-auto-pan": "자동(트랙패드)",
106
+ "action.toggle-auto-pan": "자동(터치패드)",
107
107
  "action.toggle-auto-size": "자동 크기 전환",
108
108
  "action.toggle-auto-zoom": "자동(마우스)",
109
109
  "action.toggle-dark-mode": "다크모드 전환",
@@ -118,8 +118,8 @@
118
118
  "action.toggle-focus-mode.menu": "포커스 모드",
119
119
  "action.toggle-grid": "그리드 전환",
120
120
  "action.toggle-grid.menu": "그리드 보기",
121
- "action.toggle-keyboard-shortcuts": "키보드 단축키 전환",
122
- "action.toggle-keyboard-shortcuts.menu": "키보드 단축키 활성화",
121
+ "action.toggle-keyboard-shortcuts": "키보드 단축키",
122
+ "action.toggle-keyboard-shortcuts.menu": "키보드 단축키",
123
123
  "action.toggle-lock": "잠금/잠금 해제",
124
124
  "action.toggle-mouse": "마우스",
125
125
  "action.toggle-paste-at-cursor": "커서에 붙여넣기 기능 전환",
@@ -130,7 +130,7 @@
130
130
  "action.toggle-snap-mode.menu": "항상 스냅",
131
131
  "action.toggle-tool-lock": "도구 잠금 전환",
132
132
  "action.toggle-tool-lock.menu": "도구 잠금",
133
- "action.toggle-trackpad": "트랙패드",
133
+ "action.toggle-trackpad": "터치패드",
134
134
  "action.toggle-transparent": "투명 배경 전환",
135
135
  "action.toggle-transparent.context-menu": "투명하게 하기",
136
136
  "action.toggle-transparent.menu": "투명하게 하기",
@@ -237,7 +237,6 @@
237
237
  "file-system.shared-document-file-open-error.description": "공유 프로젝트에서 파일 열기는 지원되지 않습니다.",
238
238
  "file-system.shared-document-file-open-error.title": "파일을 열 수 없습니다.",
239
239
  "fill-style.fill": "채우기",
240
- "fill-style.lined-fill": "줄 채우기",
241
240
  "fill-style.none": "없음",
242
241
  "fill-style.pattern": "패턴",
243
242
  "fill-style.semi": "무색",