-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5065564
commit c4f5c97
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule scratch-gui
updated
17 files
+1 −3 | .babelrc | |
+4 −2 | package.json | |
+1,881 −1,364 | pnpm-lock.yaml | |
+1 −1 | src/components/monitor/monitor.jsx | |
+118 −41 | src/containers/blocks.jsx | |
+11 −6 | src/containers/custom-procedures.jsx | |
+1 −1 | src/dist/globals.js | |
+41 −56 | src/lib/blocks.js | |
+1 −8 | src/lib/define-dynamic-block.js | |
+36 −30 | src/lib/make-toolbox-xml.js | |
+11 −26 | src/lib/themes/blockHelpers.js | |
+46 −44 | src/lib/themes/default/index.js | |
+46 −44 | src/lib/themes/high-contrast/index.js | |
+1 −1 | src/lib/vm-listener-hoc.jsx | |
+1 −1 | svelte.config.js | |
+3 −1 | tsconfig.json | |
+4 −2 | webpack.config.js |
Submodule scratch-vm
updated
5 files
+1 −1 | package.json | |
+1,109 −1,071 | pnpm-lock.yaml | |
+48 −19 | src/engine/blocks.js | |
+1 −1 | src/engine/comment.js | |
+9 −12 | src/engine/runtime.js |