@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
68 lines (67 loc) • 2 kB
TypeScript
// Auto-generated aggregated types for groww-primary utility classes
export const growwprimaryUtilityClasses = [
"backgroundAccent",
"backgroundAccentHover",
"backgroundAccentSecondary",
"backgroundAccentSecondarySubtle",
"backgroundAccentSelected",
"backgroundAccentSubtle",
"backgroundAccentSubtleHover",
"backgroundAccentSubtleSelected",
"backgroundAlwaysDark",
"backgroundAlwaysLight",
"backgroundDisabled",
"backgroundInversePrimary",
"backgroundNegative",
"backgroundNegativeHover",
"backgroundNegativeSelected",
"backgroundNegativeSubtle",
"backgroundNegativeSubtleHover",
"backgroundNegativeSubtleSelected",
"backgroundOnWarningSubtle",
"backgroundOverlayPrimary",
"backgroundOverlaySecondary",
"backgroundPositive",
"backgroundPositiveHover",
"backgroundPositiveSelected",
"backgroundPositiveSubtle",
"backgroundPositiveSubtleHover",
"backgroundPositiveSubtleSelected",
"backgroundPrimary",
"backgroundSecondary",
"backgroundSurfacePrimary",
"backgroundSurfaceSecondary",
"backgroundTertiary",
"backgroundTransparent",
"backgroundTransparentAccentHover",
"backgroundTransparentAccentSelected",
"backgroundTransparentHover",
"backgroundTransparentNegativeHover",
"backgroundTransparentNegativeSelected",
"backgroundTransparentPositiveHover",
"backgroundTransparentPositiveSelected",
"backgroundTransparentSelected",
"backgroundWarning",
"backgroundWarningSubtle",
"borderAccent",
"borderDisabled",
"borderNegative",
"borderNeutral",
"borderPositive",
"borderPrimary",
"contentAccent",
"contentAccentSecondary",
"contentAccentSecondarySubtle",
"contentDisabled",
"contentInversePrimary",
"contentInverseSecondary",
"contentNegative",
"contentOnColour",
"contentOnColourInverse",
"contentPositive",
"contentPrimary",
"contentSecondary",
"contentTertiary",
"contentWarning"
] as const;
export type growwprimaryUtilityClass = typeof growwprimaryUtilityClasses[number];