aura-glass
Version:
A comprehensive glassmorphism design system for React applications with 142+ production-ready components
79 lines • 1.52 kB
TypeScript
export declare const colors: {
primary: string;
secondary: string;
success: string;
warning: string;
error: string;
info: string;
background: string;
surface: string;
text: {
primary: string;
secondary: string;
disabled: string;
};
border: string;
shadow: string;
};
export declare const typography: {
fontFamily: string;
fontSize: {
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
"2xl": string;
"3xl": string;
"4xl": string;
};
fontWeight: {
light: number;
normal: number;
medium: number;
semibold: number;
bold: number;
};
lineHeight: {
tight: number;
normal: number;
relaxed: number;
loose: number;
};
};
export declare const spacing: {
xs: string;
sm: string;
md: string;
lg: string;
xl: string;
"2xl": string;
"3xl": string;
};
export declare const shadows: {
none: string;
sm: string;
md: string;
lg: string;
xl: string;
};
export declare const borderRadius: {
none: string;
sm: string;
md: string;
lg: string;
xl: string;
"2xl": string;
"3xl": string;
full: string;
};
export declare const zIndex: {
dropdown: number;
sticky: number;
fixed: number;
modal: number;
popover: number;
tooltip: number;
toast: number;
};
//# sourceMappingURL=tokens.d.ts.map