@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
28 lines (27 loc) • 917 B
TypeScript
// Auto-generated types for groww-primary semantic tokens (background)
export const growwprimaryBackgroundSemanticTokens = [
"background-accent",
"background-accent-secondary",
"background-accent-secondary-subtle",
"background-accent-subtle",
"background-always-dark",
"background-always-light",
"background-disabled",
"background-inverse-primary",
"background-negative",
"background-negative-subtle",
"background-on-warning-subtle",
"background-overlay-primary",
"background-overlay-secondary",
"background-positive",
"background-positive-subtle",
"background-primary",
"background-secondary",
"background-surface-primary",
"background-surface-secondary",
"background-tertiary",
"background-transparent",
"background-warning",
"background-warning-subtle"
] as const;
export type growwprimaryBackgroundSemanticToken = typeof growwprimaryBackgroundSemanticTokens[number];