UNPKG

@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

47 lines (46 loc) 1.57 kB
// Auto-generated types for groww-primary utility classes (background) export const growwprimaryBackgroundUtilityClasses = [ "backgroundAccent", "backgroundAccentSecondary", "backgroundAccentSecondarySubtle", "backgroundAccentSubtle", "backgroundAccentSubtleOnSurfaceZ1", "backgroundAccentSubtleOnSurfaceZ2", "backgroundAlwaysDark", "backgroundAlwaysLight", "backgroundDisabled", "backgroundDisabledOnSurfaceZ1", "backgroundDisabledOnSurfaceZ2", "backgroundInversePrimary", "backgroundNegative", "backgroundNegativeSubtle", "backgroundNegativeSubtleOnSurfaceZ1", "backgroundNegativeSubtleOnSurfaceZ2", "backgroundOnWarningSubtle", "backgroundOverlayPrimary", "backgroundOverlaySecondary", "backgroundPositive", "backgroundPositiveSubtle", "backgroundPositiveSubtleOnSurfaceZ1", "backgroundPositiveSubtleOnSurfaceZ2", "backgroundPrimary", "backgroundSecondary", "backgroundSecondaryOnSurfaceZ1", "backgroundSecondaryOnSurfaceZ2", "backgroundSecondarySubtleOnSurfaceZ1", "backgroundSecondarySubtleOnSurfaceZ2", "backgroundSurfaceDocked", "backgroundSurfacePrimary", "backgroundSurfaceSecondary", "backgroundSurfaceZ1", "backgroundSurfaceZ2", "backgroundTertiary", "backgroundTertiaryOnSurfaceZ1", "backgroundTertiaryOnSurfaceZ2", "backgroundTransparent", "backgroundWarning", "backgroundWarningSubtle", "backgroundWarningSubtleOnSurfaceZ1", "backgroundWarningSubtleOnSurfaceZ2" ] as const; export type growwprimaryBackgroundUtilityClass = typeof growwprimaryBackgroundUtilityClasses[number];