OudsSizes
data class OudsSizes(val icon: OudsSizes.Icon, val maxWidth: OudsSizes.MaxWidth, val minInteractiveArea: Dp)
Holds the size values defined in the OUDS theme.
These values ensure consistent sizing for icons, touch targets, and layout constraints across different screen sizes and contexts.
Types
Link copied to clipboard
data class Icon(val decorative: OudsSizes.Icon.Decorative, val withHeading: OudsSizes.Icon.WithHeading, val withLabel: OudsSizes.Icon.WithLabel, val withBody: OudsSizes.Icon.WithBody)
Sizes for icons depending on their usage context.
Link copied to clipboard
Maximum width constraints used to control line length and layout density.