{"version":3,"file":"Body.cjs","names":[],"sources":["../../../src/components/Typography/Body.tsx"],"sourcesContent":["/*\nCopyright 2025 New Vector Ltd.\nCopyright 2023 The Matrix.org Foundation C.I.C.\n\nSPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial\nPlease see LICENSE files in the repository root for full details.\n*/\n\nimport React from \"react\";\nimport { Text } from \"./Text\";\n\n/**\n * @deprecated use `Text` instead\n */\nexport const Body: React.FC<React.ComponentProps<typeof Text>> = ({\n  children,\n  ...props\n}) => {\n  return <Text {...props}>{children}</Text>;\n};\n"],"mappings":";;;;;;;;;AAcA,IAAa,QAAqD,EAChE,UACA,GAAG,YACC;AACJ,QAAO,iBAAA,GAAA,kBAAA,KAAC,aAAA,MAAD;EAAM,GAAI;EAAQ;EAAgB,CAAA"}