@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
71 lines (70 loc) • 2.1 kB
TypeScript
// Auto-generated aggregated types for data-viz utility classes
export const datavizUtilityClasses = [
"backgroundDataVizBlue",
"backgroundDataVizBlueSubtle",
"backgroundDataVizBrown",
"backgroundDataVizBrownSubtle",
"backgroundDataVizGrey",
"backgroundDataVizGreySubtle",
"backgroundDataVizLilac",
"backgroundDataVizLilacSubtle",
"backgroundDataVizMagenta",
"backgroundDataVizMagentaSubtle",
"backgroundDataVizMintGreen",
"backgroundDataVizMintGreenSubtle",
"backgroundDataVizOliveGreen",
"backgroundDataVizOliveGreenSubtle",
"backgroundDataVizOrange",
"backgroundDataVizOrangeSubtle",
"backgroundDataVizRed",
"backgroundDataVizRedSubtle",
"backgroundDataVizSkyBlue",
"backgroundDataVizSkyBlueSubtle",
"backgroundDataVizYellow",
"backgroundDataVizYellowSubtle",
"borderDataVizBlue",
"borderDataVizBlueSubtle",
"borderDataVizBrown",
"borderDataVizBrownSubtle",
"borderDataVizGrey",
"borderDataVizGreySubtle",
"borderDataVizLilac",
"borderDataVizLilacSubtle",
"borderDataVizMagenta",
"borderDataVizMagentaSubtle",
"borderDataVizMintGreen",
"borderDataVizMintGreenSubtle",
"borderDataVizOliveGreen",
"borderDataVizOliveGreenSubtle",
"borderDataVizOrange",
"borderDataVizOrangeSubtle",
"borderDataVizRed",
"borderDataVizRedSubtle",
"borderDataVizSkyBlue",
"borderDataVizSkyBlueSubtle",
"borderDataVizYellow",
"borderDataVizYellowSubtle",
"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 datavizUtilityClass = typeof datavizUtilityClasses[number];