@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
96 lines (95 loc) • 2.97 kB
TypeScript
// Auto-generated aggregated types for groww-primary utility classes
export const growwprimaryUtilityClasses = [
"backgroundAccent",
"backgroundAccentHover",
"backgroundAccentSecondary",
"backgroundAccentSecondarySubtle",
"backgroundAccentSelected",
"backgroundAccentSubtle",
"backgroundAccentSubtleHover",
"backgroundAccentSubtleOnSurfaceZ1",
"backgroundAccentSubtleOnSurfaceZ2",
"backgroundAccentSubtleSelected",
"backgroundAlwaysDark",
"backgroundAlwaysLight",
"backgroundDisabled",
"backgroundDisabledOnSurfaceZ1",
"backgroundDisabledOnSurfaceZ2",
"backgroundInversePrimary",
"backgroundNegative",
"backgroundNegativeHover",
"backgroundNegativeSelected",
"backgroundNegativeSubtle",
"backgroundNegativeSubtleHover",
"backgroundNegativeSubtleOnSurfaceZ1",
"backgroundNegativeSubtleOnSurfaceZ2",
"backgroundNegativeSubtleSelected",
"backgroundOnWarningSubtle",
"backgroundOverlayPrimary",
"backgroundOverlaySecondary",
"backgroundPositive",
"backgroundPositiveHover",
"backgroundPositiveSelected",
"backgroundPositiveSubtle",
"backgroundPositiveSubtleHover",
"backgroundPositiveSubtleOnSurfaceZ1",
"backgroundPositiveSubtleOnSurfaceZ2",
"backgroundPositiveSubtleSelected",
"backgroundPrimary",
"backgroundSecondary",
"backgroundSecondaryOnSurfaceZ1",
"backgroundSecondaryOnSurfaceZ2",
"backgroundSecondarySubtleOnSurfaceZ1",
"backgroundSecondarySubtleOnSurfaceZ2",
"backgroundSurfaceDocked",
"backgroundSurfacePrimary",
"backgroundSurfaceSecondary",
"backgroundSurfaceZ1",
"backgroundSurfaceZ2",
"backgroundTertiary",
"backgroundTertiaryOnSurfaceZ1",
"backgroundTertiaryOnSurfaceZ2",
"backgroundTransparent",
"backgroundTransparentAccentHover",
"backgroundTransparentAccentSelected",
"backgroundTransparentHover",
"backgroundTransparentNegativeHover",
"backgroundTransparentNegativeSelected",
"backgroundTransparentPositiveHover",
"backgroundTransparentPositiveSelected",
"backgroundTransparentSelected",
"backgroundWarning",
"backgroundWarningSubtle",
"backgroundWarningSubtleOnSurfaceZ1",
"backgroundWarningSubtleOnSurfaceZ2",
"borderAccent",
"borderDisabled",
"borderDisabledOnSurfaceZ1",
"borderDisabledOnSurfaceZ2",
"borderNegative",
"borderNeutral",
"borderPositive",
"borderPrimary",
"borderPrimaryOnSurfaceZ1",
"borderPrimaryOnSurfaceZ2",
"contentAccent",
"contentAccentSecondary",
"contentAccentSecondarySubtle",
"contentDisabled",
"contentInversePrimary",
"contentInverseSecondary",
"contentNegative",
"contentOnAccentSecondarySubtle",
"contentOnAccentSubtle",
"contentOnColour",
"contentOnColourInverse",
"contentOnNegativeSubtle",
"contentOnPositiveSubtle",
"contentOnWarningSubtle",
"contentPositive",
"contentPrimary",
"contentSecondary",
"contentTertiary",
"contentWarning"
] as const;
export type growwprimaryUtilityClass = typeof growwprimaryUtilityClasses[number];