diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 285827b47..e6ce46664 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
- run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- - run: npm install --no-save @microbit-foundation/python-editor-v3-microbit@0.2.0-dev.18 @microbit-foundation/website-deploy-aws@0.3.0 @microbit-foundation/website-deploy-aws-config@0.7.1 @microbit-foundation/circleci-npm-package-versioner@1
+ - run: npm install --no-save @microbit-foundation/python-editor-v3-microbit@0.2.0-brand.guidelines.21 @microbit-foundation/website-deploy-aws@0.3.0 @microbit-foundation/website-deploy-aws-config@0.7.1 @microbit-foundation/circleci-npm-package-versioner@1
if: github.repository_owner == 'microbit-foundation'
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/src/common/GenericDialog.tsx b/src/common/GenericDialog.tsx
index ba88bb2da..c07d17400 100644
--- a/src/common/GenericDialog.tsx
+++ b/src/common/GenericDialog.tsx
@@ -84,7 +84,7 @@ export const GenericDialogFooter = ({
diff --git a/src/common/PostSaveDialog.tsx b/src/common/PostSaveDialog.tsx
index 7a6d76a0f..3c32731b9 100644
--- a/src/common/PostSaveDialog.tsx
+++ b/src/common/PostSaveDialog.tsx
@@ -122,7 +122,7 @@ const PostSaveDialogBody = ({
values={{
link: (chunks: ReactNode) => (
diff --git a/src/common/SplitView/HideSplitViewButton.tsx b/src/common/SplitView/HideSplitViewButton.tsx
index 43a354843..1cbf5dc53 100644
--- a/src/common/SplitView/HideSplitViewButton.tsx
+++ b/src/common/SplitView/HideSplitViewButton.tsx
@@ -72,7 +72,7 @@ const HideSplitViewButton = React.forwardRef(
minW="unset"
width={mode === "icon" ? "20px" : "auto"}
background="#eaecf1"
- color="brand.500"
+ color="brand1.500"
variant="ghost"
zIndex={splitViewHideButton}
boxShadow={direction === "expandLeft" ? "md" : "none"}
diff --git a/src/common/SplitView/SplitViewDivider.tsx b/src/common/SplitView/SplitViewDivider.tsx
index bce588512..c0086f179 100644
--- a/src/common/SplitView/SplitViewDivider.tsx
+++ b/src/common/SplitView/SplitViewDivider.tsx
@@ -46,7 +46,7 @@ const SplitViewDivider = ({ showBoxShadow = false }: SplitViewDividerProps) => {
>
(
-
+
{chunks}
),
diff --git a/src/documentation/api/ApiNode.tsx b/src/documentation/api/ApiNode.tsx
index 3fb244f5c..0ee16ff01 100644
--- a/src/documentation/api/ApiNode.tsx
+++ b/src/documentation/api/ApiNode.tsx
@@ -456,7 +456,7 @@ const DraggableSignature = ({
display="inline-flex"
overflow="hidden"
borderWidth="1px"
- borderColor="blimpTeal.300"
+ borderColor="brand2.300"
borderRadius="lg"
onMouseEnter={highlight.onOpen}
onMouseLeave={highlight.onClose}
@@ -483,7 +483,7 @@ const DraggableSignature = ({
/>
(
draggable={toolkitType === "ideas" ? false : true}
transition="background .2s, box-shadow .2s"
borderWidth="1px"
- borderColor="blimpTeal.300"
+ borderColor="brand2.300"
borderRadius="lg"
fontFamily="code"
overflow="hidden"
diff --git a/src/documentation/common/DocumentationBreadcrumbHeading.tsx b/src/documentation/common/DocumentationBreadcrumbHeading.tsx
index b7f945a6b..ba165c06c 100644
--- a/src/documentation/common/DocumentationBreadcrumbHeading.tsx
+++ b/src/documentation/common/DocumentationBreadcrumbHeading.tsx
@@ -102,7 +102,7 @@ const DocumentationBreadcrumbHeading = ({
fontSize="md"
whiteSpace="normal"
textAlign="left"
- color="brand.500"
+ color="brand1.500"
>
{grandparent && grandparent + " / "}
diff --git a/src/documentation/common/DocumentationContent.test.tsx b/src/documentation/common/DocumentationContent.test.tsx
index 03c05ae43..8a8de789b 100644
--- a/src/documentation/common/DocumentationContent.test.tsx
+++ b/src/documentation/common/DocumentationContent.test.tsx
@@ -48,7 +48,7 @@ describe("DocumentationContent", () => {
];
const rendered = render();
expect(rendered.container.innerHTML).toMatchInlineSnapshot(
- `""`
+ `""`
);
});
diff --git a/src/documentation/common/DocumentationContent.tsx b/src/documentation/common/DocumentationContent.tsx
index 32bc6871d..70f9e259d 100644
--- a/src/documentation/common/DocumentationContent.tsx
+++ b/src/documentation/common/DocumentationContent.tsx
@@ -69,7 +69,7 @@ const DocumentationApiLinkMark = (
const [, setState] = useRouterState();
return (
{
e.preventDefault();
setState({
@@ -89,7 +89,7 @@ const DocumentationInternalLinkMark = (
const [state, setState] = useRouterState();
return (
{
e.preventDefault();
setState(
@@ -114,7 +114,7 @@ const DocumentationExternalLinkMark = (
) => {
return (
diff --git a/src/documentation/common/DragHandle.tsx b/src/documentation/common/DragHandle.tsx
index ab2ac42d0..90c0affaf 100644
--- a/src/documentation/common/DragHandle.tsx
+++ b/src/documentation/common/DragHandle.tsx
@@ -15,14 +15,10 @@ const DragHandle = ({ highlight, ...props }: DragHandleProps) => {
-
+
);
};
diff --git a/src/documentation/common/MoreButton.tsx b/src/documentation/common/MoreButton.tsx
index 2a83f3122..b7bffbab4 100644
--- a/src/documentation/common/MoreButton.tsx
+++ b/src/documentation/common/MoreButton.tsx
@@ -10,7 +10,7 @@ import { FormattedMessage } from "react-intl";
const MoreButton = (props: ButtonProps) => (
}
diff --git a/src/workbench/SideBarTab.tsx b/src/workbench/SideBarTab.tsx
index c00d95012..9ed3dda3b 100644
--- a/src/workbench/SideBarTab.tsx
+++ b/src/workbench/SideBarTab.tsx
@@ -75,7 +75,7 @@ const SideBarTab = ({
borderBottom: "3px solid",
// To match the active/inactive colour.
borderColor: active
- ? "var(--chakra-colors-brand-300)"
+ ? "var(--chakra-colors-brand1-300)"
: "var(--chakra-colors-gray-25)",
},
}}
diff --git a/src/workbench/WelcomeDialog.tsx b/src/workbench/WelcomeDialog.tsx
index 4de16c5ea..a1a5aac63 100644
--- a/src/workbench/WelcomeDialog.tsx
+++ b/src/workbench/WelcomeDialog.tsx
@@ -92,7 +92,7 @@ const WelcomeDialog = ({ isOpen, onClose }: WelcomeDialogProps) => {
values={{
link: (chunks: ReactNode) => (
diff --git a/src/workbench/connect-dialogs/FirmwareDialog.tsx b/src/workbench/connect-dialogs/FirmwareDialog.tsx
index 21820abf5..70a08c7d4 100644
--- a/src/workbench/connect-dialogs/FirmwareDialog.tsx
+++ b/src/workbench/connect-dialogs/FirmwareDialog.tsx
@@ -71,7 +71,7 @@ const FirmwareDialogBody = () => {
values={{
link: (chunks: ReactNode) => (
{
(
@@ -112,7 +112,7 @@ const NotFoundDialogBody = ({
values={{
link: (chunks: ReactNode) => (
-
+