UNPKG

@groww-tech/mint-css

Version:

A CSS library that provides classes, tokens, variables, fonts and other essential stylings governed under MINT design system, used by Groww

15 lines (14 loc) 597 B
// Auto-generated aggregated types for all semantic tokens in category "interaction-state-selected" export const allInteractionStateSelectedSemanticTokens = [ "bg-accent-selected", "bg-accent-subtle-selected", "bg-negative-selected", "bg-negative-subtle-selected", "bg-positive-selected", "bg-positive-subtle-selected", "bg-transparent-accent-selected", "bg-transparent-negative-selected", "bg-transparent-positive-selected", "bg-transparent-selected" ] as const; export type AllInteractionStateSelectedSemanticToken = typeof allInteractionStateSelectedSemanticTokens[number];