@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
41 lines (40 loc) • 1.14 kB
TypeScript
// Auto-generated aggregated types for all utility classes in category "content"
export const allContentUtilityClasses = [
"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 AllContentUtilityClass = typeof allContentUtilityClasses[number];