@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
53 lines (52 loc) • 1.65 kB
TypeScript
// Auto-generated aggregated types for all semantic tokens in category "content"
export const allContentSemanticTokens = [
"content-accent",
"content-accent-secondary",
"content-accent-secondary-subtle",
"content-accent-subtle",
"content-commodities-gh1",
"content-commodities-gh2",
"content-commodities-gh3",
"content-commodities-gh4",
"content-commodities-gh5",
"content-commodities-gh6",
"content-data-viz-blue",
"content-data-viz-blue-subtle",
"content-data-viz-brown",
"content-data-viz-brown-subtle",
"content-data-viz-grey",
"content-data-viz-grey-subtle",
"content-data-viz-lilac",
"content-data-viz-lilac-subtle",
"content-data-viz-magenta",
"content-data-viz-magenta-subtle",
"content-data-viz-mint-green",
"content-data-viz-mint-green-subtle",
"content-data-viz-olive-green",
"content-data-viz-olive-green-subtle",
"content-data-viz-orange",
"content-data-viz-orange-subtle",
"content-data-viz-red",
"content-data-viz-red-subtle",
"content-data-viz-sky-blue",
"content-data-viz-sky-blue-subtle",
"content-data-viz-yellow",
"content-data-viz-yellow-subtle",
"content-disabled",
"content-inverse-primary",
"content-inverse-secondary",
"content-negative",
"content-on-accent-secondary-subtle",
"content-on-accent-subtle",
"content-on-colour",
"content-on-colour-inverse",
"content-on-negative-subtle",
"content-on-positive-subtle",
"content-on-warning-subtle",
"content-positive",
"content-primary",
"content-secondary",
"content-tertiary",
"content-warning"
] as const;
export type AllContentSemanticToken = typeof allContentSemanticTokens[number];