{"version":3,"file":"Home-Cfk0ikhI.js","sources":["../../../frontend/src/Pages/Entities/Home.tsx"],"sourcesContent":["import React, { useEffect } from 'react';\nimport { Box } from '@mui/material';\nimport { useIntl } from 'react-intl';\n\nimport ContactUs from '../../Components/Entities/ContactUs/ContactUs';\nimport AnalyticsService from '../../Services/AnalyticsService';\nimport MetaTags from '../../Components/MetaTags/MetaTags';\nimport { isAccessingViaCustomDomain } from '../../Utils';\nimport useSpace from '../../Hooks/useSpace';\nimport ListOfUiSections from '../../Components/UiSection/ListOfUiSections';\nimport { useNotifications } from '@toolpad/core/useNotifications';\nimport { notify } from '../../Utils/NotificationUtils';\n\nfunction Home() {\n const intl = useIntl();\n const { space } = useSpace();\n const notifications = useNotifications();\n const params = new URLSearchParams(window.location.search);\n const keepMeAlive = params.get('keep_me_alive');\n\n useEffect(() => {\n AnalyticsService.track('Space', 'Visit Space Home');\n\n if (keepMeAlive) {\n notify(notifications, intl.formatMessage({ id: 'KEEP_ME_ALIVE.ALERT.TITLE' }));\n }\n }, []);\n\n return (\n <>\n \n\n {/* corresponds more or less to: 100vh - NavBar height - Footer height */}\n \n \n\n \n \n >\n );\n}\n\nexport default Home;\n"],"names":["Home","intl","useIntl","_useSpace","useSpace","space","notifications","useNotifications","params","URLSearchParams","window","location","search","keepMeAlive","get","useEffect","track","formatMessage","id","createElement","React","Fragment","MetaTags","title","name","description","pictureUrl","picture_to_share_url","noindex","Boolean","custom_domain","isAccessingViaCustomDomain","Box","sx","backgroundColor","minHeight","width","ListOfUiSections","page","ContactUs"],"mappings":"i9CAaA,SAASA,IAAO,CACd,IAAMC,EAAOC,EAAQ,EACrBC,EAAkBC,EAAAA,EAAVC,EAAKF,EAALE,MACFC,EAAgBC,EAAiB,EACjCC,EAAS,IAAIC,gBAAgBC,OAAOC,SAASC,MAAM,EACnDC,EAAcL,EAAOM,IAAI,eAAe,EAE9CC,OAAAA,EAAAA,UAAU,UAAM,CACGC,EAAAA,MAAM,QAAS,kBAAkB,EAE9CH,GACKP,EAAAA,EAAeL,EAAKgB,cAAc,CAAEC,GAAI,2BAAA,CAA6B,CAAC,CAEjF,EAAG,EAAE,IAGHC,cAAAC,EAAAC,SAAA,KACED,EAAAD,cAACG,EAAQ,CACPC,MAAOlB,EAAMmB,KACbC,YAAapB,EAAMoB,YACnBC,WAAYrB,EAAMsB,qBAClBC,QAASC,EAAQxB,EAAMyB,eAAkB,CAACC,EAA2B,CAAA,CACtE,EAGDZ,EAAAA,cAACa,EAAG,CAACC,GAAI,CAAEC,gBAAiB,UAAWC,UAAW,OAAQC,MAAO,MAAA,CAAO,EACtEjB,EAAAA,cAACkB,EAAgB,CAACC,KAAK,MAAA,CAAQ,EAE/BnB,EAAAA,cAACoB,EAAS,CAAClC,MAAAA,CAAe,CAAA,CACvB,CACL,CAEN"}