Merge pull request #402 from NebulousLabs/remove-reveal-and-fade-effects

Remove reveal and fade effects
This commit is contained in:
Karol Wypchło 2020-09-14 17:02:57 +02:00 committed by GitHub
commit 6774a8a262
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 463 additions and 636 deletions

View File

@ -19,7 +19,8 @@ context("Skynet", () => {
cy.get('.home-upload input[type="file"]').attachFile(fileName); cy.get('.home-upload input[type="file"]').attachFile(fileName);
cy.get(".home-uploaded-files").children().should("have.length", 1).scrollIntoView(); cy.get(".home-upload").scrollIntoView();
cy.get(".home-uploaded-files").children().should("have.length", 1);
// wait max 2 minutes, the portal might be slow at times // wait max 2 minutes, the portal might be slow at times
cy.wait("@upload", { responseTimeout: 2 * 60 * 1000 }); cy.wait("@upload", { responseTimeout: 2 * 60 * 1000 });

View File

@ -30,7 +30,6 @@
"react-helmet": "6.1.0", "react-helmet": "6.1.0",
"react-mailchimp-form": "1.0.2", "react-mailchimp-form": "1.0.2",
"react-mailchimp-subscribe": "2.1.0", "react-mailchimp-subscribe": "2.1.0",
"react-reveal": "1.2.2",
"react-syntax-highlighter": "13.5.3", "react-syntax-highlighter": "13.5.3",
"react-visibility-sensor": "5.1.1", "react-visibility-sensor": "5.1.1",
"skynet-js": "0.0.8", "skynet-js": "0.0.8",

View File

@ -1,6 +1,4 @@
import React from "react"; import React from "react";
import Fade from "react-reveal/Fade";
import Reveal from "react-reveal/Reveal";
import { FooterOrb, FooterCube, Built } from "../../svg"; import { FooterOrb, FooterCube, Built } from "../../svg";
import "./Footer.scss"; import "./Footer.scss";
@ -8,17 +6,13 @@ import { Mailing } from "..";
export default function Footer() { export default function Footer() {
return ( return (
<Reveal effect="active">
<footer className="footer" id="footer"> <footer className="footer" id="footer">
<div className="width"> <div className="width">
<Fade duration={700} distance="40px" bottom>
<div className="footer-column"> <div className="footer-column">
<Built width={120} height={120} preserveAspectRatio={"xMinYMin"} /> <Built width={120} height={120} preserveAspectRatio={"xMinYMin"} />
</div> </div>
</Fade>
<div className="footer-column"> <div className="footer-column">
<Fade duration={700} distance="40px" bottom>
<h2>Skynet Webportals</h2> <h2>Skynet Webportals</h2>
<ul> <ul>
@ -53,11 +47,9 @@ export default function Footer() {
</a> </a>
</li> </li>
</ul> </ul>
</Fade>
</div> </div>
<div className="footer-column"> <div className="footer-column">
<Fade duration={700} distance="40px" bottom>
<h2>For Developers</h2> <h2>For Developers</h2>
<ul> <ul>
@ -90,11 +82,9 @@ export default function Footer() {
</a> </a>
</li> </li>
</ul> </ul>
</Fade>
</div> </div>
<div className="footer-column"> <div className="footer-column">
<Fade duration={700} distance="40px" bottom>
<h2>Social</h2> <h2>Social</h2>
<ul> <ul>
<li> <li>
@ -118,11 +108,9 @@ export default function Footer() {
</a> </a>
</li> </li>
</ul> </ul>
</Fade>
</div> </div>
<div className="footer-column"> <div className="footer-column">
<Fade duration={700} distance="40px" bottom>
<h2>Links</h2> <h2>Links</h2>
<ul> <ul>
@ -152,20 +140,16 @@ export default function Footer() {
</a> </a>
</li> </li>
</ul> </ul>
</Fade>
</div> </div>
<div className="footer-column"> <div className="footer-column">
<Fade duration={700} distance="40px" bottom>
<h2>Stay up to date with Skynet updates</h2> <h2>Stay up to date with Skynet updates</h2>
<Mailing id="mailing-bottom" light /> <Mailing id="mailing-bottom" light />
</Fade>
</div> </div>
</div> </div>
<FooterCube className="footer-cube fadeInUp delay2" /> <FooterCube className="footer-cube" />
<FooterOrb className="footer-orb fadeInUp delay2" /> <FooterOrb className="footer-orb" />
</footer> </footer>
</Reveal>
); );
} }

View File

@ -1,5 +1,4 @@
import React from "react"; import React from "react";
import Fade from "react-reveal/Fade";
import "./HomeBuilt.scss"; import "./HomeBuilt.scss";
import { CircleIcon, CodeExamples } from "../"; import { CircleIcon, CodeExamples } from "../";
@ -9,7 +8,6 @@ export default function HomeBuilt() {
return ( return (
<div className="home-built"> <div className="home-built">
<header className="home-built-header"> <header className="home-built-header">
<Fade duration={700} distance="40px" bottom>
<div className="home-built-divider"> <div className="home-built-divider">
<div className="small-divider" /> <div className="small-divider" />
<div className="divider" /> <div className="divider" />
@ -21,19 +19,14 @@ export default function HomeBuilt() {
<div className="divider" /> <div className="divider" />
<div className="small-divider" /> <div className="small-divider" />
</div> </div>
</Fade>
<Fade duration={700} distance="40px" bottom>
<h2> <h2>
Infrastructure built for Infrastructure built for
<br /> <br />
<strong>application developers</strong> <strong>application developers</strong>
</h2> </h2>
</Fade>
</header> </header>
<Fade duration={700} distance="40px" bottom>
<CodeExamples /> <CodeExamples />
</Fade>
</div> </div>
); );
} }

View File

@ -2,7 +2,6 @@ import React, { useState } from "react";
import PropTypes from "prop-types"; import PropTypes from "prop-types";
import CountUp from "react-countup"; import CountUp from "react-countup";
import VisibilitySensor from "react-visibility-sensor"; import VisibilitySensor from "react-visibility-sensor";
import Fade from "react-reveal/Fade";
import useStats, { AVAILABLE_STATS } from "./useStats"; import useStats, { AVAILABLE_STATS } from "./useStats";
import "./HomeNetwork.scss"; import "./HomeNetwork.scss";
@ -29,7 +28,6 @@ export default function HomeNetwork() {
return ( return (
<div className="home-network"> <div className="home-network">
<header className="home-network-header"> <header className="home-network-header">
<Fade duration={700} distance="40px" bottom>
<div className="home-network-divider"> <div className="home-network-divider">
<CircleIcon> <CircleIcon>
<LogoSolid /> <LogoSolid />
@ -38,17 +36,13 @@ export default function HomeNetwork() {
<div className="divider"></div> <div className="divider"></div>
<div className="small-divider"></div> <div className="small-divider"></div>
</div> </div>
</Fade>
<Fade duration={700} distance="40px" bottom>
<h2> <h2>
Sia Sia
<br /> <br />
<strong>Network</strong> <strong>Network</strong>
</h2> </h2>
</Fade>
</header> </header>
<Fade duration={700} distance="40px" bottom>
<VisibilitySensor onChange={onChange} partialVisibility offset={{ bottom: 100 }} scrollThrottle={50}> <VisibilitySensor onChange={onChange} partialVisibility offset={{ bottom: 100 }} scrollThrottle={50}>
<React.Fragment> <React.Fragment>
<div className="home-network-stats"> <div className="home-network-stats">
@ -75,26 +69,21 @@ export default function HomeNetwork() {
</div> </div>
</React.Fragment> </React.Fragment>
</VisibilitySensor> </VisibilitySensor>
</Fade>
<div className="home-network-columns"> <div className="home-network-columns">
<div className="home-network-column left"> <div className="home-network-column left">
<Fade duration={700} distance="40px" bottom>
<p> <p>
<strong>Skynet Webportals</strong> are low cost servers that sit between Skynet and everyday users, <strong>Skynet Webportals</strong> are low cost servers that sit between Skynet and everyday users, enabling
enabling them to access Skynet content without needing to operate any special software. As Skylinks are them to access Skynet content without needing to operate any special software. As Skylinks are generated,
generated, they can be shared with anyone to retrieve data from any Webportal. The original uploader does they can be shared with anyone to retrieve data from any Webportal. The original uploader does not need to
not need to stay online in order for the file to remain available. The Sia network serves as the backend stay online in order for the file to remain available. The Sia network serves as the backend storage layer
storage layer for Skynet and handles all of the pinning, guaranteeing both high speeds and excellent for Skynet and handles all of the pinning, guaranteeing both high speeds and excellent uptime.
uptime.
</p> </p>
</Fade>
<Fade duration={700} distance="40px" bottom>
<p> <p>
<strong>Sia</strong> is the leading decentralized cloud storage platform. No signups, no servers, no <strong>Sia</strong> is the leading decentralized cloud storage platform. No signups, no servers, no trusted
trusted third parties. Sia leverages blockchain technology to create a data storage marketplace that is third parties. Sia leverages blockchain technology to create a data storage marketplace that is more robust
more robust and more affordable than traditional cloud storage providers. and more affordable than traditional cloud storage providers.
</p> </p>
<p> <p>
@ -102,10 +91,8 @@ export default function HomeNetwork() {
Learn more about Sia Learn more about Sia
</a> </a>
</p> </p>
</Fade>
</div> </div>
<div className="home-network-column"> <div className="home-network-column">
<Fade duration={700} distance="40px" bottom>
<FAQ title="How do I use Skynet?"> <FAQ title="How do I use Skynet?">
<p> <p>
Anyone can access files that have been uploaded to Skynet as long as they possess the corresponding Anyone can access files that have been uploaded to Skynet as long as they possess the corresponding
@ -120,9 +107,7 @@ export default function HomeNetwork() {
</a> </a>
</p> </p>
</FAQ> </FAQ>
</Fade>
<Fade duration={700} distance="40px" bottom>
<FAQ title="How do I integrate Skynet into my app?"> <FAQ title="How do I integrate Skynet into my app?">
<p> <p>
Applications can be deployed in under a minute and be immediately available globally. Skynet includes an Applications can be deployed in under a minute and be immediately available globally. Skynet includes an
@ -137,13 +122,11 @@ export default function HomeNetwork() {
</a> </a>
</p> </p>
</FAQ> </FAQ>
</Fade>
<Fade duration={700} distance="40px" bottom>
<FAQ title="How fast is Skynet?"> <FAQ title="How fast is Skynet?">
<p> <p>
Skynet&apos;s speeds rival centralized providers and surpass all decentralized offerings. A typical Skynet&apos;s speeds rival centralized providers and surpass all decentralized offerings. A typical Skynet
Skynet download starts in under 500 ms and can stream at rates as high as 1 Gbps! download starts in under 500 ms and can stream at rates as high as 1 Gbps!
<a <a
href="https://skynet.helpdocs.io/article/430teoxgqc-skynet-speed" href="https://skynet.helpdocs.io/article/430teoxgqc-skynet-speed"
target="_blank" target="_blank"
@ -154,22 +137,17 @@ export default function HomeNetwork() {
</a> </a>
</p> </p>
</FAQ> </FAQ>
</Fade>
<Fade duration={700} distance="40px" bottom>
<FAQ title="How much does it cost to run a Webportal?"> <FAQ title="How much does it cost to run a Webportal?">
<p> <p>
Storage costs 10x lower than centralized providers and bandwidth costs are 100x lower without Storage costs 10x lower than centralized providers and bandwidth costs are 100x lower without
sacrificing performance or reliability. sacrificing performance or reliability.
</p> </p>
</FAQ> </FAQ>
</Fade>
<Fade duration={700} distance="40px" bottom>
<a className="more more-faq" href="https://support.siasky.net" target="_blank" rel="noopener noreferrer"> <a className="more more-faq" href="https://support.siasky.net" target="_blank" rel="noopener noreferrer">
View more FAQ View more FAQ
</a> </a>
</Fade>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1,6 +1,4 @@
import React from "react"; import React from "react";
import Fade from "react-reveal/Fade";
import Reveal from "react-reveal/Reveal";
import "./HomeSamples.scss"; import "./HomeSamples.scss";
import { Sample } from "../"; import { Sample } from "../";
@ -18,16 +16,10 @@ const samples = [
export default function HomeSamples() { export default function HomeSamples() {
return ( return (
<div className="home-samples"> <div className="home-samples">
<Fade duration={700} distance="40px" bottom>
<p>Above are some code snippets for uploading and retrieving data.</p> <p>Above are some code snippets for uploading and retrieving data.</p>
<p> <p>
Skynet includes{" "} Skynet includes{" "}
<a <a href="https://nebulouslabs.github.io/skynet-docs" target="_blank" rel="noopener noreferrer" className="link">
href="https://nebulouslabs.github.io/skynet-docs"
target="_blank"
rel="noopener noreferrer"
className="link"
>
SDKs SDKs
</a>{" "} </a>{" "}
for popular programming languages and{" "} for popular programming languages and{" "}
@ -35,12 +27,7 @@ export default function HomeSamples() {
APIs APIs
</a>{" "} </a>{" "}
that integrate seamlessly with your existing apps. You can follow these guides to start using Skynet with{" "} that integrate seamlessly with your existing apps. You can follow these guides to start using Skynet with{" "}
<a <a href="https://github.com/NebulousLabs/skynet-cli" target="_blank" rel="noopener noreferrer" className="link">
href="https://github.com/NebulousLabs/skynet-cli"
target="_blank"
rel="noopener noreferrer"
className="link"
>
the Skynet CLI the Skynet CLI
</a>{" "} </a>{" "}
and{" "} and{" "}
@ -54,15 +41,12 @@ export default function HomeSamples() {
</a>{" "} </a>{" "}
into your application. into your application.
</p> </p>
</Fade>
<Reveal effect="active">
<div className="home-samples-samples"> <div className="home-samples-samples">
{samples.map((sample, i) => ( {samples.map((sample, i) => (
<Sample className={`fadeInUp delay${i + 1}`} key={`${i}-${sample.url}`} {...sample} /> <Sample key={`${i}-${sample.url}`} {...sample} />
))} ))}
</div> </div>
</Reveal>
</div> </div>
); );
} }

View File

@ -1,5 +1,4 @@
import React, { Component } from "react"; import React, { Component } from "react";
import Fade from "react-reveal/Fade";
import "./HomeStay.scss"; import "./HomeStay.scss";
import { SocialLink, CircleIcon, Mailing } from "../"; import { SocialLink, CircleIcon, Mailing } from "../";
@ -10,7 +9,6 @@ export default class HomeStay extends Component {
return ( return (
<div className="home-stay"> <div className="home-stay">
<header className="home-stay-header"> <header className="home-stay-header">
<Fade duration={700} distance="40px" bottom>
<div className="home-stay-divider"> <div className="home-stay-divider">
<CircleIcon> <CircleIcon>
<Pyramid /> <Pyramid />
@ -19,27 +17,21 @@ export default class HomeStay extends Component {
<div className="divider" /> <div className="divider" />
<div className="small-divider" /> <div className="small-divider" />
</div> </div>
</Fade>
</header> </header>
<div className="home-stay-flex"> <div className="home-stay-flex">
<div className="home-stay-left"> <div className="home-stay-left">
<header className="home-stay-header"> <header className="home-stay-header">
<Fade duration={700} distance="40px" bottom>
<h2> <h2>
Stay up to date with Stay up to date with
<br /> <br />
<strong>Skynet updates</strong> <strong>Skynet updates</strong>
</h2> </h2>
</Fade>
</header> </header>
<Fade duration={700} distance="40px" bottom>
<Mailing id="mailing-top" /> <Mailing id="mailing-top" />
</Fade>
</div> </div>
<ul className="home-stay-right"> <ul className="home-stay-right">
<Fade duration={700} distance="40px" bottom>
<li> <li>
<SocialLink <SocialLink
icon="github" icon="github"
@ -48,8 +40,6 @@ export default class HomeStay extends Component {
title={<strong>/Skynet-Webportal</strong>} title={<strong>/Skynet-Webportal</strong>}
/> />
</li> </li>
</Fade>
<Fade duration={700} distance="40px" bottom>
<li> <li>
<SocialLink <SocialLink
icon="discord" icon="discord"
@ -58,8 +48,6 @@ export default class HomeStay extends Component {
title={<strong>/Sia</strong>} title={<strong>/Sia</strong>}
/> />
</li> </li>
</Fade>
<Fade duration={700} distance="40px" bottom>
<li> <li>
<SocialLink <SocialLink
icon="twitter" icon="twitter"
@ -68,7 +56,6 @@ export default class HomeStay extends Component {
title={<strong>@SiaTechHQ</strong>} title={<strong>@SiaTechHQ</strong>}
/> />
</li> </li>
</Fade>
</ul> </ul>
</div> </div>
</div> </div>

View File

@ -1,26 +1,22 @@
import React from "react"; import React from "react";
import Reveal from "react-reveal/Reveal";
import logo from "../../images/logo.svg"; import logo from "../../images/logo.svg";
import "./HomeTop.scss"; import "./HomeTop.scss";
import { Skynet, Deco1, Deco2 } from "../../svg"; import { Skynet, Deco1, Deco2 } from "../../svg";
export default function HomeTop() { export default function HomeTop() {
return ( return (
<Reveal effect="active">
<div className="home-top"> <div className="home-top">
<img src={logo} alt="Skynet logo" className="logo" /> <img src={logo} alt="Skynet logo" className="logo" />
<Skynet className="wordmark" /> <Skynet className="wordmark" />
<h1 className="fadeInUp delay2">Build a Free Internet.</h1> <h1>Build a Free Internet.</h1>
<p className="fadeInUp delay3"> <p>
The decentralized CDN and file sharing platform for devs. Skynet is the storage foundation for a Free The decentralized CDN and file sharing platform for devs. Skynet is the storage foundation for a Free Internet!
Internet!
</p> </p>
<Deco1 className="deco-1 fadeInUp delay6" /> <Deco1 className="deco-1" />
<Deco2 className="deco-2 fadeInUp delay6" /> <Deco2 className="deco-2" />
</div> </div>
</Reveal>
); );
} }

View File

@ -20,19 +20,6 @@
margin: 0 auto 35px; margin: 0 auto 35px;
} }
.wordmark,
.logo {
transform: translateY(40px);
opacity: 0;
transition: 1s transform, 1s opacity;
}
&.active .wordmark,
&.active .logo {
transform: none;
opacity: 1;
}
h1 { h1 {
font-size: 44px; font-size: 44px;
line-height: 1.14; line-height: 1.14;

View File

@ -4,7 +4,6 @@ import classNames from "classnames";
import { getReasonPhrase, StatusCodes } from "http-status-codes"; import { getReasonPhrase, StatusCodes } from "http-status-codes";
import path from "path-browserify"; import path from "path-browserify";
import { useDropzone } from "react-dropzone"; import { useDropzone } from "react-dropzone";
import Reveal from "react-reveal/Reveal";
import { Button, UploadFile } from "../"; import { Button, UploadFile } from "../";
import { Deco3, Deco4, Deco5, Folder, DownArrow } from "../../svg"; import { Deco3, Deco4, Deco5, Folder, DownArrow } from "../../svg";
import "./HomeUpload.scss"; import "./HomeUpload.scss";
@ -159,9 +158,8 @@ export default function HomeUpload() {
}; };
return ( return (
<Reveal effect="active">
<div className="home-upload"> <div className="home-upload">
<div className="home-upload-white fadeInUp delay4"> <div className="home-upload-white">
<div className="home-upload-split"> <div className="home-upload-split">
<div className="home-upload-box "> <div className="home-upload-box ">
<div <div
@ -189,8 +187,8 @@ export default function HomeUpload() {
</button> </button>
{directoryMode && ( {directoryMode && (
<p className="home-upload-directory-mode-notice"> <p className="home-upload-directory-mode-notice">
Please note that directory upload is not a standard browser feature and the browser support is Please note that directory upload is not a standard browser feature and the browser support is limited.
limited. To check whether your browser is compatible, visit{" "} To check whether your browser is compatible, visit{" "}
<a <a
href="https://caniuse.com/#feat=mdn-api_htmlinputelement_webkitdirectory" href="https://caniuse.com/#feat=mdn-api_htmlinputelement_webkitdirectory"
target="_blank" target="_blank"
@ -237,15 +235,14 @@ export default function HomeUpload() {
)} )}
</div> </div>
<p className="bottom-text fadeInUp delay5"> <p className="bottom-text">
Upon uploading a file, Skynet generates a 46 byte link called a <strong>Skylink</strong>. This link can then Upon uploading a file, Skynet generates a 46 byte link called a <strong>Skylink</strong>. This link can then be
be shared with anyone to retrieve the file on any Skynet Webportal. shared with anyone to retrieve the file on any Skynet Webportal.
</p> </p>
<Deco3 className="deco-3 fadeInUp delay6" /> <Deco3 className="deco-3" />
<Deco4 className="deco-4 fadeInUp delay6" /> <Deco4 className="deco-4" />
<Deco5 className="deco-5 fadeInUp delay6" /> <Deco5 className="deco-5" />
</div> </div>
</Reveal>
); );
} }

View File

@ -17,14 +17,10 @@
} }
.home-upload-white { .home-upload-white {
transition: 0.2s background-color, 0.2s border, 0.2s color;
background: $white; background: $white;
border-radius: 12px; border-radius: 12px;
box-shadow: 0 8px 24px 0 rgba(90, 94, 91, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 8px 24px 0 rgba(90, 94, 91, 0.15), 0 2px 4px 0 rgba(0, 0, 0, 0.05);
padding: 16px; padding: 16px;
opacity: 0;
transform: translateY(40px);
transition: 0.7s opacity, 0.7s transform;
} }
.home-upload-split { .home-upload-split {

View File

@ -146,66 +146,3 @@ svg {
transform: translate(0, 0); transform: translate(0, 0);
} }
} }
.fadeInUp {
transform: translateY(40px);
opacity: 0;
transition: 0.7s opacity, 0.7s transform;
.active & {
opacity: 1;
transform: none;
}
&.delay2 {
transition-delay: 0.2s;
}
&.delay3 {
transition-delay: 0.3s;
}
&.delay4 {
transition-delay: 0.4s;
}
&.delay5 {
transition-delay: 0.5s;
}
&.delay6 {
transition-delay: 0.6s;
}
&.delay7 {
transition-delay: 0.7s;
}
&.delay8 {
transition-delay: 0.8s;
}
&.delay9 {
transition-delay: 0.9s;
}
&.delay10 {
transition-delay: 1s;
}
&.delay11 {
transition-delay: 1.1s;
}
&.delay12 {
transition-delay: 1.2s;
}
&.delay13 {
transition-delay: 1.3s;
}
&.delay14 {
transition-delay: 1.4s;
}
}

View File

@ -2955,10 +2955,10 @@ babel-plugin-remove-export-keywords@^1.6.5:
resolved "https://registry.yarnpkg.com/babel-plugin-remove-export-keywords/-/babel-plugin-remove-export-keywords-1.6.16.tgz#e764b42e3c8e4a5ce3e2c996dc43b6348d5d94cf" resolved "https://registry.yarnpkg.com/babel-plugin-remove-export-keywords/-/babel-plugin-remove-export-keywords-1.6.16.tgz#e764b42e3c8e4a5ce3e2c996dc43b6348d5d94cf"
integrity sha512-JrB9ZASlMAfkRF+5NdgoQxgenhJxzXFEO1vrqsSDJdzLrC38L2wrvXF9mm1YLbrehkZxcrNz9UYDyARP4jaY9g== integrity sha512-JrB9ZASlMAfkRF+5NdgoQxgenhJxzXFEO1vrqsSDJdzLrC38L2wrvXF9mm1YLbrehkZxcrNz9UYDyARP4jaY9g==
babel-plugin-remove-graphql-queries@^2.9.17: babel-plugin-remove-graphql-queries@^2.9.18:
version "2.9.17" version "2.9.18"
resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.17.tgz#f66c421a58392ddca8b2f06473ca0eb2c4ec632d" resolved "https://registry.yarnpkg.com/babel-plugin-remove-graphql-queries/-/babel-plugin-remove-graphql-queries-2.9.18.tgz#0c62490f44ec61bc6cf1b2d4aca0315007e9180b"
integrity sha512-ThFGZlxD+U4H+aSX4DRpz7pdJq6Y7wob0rDDx7Q2rZPp9lbNfnGACUjPyTiCIy8EsBMpPYvT4WZjb4Gd0Xq6zQ== integrity sha512-7lr9taus0LfqQuHQFytwrxdd2aMw/GBllyNzl+DWJ9Zg2LwCxlzELtqiy7h7xjTj16fX9+oNXgiJy7Xeo1UN/A==
babel-plugin-syntax-jsx@^6.18.0: babel-plugin-syntax-jsx@^6.18.0:
version "6.18.0" version "6.18.0"
@ -6689,7 +6689,7 @@ functional-red-black-tree@^1.0.1:
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327" resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= integrity sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=
gatsby-cli@^2.12.92: gatsby-cli@^2.12.95:
version "2.12.95" version "2.12.95"
resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.12.95.tgz#747db9df11701fd9990676b2c47056467f26f015" resolved "https://registry.yarnpkg.com/gatsby-cli/-/gatsby-cli-2.12.95.tgz#747db9df11701fd9990676b2c47056467f26f015"
integrity sha512-gSJ6J1i8bJq0dPRmAcfAv9U99knaccyBDopf8ft6+/SrUU9cNahQy0rZN1ksKCILjTpLRGKTH1pYN2PE3efjuw== integrity sha512-gSJ6J1i8bJq0dPRmAcfAv9U99knaccyBDopf8ft6+/SrUU9cNahQy0rZN1ksKCILjTpLRGKTH1pYN2PE3efjuw==
@ -6835,7 +6835,7 @@ gatsby-plugin-matomo@0.8.3:
resolved "https://registry.yarnpkg.com/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.8.3.tgz#e0e9cc9e60f7e4b157c9964dfc9d444d73bc46ee" resolved "https://registry.yarnpkg.com/gatsby-plugin-matomo/-/gatsby-plugin-matomo-0.8.3.tgz#e0e9cc9e60f7e4b157c9964dfc9d444d73bc46ee"
integrity sha512-fv6TgD+WsxziZrtmz6sNF4m9FgSyV+8y3R1sobA5hB5OxJyhs/Y4HVo9jCPRHu5VLKQsg4i7LJhWL0ocJiqEWQ== integrity sha512-fv6TgD+WsxziZrtmz6sNF4m9FgSyV+8y3R1sobA5hB5OxJyhs/Y4HVo9jCPRHu5VLKQsg4i7LJhWL0ocJiqEWQ==
gatsby-plugin-page-creator@^2.3.26: gatsby-plugin-page-creator@^2.3.27:
version "2.3.27" version "2.3.27"
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.27.tgz#b3211eb8975c7e943dcd560f500a88462af013e8" resolved "https://registry.yarnpkg.com/gatsby-plugin-page-creator/-/gatsby-plugin-page-creator-2.3.27.tgz#b3211eb8975c7e943dcd560f500a88462af013e8"
integrity sha512-Yo/2uneVngKQ/tpzloMkbn0TIci8GAbdNjU5+Q8UChzAAXlgrROrB46zPJkLA8sbA9Y2xCfGBWMY+DLt6blxHQ== integrity sha512-Yo/2uneVngKQ/tpzloMkbn0TIci8GAbdNjU5+Q8UChzAAXlgrROrB46zPJkLA8sbA9Y2xCfGBWMY+DLt6blxHQ==
@ -6877,10 +6877,10 @@ gatsby-plugin-sass@2.3.12:
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
sass-loader "^7.3.1" sass-loader "^7.3.1"
gatsby-plugin-sharp@2.6.33: gatsby-plugin-sharp@2.6.35:
version "2.6.33" version "2.6.35"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.33.tgz#4f951874d7666a2c3121e39ac226432184d5c9da" resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.6.35.tgz#d37e08f453784e39d7b1c2a759b801fdd4e633c4"
integrity sha512-B0Fbn2FJhOsNc/0xbSTCsUldhTcOZZfVEOsjSKT63n3x9eXNlRnIi/ofwexbSzp+eRyCPMcMD9ufzVHczpEpvA== integrity sha512-5y2ut8TGg5iIfDMnVm/WRy37vjSlHzMdJVugvB4lp4NH69FIq75JpaivshtjQYEi3cc5UonXOQWZJ6aSsM54pQ==
dependencies: dependencies:
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
async "^3.2.0" async "^3.2.0"
@ -6890,7 +6890,7 @@ gatsby-plugin-sharp@2.6.33:
got "^10.7.0" got "^10.7.0"
imagemin "^7.0.1" imagemin "^7.0.1"
imagemin-mozjpeg "^9.0.0" imagemin-mozjpeg "^9.0.0"
imagemin-pngquant "^9.0.0" imagemin-pngquant "^9.0.1"
lodash "^4.17.19" lodash "^4.17.19"
mini-svg-data-uri "^1.2.3" mini-svg-data-uri "^1.2.3"
potrace "^2.1.8" potrace "^2.1.8"
@ -6901,10 +6901,10 @@ gatsby-plugin-sharp@2.6.33:
svgo "1.3.2" svgo "1.3.2"
uuid "3.4.0" uuid "3.4.0"
gatsby-plugin-typescript@^2.4.18: gatsby-plugin-typescript@^2.4.19:
version "2.4.18" version "2.4.19"
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.18.tgz#9361ef69f149f68e55ebf2d3f773b9aafce75df8" resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.19.tgz#ae644cf973e07b6266da17bb47dae0e0bfaeeb23"
integrity sha512-irFd9xu+LjEmL7olcuUziVSb2yRf0nVWFwgaDb+l5rfU6HeKr3zyHuxLqBMwvXWTxu6gVs8sAJVXCcxxM4DbeA== integrity sha512-DMKmTxJZz8qsDvesAt1PJm43pgEe83Kv90TDL5tZ5tqQ0XwwgADHG9p0yPJSqmc1xRtsChaDGnSpnRdUC2Oi3Q==
dependencies: dependencies:
"@babel/core" "^7.10.3" "@babel/core" "^7.10.3"
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1" "@babel/plugin-proposal-nullish-coalescing-operator" "^7.10.1"
@ -6912,7 +6912,7 @@ gatsby-plugin-typescript@^2.4.18:
"@babel/plugin-proposal-optional-chaining" "^7.10.3" "@babel/plugin-proposal-optional-chaining" "^7.10.3"
"@babel/preset-typescript" "^7.10.1" "@babel/preset-typescript" "^7.10.1"
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
babel-plugin-remove-graphql-queries "^2.9.17" babel-plugin-remove-graphql-queries "^2.9.18"
gatsby-react-router-scroll@^3.0.12: gatsby-react-router-scroll@^3.0.12:
version "3.0.12" version "3.0.12"
@ -7011,10 +7011,10 @@ gatsby-recipes@^0.2.24:
yoga-layout-prebuilt "^1.9.6" yoga-layout-prebuilt "^1.9.6"
yup "^0.27.0" yup "^0.27.0"
gatsby-source-filesystem@2.3.28: gatsby-source-filesystem@2.3.29:
version "2.3.28" version "2.3.29"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.28.tgz#cd1857bf450d270a5f6068ef4dcacb27b9e6a611" resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.3.29.tgz#5eaf1434593f38523655145323e426f21c30687a"
integrity sha512-cFsEcEfPkcLP3tx0/sy6F6E52+yj4xfQnYMgEFKcUdEUNNHjyTsdP9eYkzHxoDbYm9Ycwjs92Vd52C+6/Ii56w== integrity sha512-PWHtkj+inhfPm8aMVhtxS1PAW+r4Kk5M1LDP5l0OO2HBaHiiSi0DulgmYJ3usYpctFqOQ92im/EQLRJbOaaQsA==
dependencies: dependencies:
"@babel/runtime" "^7.10.3" "@babel/runtime" "^7.10.3"
better-queue "^3.8.10" better-queue "^3.8.10"
@ -7032,7 +7032,7 @@ gatsby-source-filesystem@2.3.28:
valid-url "^1.0.9" valid-url "^1.0.9"
xstate "^4.11.0" xstate "^4.11.0"
gatsby-telemetry@^1.3.31, gatsby-telemetry@^1.3.32: gatsby-telemetry@^1.3.32:
version "1.3.32" version "1.3.32"
resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.3.32.tgz#aaf8b038cb7d3e93cf6e1df5c1ed1fe037c9e9bd" resolved "https://registry.yarnpkg.com/gatsby-telemetry/-/gatsby-telemetry-1.3.32.tgz#aaf8b038cb7d3e93cf6e1df5c1ed1fe037c9e9bd"
integrity sha512-iKX6PJNdcXH7z2epyRTKCkp6fYCN3ePE5tpkbckaw9BLj5S4EZnocALPC4lhFefu3PatY6cXc1WAOMO9AwqrtA== integrity sha512-iKX6PJNdcXH7z2epyRTKCkp6fYCN3ePE5tpkbckaw9BLj5S4EZnocALPC4lhFefu3PatY6cXc1WAOMO9AwqrtA==
@ -7066,10 +7066,10 @@ gatsby-transformer-sharp@2.5.14:
semver "^7.3.2" semver "^7.3.2"
sharp "^0.25.4" sharp "^0.25.4"
gatsby@2.24.54: gatsby@2.24.57:
version "2.24.54" version "2.24.57"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.24.54.tgz#e0ae227831946b4ca3a457614e57ea38aa80e8d6" resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.24.57.tgz#4db5fa313291c92f68f28d005c13e5e37381b9ee"
integrity sha512-RDQn2OCjwHNvXhlTJ2F7v3p294/yzpk0yt6vXomhuKq7Dkcf14tZcPkLfrODcbEBg8RcD1IyrFvjQDs8/NI2Cg== integrity sha512-5xTifqE39T3HCTa5eeexHUXq4lhfEq+wKnJoFnjuM52o+fIfz09QRcFJE5QVGJpdxcRAHuQLrkb5cR8DafFEpg==
dependencies: dependencies:
"@babel/code-frame" "^7.10.3" "@babel/code-frame" "^7.10.3"
"@babel/core" "^7.10.3" "@babel/core" "^7.10.3"
@ -7093,7 +7093,7 @@ gatsby@2.24.54:
babel-loader "^8.1.0" babel-loader "^8.1.0"
babel-plugin-add-module-exports "^0.3.3" babel-plugin-add-module-exports "^0.3.3"
babel-plugin-dynamic-import-node "^2.3.3" babel-plugin-dynamic-import-node "^2.3.3"
babel-plugin-remove-graphql-queries "^2.9.17" babel-plugin-remove-graphql-queries "^2.9.18"
babel-preset-gatsby "^0.5.9" babel-preset-gatsby "^0.5.9"
better-opn "1.0.0" better-opn "1.0.0"
better-queue "^3.8.10" better-queue "^3.8.10"
@ -7134,15 +7134,15 @@ gatsby@2.24.54:
find-cache-dir "^3.3.1" find-cache-dir "^3.3.1"
fs-exists-cached "1.0.0" fs-exists-cached "1.0.0"
fs-extra "^8.1.0" fs-extra "^8.1.0"
gatsby-cli "^2.12.92" gatsby-cli "^2.12.95"
gatsby-core-utils "^1.3.19" gatsby-core-utils "^1.3.19"
gatsby-graphiql-explorer "^0.4.13" gatsby-graphiql-explorer "^0.4.13"
gatsby-legacy-polyfills "^0.0.4" gatsby-legacy-polyfills "^0.0.4"
gatsby-link "^2.4.13" gatsby-link "^2.4.13"
gatsby-plugin-page-creator "^2.3.26" gatsby-plugin-page-creator "^2.3.27"
gatsby-plugin-typescript "^2.4.18" gatsby-plugin-typescript "^2.4.19"
gatsby-react-router-scroll "^3.0.12" gatsby-react-router-scroll "^3.0.12"
gatsby-telemetry "^1.3.31" gatsby-telemetry "^1.3.32"
glob "^7.1.6" glob "^7.1.6"
got "8.3.2" got "8.3.2"
graphql "^14.6.0" graphql "^14.6.0"
@ -7204,7 +7204,7 @@ gatsby@2.24.54:
type-of "^2.0.1" type-of "^2.0.1"
url-loader "^1.1.2" url-loader "^1.1.2"
util.promisify "^1.0.1" util.promisify "^1.0.1"
uuid "^8.3.0" uuid "3.4.0"
v8-compile-cache "^1.1.2" v8-compile-cache "^1.1.2"
webpack "^4.44.1" webpack "^4.44.1"
webpack-dev-middleware "^3.7.2" webpack-dev-middleware "^3.7.2"
@ -8188,10 +8188,10 @@ imagemin-mozjpeg@^9.0.0:
is-jpg "^2.0.0" is-jpg "^2.0.0"
mozjpeg "^7.0.0" mozjpeg "^7.0.0"
imagemin-pngquant@^9.0.0: imagemin-pngquant@^9.0.1:
version "9.0.0" version "9.0.1"
resolved "https://registry.yarnpkg.com/imagemin-pngquant/-/imagemin-pngquant-9.0.0.tgz#f22ba4276cde1799fb15dd475e33984f8607e871" resolved "https://registry.yarnpkg.com/imagemin-pngquant/-/imagemin-pngquant-9.0.1.tgz#ecf22f522bdb734a503ecc21bdd7bc3d0230edcc"
integrity sha512-9cqnTEaJwAHWUi+8EMTB3NUouWToCWxtL+QnoYr8bfVwuKilHvRVWKsa9lt+0c3aWaGxCAkHs++j8qINvSqomA== integrity sha512-PYyo9G/xwddf+Qqlqe3onz5ZH7p6vHYVVkiuuczUjxZmfekyY77RXaOA/AR6FnVoeQxGa/pDtEK5xUKOcVo+sA==
dependencies: dependencies:
execa "^4.0.0" execa "^4.0.0"
is-png "^2.0.0" is-png "^2.0.0"
@ -12249,10 +12249,10 @@ react-dom@16.13.1:
prop-types "^15.6.2" prop-types "^15.6.2"
scheduler "^0.19.1" scheduler "^0.19.1"
react-dropzone@11.0.3: react-dropzone@11.1.0:
version "11.0.3" version "11.1.0"
resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-11.0.3.tgz#59c396a1482454fa78466f8565336f40ce7f7c84" resolved "https://registry.yarnpkg.com/react-dropzone/-/react-dropzone-11.1.0.tgz#c225f3c53450c80fbd80954361dc039090bfc14c"
integrity sha512-+MoMOoKZfkZ9i1+qEFl2ZU29AB/c9K2bFxyACqGynguJunmqO+k2PJ2AcuiH51xVNl9R7q/x5QdBaIWb6RtoSw== integrity sha512-gJT6iJadyTbevrigm6KZFaei/yNWfokzs1idumO7fXtRNPiGFDUpsQ+trHWwUO3yWOtJibpbo5tLZggjm+KV5w==
dependencies: dependencies:
attr-accept "^2.0.0" attr-accept "^2.0.0"
file-selector "^0.1.12" file-selector "^0.1.12"
@ -12386,13 +12386,6 @@ react-remove-scroll@^2.3.0:
use-callback-ref "^1.2.3" use-callback-ref "^1.2.3"
use-sidecar "^1.0.1" use-sidecar "^1.0.1"
react-reveal@1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/react-reveal/-/react-reveal-1.2.2.tgz#f47fbc44debc4c185ae2163a215a9e822c7adfef"
integrity sha512-JCv3fAoU6Z+Lcd8U48bwzm4pMZ79qsedSXYwpwt6lJNtj/v5nKJYZZbw3yhaQPPgYePo3Y0NOCoYOq/jcsisuw==
dependencies:
prop-types "^15.5.10"
react-side-effect@^2.1.0: react-side-effect@^2.1.0:
version "2.1.0" version "2.1.0"
resolved "https://registry.yarnpkg.com/react-side-effect/-/react-side-effect-2.1.0.tgz#1ce4a8b4445168c487ed24dab886421f74d380d3" resolved "https://registry.yarnpkg.com/react-side-effect/-/react-side-effect-2.1.0.tgz#1ce4a8b4445168c487ed24dab886421f74d380d3"
@ -15121,11 +15114,6 @@ uuid@3.4.0, uuid@^3.0.0, uuid@^3.0.1, uuid@^3.3.2, uuid@^3.4.0:
resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
uuid@^8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/uuid/-/uuid-8.3.0.tgz#ab738085ca22dc9a8c92725e459b1d507df5d6ea"
integrity sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==
v8-compile-cache@^1.1.2: v8-compile-cache@^1.1.2:
version "1.1.2" version "1.1.2"
resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-1.1.2.tgz#8d32e4f16974654657e676e0e467a348e89b0dc4" resolved "https://registry.yarnpkg.com/v8-compile-cache/-/v8-compile-cache-1.1.2.tgz#8d32e4f16974654657e676e0e467a348e89b0dc4"