{"version":3,"file":"static/js/23.4e088546.chunk.js","sources":["utils/formHelpers.js","layouts/public-layout/styles.js","components/public-layout/legal/styles.js","components/public-layout/legal/Legal.js","layouts/public-layout/PublicLayout.js","components/public-layout/heading/styles.js","components/public-layout/heading/Heading.js","utils/deviceHelpers.js","components/public-layout/logo/styles.js","components/public-layout/logo/Logo.js","components/utils/delayed/Delayed.js","../node_modules/react-cookie/es6/withCookies.js","components/register-form/styles.js","components/register-form/RegisterForm.js","pages/register/Register.js"],"sourceRoot":"","sourcesContent":["export function clearSelected(element) {\n document.getElementById(element).selectedIndex = -1\n}\n\nexport function addUnloader() {\n window.addEventListener(\"beforeunload\", handleOnBeforeUnload, { capture: true })\n}\n\nexport function removeUnloader() {\n window.removeEventListener(\"beforeunload\", handleOnBeforeUnload, { capture: true })\n}\n\nexport function handleOnBeforeUnload(event) {\n if (event) event.preventDefault()\n return (event.returnValue = \"\")\n}\n","import styled, { createGlobalStyle, css } from \"styled-components\"\nimport breakpoint from \"styled-components-breakpoint\"\n\nexport const GlobalStyles = createGlobalStyle`\n * {\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n }\n\n html {\n height: 100vh;\n width: 100%;\n font-size: 16px;\n font-family: ${(props) => props.theme.fonts.body.family}, sans-serif;\n font-weight: ${(props) => props.theme.fonts.body.weight};\n }\n\n @supports (-webkit-touch-callout: none) {\n html {\n height: -webkit-fill-available !important;\n }\n }\n\n h1, h2, h3, h4, h5, h6 {\n font-family: ${(props) => props.theme.fonts.headings.family}, sans-serif;\n font-weight: ${(props) => props.theme.fonts.headings.weight};\n }\n\n h1 { font-size: calc(2.25rem * 1.1); }\n h2 { font-size: calc(2rem * 1.1); }\n\n body {\n margin: 0;\n padding: 0;\n\n ${breakpoint(\"desktop\")`\n overflow-x: hidden;\n `}\n }\n\n #root {\n background: #fff;\n }\n`\n\nexport const Page = styled.div`\n color: ${(props) => props.theme.colors.body};\n min-height: calc(100vh - 2rem);\n padding: 1.2rem;\n\n @supports (-webkit-touch-callout: none) {\n min-height: -webkit-fill-available !important;\n }\n\n ${breakpoint(\"tablet\")`\n max-width: 600px\n padding: 2rem;\n `}\n\n ${breakpoint(\"desktop\")`\n min-height: calc(100vh - 6rem);\n padding: 3rem;\n `}\n`\n\nexport const Container = styled.div`\n max-width: 500px;\n width: 100%;\n padding: 1.5rem 1.5rem 0rem 1.5rem;\n\n ${breakpoint(\"tablet\")`\n padding: 0;\n `}\n`\nexport const LoginBackground = styled.div`\n display: none;\n\n ${(props) => css`\n background-color: ${props.theme.colors.primary};\n background-image: url(\"${props.theme.images.background}\");\n background-size: cover;\n background-position: center 20%;\n min-height: 100%;\n width: 50%;\n height: 100vh;\n position: sticky;\n top: 0;\n `}\n\n ${breakpoint(\"desktop\")`\n display: block;\n `}\n`\n\nexport const BackgroundWrapper = styled.div`\n max-width: 33%;\n\n ${breakpoint(\"tablet\") &&\n css`\n display: hidden;\n `}\n display: hidden;\n`\n\nexport const MainWrapper = styled.div`\n width: 100%;\n display: grid;\n`\n\nexport const BodyWrapper = styled.div`\n display: flex;\n min-height: 100vh;\n`\nexport const ContentWrapper = styled.div`\n height: 100%;\n width: 100%;\n margin: 1rem 0;\n display: flex;\n justify-content: center;\n align-items: center;\n line-height: 1.5rem;\n\n ${breakpoint(\"desktop\")`\n margin: 4rem 0;\n `}\n`\n","import styled from \"styled-components\"\nimport breakpoint from \"styled-components-breakpoint\"\n\nexport const Container = styled.footer`\n color: #717171;\n display: flex;\n height: 100%;\n justify-content: center;\n width: -webkit-fill-available;\n text-align: center;\n padding: 0 1rem 0rem 1rem;\n margin-top: 1rem;\n\n a {\n color: inherit;\n }\n\n ${breakpoint(\"tablet\")`\n padding: 0 4rem;\n margin-top: 0;\n `}\n`\n\nexport const P = styled.p`\n display: inline-block;\n align-self: flex-end;\n font-size: 14px;\n text-align: left;\n line-height: 16.7px;\n\n ${breakpoint(\"tablet\")`\n text-align: center;\n margin-bottom: 1rem;\n margin-top: 1rem;\n `}\n`\n","import React, { Component } from \"react\"\nimport BrandContext from \"@context/BrandContext\"\nimport { Container, P } from \"./styles\"\n\nclass Legal extends Component {\n static contextType = BrandContext\n\n render() {\n return (\n \n © 2001 - {new Date().getFullYear()} All Rights Reserved. {this.context.friendlyName} is a registered\n trademark of Smaller Earth.
\n
\n \n