{"version":3,"file":"index.mjs","sources":["../../../../../packages/components/typography/index.ts"],"sourcesContent":["import type { App, Plugin } from 'vue';\nimport ATypographyBase from './src/Base';\nimport ATypographyLink from './src/Link';\nimport ATypographyParagraph from './src/Paragraph';\nimport ATypographyText from './src/Text';\nimport ATypographyTitle from './src/Title';\nimport typography from './src/Typography';\n\nexport const TypographyText = ATypographyText;\nexport const TypographyTitle = ATypographyTitle;\nexport const TypographyLink = ATypographyLink;\nexport const TypographyParagraph = ATypographyParagraph;\nexport const TypographyBase = ATypographyBase;\n\nexport const Typography = Object.assign(typography, {\n  Text: ATypographyText,\n  Title: ATypographyTitle,\n  Paragraph: ATypographyParagraph,\n  Link: ATypographyLink,\n  Base: ATypographyBase,\n  install(app: App) {\n    app.component(typography.name, typography);\n    app.component(ATypographyText.displayName, ATypographyText);\n    app.component(ATypographyTitle.displayName, ATypographyTitle);\n    app.component(ATypographyParagraph.displayName, ATypographyParagraph);\n    app.component(ATypographyLink.displayName, ATypographyLink);\n    return app;\n  },\n});\n\nexport default Typography as typeof Typography & Plugin & {\n  readonly Text: typeof ATypographyText\n  readonly Title: typeof ATypographyTitle\n  readonly Paragraph: typeof ATypographyParagraph\n  readonly Link: typeof ATypographyLink\n  readonly Base: typeof ATypographyBase\n};\n\nexport * from './src/interface';\nexport * from './src/props';\n"],"names":["ATypographyText","ATypographyTitle","ATypographyLink","ATypographyParagraph","typography"],"mappings":";;;;;;;;;AAQO,MAAM,cAAiB,GAAAA,KAAA;AACvB,MAAM,eAAkB,GAAAC,MAAA;AACxB,MAAM,cAAiB,GAAAC,KAAA;AACvB,MAAM,mBAAsB,GAAAC,UAAA;AAC5B,MAAM,cAAiB,GAAA,gBAAA;AAEjB,MAAA,UAAA,GAAa,MAAO,CAAA,MAAA,CAAOC,YAAY,EAAA;AAAA,EAClD,IAAM,EAAAJ,IAAA;AAAA,EACN,KAAO,EAAAC,KAAA;AAAA,EACP,SAAW,EAAAE,SAAA;AAAA,EACX,IAAM,EAAAD,IAAA;AAAA,EACN,IAAM,EAAA,eAAA;AAAA,EACN,QAAQ,GAAU,EAAA;AAChB,IAAI,GAAA,CAAA,SAAA,CAAUE,YAAW,CAAA,IAAA,EAAMA,YAAU,CAAA,CAAA;AACzC,IAAI,GAAA,CAAA,SAAA,CAAUJ,IAAgB,CAAA,WAAA,EAAaA,IAAe,CAAA,CAAA;AAC1D,IAAI,GAAA,CAAA,SAAA,CAAUC,KAAiB,CAAA,WAAA,EAAaA,KAAgB,CAAA,CAAA;AAC5D,IAAI,GAAA,CAAA,SAAA,CAAUE,SAAqB,CAAA,WAAA,EAAaA,SAAoB,CAAA,CAAA;AACpE,IAAI,GAAA,CAAA,SAAA,CAAUD,IAAgB,CAAA,WAAA,EAAaA,IAAe,CAAA,CAAA;AAC1D,IAAO,OAAA,GAAA,CAAA;AAAA,GACT;AACF,CAAC;;;;"}