@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
52 lines (51 loc) • 1.45 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",
"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 AllContentUtilityClass = typeof allContentUtilityClasses[number];