@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
50 lines (49 loc) • 1.57 kB
TypeScript
// Auto-generated aggregated types for all utility classes in category "background"
export const allBackgroundUtilityClasses = [
"backgroundAccent",
"backgroundAccentSecondary",
"backgroundAccentSecondarySubtle",
"backgroundAccentSubtle",
"backgroundAlwaysDark",
"backgroundAlwaysLight",
"backgroundDataVizBlue",
"backgroundDataVizBlueSubtle",
"backgroundDataVizBrown",
"backgroundDataVizBrownSubtle",
"backgroundDataVizGrey",
"backgroundDataVizGreySubtle",
"backgroundDataVizLilac",
"backgroundDataVizLilacSubtle",
"backgroundDataVizMagenta",
"backgroundDataVizMagentaSubtle",
"backgroundDataVizMintGreen",
"backgroundDataVizMintGreenSubtle",
"backgroundDataVizOliveGreen",
"backgroundDataVizOliveGreenSubtle",
"backgroundDataVizOrange",
"backgroundDataVizOrangeSubtle",
"backgroundDataVizRed",
"backgroundDataVizRedSubtle",
"backgroundDataVizSkyBlue",
"backgroundDataVizSkyBlueSubtle",
"backgroundDataVizYellow",
"backgroundDataVizYellowSubtle",
"backgroundDisabled",
"backgroundInversePrimary",
"backgroundNegative",
"backgroundNegativeSubtle",
"backgroundOnWarningSubtle",
"backgroundOverlayPrimary",
"backgroundOverlaySecondary",
"backgroundPositive",
"backgroundPositiveSubtle",
"backgroundPrimary",
"backgroundSecondary",
"backgroundSurfacePrimary",
"backgroundSurfaceSecondary",
"backgroundTertiary",
"backgroundTransparent",
"backgroundWarning",
"backgroundWarningSubtle"
] as const;
export type AllBackgroundUtilityClass = typeof allBackgroundUtilityClasses[number];