@activecollab/components
Version:
ActiveCollab Components
28 lines (26 loc) • 841 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.XL = exports.TRANSITION = exports.SM = exports.MD = exports.LG = exports.BREAKPOINT = exports.AVATAR_COLORS = void 0;
/**
* Shared constants for the Presentation mock-ups.
*
* Breakpoints mirror new-activecollab-front (Tailwind sm / md / lg / xl).
*/
var BREAKPOINT = exports.BREAKPOINT = 640;
var SM = exports.SM = "640px";
var MD = exports.MD = "768px";
var LG = exports.LG = "1024px";
var XL = exports.XL = "1280px";
var TRANSITION = exports.TRANSITION = "200ms ease";
/** Mock avatar background colours (stand-ins for real user avatars). */
var AVATAR_COLORS = exports.AVATAR_COLORS = {
yellow: "#F5B041",
purple: "#A569BD",
blue: "#5499C7",
orange: "#E67E22",
green: "#32B370",
teal: "#48C9B0"
};
//# sourceMappingURL=tokens.js.map