diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md
deleted file mode 100644
index 724a8d56f..000000000
--- a/CHANGE_LOG.md
+++ /dev/null
@@ -1,53 +0,0 @@
-# Changelog
-
-## Mindmaps
-
-preview
-url
-
-```
-const fitViewOptions = {
- duration: 700,
-};
-
-export const onPreBootstrap: GatsbyNode['onPreBootstrap'] = () => {
- const buildId = randomUUID();
-
- process.env.GATSBY_BUILD_ID = buildId;
-};
-
-import React from 'react';
-import { Button } from 'design-system/button';
-import { Modal } from 'design-system/modal';
-import { useSimpleFeature } from '@greenonsoftware/react-kit';
-
-const ExamplesContainer = () => {
- const examplesModal = useSimpleFeature();
-
- return (
- <>
-
- {examplesModal.isOn && (
-
-
-
- )}
- >
- );
-};
-
-export { ExamplesContainer };
-
-```
diff --git a/biome.json b/biome.json
index c1c361bef..a820d55a6 100644
--- a/biome.json
+++ b/biome.json
@@ -41,9 +41,6 @@
"noUnknownAtRules": "off",
"useIterableCallbackReturn": "off"
},
- "security": {
- "noDangerouslySetInnerHtml": "off"
- },
"style": {
"useImportType": "off",
"noNonNullAssertion": "off",
diff --git a/cypress/scenarios/docs-management.ts b/cypress/scenarios/docs-management.ts
index 4e1745f58..65cb3741b 100644
--- a/cypress/scenarios/docs-management.ts
+++ b/cypress/scenarios/docs-management.ts
@@ -130,7 +130,9 @@ const DOCS_MANAGEMENT_SCENARIOS = {
.and(`I see text`, [
editedDocumentName,
editedDocumentDescription,
- `angular, vue, node`,
+ "angular",
+ "vue",
+ "node",
])
.when(`I click button`, [`Close additional options`]);
diff --git a/cypress/snapshots/docs-creator.cy.ts/Blocks.snap.png b/cypress/snapshots/docs-creator.cy.ts/Blocks.snap.png
index c28426844..2aa08e8a5 100644
Binary files a/cypress/snapshots/docs-creator.cy.ts/Blocks.snap.png and b/cypress/snapshots/docs-creator.cy.ts/Blocks.snap.png differ
diff --git a/cypress/snapshots/docs-creator.cy.ts/Lists.snap.png b/cypress/snapshots/docs-creator.cy.ts/Lists.snap.png
index 396ec7eab..9593bf482 100644
Binary files a/cypress/snapshots/docs-creator.cy.ts/Lists.snap.png and b/cypress/snapshots/docs-creator.cy.ts/Lists.snap.png differ
diff --git a/cypress/snapshots/docs-creator.cy.ts/Thanks for using our editor!.snap.png b/cypress/snapshots/docs-creator.cy.ts/Thanks for using our editor!.snap.png
index 0069d2212..9d8b74245 100644
Binary files a/cypress/snapshots/docs-creator.cy.ts/Thanks for using our editor!.snap.png and b/cypress/snapshots/docs-creator.cy.ts/Thanks for using our editor!.snap.png differ
diff --git a/cypress/snapshots/docs-creator.cy.ts/Typography.snap.png b/cypress/snapshots/docs-creator.cy.ts/Typography.snap.png
index 51f6b64b4..17cccb7de 100644
Binary files a/cypress/snapshots/docs-creator.cy.ts/Typography.snap.png and b/cypress/snapshots/docs-creator.cy.ts/Typography.snap.png differ
diff --git a/cypress/snapshots/docs-creator.cy.ts/headings-after-change-theme.snap.png b/cypress/snapshots/docs-creator.cy.ts/headings-after-change-theme.snap.png
index 6b78136cf..c86dcc52f 100644
Binary files a/cypress/snapshots/docs-creator.cy.ts/headings-after-change-theme.snap.png and b/cypress/snapshots/docs-creator.cy.ts/headings-after-change-theme.snap.png differ
diff --git a/cypress/snapshots/docs-creator.cy.ts/headings-before-change-theme.snap.png b/cypress/snapshots/docs-creator.cy.ts/headings-before-change-theme.snap.png
index 79a61df51..8be2b5a8c 100644
Binary files a/cypress/snapshots/docs-creator.cy.ts/headings-before-change-theme.snap.png and b/cypress/snapshots/docs-creator.cy.ts/headings-before-change-theme.snap.png differ
diff --git a/cypress/snapshots/docs-creator.cy.ts/lists-after-change-theme.snap.png b/cypress/snapshots/docs-creator.cy.ts/lists-after-change-theme.snap.png
index 2fe04d4f2..ca5c00051 100644
Binary files a/cypress/snapshots/docs-creator.cy.ts/lists-after-change-theme.snap.png and b/cypress/snapshots/docs-creator.cy.ts/lists-after-change-theme.snap.png differ
diff --git a/cypress/snapshots/docs-creator.cy.ts/lists-before-change-theme.snap.png b/cypress/snapshots/docs-creator.cy.ts/lists-before-change-theme.snap.png
index 37b0752a6..9e9b14922 100644
Binary files a/cypress/snapshots/docs-creator.cy.ts/lists-before-change-theme.snap.png and b/cypress/snapshots/docs-creator.cy.ts/lists-before-change-theme.snap.png differ
diff --git a/cypress/snapshots/docs-creator.cy.ts/math-after-change-theme.snap.png b/cypress/snapshots/docs-creator.cy.ts/math-after-change-theme.snap.png
index 87256c43f..d2642621b 100644
Binary files a/cypress/snapshots/docs-creator.cy.ts/math-after-change-theme.snap.png and b/cypress/snapshots/docs-creator.cy.ts/math-after-change-theme.snap.png differ
diff --git a/cypress/snapshots/docs-creator.cy.ts/math-before-change-theme.snap.png b/cypress/snapshots/docs-creator.cy.ts/math-before-change-theme.snap.png
index 3c40669bb..15bd3a057 100644
Binary files a/cypress/snapshots/docs-creator.cy.ts/math-before-change-theme.snap.png and b/cypress/snapshots/docs-creator.cy.ts/math-before-change-theme.snap.png differ
diff --git a/cypress/snapshots/user-profile-management.cy.ts/empty-user-profile-form.snap.png b/cypress/snapshots/user-profile-management.cy.ts/empty-user-profile-form.snap.png
index c5ee8ce7a..b234a9b99 100644
Binary files a/cypress/snapshots/user-profile-management.cy.ts/empty-user-profile-form.snap.png and b/cypress/snapshots/user-profile-management.cy.ts/empty-user-profile-form.snap.png differ
diff --git a/cypress/snapshots/user-profile-management.cy.ts/error-screen-dupliated-username.snap.png b/cypress/snapshots/user-profile-management.cy.ts/error-screen-dupliated-username.snap.png
index 51ecc26ca..324bd5870 100644
Binary files a/cypress/snapshots/user-profile-management.cy.ts/error-screen-dupliated-username.snap.png and b/cypress/snapshots/user-profile-management.cy.ts/error-screen-dupliated-username.snap.png differ
diff --git a/cypress/snapshots/user-profile-management.cy.ts/no-profile-yet.snap.png b/cypress/snapshots/user-profile-management.cy.ts/no-profile-yet.snap.png
index a2a2ee6c6..3cfad2115 100644
Binary files a/cypress/snapshots/user-profile-management.cy.ts/no-profile-yet.snap.png and b/cypress/snapshots/user-profile-management.cy.ts/no-profile-yet.snap.png differ
diff --git a/cypress/snapshots/user-profile-management.cy.ts/profile-ready.snap.png b/cypress/snapshots/user-profile-management.cy.ts/profile-ready.snap.png
index 799bf3564..05edb8e66 100644
Binary files a/cypress/snapshots/user-profile-management.cy.ts/profile-ready.snap.png and b/cypress/snapshots/user-profile-management.cy.ts/profile-ready.snap.png differ
diff --git a/cypress/snapshots/user-profile.cy.ts/cleaned-user-profile-form.snap.png b/cypress/snapshots/user-profile.cy.ts/cleaned-user-profile-form.snap.png
index e9a96e6e6..fde2d1c97 100644
Binary files a/cypress/snapshots/user-profile.cy.ts/cleaned-user-profile-form.snap.png and b/cypress/snapshots/user-profile.cy.ts/cleaned-user-profile-form.snap.png differ
diff --git a/cypress/snapshots/user-profile.cy.ts/filled-user-profile-form.snap.png b/cypress/snapshots/user-profile.cy.ts/filled-user-profile-form.snap.png
index 20960760a..8f166a552 100644
Binary files a/cypress/snapshots/user-profile.cy.ts/filled-user-profile-form.snap.png and b/cypress/snapshots/user-profile.cy.ts/filled-user-profile-form.snap.png differ
diff --git a/cypress/snapshots/user-profile.cy.ts/full-user-profile-form.snap.png b/cypress/snapshots/user-profile.cy.ts/full-user-profile-form.snap.png
index 1dd5a7d65..a5f04b34a 100644
Binary files a/cypress/snapshots/user-profile.cy.ts/full-user-profile-form.snap.png and b/cypress/snapshots/user-profile.cy.ts/full-user-profile-form.snap.png differ
diff --git a/cypress/snapshots/user-profile.cy.ts/no-profile-section.snap.png b/cypress/snapshots/user-profile.cy.ts/no-profile-section.snap.png
index a2a2ee6c6..3cfad2115 100644
Binary files a/cypress/snapshots/user-profile.cy.ts/no-profile-section.snap.png and b/cypress/snapshots/user-profile.cy.ts/no-profile-section.snap.png differ
diff --git a/gatsby-ssr.tsx b/gatsby-ssr.tsx
index 3a3cd67c3..7df8f3d58 100644
--- a/gatsby-ssr.tsx
+++ b/gatsby-ssr.tsx
@@ -9,6 +9,7 @@ export const onRenderBody: GatsbySSR["onRenderBody"] = ({