@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) • 609 B
TypeScript
// Auto-generated types for groww-primary semantic tokens (interactionStateSelected)
export const growwprimaryInteractionStateSelectedSemanticTokens = [
"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 growwprimaryInteractionStateSelectedSemanticToken = typeof growwprimaryInteractionStateSelectedSemanticTokens[number];