{"version":3,"file":"index.cjs","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","ATypographyBase","typography"],"mappings":";;;;;;;;;;;;;AAQO,MAAM,cAAiB,GAAAA,aAAA;AACvB,MAAM,eAAkB,GAAAC,cAAA;AACxB,MAAM,cAAiB,GAAAC,aAAA;AACvB,MAAM,mBAAsB,GAAAC,kBAAA;AAC5B,MAAM,cAAiB,GAAAC,aAAA;AAEjB,MAAA,UAAA,GAAa,MAAO,CAAA,MAAA,CAAOC,oBAAY,EAAA;AAAA,EAClD,IAAM,EAAAL,YAAA;AAAA,EACN,KAAO,EAAAC,aAAA;AAAA,EACP,SAAW,EAAAE,iBAAA;AAAA,EACX,IAAM,EAAAD,YAAA;AAAA,EACN,IAAM,EAAAE,YAAA;AAAA,EACN,QAAQ,GAAU,EAAA;AAChB,IAAI,GAAA,CAAA,SAAA,CAAUC,oBAAW,CAAA,IAAA,EAAMA,oBAAU,CAAA,CAAA;AACzC,IAAI,GAAA,CAAA,SAAA,CAAUL,YAAgB,CAAA,WAAA,EAAaA,YAAe,CAAA,CAAA;AAC1D,IAAI,GAAA,CAAA,SAAA,CAAUC,aAAiB,CAAA,WAAA,EAAaA,aAAgB,CAAA,CAAA;AAC5D,IAAI,GAAA,CAAA,SAAA,CAAUE,iBAAqB,CAAA,WAAA,EAAaA,iBAAoB,CAAA,CAAA;AACpE,IAAI,GAAA,CAAA,SAAA,CAAUD,YAAgB,CAAA,WAAA,EAAaA,YAAe,CAAA,CAAA;AAC1D,IAAO,OAAA,GAAA,CAAA;AAAA,GACT;AACF,CAAC;;;;;;;;;;;;;;;;;;"}