{"version":3,"file":"typography.mjs","sources":["../../../src/common/propsValues/typography.ts"],"sourcesContent":["export enum Typography {\n  /**\n   * @deprecated Use Marketing titles or {@link Typography.DISPLAY_LARGE} instead.\n   */\n  DISPLAY_EXTRA_LARGE = 'display-extra-large',\n  DISPLAY_LARGE = 'display-large',\n  DISPLAY_MEDIUM = 'display-medium',\n  DISPLAY_SMALL = 'display-small',\n  DISPLAY_NUMBER = 'display-number',\n\n  TITLE_SCREEN = 'title-screen',\n  TITLE_SECTION = 'title-section',\n  TITLE_SUBSECTION = 'title-subsection',\n  TITLE_BODY = 'title-body',\n  TITLE_GROUP = 'title-group',\n\n  BODY_LARGE = 'body-large',\n  BODY_DEFAULT = 'body-default',\n  BODY_DEFAULT_BOLD = 'body-default-bold',\n  BODY_LARGE_BOLD = 'body-large-bold',\n\n  LINK_LARGE = 'link-large',\n  LINK_DEFAULT = 'link-default',\n}\n\n/**\n * @deprecated Use {@link Typography.DISPLAY_LARGE} instead.\n */\nexport type DisplayExtraLarge = 'display-extra-large';\nexport type DisplayLarge = 'display-large';\nexport type DisplayMedium = 'display-medium';\nexport type DisplaySmall = 'display-small';\nexport type DisplayNumber = 'display-number';\n\nexport type DisplayTypes =\n  | DisplayExtraLarge\n  | DisplayLarge\n  | DisplayMedium\n  | DisplaySmall\n  | DisplayNumber;\n\nexport type TitleScreen = 'title-screen';\nexport type TitleSection = 'title-section';\nexport type TitleSubsection = 'title-subsection';\nexport type TitleBody = 'title-body';\nexport type TitleGroup = 'title-group';\n\nexport type TitleTypes = TitleScreen | TitleSection | TitleSubsection | TitleBody | TitleGroup;\n\nexport type BodyDefault = 'body-default';\nexport type BodyLargeBold = 'body-large-bold';\nexport type BodyDefaultBold = 'body-default-bold';\nexport type BodyLarge = 'body-large';\n\nexport type BodyTypes = BodyLargeBold | BodyDefault | BodyLarge | BodyDefaultBold;\n\nexport type LinkDefault = 'link-default';\nexport type LinkLarge = 'link-large';\n\nexport type LinkTypes = LinkDefault | LinkLarge;\n\nexport type TypographyTypes =\n  | TitleScreen\n  | TitleSection\n  | TitleSubsection\n  | TitleBody\n  | TitleGroup\n  | BodyDefault\n  | BodyLargeBold\n  | BodyDefaultBold\n  | BodyLarge\n  | LinkDefault\n  | LinkLarge;\n"],"names":["Typography"],"mappings":"IAAYA;AAAZ,CAAA,UAAYA,UAAU,EAAA;AACpB;;AAEG;AACHA,EAAAA,UAAA,CAAA,qBAAA,CAAA,GAAA,qBAA2C;AAC3CA,EAAAA,UAAA,CAAA,eAAA,CAAA,GAAA,eAA+B;AAC/BA,EAAAA,UAAA,CAAA,gBAAA,CAAA,GAAA,gBAAiC;AACjCA,EAAAA,UAAA,CAAA,eAAA,CAAA,GAAA,eAA+B;AAC/BA,EAAAA,UAAA,CAAA,gBAAA,CAAA,GAAA,gBAAiC;AAEjCA,EAAAA,UAAA,CAAA,cAAA,CAAA,GAAA,cAA6B;AAC7BA,EAAAA,UAAA,CAAA,eAAA,CAAA,GAAA,eAA+B;AAC/BA,EAAAA,UAAA,CAAA,kBAAA,CAAA,GAAA,kBAAqC;AACrCA,EAAAA,UAAA,CAAA,YAAA,CAAA,GAAA,YAAyB;AACzBA,EAAAA,UAAA,CAAA,aAAA,CAAA,GAAA,aAA2B;AAE3BA,EAAAA,UAAA,CAAA,YAAA,CAAA,GAAA,YAAyB;AACzBA,EAAAA,UAAA,CAAA,cAAA,CAAA,GAAA,cAA6B;AAC7BA,EAAAA,UAAA,CAAA,mBAAA,CAAA,GAAA,mBAAuC;AACvCA,EAAAA,UAAA,CAAA,iBAAA,CAAA,GAAA,iBAAmC;AAEnCA,EAAAA,UAAA,CAAA,YAAA,CAAA,GAAA,YAAyB;AACzBA,EAAAA,UAAA,CAAA,cAAA,CAAA,GAAA,cAA6B;AAC/B,CAAC,EAvBWA,UAAU,KAAVA,UAAU,GAAA,EAAA,CAAA,CAAA;;;;"}