{ "version": 3, "sources": ["../src/NotSupported.js"], "sourcesContent": ["import * as React from \"react\";\nimport { createRoot} from \"react-dom\";\n\nimport {Card, Typography , makeStyles} from '@material-ui/core';\n\nconst ua = window.navigator.userAgent;\nconst msie = ua.indexOf(\"MSIE \");\n\nif (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\\:11\\./)) {\n\n const useStyles = makeStyles({\n card: {\n margin: 'auto',\n width: '50%',\n padding: 10,\n color: 'white', \n backgroundColor: '#282F3F',\n }, \n logo: {\n position: 'relative', \n left: '25%',\n width: '50%'\n }, \n text: {\n fontSize: '1.4rem',\n textAlign: 'center',\n }, \n padding: {\n padding: 10\n }\n });\n\n function NotSupported(){\n const classes = useStyles();\n return (\n \n \n
\n We are sorry, Internet Explorer cannot display this webpage. Please use a different browser such as Chrome, Edge, Safari or Firefox.\n \n );\n }\n\n const root = createRoot(document.querySelector(\"#appRoot\"));\n\n root.render(\n \n );\n}\n\n"], "mappings": "oJAAA,IAAAA,EAAuB,OACvBC,EAA0B,OAkCd,IAAAC,EAAA,OA9BNC,EAAK,OAAO,UAAU,UACtBC,EAAOD,EAAG,QAAQ,OAAO,EAE/B,GAAIC,EAAO,GAAO,UAAU,UAAU,MAAM,mBAAmB,EAAG,CAwB9D,IAASC,EAAT,UAAuB,CACnB,IAAMC,EAAUC,EAAU,EAC1B,SACI,QAACC,EAAA,CAAK,OAAM,GAAC,UAAWF,EAAQ,KAC5B,oBAAC,OAAI,IAAI,oCAAoC,UAAWA,EAAQ,KAAM,KACtE,OAAC,OAAI,UAAWA,EAAQ,QAAS,KACjC,OAACG,EAAA,CAAW,UAAWH,EAAQ,KAAM,gJAAoI,GAC7K,CAER,EA/BMC,EAAYG,EAAW,CACzB,KAAM,CACF,OAAQ,OACR,MAAO,MACP,QAAS,GACT,MAAO,QACP,gBAAiB,SACrB,EACA,KAAM,CACF,SAAU,WACV,KAAM,MACN,MAAO,KACX,EACA,KAAM,CACF,SAAU,SACV,UAAW,QACf,EACA,QAAS,CACL,QAAS,EACb,CACJ,CAAC,KAaY,cAAW,SAAS,cAAc,UAAU,CAAC,EAErD,UACF,OAACL,EAAA,EAAY,CAChB,CACJ", "names": ["React", "import_react_dom", "import_jsx_runtime", "ua", "msie", "NotSupported", "classes", "useStyles", "Card_default", "Typography_default", "makeStyles_default"] }