@engie-group/fluid-design-system-angular
Version:
Fluid Design System Angular
8 lines (4 loc) • 430 B
text/typescript
export const ThemeComponentsVariantsArray = ['grey', 'brand', 'teal', 'pink', 'orange', 'red', 'green', 'ultramarine', 'yellow', 'purple', 'blue', 'lime'];
export declare type ThemeComponentsVariants = typeof ThemeComponentsVariantsArray[number];
export type EmphasisVariants = 'bold' | 'subtle' | 'minimal';
export type SemanticVariants = 'neutral' | 'danger' | 'warning' | 'success' | 'information' | 'discovery' | 'planet';