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
enum Mode : Enum<Mode>
Link copied to clipboard
sealed interface OudsBorderKeyToken : OudsKeyToken
Link copied to clipboard
sealed interface OudsColorKeyToken : OudsKeyToken
Link copied to clipboard
sealed interface OudsEffectKeyToken : OudsKeyToken
Link copied to clipboard
Link copied to clipboard
sealed interface OudsGridKeyToken : OudsKeyToken
Link copied to clipboard
sealed interface OudsKeyToken
Link copied to clipboard

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
sealed interface OudsSizeKeyToken : OudsKeyToken
Link copied to clipboard
sealed interface OudsSpaceKeyToken : OudsKeyToken
Link copied to clipboard