@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
27 lines (26 loc) • 800 B
TypeScript
// Auto-generated types for data-viz utility classes (content)
export const datavizContentUtilityClasses = [
"colorDataVizBlue",
"colorDataVizBlueSubtle",
"colorDataVizBrown",
"colorDataVizBrownSubtle",
"colorDataVizGrey",
"colorDataVizGreySubtle",
"colorDataVizLilac",
"colorDataVizLilacSubtle",
"colorDataVizMagenta",
"colorDataVizMagentaSubtle",
"colorDataVizMintGreen",
"colorDataVizMintGreenSubtle",
"colorDataVizOliveGreen",
"colorDataVizOliveGreenSubtle",
"colorDataVizOrange",
"colorDataVizOrangeSubtle",
"colorDataVizRed",
"colorDataVizRedSubtle",
"colorDataVizSkyBlue",
"colorDataVizSkyBlueSubtle",
"colorDataVizYellow",
"colorDataVizYellowSubtle"
] as const;
export type datavizContentUtilityClass = typeof datavizContentUtilityClasses[number];