@dialpad/dialtone
Version:
Dialpad's Dialtone design system monorepo
45 lines (44 loc) • 1.81 kB
JavaScript
const t = {
INBOX: "inbox",
CONTACTS: "contacts",
CHANNELS: "channels",
THREADS: "threads",
LAUNCHPAD: "launchpad",
LOCKED_CHANNEL: "locked channel",
CONTACT_CENTER: "contact center",
QUICK_START: "quick start",
COACHING_GROUP: "coaching group",
COACHING_CENTER: "coaching center",
DIALBOT: "dialbot",
ASSIGNED: "assigned",
DIGITAL: "digital",
SCHEDULED: "scheduled"
}, e = {
"magenta-100": "d-recipe-leftbar-general-row__contact-center--magenta-100",
"magenta-200": "d-recipe-leftbar-general-row__contact-center--magenta-200",
"magenta-300": "d-recipe-leftbar-general-row__contact-center--magenta-300",
"magenta-400": "d-recipe-leftbar-general-row__contact-center--magenta-400",
"green-200": "d-recipe-leftbar-general-row__contact-center--green-200",
"green-500": "d-recipe-leftbar-general-row__contact-center--green-500",
"gold-300": "d-recipe-leftbar-general-row__contact-center--gold-300",
"purple-100": "d-recipe-leftbar-general-row__contact-center--purple-100",
"purple-300": "d-recipe-leftbar-general-row__contact-center--purple-300",
"purple-600": "d-recipe-leftbar-general-row__contact-center--purple-600",
"black-300": "d-recipe-leftbar-general-row__contact-center--black-300"
}, r = "If type is contact center, color must be oneof the following:" + Object.keys(e).join(", "), c = [
"300",
"200"
], n = {
LEFTBAR_GENERAL_ROW_TYPES: t,
LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS: e,
LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR: r,
LEFTBAR_GENERAL_ROW_ICON_SIZES: c
};
export {
e as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_COLORS,
r as LEFTBAR_GENERAL_ROW_CONTACT_CENTER_VALIDATION_ERROR,
c as LEFTBAR_GENERAL_ROW_ICON_SIZES,
t as LEFTBAR_GENERAL_ROW_TYPES,
n as default
};
//# sourceMappingURL=general-row-constants.js.map