From 7a0690cc553230bad9733c479b974f8ed5d67459 Mon Sep 17 00:00:00 2001 From: Bruno Camarneiro Date: Sun, 13 Oct 2024 18:51:10 +0200 Subject: [PATCH] feat(new-styling): :lipstick: update footer and tags styling --- docs/Open-source/code-of-conduct.md | 1 - docs/Open-source/contributing.md | 1 - docs/Open-source/repositories.md | 1 - docs/index.md | 1 - docs/learn/delivery-acknowledgements.md | 1 - docs/learn/developers.md | 1 - docs/learn/index.md | 1 - docs/learn/services.md | 1 - docs/learn/the-network.md | 1 - docs/learn/token-and-economics.md | 1 - docs/node/analyzing-logs.md | 1 - docs/node/configuration.md | 1 - docs/node/diagnostics.md | 1 - docs/node/health-check.md | 1 - docs/node/index.md | 1 - docs/node/install.md | 1 - docs/node/lightning-cli.md | 1 - docs/node/requirements.md | 1 - docs/node/systemd-service.md | 1 - docs/node/testnet-onboarding.md | 1 - docs/roadmap.md | 1 - docs/whitepaper.md | 1 - docusaurus.config.js | 32 +++++---- package.json | 4 +- src/components/Author/styles.css | 5 +- src/css/breadcrumbs.css | 20 ++++++ src/css/custom.css | 77 +++++++++++++++++----- src/css/pagination-nav.css | 14 ++++ src/css/sidebar.css | 21 +++--- src/css/tags.css | 12 ++++ src/css/toc.css | 43 ++++++++++++ src/css/typography.css | 12 ++++ src/theme/Footer/Layout/index.js | 7 +- src/theme/Footer/Layout/styles.module.css | 18 +++++ src/theme/Navbar/Content/index.js | 3 +- src/theme/Navbar/Content/styles.module.css | 14 ++++ src/theme/Navbar/styles.css | 1 - static/img/logo+named.svg | 15 ----- yarn.lock | 42 ++++++------ 39 files changed, 257 insertions(+), 105 deletions(-) create mode 100644 src/css/breadcrumbs.css create mode 100644 src/css/pagination-nav.css create mode 100644 src/css/tags.css create mode 100644 src/css/toc.css create mode 100644 src/css/typography.css create mode 100644 src/theme/Footer/Layout/styles.module.css delete mode 100644 static/img/logo+named.svg diff --git a/docs/Open-source/code-of-conduct.md b/docs/Open-source/code-of-conduct.md index 262993fd2..1497feeff 100644 --- a/docs/Open-source/code-of-conduct.md +++ b/docs/Open-source/code-of-conduct.md @@ -10,7 +10,6 @@ tags: - pledge - contribute - code of conduct -hide_table_of_contents: true --- diff --git a/docs/Open-source/contributing.md b/docs/Open-source/contributing.md index ad68e18f7..e41d3f11b 100644 --- a/docs/Open-source/contributing.md +++ b/docs/Open-source/contributing.md @@ -10,7 +10,6 @@ tags: - repository - contribute - open source -hide_table_of_contents: true --- # Contributing to Lightning diff --git a/docs/Open-source/repositories.md b/docs/Open-source/repositories.md index 6a2c9e3ec..7ff510534 100644 --- a/docs/Open-source/repositories.md +++ b/docs/Open-source/repositories.md @@ -8,7 +8,6 @@ category: Documentation keywords: [repositories] tags: - repository -hide_table_of_contents: true --- The Fleek Network's repositories contain a collection of source code, libraries, and other software artifacts that are used to build and maintain our products collaboratively. diff --git a/docs/index.md b/docs/index.md index dd092fc14..f22865af4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,6 @@ date: 2023-08-15T09:00:00.000+00:00 description: Welcome to the documentation site for Fleek Network, the decentralized content and application layer built on established decentralized storage protocols combined with high-speed caching and an effective delivery layer. category: Documentation keywords: [introduction, documentation, getting started] -hide_table_of_contents: true tags: - Edge Platform - Guide diff --git a/docs/learn/delivery-acknowledgements.md b/docs/learn/delivery-acknowledgements.md index 975562cd4..e98aa22f3 100644 --- a/docs/learn/delivery-acknowledgements.md +++ b/docs/learn/delivery-acknowledgements.md @@ -6,7 +6,6 @@ description: Dive into Fleek Network's Delivery Acknowledgements, immutable proo tags: - snarks sidebarCollapsible: false -hide_table_of_contents: true --- import Author from '@site/src/components/Author'; diff --git a/docs/learn/developers.md b/docs/learn/developers.md index 95734521e..02b0f8b90 100644 --- a/docs/learn/developers.md +++ b/docs/learn/developers.md @@ -12,7 +12,6 @@ tags: - Guide - Learn - Fleek Network -hide_table_of_contents: true --- :::info diff --git a/docs/learn/index.md b/docs/learn/index.md index 959ac6248..beac14e8a 100644 --- a/docs/learn/index.md +++ b/docs/learn/index.md @@ -8,7 +8,6 @@ tags: - learn - fleek network - whitepaper -hide_table_of_contents: true --- import Author from '@site/src/components/Author'; diff --git a/docs/learn/services.md b/docs/learn/services.md index 6631991a4..dcd981f60 100644 --- a/docs/learn/services.md +++ b/docs/learn/services.md @@ -16,7 +16,6 @@ tags: - develop - sdk - toolkit -hide_table_of_contents: true --- import Author from '@site/src/components/Author'; diff --git a/docs/learn/the-network.md b/docs/learn/the-network.md index 23e0cebf6..83f5c6649 100644 --- a/docs/learn/the-network.md +++ b/docs/learn/the-network.md @@ -15,7 +15,6 @@ tags: - reputation - ports sidebarCollapsible: false -hide_table_of_contents: true --- import Author from '@site/src/components/Author'; diff --git a/docs/learn/token-and-economics.md b/docs/learn/token-and-economics.md index ba7bb77dc..97edcb326 100644 --- a/docs/learn/token-and-economics.md +++ b/docs/learn/token-and-economics.md @@ -12,7 +12,6 @@ tags: - incentives sidebarCollapsible: false sidebar_position: 1 -hide_table_of_contents: true --- ## Overview diff --git a/docs/node/analyzing-logs.md b/docs/node/analyzing-logs.md index 642172eea..fc4ac33c0 100644 --- a/docs/node/analyzing-logs.md +++ b/docs/node/analyzing-logs.md @@ -5,7 +5,6 @@ hide_title: true tags: - logs - diagnostic -hide_table_of_contents: true --- import Author from '@site/src/components/Author'; diff --git a/docs/node/configuration.md b/docs/node/configuration.md index a403620b1..2368b94a6 100644 --- a/docs/node/configuration.md +++ b/docs/node/configuration.md @@ -3,7 +3,6 @@ title: Configuration tags: - Configuration sidebarCollapsible: false -hide_table_of_contents: true --- TODO: Configuration \ No newline at end of file diff --git a/docs/node/diagnostics.md b/docs/node/diagnostics.md index 5ccad9df8..cedc2a4bf 100644 --- a/docs/node/diagnostics.md +++ b/docs/node/diagnostics.md @@ -3,7 +3,6 @@ title: Diagnostics tags: - Diagnostics sidebarCollapsible: false -hide_table_of_contents: true --- TODO: Diagnostics \ No newline at end of file diff --git a/docs/node/health-check.md b/docs/node/health-check.md index 26f0e6bd5..7bee0ab94 100644 --- a/docs/node/health-check.md +++ b/docs/node/health-check.md @@ -6,7 +6,6 @@ tags: - healthcheck - verification - node status -hide_table_of_contents: true --- import Author from '@site/src/components/Author'; diff --git a/docs/node/index.md b/docs/node/index.md index e51814db3..3d243af98 100644 --- a/docs/node/index.md +++ b/docs/node/index.md @@ -5,7 +5,6 @@ hide_title: true description: Learn about server requirements, installation, configuration, and more. Become a Node Operator and contribute to the network's growth. tags: - build -hide_table_of_contents: true --- import Author from '@site/src/components/Author'; diff --git a/docs/node/install.md b/docs/node/install.md index b598a5b40..08cf0f50e 100644 --- a/docs/node/install.md +++ b/docs/node/install.md @@ -16,7 +16,6 @@ tags: - build - wizard - manual -hide_table_of_contents: true --- import Author from '@site/src/components/Author'; diff --git a/docs/node/lightning-cli.md b/docs/node/lightning-cli.md index f1d28dd67..07d687c7c 100644 --- a/docs/node/lightning-cli.md +++ b/docs/node/lightning-cli.md @@ -7,7 +7,6 @@ tags: - cli - lightning - lgtn -hide_table_of_contents: true --- import Author from '@site/src/components/Author'; diff --git a/docs/node/requirements.md b/docs/node/requirements.md index d499d73fe..d1a924b5f 100644 --- a/docs/node/requirements.md +++ b/docs/node/requirements.md @@ -6,7 +6,6 @@ tags: - requirements - server sidebarCollapsible: false -hide_table_of_contents: true --- import Author from '@site/src/components/Author'; diff --git a/docs/node/systemd-service.md b/docs/node/systemd-service.md index e9548e07f..b18c09085 100644 --- a/docs/node/systemd-service.md +++ b/docs/node/systemd-service.md @@ -7,7 +7,6 @@ tags: - systemctl - control - manage -hide_table_of_contents: true --- import Author from '@site/src/components/Author'; diff --git a/docs/node/testnet-onboarding.md b/docs/node/testnet-onboarding.md index f0efdc37a..6785b81e5 100644 --- a/docs/node/testnet-onboarding.md +++ b/docs/node/testnet-onboarding.md @@ -9,7 +9,6 @@ tags: - phases - getting started sidebarCollapsible: false -hide_table_of_contents: true --- import Author from '@site/src/components/Author'; diff --git a/docs/roadmap.md b/docs/roadmap.md index 5f7a4f7a9..4c365ccc2 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -8,7 +8,6 @@ keywords: [roadmap] tags: - Roadmap - Fleek Network -hide_table_of_contents: true --- ## Introduction diff --git a/docs/whitepaper.md b/docs/whitepaper.md index 44ecd717f..2c1e4fef5 100644 --- a/docs/whitepaper.md +++ b/docs/whitepaper.md @@ -11,7 +11,6 @@ tags: - CDN - Fleek Network - Whitepaper -hide_table_of_contents: true --- This section provides in-depth documentation and materials about the Fleek Network technology stack. diff --git a/docusaurus.config.js b/docusaurus.config.js index 28c034ca0..e7f1b8a5f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -17,6 +17,8 @@ const commonDiscord = 'https://discord.gg/fleek'; const commonTwitter = 'https://twitter.com/fleek_net'; const commonHome = 'https://fleek.network'; const commonCompanyUrl = 'https://fleek.network/'; +const fleekXyzUrl = 'https://fleek.xyz/'; +const fleekNetworkGithubUrl = 'https://github.com/fleek-network'; const copyright = `Copyright © ${new Date().getFullYear()} Fleek`; const commonNavbarItems = [{ @@ -126,34 +128,38 @@ const config = { style: 'light', links: [ { - title: 'Resources', items: [ - ...commonNavbarItems, + { + label: 'Discord', + href: commonDiscord, + }, + { + label: 'X', + href: commonTwitter, + }, ], }, { - title: 'Community', items: [ { - label: 'Discord', - href: commonDiscord, + label: 'Whitepaper', + to: '/docs/whitepaper', }, { - label: 'Twitter', - href: commonTwitter, + label: 'Documentation', + href: '/docs', }, ], }, { - title: 'Company', items: [ { - label: 'Home', - href: commonCompanyUrl, + label: 'Github', + href: fleekNetworkGithubUrl, }, { - label: 'Contact us', - href: commonDiscord, + label: 'Fleek Platform', + href: fleekXyzUrl, }, ], }, @@ -161,7 +167,7 @@ const config = { // copyright: `Copyright © ${new Date().getFullYear()} Fleek. All rights reserved.`, logo: { alt: 'Fleek Network', - src: 'img/logo+named.svg?202301101154', + src: 'img/logo.svg?202301101154', href: 'https://fleek.network', width: 160 }, diff --git a/package.json b/package.json index dbd01f7c0..26f5b2cee 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "private": true, "scripts": { "docusaurus": "docusaurus", - "start": "docusaurus start", - "build": "docusaurus build", + "start": "docusaurus start --no-minify", + "build": "docusaurus build --no-minify", "swizzle": "docusaurus swizzle", "deploy": "docusaurus deploy", "clear": "docusaurus clear", diff --git a/src/components/Author/styles.css b/src/components/Author/styles.css index 75177b97a..7db8c6c14 100644 --- a/src/components/Author/styles.css +++ b/src/components/Author/styles.css @@ -30,8 +30,6 @@ } .author_card>div { - /* display: flex; - gap: 1rem; */ display: grid; grid-template-columns: auto auto; gap: 1rem; @@ -64,6 +62,9 @@ .author_card .name { font: bold var(--ifm-h4-font-size) / var(--ifm-heading-line-height) var(--ifm-font-family-base); + a { + color: var(--text-color); + } } diff --git a/src/css/breadcrumbs.css b/src/css/breadcrumbs.css new file mode 100644 index 000000000..5b2a652cb --- /dev/null +++ b/src/css/breadcrumbs.css @@ -0,0 +1,20 @@ +.breadcrumbs__item--active .breadcrumbs__link { + color: var(--text-color) !important; +} + +.breadcrumbs__item [aria-label="Home page"], .breadcrumbs__item [aria-label="Home page"]:hover { + line-height: 1.6; + svg { + color: var(--text-color) + } +} + +.breadcrumbs__item:not(:last-child)::after { + content: "/" !important; + color: var(--text-color); + filter: none; + background: none; + opacity: 1; + height: 1.5rem; + font-weight: var(--ifm-font-weight-light); +} \ No newline at end of file diff --git a/src/css/custom.css b/src/css/custom.css index 26b7d9fb4..2d9a5bfcd 100644 --- a/src/css/custom.css +++ b/src/css/custom.css @@ -5,16 +5,14 @@ */ /* You can override the default Infima variables here. */ -@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@300;400;500;600;700&display=swap'); @font-face { - font-family: 'Atyp'; /* You can name it anything */ - src: url('/fonts/AtypDisplay-Bold.woff2') format('woff2'), - url('/fonts/AtypDisplay-Medium.woff2') format('woff2'), - url('/fonts/AtypDisplay-Regular.woff2') format('woff2'), - url('/fonts/AtypDisplay-Semibold.woff2') format('woff2'); - /* font-weight: normal; - font-style: normal; */ + font-family: 'Atyp'; + src: url('/fonts/AtypDisplay-Regular.woff2') format('woff2') font-weight 400; + src: url('/fonts/AtypDisplay-Medium.woff2') format('woff2') font-weight 500; + src: url('/fonts/AtypDisplay-Semibold.woff2') format('woff2') font-weight 600; + src: url('/fonts/AtypDisplay-Bold.woff2') format('woff2') font-weight 700; } :root { @@ -41,11 +39,14 @@ --sidebar-menu-item_border: #d9d9d9; --ifm-color-primary-darker: var(--link-active); - -} -h1, h2, h3, h4, h5, h6 { - font-family: 'Atyp', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + --ifm-footer-link-color: var(--text-color); + --ifm-footer-link-hover-color: var(--link-active); + --ifm-footer-padding-vertical: 0; + + --ifm-color-content-secondary: var(--text-color); + --ifm-pagination-nav-color-hover: var(--link-active); + --ifm-font-weight-base: var(--ifm-font-weight-light); } /* For readability concerns, you should choose a lighter palette in dark mode. */ @@ -63,6 +64,11 @@ h1, h2, h3, h4, h5, h6 { @import url('../theme/Navbar/styles.css'); @import url('../components/Author/styles.css'); @import url('./sidebar.css'); +@import url('./tags.css'); +@import url('./pagination-nav.css'); +@import url('./breadcrumbs.css'); +@import url('./typography.css'); +@import url('./toc.css'); :root { --docsearch-modal-background: #000 !important; @@ -96,9 +102,14 @@ html[data-theme='dark'] { } .alert { - background: #1C1C1C; - border-left: 4px solid #C9FF57; + background: transparent; + border: 1px solid var(--sidebar-menu-item_border); border-radius: 0px; + color: var(--text-color); + + svg { + fill: var(--link-active) !important; + } } .alert a { @@ -130,7 +141,35 @@ div[class*="docItemContainer"] { @media (min-width: 996px) { .footer .container { padding: 0; + + .footer__title { + display: none; + } + + .footer__links { + margin-bottom: 0; + padding: 2rem var(--ifm-footer-padding-horizontal); + } + } +} + +@media (max-width: 996px) { + .footer__col { + margin-bottom: 0; + flex-basis: 0; + } + + .footer__links { + margin-bottom: 0; + padding: 2rem var(--ifm-footer-padding-horizontal); + padding-left: 4rem; + } + + + .footer__title { + display: none; } + } /* Main wrapper */ @@ -141,16 +180,22 @@ div[class*="docItemContainer"] { width: 100%; } +main > .container > .row { + margin: 0; +} .DocSearch-Button-Container svg, .DocSearch-Form .DocSearch-LoadingIndicator svg, .DocSearch-Form .DocSearch-MagnifierLabel svg { width: 14px; height: 14px; + padding-top: 2px; } .DocSearch-Button-Container .DocSearch-Button-Placeholder { - padding: 0 0.5rem; + padding: 2px 0.5rem 0 0.5rem; + font-family: var(--ifm-font-family-base); + font-weight: 300; } .DocSearch-Button svg { @@ -161,7 +206,7 @@ div[class*="docItemContainer"] { .DocSearch-Button:hover svg { opacity: 1; } - +§ .DocSearch-Container > .DocSearch-Modal, .DocSearch-Modal .DocSearch-Form { box-shadow: none; diff --git a/src/css/pagination-nav.css b/src/css/pagination-nav.css new file mode 100644 index 000000000..168f6dca9 --- /dev/null +++ b/src/css/pagination-nav.css @@ -0,0 +1,14 @@ +.pagination-nav__link { + transition: ease-in-out 0.2s border-color; + + .pagination-nav__sublabel, .pagination-nav__label { + color: var(--text-color); + transition: ease-in-out 0.2s color; + } +} + +.pagination-nav__link:hover { + .pagination-nav__sublabel, .pagination-nav__label { + color: var(--link-active); + } +} \ No newline at end of file diff --git a/src/css/sidebar.css b/src/css/sidebar.css index a039ebbb4..85c839b94 100644 --- a/src/css/sidebar.css +++ b/src/css/sidebar.css @@ -1,10 +1,3 @@ -@media (min-width: 996px) { - [class^="sidebar_"] .menu_node_modules-\@docusaurus-theme-classic-lib-theme-DocSidebar-Desktop-Content-styles-module { - padding: 1rem 0; - } -} - - .menu .menu__list { padding-right: 2rem; } @@ -28,7 +21,8 @@ nav>.menu__list { border-radius: 0; } -.menu__link--active, .menu__link--active:hover { +.menu__link--active, +.menu__link--active:hover { color: var(--link-active); border-color: var(--link-active); } @@ -58,4 +52,13 @@ nav>.menu__list { .menu__list-item--collapsed.theme-doc-sidebar-item-category::after { top: 0; transform: rotate(0deg); -} \ No newline at end of file +} + +@media (min-width: 997px) { + aside .sidebarViewport_node_modules-\@docusaurus-theme-classic-lib-theme-DocRoot-Layout-Sidebar-styles-module { + top: 36px; + position: sticky; + height: inherit; + max-height: inherit; + } +} \ No newline at end of file diff --git a/src/css/tags.css b/src/css/tags.css new file mode 100644 index 000000000..3d2c9cde4 --- /dev/null +++ b/src/css/tags.css @@ -0,0 +1,12 @@ +.theme-doc-footer-tags-row { + a { + color: var(--text-color); + border-color: var(--text-color); + transition: ease-in-out 0.2s color, ease-in-out 0.2s border-color; + } + + a:hover { + color: var(--link-active); + border-color: var(--link-active); + } +} \ No newline at end of file diff --git a/src/css/toc.css b/src/css/toc.css new file mode 100644 index 000000000..01aa426c9 --- /dev/null +++ b/src/css/toc.css @@ -0,0 +1,43 @@ +.theme-doc-toc-desktop { + .table-of-contents__left-border { + border: none; + } + + .table-of-contents__left-border::before { + display: none; + } + + .table-of-contents__link { + color: var(--text-color); + border-left: 1px solid #D9D9D9; + padding: var(--ifm-toc-padding-vertical) var(--ifm-toc-padding-horizontal); + } + + .table-of-contents__link--active { + border-left: 1px solid var(--text-color); + } + + .table-of-contents__link--active::before { + display: none; + } + + > .table-of-contents { + padding-top: 20px; + } + + .table-of-contents > li { + margin: 0; + + ul { + padding-left: 0; + + li { + margin: 0; + a { + padding: var(--ifm-toc-padding-vertical) calc(var(--ifm-toc-padding-horizontal)*2); + } + } + } + } + +} \ No newline at end of file diff --git a/src/css/typography.css b/src/css/typography.css new file mode 100644 index 000000000..a51e3826d --- /dev/null +++ b/src/css/typography.css @@ -0,0 +1,12 @@ + +h1, h2, h3, h4, h5, h6 { + font-family: 'Atyp', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; +} + +.markdown { + font-weight: var(--ifm-font-weight-light); + + h1, h2, h3, h4, h5, h6 { + font-weight: 400; + } +} \ No newline at end of file diff --git a/src/theme/Footer/Layout/index.js b/src/theme/Footer/Layout/index.js index 664bd967d..ec408d585 100644 --- a/src/theme/Footer/Layout/index.js +++ b/src/theme/Footer/Layout/index.js @@ -1,19 +1,22 @@ import React from 'react'; import clsx from 'clsx'; +import styles from './styles.module.css'; export default function FooterLayout({style, links, logo, copyright}) { return ( ); diff --git a/src/theme/Footer/Layout/styles.module.css b/src/theme/Footer/Layout/styles.module.css new file mode 100644 index 000000000..3f5d8695c --- /dev/null +++ b/src/theme/Footer/Layout/styles.module.css @@ -0,0 +1,18 @@ +.container { + display: flex; + flex-direction: row; +} + +.links { + margin: 0 0 0 auto; + max-width: 750px; + flex-grow: 1; + + a { + text-decoration: none; + + svg { + display: none; + } + } +} \ No newline at end of file diff --git a/src/theme/Navbar/Content/index.js b/src/theme/Navbar/Content/index.js index 4d745ae41..3a7d19cf0 100644 --- a/src/theme/Navbar/Content/index.js +++ b/src/theme/Navbar/Content/index.js @@ -48,13 +48,12 @@ export default function NavbarContent() {
{!mobileSidebar.disabled && } - - {!searchBarItem && ( )} +
Whitepaper diff --git a/src/theme/Navbar/Content/styles.module.css b/src/theme/Navbar/Content/styles.module.css index 2fdf008ec..2d4d38feb 100644 --- a/src/theme/Navbar/Content/styles.module.css +++ b/src/theme/Navbar/Content/styles.module.css @@ -27,6 +27,20 @@ Hide color mode toggle in small viewports max-width: 1440px; margin: 0 auto; width: 100%; + + @media (max-width: 996px) { + .whitepaperLink { + display: none; + } + + [class^="navbar__search"] { + display: none; + } + + [class="navbar__logo"] { + margin-left: 1rem; + } + } } .navbar__items { diff --git a/src/theme/Navbar/styles.css b/src/theme/Navbar/styles.css index f6a1de76b..9721a0fa7 100644 --- a/src/theme/Navbar/styles.css +++ b/src/theme/Navbar/styles.css @@ -11,7 +11,6 @@ .DocSearch-Button, .DocSearch-Button:hover { - width: 250px; border-radius: 0px; color: var(--text-color); border: 1px solid var(--text-color); diff --git a/static/img/logo+named.svg b/static/img/logo+named.svg deleted file mode 100644 index cb750b469..000000000 --- a/static/img/logo+named.svg +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/yarn.lock b/yarn.lock index 905774b3e..812cc917a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3970,9 +3970,9 @@ __metadata: linkType: hard "caniuse-lite@npm:^1.0.0, caniuse-lite@npm:^1.0.30001646, caniuse-lite@npm:^1.0.30001663": - version: 1.0.30001667 - resolution: "caniuse-lite@npm:1.0.30001667" - checksum: 10c0/6bc8555a47603e1e76eaef9b185d6fdeeca7d9c20a283f7c32c971eb1b52ea3a80e6ec086920f088f06abe619240f1023a2d3a08b5b1f2f11df1475695e9f71c + version: 1.0.30001669 + resolution: "caniuse-lite@npm:1.0.30001669" + checksum: 10c0/f125f23440d3dbb6c25ffb8d55f4ce48af36a84d0932b152b3b74f143a4170cbe92e02b0a9676209c86609bf7bf34119ff10cc2bc7c1b7ea40e936cc16598408 languageName: node linkType: hard @@ -5068,9 +5068,9 @@ __metadata: linkType: hard "electron-to-chromium@npm:^1.5.28": - version: 1.5.36 - resolution: "electron-to-chromium@npm:1.5.36" - checksum: 10c0/cd8d0de7801107f2b2744b5b18641c969a49b0503996cc1a586bb79d893020d0c4e916ac1935603eea65104b4fc1096bc339e0151531dca9e0f0ce0c1882e2d8 + version: 1.5.41 + resolution: "electron-to-chromium@npm:1.5.41" + checksum: 10c0/97b82383963029e6ed0bd7a71eb527f640c8cf658c9e43c776b0257b3c65e366590ac54135683a21e4474a156b8be78717d6e94d3c1def84b69f92bf48f2390f languageName: node linkType: hard @@ -5142,7 +5142,7 @@ __metadata: languageName: node linkType: hard -"entities@npm:^4.2.0, entities@npm:^4.4.0": +"entities@npm:^4.2.0, entities@npm:^4.4.0, entities@npm:^4.5.0": version: 4.5.0 resolution: "entities@npm:4.5.0" checksum: 10c0/5b039739f7621f5d1ad996715e53d964035f75ad3b9a4d38c6b3804bb226e282ffeae2443624d8fdd9c47d8e926ae9ac009c54671243f0c3294c26af7cc85250 @@ -6137,8 +6137,8 @@ __metadata: linkType: hard "hast-util-to-jsx-runtime@npm:^2.0.0": - version: 2.3.0 - resolution: "hast-util-to-jsx-runtime@npm:2.3.0" + version: 2.3.2 + resolution: "hast-util-to-jsx-runtime@npm:2.3.2" dependencies: "@types/estree": "npm:^1.0.0" "@types/hast": "npm:^3.0.0" @@ -6155,7 +6155,7 @@ __metadata: style-to-object: "npm:^1.0.0" unist-util-position: "npm:^5.0.0" vfile-message: "npm:^4.0.0" - checksum: 10c0/df7a36dcc792df7667a54438f044b721753d5e09692606d23bf7336bf4651670111fe7728eebbf9f0e4f96ab3346a05bb23037fa1b1d115482b3bc5bde8b6912 + checksum: 10c0/97761b2a48b8bc37da3d66cb4872312ae06c6e8f9be59e33b04b21fa5af371a39cb23b3ca165dd8e898ba1caf9b76399da35c957e68bad02a587a3a324216d56 languageName: node linkType: hard @@ -8818,21 +8818,21 @@ __metadata: linkType: hard "parse5-htmlparser2-tree-adapter@npm:^7.0.0": - version: 7.0.0 - resolution: "parse5-htmlparser2-tree-adapter@npm:7.0.0" + version: 7.1.0 + resolution: "parse5-htmlparser2-tree-adapter@npm:7.1.0" dependencies: - domhandler: "npm:^5.0.2" + domhandler: "npm:^5.0.3" parse5: "npm:^7.0.0" - checksum: 10c0/e820cacb8486e6f7ede403327d18480df086d70e32ede2f6654d8c3a8b4b8dc4a4d5c21c03c18a92ba2466c513b93ca63be4a138dd73cd0995f384eb3b9edf11 + checksum: 10c0/e5a4e0b834c84c9e244b5749f8d007f4baaeafac7a1da2c54be3421ffd9ef8fdec4f198bf55cda22e88e6ba95e9943f6ed5aa3ae5900b39972ebf5dc8c3f4722 languageName: node linkType: hard "parse5@npm:^7.0.0": - version: 7.1.2 - resolution: "parse5@npm:7.1.2" + version: 7.2.0 + resolution: "parse5@npm:7.2.0" dependencies: - entities: "npm:^4.4.0" - checksum: 10c0/297d7af8224f4b5cb7f6617ecdae98eeaed7f8cbd78956c42785e230505d5a4f07cef352af10d3006fa5c1544b76b57784d3a22d861ae071bbc460c649482bf4 + entities: "npm:^4.5.0" + checksum: 10c0/76d68684708befb41ff1d5e0e9835f566afb3950807d340941afc9dbe4c9c28db2414bda0c8503d459de863463869b8540c6abf8c9742cffa0b9b31eecd37951 languageName: node linkType: hard @@ -8954,9 +8954,9 @@ __metadata: linkType: hard "picocolors@npm:^1.0.0, picocolors@npm:^1.0.1, picocolors@npm:^1.1.0": - version: 1.1.0 - resolution: "picocolors@npm:1.1.0" - checksum: 10c0/86946f6032148801ef09c051c6fb13b5cf942eaf147e30ea79edb91dd32d700934edebe782a1078ff859fb2b816792e97ef4dab03d7f0b804f6b01a0df35e023 + version: 1.1.1 + resolution: "picocolors@npm:1.1.1" + checksum: 10c0/e2e3e8170ab9d7c7421969adaa7e1b31434f789afb9b3f115f6b96d91945041ac3ceb02e9ec6fe6510ff036bcc0bf91e69a1772edc0b707e12b19c0f2d6bcf58 languageName: node linkType: hard