@rarcifa/cronos-design-system
Version:
A typescript react component library following the Cronos branding standards
69 lines (68 loc) • 1.33 kB
TypeScript
export declare const sizes: {
xxxs: string;
xxs: string;
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
xxl: string;
xxxl: string;
};
export declare const colors: {
light: string;
dark: string;
grey: string;
primary: string;
secondary: string;
tertiary: string;
default: string;
secondaryMenu: string;
green: string;
};
export declare const mediaQueries: {
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
xxl: string;
xxxl: string;
};
export declare const borderRadius: {
default: string;
squared: string;
rounded: string;
};
export declare const align: {
left: string;
center: string;
right: string;
};
export declare const justify: {
space: string;
center: string;
left: string;
};
export declare const display: {
block: string;
none: string;
flex: string;
grid: string;
inline: string;
};
export declare const empty: {
zero: number;
string: string;
};
export declare const position: {
relative: string;
absolute: string;
static: string;
sticky: string;
};
export declare const fontWeight: {
bold: number;
medium: number;
default: number;
};