Package-level declarations
This package contains the Key Token objects that define the organization of semantic tokens. It establishes the hierarchy (tree structure) used to access token values. Instead of a flat list, it groups tokens into logical categories (like OudsBorderSemanticTokens, OudsSizeSemanticTokens, or OudsSpaceSemanticTokens), enabling structured navigation through the theme properties.
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class OudsLightDarkColorKeyToken(val light: OudsColorKeyToken, val dark: OudsColorKeyToken) : OudsColorKeyToken
A color key token which aggregates two color key tokens, with one being used for the light theme and the other for the dark theme.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard