@activecollab/components
Version:
ActiveCollab Components
21 lines • 631 B
TypeScript
/**
* Shared constants for the Presentation mock-ups.
*
* Breakpoints mirror new-activecollab-front (Tailwind sm / md / lg / xl).
*/
export declare const BREAKPOINT = 640;
export declare const SM = "640px";
export declare const MD = "768px";
export declare const LG = "1024px";
export declare const XL = "1280px";
export declare const TRANSITION = "200ms ease";
/** Mock avatar background colours (stand-ins for real user avatars). */
export declare const AVATAR_COLORS: {
yellow: string;
purple: string;
blue: string;
orange: string;
green: string;
teal: string;
};
//# sourceMappingURL=tokens.d.ts.map