{"version":3,"file":"Typography.mjs","sources":["../../../../../../../../web/src/adminPortal/components/Typography.tsx"],"sourcesContent":["import React, { FC } from 'react';\n\nimport { TypographyCore, TypographyCoreProps } from '../shared/components/Typography';\n\nexport type TypographyProps = TypographyCoreProps;\n\nexport const Typography: FC<TypographyProps> = (props) => {\n  const { disabled, ...rest } = props;\n\n  return <TypographyCore {...rest} />;\n};\n"],"names":["Typography","props","disabled","rest","React","TypographyCore"],"mappings":";;;AAMO,MAAMA,aAAkC,CAACC,KAAAA,GAAAA;AAC9C,IAAA,MAAM,EAAEC,QAAQ,EAAE,GAAGC,MAAM,GAAGF,KAAAA;AAE9B,IAAA,qBAAOG,iBAACC,cAAAA,EAAmBF,IAAAA,CAAAA;AAC7B;;;;"}