{"version":3,"file":"static/js/MapSection.1f693a75.js","mappings":"4JAKA,MAAMA,GAAMC,EAAAA,EAAAA,SAAS,CAADC,SAAA,GAAAC,SAAAA,GAAA,aAAAC,OAAAA,CAAAC,GAAA,MAAAC,EAAA,KAAAC,QAAAF,GAAA,gBAAAH,SAAAI,MAAAE,EAAAA,EAAAF,EAAA,EAAAG,YAChBA,IACI,gCAA6CC,YAAAA,CAAAL,GAAA,MAAAC,EAAA,KAAAC,QAAAF,GAAA,YAAAH,SAAAI,IAAA,OAAAG,YAAAJ,GAAAM,MAAAT,IAAA,KAAAA,SAAAI,IAAA,EAAAJ,IAAA,EAAAU,WAAAA,CAAAP,GAAA,MAAAQ,EAAA,KAAAN,QAAAF,GAAA,OAAAS,EAAAD,EAAA,EAAAN,OAAAA,GAAA,gBAE/CQ,EAAaV,IAAkCW,EAAAA,EAAAA,KAAChB,EAAG,IAAKK,IAC9D,K,2LCLO,MAAMY,GAAYC,EAAAA,EAAAA,QAAOC,EAAAA,IAAcC,WAAA,CAAAC,YAAA,eAArBH,CAAqB,oHAQjCI,GAAYJ,EAAAA,EAAAA,QAAOlB,EAAAA,GAAIoB,WAAA,CAAAC,YAAA,eAAXH,CAAW,0C,eCRpC,MAAMK,EAAaA,EACfC,aACAC,WACAC,YACAC,OAAO,GACPC,UAAU,GACVC,oBAAmB,EACnBC,eAAc,EACdC,YACAC,gBAEOP,GAAYC,GACfV,EAAAA,EAAAA,KAACC,EAAS,CAENJ,GAAImB,GAAcR,EAClBO,UAAWA,EAAUE,UAErBjB,EAAAA,EAAAA,KAACM,EAAS,CACNG,SAAUA,EACVC,UAAWA,EACXC,KAAMA,EACNO,MAAON,EACPC,iBAAkBA,EAClBC,YAAaA,KAVZN,GAAe,sBAcxBR,EAAAA,EAAAA,KAAAmB,EAAAA,SAAA,IAIR,MAAeC,EAAAA,KAAWb,E","sources":["components/Map/MapLoader.tsx","components/MapSection/MapSection.styled.ts","components/MapSection/MapSection.tsx"],"sourcesContent":["import loadable, { DefaultComponent } from \"@loadable/component\";\nimport React, { ReactElement } from \"react\";\n\nimport MapProps from \"./MapProps\";\n\nconst Map = loadable(\n (): Promise> =>\n import(/* webpackChunkName: \"Map\" */ \"./Map\"),\n);\nconst MapLoader = (props: MapProps): ReactElement => ;\nexport default MapLoader;\n","import { styled } from \"styled-components\";\n\nimport Map from \"components/Map\";\nimport { Container as GridContainer } from \"style/components/Page\";\n\nexport const Container = styled(GridContainer)`\n height: min(calc(100vh - 3.125rem), 29.6875rem);\n max-width: none;\n padding-bottom: 0;\n padding-top: 0;\n position: relative;\n`;\n\nexport const StyledMap = styled(Map)`\n inset: 0;\n position: absolute;\n z-index: 1;\n`;\n","import React, { ReactElement } from \"react\";\n\nimport { Container, StyledMap } from \"./MapSection.styled\";\nimport MapSectionProps from \"./MapSectionProps\";\n\nconst MapSection = ({\n identifier,\n latitude,\n longitude,\n zoom = 15,\n heading = \"\",\n disableDefaultUI = true,\n zoomControl = true,\n className,\n anchorName,\n}: MapSectionProps): ReactElement => {\n return latitude && longitude ? (\n \n \n \n ) : (\n <>\n );\n};\n\nexport default React.memo(MapSection);\n"],"names":["Map","loadable","resolved","chunkName","isReady","props","key","resolve","__webpack_modules__","importAsync","requireAsync","then","requireSync","id","__webpack_require__","MapLoader","_jsx","Container","styled","GridContainer","withConfig","componentId","StyledMap","MapSection","identifier","latitude","longitude","zoom","heading","disableDefaultUI","zoomControl","className","anchorName","children","title","_Fragment","React"],"sourceRoot":""}