@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) • 922 B
TypeScript
// Auto-generated types for data-viz utility classes (background)
export const datavizBackgroundUtilityClasses = [
"backgroundDataVizBlue",
"backgroundDataVizBlueSubtle",
"backgroundDataVizBrown",
"backgroundDataVizBrownSubtle",
"backgroundDataVizGrey",
"backgroundDataVizGreySubtle",
"backgroundDataVizLilac",
"backgroundDataVizLilacSubtle",
"backgroundDataVizMagenta",
"backgroundDataVizMagentaSubtle",
"backgroundDataVizMintGreen",
"backgroundDataVizMintGreenSubtle",
"backgroundDataVizOliveGreen",
"backgroundDataVizOliveGreenSubtle",
"backgroundDataVizOrange",
"backgroundDataVizOrangeSubtle",
"backgroundDataVizRed",
"backgroundDataVizRedSubtle",
"backgroundDataVizSkyBlue",
"backgroundDataVizSkyBlueSubtle",
"backgroundDataVizYellow",
"backgroundDataVizYellowSubtle"
] as const;
export type datavizBackgroundUtilityClass = typeof datavizBackgroundUtilityClasses[number];