{"version":3,"file":"Code.mjs","sources":["../../../../../../../../../web/src/adminPortal/shared/components/Code.tsx"],"sourcesContent":["import { styled } from '@mui/material';\nimport React from 'react';\n\nexport const CODE_HORIZONTAL_PADDING = 1;\n\nexport type CodeCoreProps = React.ComponentProps<typeof CodeCore>;\n\nexport const CodeCore = styled('span')(({ theme }) => ({\n  borderRadius: 4,\n  width: 'fit-content',\n  padding: theme.spacing(0.5, CODE_HORIZONTAL_PADDING),\n  wordBreak: 'break-word',\n}));\n"],"names":["CODE_HORIZONTAL_PADDING","CodeCore","styled","theme","borderRadius","width","padding","spacing","wordBreak"],"mappings":";;;AAGO,MAAMA,0BAA0B;AAIhC,MAAMC,WAAWC,MAAAA,CAAO,MAAA,CAAA,CAAQ,CAAC,EAAEC,KAAK,EAAE,IAAM;QACrDC,YAAAA,EAAc,CAAA;QACdC,KAAAA,EAAO,aAAA;QACPC,OAAAA,EAASH,KAAAA,CAAMI,OAAO,CAAC,GAAA,EAAKP,uBAAAA,CAAAA;QAC5BQ,SAAAA,EAAW;AACb,KAAA,CAAA;;;;"}