Skip to content
Open
216 changes: 117 additions & 99 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/scratch-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
"scratch-audio": "2.0.268",
"scratch-blocks": "2.1.19",
"scratch-l10n": "6.1.75",
"scratch-paint": "4.1.52",
"scratch-paint": "4.1.54",
"scratch-render-fonts": "1.0.252",
"scratch-storage": "6.2.1",
"startaudiocontext": "1.2.1",
Expand Down Expand Up @@ -212,7 +212,7 @@
"cheerio": "1.2.0",
"cross-env": "7.0.3",
"eslint": "9.39.4",
"eslint-config-scratch": "14.1.17",
"eslint-config-scratch": "14.1.19",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import-x": "4.16.2",
"eslint-plugin-react": "7.37.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
}

.remix-button {
background-color: $pen-primary
background-color: $ui-green-dark;
}

.remix-button-icon {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
@import "../../css/colors.css";

.share-button {
background: $data-primary;
background: $ui-red-dark;
cursor: default;
}

.share-button-is-shared {
background: $ui-black-transparent;
cursor: default;
cursor: not-allowed;
}
2 changes: 2 additions & 0 deletions packages/scratch-gui/src/css/colors.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ $ui-black-transparent-10: hsla(0, 0%, 0%, 0.10); /* 10% transparent version of b

$ui-green: hsla(163, 85%, 35%, 1); /* #0DA57A */
$ui-green-2: hsla(163, 85%, 40%, 1); /* #0FBD8C */
$ui-green-dark: hsla(144, 45%, 36%, 1); /* #328554 */

$ui-orange: hsla(37, 96%, 55%, 1); /* #FAA51D */
$ui-alert-orange: hsla(32, 100%, 94%, 1); /* #FFF0DF */
$ui-red-dark: hsl(20, 100%, 40%); /* #c40 */
$text-primary: hsla(225, 15%, 40%, 1); /* #575E75 */
$text-primary-transparent: hsla(225, 15%, 40%, 0.75);

Expand Down
2 changes: 1 addition & 1 deletion packages/scratch-media-lib-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"eslint": "9.39.4",
"eslint-config-scratch": "14.1.17",
"eslint-config-scratch": "14.1.19",
"jest": "30.3.0",
"jest-junit": "16.0.0",
"prettier": "3.8.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/scratch-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"copy-webpack-plugin": "6.4.1",
"docdash": "0.4.0",
"eslint": "9.39.4",
"eslint-config-scratch": "14.1.17",
"eslint-config-scratch": "14.1.19",
"globals": "16.5.0",
"html-webpack-plugin": "5.6.7",
"playwright-chromium": "1.59.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/scratch-svg-renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"canvas": "3.2.3",
"copy-webpack-plugin": "6.4.1",
"eslint": "9.39.4",
"eslint-config-scratch": "14.1.17",
"eslint-config-scratch": "14.1.19",
"globals": "16.5.0",
"jsdom": "13.2.0",
"mkdirp": "2.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/scratch-vm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"copy-webpack-plugin": "6.4.1",
"docdash": "1.2.0",
"eslint": "9.39.4",
"eslint-config-scratch": "14.1.17",
"eslint-config-scratch": "14.1.19",
"expose-loader": "1.0.3",
"file-loader": "6.2.0",
"format-message-cli": "6.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/task-herder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@vitest/coverage-v8": "4.1.5",
"eslint": "9.39.4",
"eslint-config-scratch": "14.1.17",
"eslint-config-scratch": "14.1.19",
"prettier": "3.8.3",
"rimraf": "6.1.2",
"typescript": "5.9.3",
Expand Down
Loading