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

180 lines (179 loc) 5.34 kB
// Auto-generated aggregated types for all utility classes export const allUtilityClasses = [ "backgroundAccent", "backgroundAccentHover", "backgroundAccentSecondary", "backgroundAccentSecondarySubtle", "backgroundAccentSelected", "backgroundAccentSubtle", "backgroundAccentSubtleHover", "backgroundAccentSubtleOnSurfaceZ1", "backgroundAccentSubtleOnSurfaceZ2", "backgroundAccentSubtleSelected", "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", "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", "borderCommoditiesGh1", "borderCommoditiesGh2", "borderCommoditiesGh3", "borderCommoditiesGh4", "borderCommoditiesGh5", "borderCommoditiesGh6", "borderDataVizBlue", "borderDataVizBlueSubtle", "borderDataVizBrown", "borderDataVizBrownSubtle", "borderDataVizGrey", "borderDataVizGreySubtle", "borderDataVizLilac", "borderDataVizLilacSubtle", "borderDataVizMagenta", "borderDataVizMagentaSubtle", "borderDataVizMintGreen", "borderDataVizMintGreenSubtle", "borderDataVizOliveGreen", "borderDataVizOliveGreenSubtle", "borderDataVizOrange", "borderDataVizOrangeSubtle", "borderDataVizRed", "borderDataVizRedSubtle", "borderDataVizSkyBlue", "borderDataVizSkyBlueSubtle", "borderDataVizYellow", "borderDataVizYellowSubtle", "borderDisabled", "borderDisabledOnSurfaceZ1", "borderDisabledOnSurfaceZ2", "borderNegative", "borderNeutral", "borderPositive", "borderPrimary", "borderPrimaryOnSurfaceZ1", "borderPrimaryOnSurfaceZ2", "colorDataVizBlue", "colorDataVizBlueSubtle", "colorDataVizBrown", "colorDataVizBrownSubtle", "colorDataVizGrey", "colorDataVizGreySubtle", "colorDataVizLilac", "colorDataVizLilacSubtle", "colorDataVizMagenta", "colorDataVizMagentaSubtle", "colorDataVizMintGreen", "colorDataVizMintGreenSubtle", "colorDataVizOliveGreen", "colorDataVizOliveGreenSubtle", "colorDataVizOrange", "colorDataVizOrangeSubtle", "colorDataVizRed", "colorDataVizRedSubtle", "colorDataVizSkyBlue", "colorDataVizSkyBlueSubtle", "colorDataVizYellow", "colorDataVizYellowSubtle", "contentAccent", "contentAccentSecondary", "contentAccentSecondarySubtle", "contentCommoditiesGh1", "contentCommoditiesGh2", "contentCommoditiesGh3", "contentCommoditiesGh4", "contentCommoditiesGh5", "contentCommoditiesGh6", "contentDisabled", "contentInversePrimary", "contentInverseSecondary", "contentNegative", "contentOnAccentSecondarySubtle", "contentOnAccentSubtle", "contentOnColour", "contentOnColourInverse", "contentOnNegativeSubtle", "contentOnPositiveSubtle", "contentOnWarningSubtle", "contentPositive", "contentPrimary", "contentSecondary", "contentTertiary", "contentWarning" ] as const; export type AllUtilityClass = typeof allUtilityClasses[number];