{"version":3,"sources":["sections/overview/linkBox.js","sections/overview/index.js"],"names":["LinkBox","props","classes","Container","className","maxWidth","Typography","linkBoxLinks","href","Button","linkBoxIcons","style","color","fontsize","alt","height","src","target","fontSize","padding","marginTop","Overview","currdate","React","useContext","CacheContext","Box","variant","component","gutterBottom","textAlign","rel"],"mappings":"kNA0GeA,EA5FC,SAACC,GACf,IAAMC,EAAUD,EAAMC,QAEtB,OACE,kBAACC,EAAA,EAAD,CAAWC,UAAU,YAAYC,SAAS,MACxC,kBAACC,EAAA,EAAD,CAAYF,UAAWF,EAAQK,cAC7B,uBAAGC,KAAK,uCACN,kBAACC,EAAA,EAAD,CAAQL,UAAWF,EAAQQ,cACzB,kBAAC,IAAD,CAAiBC,MAAO,CAAEC,MAAO,UAAWC,SAAU,OAF1D,6CAeF,kBAACP,EAAA,EAAD,CAAYF,UAAWF,EAAQK,cAC7B,uBAAGC,KAAK,uCACN,kBAACC,EAAA,EAAD,CAAQL,UAAWF,EAAQQ,cACzB,yBACEI,IAAI,iBACJC,OAAO,OACPC,IAAI,gCALV,qCAWF,kBAACV,EAAA,EAAD,KACE,uBAAGE,KAAK,0BACN,kBAACC,EAAA,EAAD,CAAQL,UAAWF,EAAQQ,cACzB,yBACEI,IAAI,iBACJC,OAAO,OACPC,IAAI,iCALV,4BAqBF,kBAACV,EAAA,EAAD,CAAYF,UAAWF,EAAQK,cAC7B,uBACEC,KAAK,+CACLS,OAAO,WAEP,kBAACR,EAAA,EAAD,CAAQL,UAAWF,EAAQQ,cACzB,yBACEI,IAAI,wCACJC,OAAO,OACPC,IAAI,oBARV,2CAaA,uBAAGL,MAAO,CAAEO,SAAS,SAAUC,QAAQ,SAAUC,UAAU,WAA3D,4I,SCfOC,UApDE,SAACpB,GAChB,IAAMC,EAAUD,EAAMC,QAChBoB,EAAWC,IAAMC,WAAWC,KAElC,OACE,kBAACC,EAAA,EAAD,KACE,kBAACpB,EAAA,EAAD,CACEqB,QAAQ,KACRC,UAAU,KACVC,cAAY,EACZlB,MAAO,CAAEmB,UAAW,SAAUlB,MAAO,UAJvC,sCAQA,kBAACN,EAAA,EAAD,CAAYM,MAAM,gBAAgBD,MAAO,CAAEmB,UAAW,WACpD,sHAIL,kBAACxB,EAAA,EAAD,CAAYM,MAAM,iBACb,6BADL,gfAM8F,IACzF,uBAAGJ,KAAK,mCAAmCS,OAAO,SAASc,IAAI,uBAAuBpB,MAAO,CAAEC,MAAM,UAArG,gBAAiI,IAPtI,MAQS,IACJ,uBAAGJ,KAAK,6FAA6FS,OAAO,SAASc,IAAI,uBAAuBpB,MAAO,CAAEC,MAAM,UAA/J,kCATL,oIAUqI,IAChI,uBAAGJ,KAAK,qDAAqDS,OAAO,SAASc,IAAI,uBAAuBpB,MAAO,CAAEC,MAAM,UAAvH,2BAA8J,IAXnK,MAYS,IACJ,uBAAGJ,KAAK,6DAA6DS,OAAO,SAASc,IAAI,uBAAuBpB,MAAO,CAAEC,MAAM,UAA/H,0BAbL,KAeG,kBAACN,EAAA,EAAD,CAAYM,MAAM,iBAChB,6BADF,sGAEsGU,EAFtG,KAIH,6BAQG,kBAAC,EAAD,CAASpB,QAASA,IAClB","file":"static/js/15.b0c5440c.chunk.js","sourcesContent":["import React from \"react\";\nimport { Typography, Button, Container } from \"@material-ui/core\";\nimport NewReleasesIcon from \"@material-ui/icons/NewReleases\";\n/* import MapIcon from \"@material-ui/icons/Map\"; */\n\n/**\n * Link Box\n * \n * Links out to various pages requested by Georgia with icons\n * @param {{\n *    classes: import(\"@material-ui/core\").Theme\n * }} props \n * @param props.classes a material-ui theme object\n */\nconst LinkBox = (props) => {\n  const classes = props.classes;\n\n  return (\n    <Container className=\"links_box\" maxWidth=\"sm\">\n      <Typography className={classes.linkBoxLinks}>\n        <a href=\"docs/Georgia COVID-19 Whats New.pdf\">\n          <Button className={classes.linkBoxIcons}>\n            <NewReleasesIcon style={{ color: \"#b01116\", fontsize: 40 }} />\n          </Button>\n          The latest: What's new with this report?\n        </a>\n      </Typography>\n      { /* <Typography className={classes.linkBoxLinks}>\n        <a href=\"docs/COVID19 Data Guide.pdf\">\n          <Button className={classes.linkBoxIcons}>\n            <NewReleasesIcon style={{ color: \"#b01116\", fontsize: 40 }} />\n          </Button>\n          COVID-19 Data Resource Guide (PDF)\n        </a>\n      </Typography> */ }\n      <Typography className={classes.linkBoxLinks}>\n        <a href=\"docs/GA_COVID19_Dashboard_Guide.pdf\">\n          <Button className={classes.linkBoxIcons}>\n            <img\n              alt=\"Data and Rules\"\n              height=\"40px\"\n              src=\"images/fact_sheet_dark.png\"\n            />\n          </Button>\n          Guide: Understand the data (PDF)\n        </a>\n      </Typography>\n      <Typography>\n        <a href=\"docs/ga_covid_data.zip\">\n          <Button className={classes.linkBoxIcons}>\n            <img\n              alt=\"Data and Rules\"\n              height=\"40px\"\n              src=\"images/data_export_dark.png\"\n            />\n          </Button>\n          Download the data (CSV)\n        </a>\n      </Typography>\n      { /*\n      <Typography className={classes.linkBoxLinks}>\n        <a href=\"docs/DPH Historic Maps.pdf\">\n          <Button className={classes.linkBoxIcons}>\n            <MapIcon style={{ color: \"#103052\", fontsize: 40 }} />\n          </Button>\n          Historical Covid Maps (PDF)\n        </a>\n      </Typography>\n      */ }\n      <Typography className={classes.linkBoxLinks}>\n        <a\n          href=\"https://public-data-hub-dhhs.hub.arcgis.com/\"\n          target=\"_parent\"\n        >\n          <Button className={classes.linkBoxIcons}>\n            <img\n              alt=\"Georgia Geographic Information Office\"\n              height=\"40px\"\n              src=\"images/GIO.png\"\n            />\n          </Button>\n          Georgia Hospital Bed and Patient Census\n        </a>\n        <p style={{ fontSize:'.75rem', padding:'0 4rem', marginTop:'-.5rem' }}>\n            Note: Hospital bed and patient census data is now reported directly to HHS and can be viewed on the HHS Public Data Hub linked above.\n        </p>\n      </Typography>\n      { /* merged into link above <Typography className={classes.linkBoxLinks}>\n        <a\n          href=\"https://www.arcgis.com/apps/opsdashboard/index.html#/e40c39564f724af7bfe8fd5d88deadb6\"\n          target=\"_parent\"\n        >\n          <Button className={classes.linkBoxIcons}>\n            <img\n              alt=\"Georgia Geographic Information Office\"\n              height=\"40px\"\n              src=\"images/GIO.png\"\n            />\n          </Button>\n          Georgia Medical Facility Patient Census\n        </a>\n      </Typography> */ }\n    </Container>\n  );\n};\n\nexport default LinkBox;\n","import React from \"react\";\nimport { Box, Typography } from \"@material-ui/core\";\nimport LinkBox from \"./linkBox\";\nimport CacheContext from \"../../cacheBuster\";\n\n/**\n * Overview Section\n *\n * Includes the title, some notes, and links to other pages\n * @param {{\n *    classes: import(\"@material-ui/core\").Theme\n * }} props\n *\n * @param props.classes a material-ui theme object\n */\n\nconst Overview = (props) => {\n  const classes = props.classes;\n  const currdate = React.useContext(CacheContext);\n\n  return (\n    <Box>\n      <Typography\n        variant=\"h1\"\n        component=\"h4\"\n        gutterBottom\n        style={{ textAlign: \"center\", color: \"white\" }}\n      >\n        Georgia DPH COVID-19 Status Report\n      </Typography>\n      <Typography color=\"textSecondary\" style={{ textAlign: \"center\" }}>\n        <b>\n          Note: To ensure the most updated version of this webpage, please refresh your browser.\n        </b>\n      </Typography>\n\t  <Typography color=\"textSecondary\">\n        <br />\n        The Georgia Department of Public Health's COVID-19 Status Report will be updated for the last time on Wednesday, March 27, 2024.\n        According to the CDC and leading public health officials, COVID-19 remains an important public health threat,\n          but it is no longer the emergency that it once was.\n        Its health impacts increasingly resemble those of other respiratory viral illnesses, including influenza and RSV.\n        DPH will continue to post additional relevant reports (e.g., wastewater surveillance) at{' '}\n        <a href='https://dph.georgia.gov/covid-19' target='_blank' rel=' noopener noreferrer' style={{ color:'white' }}>DPH COVID-19</a>{' '}\n        and{' '}\n        <a href='https://dph.georgia.gov/epidemiology/acute-disease-epidemiology/viral-respiratory-diseases' target='_blank' rel=' noopener noreferrer' style={{ color:'white' }}>DPH Viral Respiratory Diseases</a>.\n        Additionally, tools to learn more about COVID-19 and other respiratory viruses in your area are available on the CDC website at{' '}\n        <a href='https://www.cdc.gov/respiratory-viruses/index.html' target='_blank' rel=' noopener noreferrer' style={{ color:'white' }}>CDC Respiratory Viruses</a>{' '}\n        and{' '}\n        <a href='https://covid.cdc.gov/covid-data-tracker/#datatracker-home' target='_blank' rel=' noopener noreferrer' style={{ color:'white' }}>CDC COVID Data Tracker</a>.\n     </Typography>\n      <Typography color=\"textSecondary\">\n        <br />\n        The below represents COVID-19 data reported to the Georgia Department of Public Health (DPH) as of {currdate}.\n      </Typography>\n\t  <br />\n      { /* <Typography color=\"textPrimary\" style={{ fontWeight:'bold',rtextTransform:'uppercase' }}>\n        <span style={{ color:'#d60000' }}>ALERT: </span>\n        The Georgia DPH COVID-19 Status Report will not update the week of October 25. The next Status Report update will occur on Wednesday, November 1.\n      </Typography>\n    <br /> */ }\n      \n      {/* <Grid item xs={12} sm={10} md={9} lg={8}> */}\n      <LinkBox classes={classes} />\n      <br />\n    </Box>\n  );\n};\n\nexport default Overview;\n"],"sourceRoot":""}