Package-level declarations
Types
Link copied to clipboard
Represents the body typography configuration.
Link copied to clipboard
Represents the heading style configuration with different sizes.
Link copied to clipboard
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
Represents the title typography configuration.