{"version":3,"file":"Paragraph.cjs","sources":["../../../../../../packages/components/typography/src/Paragraph.tsx"],"sourcesContent":["import type { FunctionalComponent } from 'vue';\nimport Base from './Base';\nimport { type ParagraphProps, paragraphProps } from './props';\n\nconst Paragraph: FunctionalComponent<ParagraphProps> = (props, { slots, attrs }) => {\n  const getParagraphProps = {\n    ...props,\n    component: 'div',\n    ...attrs,\n  };\n\n  return <Base {...getParagraphProps} v-slots={slots}></Base>;\n};\n\nParagraph.displayName = 'ATypographyParagraph';\nParagraph.inheritAttrs = false;\nParagraph.props = paragraphProps();\n\nexport default Paragraph;\n"],"names":["Paragraph","props","slots","attrs","getParagraphProps","component","_createVNode","Base","displayName","inheritAttrs","paragraphProps"],"mappings":";;;;;;;;AAIMA,MAAAA,SAAAA,GAAiDA,CAACC,KAAO,EAAA;AAAA,EAAEC,KAAAA;AAAAA,EAAOC,KAAAA;AAAM,CAAM,KAAA;AAClF,EAAA,MAAMC,iBAAoB,GAAA;AAAA,IACxB,GAAGH,KAAAA;AAAAA,IACHI,SAAW,EAAA,KAAA;AAAA,IACX,GAAGF,KAAAA;AAAAA,GACL,CAAA;AAEA,EAAAG,OAAAA,eAAAA,CAAAC,YAAiBH,EAAAA,iBAAAA,EAA4BF,KAAK,CAAA,CAAA;AACpD,EAAA;AAEAF,SAAAA,CAAUQ,WAAc,GAAA,sBAAA,CAAA;AACxBR,SAAAA,CAAUS,YAAe,GAAA,KAAA,CAAA;AACzBT,SAAAA,CAAUC,QAAQS,oBAAe,EAAA;;;;"}