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

75 lines (74 loc) 2.44 kB
// Auto-generated aggregated types for all utility classes in category "background" export const allBackgroundUtilityClasses = [ "backgroundAccent", "backgroundAccentSecondary", "backgroundAccentSecondarySubtle", "backgroundAccentSubtle", "backgroundAccentSubtleOnSurfaceZ1", "backgroundAccentSubtleOnSurfaceZ2", "backgroundAlwaysDark", "backgroundAlwaysLight", "backgroundCommoditiesGh1", "backgroundCommoditiesGh2", "backgroundCommoditiesGh3", "backgroundCommoditiesGh4", "backgroundCommoditiesGh5", "backgroundCommoditiesGh6", "backgroundDataVizBlue", "backgroundDataVizBlueSubtle", "backgroundDataVizBrown", "backgroundDataVizBrownSubtle", "backgroundDataVizGrey", "backgroundDataVizGreySubtle", "backgroundDataVizLilac", "backgroundDataVizLilacSubtle", "backgroundDataVizMagenta", "backgroundDataVizMagentaSubtle", "backgroundDataVizMintGreen", "backgroundDataVizMintGreenSubtle", "backgroundDataVizOliveGreen", "backgroundDataVizOliveGreenSubtle", "backgroundDataVizOrange", "backgroundDataVizOrangeSubtle", "backgroundDataVizRed", "backgroundDataVizRedSubtle", "backgroundDataVizSkyBlue", "backgroundDataVizSkyBlueSubtle", "backgroundDataVizYellow", "backgroundDataVizYellowSubtle", "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 AllBackgroundUtilityClass = typeof allBackgroundUtilityClasses[number];