Skip to content

Commit 033061e

Browse files
committed
fix(gui): add RTL support to delete-confirmation-prompt
This commit adds RTL (Right-to-Left) support for the delete-confirmation-prompt. In RTL languages, when multiple sprites are opened, the delete section of the confirmation prompt extended beyond the window boundary. This update fixes the layout so it displays correctly in RTL as well as LTR.
2 parents 3db9992 + e0f3a2b commit 033061e

File tree

4 files changed

+36
-32
lines changed

4 files changed

+36
-32
lines changed

package-lock.json

Lines changed: 29 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/scratch-gui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,10 @@
111111
"redux-throttle": "0.1.1",
112112
"scratch-audio": "2.0.223",
113113
"scratch-blocks": "1.1.215",
114-
"scratch-l10n": "6.0.34",
114+
"scratch-l10n": "6.0.35",
115115
"scratch-paint": "3.0.339",
116116
"scratch-render-fonts": "1.0.227",
117-
"scratch-storage": "4.0.219",
117+
"scratch-storage": "4.0.221",
118118
"startaudiocontext": "1.2.1",
119119
"style-loader": "4.0.0",
120120
"to-style": "1.3.3",
@@ -166,7 +166,7 @@
166166
"semantic-release": "19.0.5",
167167
"stream-browserify": "3.0.0",
168168
"ts-jest": "21.2.4",
169-
"ts-loader": "9.5.2",
169+
"ts-loader": "9.5.4",
170170
"url-loader": "4.1.1",
171171
"web-audio-test-api": "0.5.2",
172172
"webpack": "5.101.3",

packages/scratch-render/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"playwright-chromium": "1.55.0",
7878
"scratch-render-fonts": "1.0.227",
7979
"scratch-semantic-release-config": "3.0.0",
80-
"scratch-storage": "4.0.219",
80+
"scratch-storage": "4.0.221",
8181
"scratch-webpack-configuration": "3.0.0",
8282
"semantic-release": "19.0.5",
8383
"tap": "16.3.10",

packages/scratch-vm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
"minilog": "3.1.0",
6767
"scratch-audio": "2.0.223",
6868
"scratch-parser": "6.0.0",
69-
"scratch-sb1-converter": "2.0.224",
70-
"scratch-storage": "4.0.219",
69+
"scratch-sb1-converter": "2.0.225",
70+
"scratch-storage": "4.0.221",
7171
"scratch-translate-extension-languages": "1.0.7",
7272
"text-encoding": "0.7.0",
7373
"uuid": "8.3.2",
@@ -93,7 +93,7 @@
9393
"json": "^9.0.4",
9494
"pngjs": "3.4.0",
9595
"scratch-blocks": "1.1.215",
96-
"scratch-l10n": "6.0.34",
96+
"scratch-l10n": "6.0.35",
9797
"scratch-render-fonts": "1.0.227",
9898
"scratch-semantic-release-config": "3.0.0",
9999
"scratch-webpack-configuration": "3.0.0",

0 commit comments

Comments
 (0)