@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) • 877 B
TypeScript
// Auto-generated types for groww-primary utility classes (background)
export const growwprimaryBackgroundUtilityClasses = [
"backgroundAccent",
"backgroundAccentSecondary",
"backgroundAccentSecondarySubtle",
"backgroundAccentSubtle",
"backgroundAlwaysDark",
"backgroundAlwaysLight",
"backgroundDisabled",
"backgroundInversePrimary",
"backgroundNegative",
"backgroundNegativeSubtle",
"backgroundOnWarningSubtle",
"backgroundOverlayPrimary",
"backgroundOverlaySecondary",
"backgroundPositive",
"backgroundPositiveSubtle",
"backgroundPrimary",
"backgroundSecondary",
"backgroundSurfacePrimary",
"backgroundSurfaceSecondary",
"backgroundTertiary",
"backgroundTransparent",
"backgroundWarning",
"backgroundWarningSubtle"
] as const;
export type growwprimaryBackgroundUtilityClass = typeof growwprimaryBackgroundUtilityClasses[number];