{"version":3,"sources":["App.js","index.js","styles/global.js"],"names":["Main","lazy","Adesao","App","theme","maxSnack","CssBaseline","fallback","LinearProgress","path","component","render","props","via","invoiceWhatsapp","invoiceOrAgreement","exact","Sentry","dsn","integrations","Integrations","BrowserTracing","tracesSampleRate","ReactDOM","document","getElementById","createMuiTheme","palette","primary","main","secondary","default","typography","useNextVariants","media","handheld","css","desktop"],"mappings":"+PAQMA,EAAOC,gBAAK,kBAAM,8DAClBC,EAASD,gBAAK,kBAAM,uDA2BXE,EAzBH,kBACV,cAAC,IAAD,CAAkBC,MAAOA,IAAzB,SACE,eAAC,IAAD,CAAkBC,SAAU,EAA5B,UACE,cAACC,EAAA,EAAD,IACA,cAAC,WAAD,CAAUC,SAAU,cAACC,EAAA,EAAD,IAApB,SACE,cAAC,IAAD,UACE,eAAC,IAAD,WACE,cAAC,IAAD,CAAOC,KAAK,UAAUC,UAAWR,IACjC,cAAC,IAAD,CAAOO,KAAK,OAAOE,OAAQ,SAACC,GAAD,OAAW,cAACZ,EAAD,2BAAUY,GAAV,IAAiBC,KAAK,QAE5D,cAAC,IAAD,CAAOJ,KAAK,IAAIE,OAAQ,SAACC,GAAD,OAAW,cAACZ,EAAD,2BAAUY,GAAV,IAAiBE,iBAAiB,QACrE,cAAC,IAAD,CAAOL,KAAK,UAAUE,OAAQ,SAACC,GAAD,OAAW,cAACZ,EAAD,2BAAUY,GAAV,IAAiBG,oBAAoB,QAC9E,cAAC,IAAD,CAAOC,OAAO,EAAMP,KAAK,IAAIC,UAAWV,IACxC,cAAC,IAAD,CAAOU,UAAWV,iBChB9BiB,IAAY,CACVC,IAAK,4EACLC,aAAc,CAAC,IAAIC,IAAaC,gBAChCC,iBAAkB,IAIpBC,IAASZ,OACP,mCACI,cAAC,EAAD,MAEJa,SAASC,eAAe,U,oIChBbrB,EAAQsB,YAAe,CAClCC,QAAS,CACPC,QAAS,CACPC,KAAM,WAERC,UAAW,CACTD,KAAM,WAERE,QAAS,CACPF,KAAM,YAGVG,WAAY,CACVC,iBAAiB,EACjB,WAAc,6CACd,SAAY,GACZ,gBAAmB,IACnB,kBAAqB,IACrB,iBAAoB,OAIXC,EAAQ,CACnBC,SAAU,kBAAaC,YAAZ,IAAD,6EAEJA,IAAG,WAAH,eAGNC,QAAS,kBAAaD,YAAZ,IAAD,6EAEHA,IAAG,WAAH,kB","file":"static/js/main.00b285c5.chunk.js","sourcesContent":["import React, { lazy, Suspense } from \"react\";\nimport { CssBaseline, MuiThemeProvider } from \"@material-ui/core\";\nimport { BrowserRouter, Route, Switch } from \"react-router-dom\";\nimport { LinearProgress } from \"@material-ui/core\";\nimport propTypes from \"prop-types\";\nimport { theme } from \"./styles/global\";\nimport \"./config/ReactotronConfig\";\nimport { SnackbarProvider } from 'notistack';\nconst Main = lazy(() => import(\"./pages/Main\"));\nconst Adesao = lazy(() => import(\"./pages/Adesao\"));\n\nconst App = () => (\n \n \n \n }>\n \n \n \n } />\n {/* wp - whatsapp */}\n } />\n } />\n \n \n \n \n \n \n \n);\n\nApp.propTypes = {\n location: propTypes.object\n};\n\nexport default App;\n","import React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport * as Sentry from \"@sentry/react\";\nimport { Integrations } from \"@sentry/tracing\";\n\n\nimport App from \"./App\";\n\nSentry.init({\n dsn: \"https://2fe52c9f141541228d0941c04f03cd7c@o562584.ingest.sentry.io/6127650\",\n integrations: [new Integrations.BrowserTracing()],\n tracesSampleRate: 1.0,\n});\n\n\nReactDOM.render(\n <>\n \n >,\n document.getElementById(\"root\")\n);\n","import { css } from 'styled-components';\nimport { createMuiTheme } from '@material-ui/core';\n\nexport const theme = createMuiTheme({\n palette: {\n primary: {\n main: '#00582B',\n },\n secondary: {\n main: '#797979',\n },\n default: {\n main: '#FFFFFF',\n },\n },\n typography: {\n useNextVariants: true,\n \"fontFamily\": \"\\\"Roboto\\\", \\\"Helvetica\\\", \\\"Arial\\\", sans-serif\",\n \"fontSize\": 14,\n \"fontWeightLight\": 300,\n \"fontWeightRegular\": 400,\n \"fontWeightMedium\": 500\n }\n});\n\nexport const media = {\n handheld: (...args) => css`\n @media (max-width: 943px) {\n ${css(...args)};\n }\n `,\n desktop: (...args) => css`\n @media (min-width: 943px) {\n ${css(...args)};\n }\n `,\n};\n"],"sourceRoot":""}