Package-level declarations

Types

Link copied to clipboard
data class BodyStyle(val small: TextStyle, val medium: TextStyle, val large: TextStyle)

Represents the body style configuration with different sizes.

Link copied to clipboard
data class BodyTypography(val default: BodyStyle, val emphasis: BodyStyle, val textlink: BodyStyle)

Represents the body typography configuration.

Link copied to clipboard
data class HeadingStyle(val small: TextStyle, val medium: TextStyle, val huge: TextStyle)

Represents the heading style configuration with different sizes.

Link copied to clipboard
data class HeadingTypography(val default: HeadingStyle, val narrow: HeadingStyle)

Represents the heading typography configuration.

Link copied to clipboard
data class MercadoPagoTypography(val heading: HeadingTypography, val body: BodyTypography, val title: TitleTypography = TitleTypography( title = TextStyle.Default, ))

Represents the new typography system configuration for MercadoPago UI components. This class defines the updated text style values used throughout the application.

Link copied to clipboard
data class TitleTypography(val title: TextStyle)

Represents the title typography configuration.