{"version":3,"file":"MainContainer.mjs","sources":["../../../../../../../web/src/adminPortal/MainContainer.tsx"],"sourcesContent":["import { styled } from '@mui/material';\nimport React from 'react';\n\nconst StyledContainer = styled('div')(({ theme }) => ({\n  background: theme.styleConfig.container.backgroundColor,\n  borderStyle: 'solid',\n  borderWidth: theme.styleConfig.container.borderWidth,\n  borderColor: theme.styleConfig.container.borderColor,\n  borderRadius: theme.styleConfig.container.borderRadius,\n  color: theme.styleConfig.colors.primary,\n  width: theme.styleConfig.container.width,\n  padding: theme.styleConfig.container.padding,\n  boxSizing: 'border-box',\n}));\n\nexport const MainContainer = ({ children }: { children: React.ReactNode }) => {\n  return <StyledContainer>{children}</StyledContainer>;\n};\n"],"names":["StyledContainer","styled","theme","background","styleConfig","container","backgroundColor","borderStyle","borderWidth","borderColor","borderRadius","color","colors","primary","width","padding","boxSizing","MainContainer","children","React"],"mappings":";;;AAGA,MAAMA,eAAAA,GAAkBC,OAAO,KAAA,CAAA,CAAO,CAAC,EAAEC,KAAK,EAAE,IAAM;AACpDC,QAAAA,UAAAA,EAAYD,KAAAA,CAAME,WAAW,CAACC,SAAS,CAACC,eAAe;QACvDC,WAAAA,EAAa,OAAA;AACbC,QAAAA,WAAAA,EAAaN,KAAAA,CAAME,WAAW,CAACC,SAAS,CAACG,WAAW;AACpDC,QAAAA,WAAAA,EAAaP,KAAAA,CAAME,WAAW,CAACC,SAAS,CAACI,WAAW;AACpDC,QAAAA,YAAAA,EAAcR,KAAAA,CAAME,WAAW,CAACC,SAAS,CAACK,YAAY;AACtDC,QAAAA,KAAAA,EAAOT,KAAAA,CAAME,WAAW,CAACQ,MAAM,CAACC,OAAO;AACvCC,QAAAA,KAAAA,EAAOZ,KAAAA,CAAME,WAAW,CAACC,SAAS,CAACS,KAAK;AACxCC,QAAAA,OAAAA,EAASb,KAAAA,CAAME,WAAW,CAACC,SAAS,CAACU,OAAO;QAC5CC,SAAAA,EAAW;KACb,CAAA,CAAA;AAEO,MAAMC,aAAAA,GAAgB,CAAC,EAAEC,QAAQ,EAAiC,GAAA;AACvE,IAAA,qBAAOC,iBAACnB,eAAAA,EAAAA,IAAAA,EAAiBkB,QAAAA,CAAAA;AAC3B;;;;"}