{"version":3,"sources":["components/PageHeader/styles.js","components/PageHeader/PageHeader.js","pages/Home/styles.js","pages/Home/Home.js"],"names":["ColoredBackground","styled","div","PageHeader","title","Container","Home","props","id","role","aria-label","href"],"mappings":"8iCAEO,IAAMA,E,KAAoBC,EAAOC,IAAV,KCSfC,IARI,SAAC,GAAe,IAAbC,EAAY,EAAZA,MACpB,OACE,kBAAC,EAAD,KACE,4BAAKA,M,4WCJJ,IAAMC,E,KAAYJ,EAAOC,IAAV,K,SCqRPI,UAjRF,SAAAC,GACX,OACE,oCACE,kBAAC,IAAD,KACE,+DAEF,oCACE,kBAACJ,EAAA,EAAD,CAAYC,MAAM,cAClB,kBAAC,EAAD,KACE,wBAAII,GAAG,kBAAP,kBAEE,0BAAMC,KAAK,MAAMC,aAAW,OAA5B,iBAKF,mLAMA,wBAAIF,GAAG,OAAP,OAEA,wNAGyD,IACvD,kDAJF,iCAOA,wBAAIA,GAAG,qCACL,wEAGF,4BACE,4DAEA,kEAEA,mFAEA,yEAGF,wBAAIA,GAAG,+CACL,kFAGF,uDAC2B,gDAD3B,mDAKA,wBAAIA,GAAG,wDACL,6FAKF,4BACE,0DAEA,yCACY,wCADZ,iCAIA,yCACY,yCADZ,2BAIA,yCACY,uCADZ,gCAIA,yCACY,0CADZ,iCAKF,wCAEA,4BACE,4BACE,gEAGF,4BACE,6EAGF,4BACE,gFAGF,4BACE,2GAOJ,yEAC8C,IAC5C,gDAFF,6DAMA,wBAAIA,GAAG,YAAP,YAEA,sLAMA,4BACE,4BACE,uBAAGG,KAAK,wCAAR,sBAEK,IAHP,8BAOA,gEACoC,IAClC,uBAAGA,KAAK,wCAAR,oBAFF,WAKU,+CALV,2BAK+D,IAC7D,gDANF,KASA,wIAEiD,IAC/C,uBAAGA,KAAK,uEAAR,gCAEK,IALP,gGAUA,qCACQ,8CADR,iDAEqB,gDAFrB,aAMF,wBAAIH,GAAG,uBAAP,wBAEA,sNAGmD,sCAAkB,IAHrE,sEAIsE,IACpE,0CALF,KAQA,wBAAIA,GAAG,YAAP,YAEA,qUAK6B,+CAL7B,UAK+D,IAC7D,8CANF,KASA,iGACsE,IACpE,0CAFF,gJAIuC,+CAA2B,IAJlE,mCAKkC,0CALlC,oBASA,oIAEmC,yCAFnC,kBAEuE,IACrE,sCAHF,UAG0B,sCAH1B,mCAIM,uCAGN,wBAAIA,GAAG,oBAAP,qBAEA,4YAM+C,0CAAsB,IANrE,6EAQS,+CART,WAQ2C,0CAR3C,MAWA,wBAAIA,GAAG,gBAAP,gBAEA,4BACE,4BACE,uBAAGG,KAAK,wBAAR,UAGF,4BACE,uBAAGA,KAAK,iEAAR,iBAKF,4BACE,uBAAGA,KAAK,+BAAR,UAGF,4BACE,uBAAGA,KAAK,4CAAR,eAGF,4BACE,uBAAGA,KAAK,0CAAR,mBAKF,4BACE,uBAAGA,KAAK,iDAAR,mBAKF,4BACE,uBAAGA,KAAK,uCAAR,iBAGF,4BACE,uBAAGA,KAAK,sCAAR,sBAGF,4BACE,uBAAGA,KAAK,gCAAR,aAGF,4BACE,uBAAGA,KAAK,gCAAR,qBAIJ,wBAAIH,GAAG,kBAAP,oBAEA,gEACqC,IACnC,uBAAGG,KAAK,gDAAR,oBAFF,KAQA,wBAAIH,GAAG,cAAP,eAEA,kEACsC,sCADtC,MAC2D,IACzD,6CAFF,cAEqC,4CAFrC,MAEgE,IAC9D,2CAHF","file":"static/js/Home.56e0459e.chunk.js","sourcesContent":["import styled from 'styled-components';\n\nexport const ColoredBackground = styled.div`\n height: 300px;\n background: linear-gradient(123deg, #ffffff 0%, #00b2ff 100%),\n linear-gradient(236deg, #baff99 0%, #005e64 100%),\n linear-gradient(180deg, #ffffff 0%, #002a5a 100%),\n linear-gradient(\n 225deg,\n #0094ff 20%,\n #bff4ed 45%,\n #280f34 45%,\n #280f34 70%,\n #ff004e 70%,\n #e41655 85%,\n #b30753 85%,\n #b30753 100%\n ),\n linear-gradient(\n 135deg,\n #0e0220 15%,\n #0e0220 35%,\n #e40475 35%,\n #e40475 60%,\n #48e0e4 60%,\n #48e0e4 68%,\n #d7fbf6 68%,\n #d7fbf6 100%\n );\n background-blend-mode: overlay, overlay, overlay, darken, normal;\n display: flex;\n align-items: center;\n justify-content: center;\n margin-bottom: -100px;\n h1 {\n color: #fff;\n font-size: 40px;\n }\n`;\n","import React from 'react';\nimport * as Styled from './styles';\n\nconst PageHeader = ({ title }) => {\n return (\n \n

{title}

\n
\n );\n};\n\nexport default PageHeader;\n","import styled from 'styled-components';\n\nexport const Container = styled.div`\n background: #fff;\n padding: 50px;\n margin: 50px;\n box-shadow: 0 16px 80px rgba(17, 0, 102, 0.16);\n border-radius: 10px;\n\n @media (max-width: 450px) {\n margin: 20px;\n padding: 20px;\n }\n`;\n","import React from 'react';\nimport Helmet from 'react-helmet';\n\nimport * as Styled from './styles';\nimport PageHeader from 'components/PageHeader/PageHeader';\n\nconst Home = props => {\n return (\n <>\n \n React Milkshake | Home page\n \n <>\n \n \n

\n React Milkshake\n \n 🥤\n \n

\n\n

\n A React boilerplate that comes with a custom CLI for increased\n productivity and that is designed for scalable and high-performance\n web applications.\n

\n\n

CLI

\n\n

\n This project includes a custom CLI for generating components &\n features. The CLI can handle a lot of the redux boilerplate for you.\n First mark the scripts as executable (with the command{' '}\n chmod +x ./cli/*) and you’re good to go.\n

\n\n

\n npm run make:component COMPONENT_NAME\n

\n\n \n\n

\n npm run make:connected_component COMPONENT_NAME\n

\n\n

\n This will do the same as make:component but connects\n the component to the redux store.\n

\n\n

\n \n npm run make:feature FEATURE_NAME FEATURE_TYPE FEATURE_URL\n \n

\n\n \n\n

Examples:

\n\n \n\n

\n Try it out to see how it looks or check the{' '}\n code_templates folder. You can customize these files to\n your own needs.\n

\n\n

Firebase

\n\n

\n Firebase is built on Google infrastructure and scales automatically,\n for even the largest apps. To use Firebase in your application\n follow these steps:\n

\n\n \n\n

Authenticated routes

\n\n

\n This boilerplate comes with a AuthenticatedRoute helper so you can\n easily redirect users that are not logged in. Inside this component\n we check if an user object is present inside the auth{' '}\n state in the store to determine if the user should be redirected to{' '}\n /sign_in.\n

\n\n

Messages

\n\n

\n This boilerplate comes with a notification component that will show\n users success and error messages. You can easily use this component\n for all kinds or notifications you want to show to your users. It\n works for different type of messages like success, error, warning\n and info. You can find the messagesTypes inside{' '}\n constants.js.\n

\n\n

\n This component will look at the Redux store to see if there are any{' '}\n messages present. If so, it will show op the\n Notification component with the text that is present in the store.\n Clicking the component will call the clearMessages{' '}\n action that will remove all the messages from the\n store.\n

\n\n

\n If you want to show an error message when fetching some data from an\n API goes wrong, you simply add a message object (with a{' '}\n type and a text) to the fail action inside\n the saga\n

\n\n

Styled Components

\n\n

\n React Milkshake is a boilerplate for kick-starting your new\n projects. It is not a component library and does not come with a\n template or theme. But, it does come with a couple of styled\n components, like a sidebar layout or card component, that you can\n use to quickly develop your application. If you want to set your own\n theme colors and styling, just customize the theme.js{' '}\n file. These variables will be available in every component (thanks\n to the ThemeProvider inside index.js).\n

\n\n

Dependencies

\n\n \n\n

Create React App

\n\n

\n This project was bootstrapped with{' '}\n \n Create React App\n \n .\n

\n\n

Quick Start

\n\n

\n In the project directory, first run yarn or{' '}\n npm install, then run yarn start or{' '}\n npm start.\n

\n
\n \n \n );\n};\n\nexport default Home;\n"],"sourceRoot":""}