@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
134 lines (133 loc) • 3.88 kB
TypeScript
// Auto-generated aggregated types for all utility classes
export const allUtilityClasses = [
"backgroundAccent",
"backgroundAccentHover",
"backgroundAccentSecondary",
"backgroundAccentSecondarySubtle",
"backgroundAccentSelected",
"backgroundAccentSubtle",
"backgroundAccentSubtleHover",
"backgroundAccentSubtleSelected",
"backgroundAlwaysDark",
"backgroundAlwaysLight",
"backgroundDataVizBlue",
"backgroundDataVizBlueSubtle",
"backgroundDataVizBrown",
"backgroundDataVizBrownSubtle",
"backgroundDataVizGrey",
"backgroundDataVizGreySubtle",
"backgroundDataVizLilac",
"backgroundDataVizLilacSubtle",
"backgroundDataVizMagenta",
"backgroundDataVizMagentaSubtle",
"backgroundDataVizMintGreen",
"backgroundDataVizMintGreenSubtle",
"backgroundDataVizOliveGreen",
"backgroundDataVizOliveGreenSubtle",
"backgroundDataVizOrange",
"backgroundDataVizOrangeSubtle",
"backgroundDataVizRed",
"backgroundDataVizRedSubtle",
"backgroundDataVizSkyBlue",
"backgroundDataVizSkyBlueSubtle",
"backgroundDataVizYellow",
"backgroundDataVizYellowSubtle",
"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",
"borderDataVizBlue",
"borderDataVizBlueSubtle",
"borderDataVizBrown",
"borderDataVizBrownSubtle",
"borderDataVizGrey",
"borderDataVizGreySubtle",
"borderDataVizLilac",
"borderDataVizLilacSubtle",
"borderDataVizMagenta",
"borderDataVizMagentaSubtle",
"borderDataVizMintGreen",
"borderDataVizMintGreenSubtle",
"borderDataVizOliveGreen",
"borderDataVizOliveGreenSubtle",
"borderDataVizOrange",
"borderDataVizOrangeSubtle",
"borderDataVizRed",
"borderDataVizRedSubtle",
"borderDataVizSkyBlue",
"borderDataVizSkyBlueSubtle",
"borderDataVizYellow",
"borderDataVizYellowSubtle",
"borderDisabled",
"borderNegative",
"borderNeutral",
"borderPositive",
"borderPrimary",
"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",
"contentDisabled",
"contentInversePrimary",
"contentInverseSecondary",
"contentNegative",
"contentOnColour",
"contentOnColourInverse",
"contentPositive",
"contentPrimary",
"contentSecondary",
"contentTertiary",
"contentWarning"
] as const;
export type AllUtilityClass = typeof allUtilityClasses[number];