UNPKG

@dialpad/dialtone

Version:

Dialpad's Dialtone design system monorepo

64 lines (63 loc) 1.48 kB
const o = "promptmenu", t = "promptcollect", n = "promptplay", r = "gotoexpert", c = "goto", _ = "branch", O = "transfer", s = "hangup", R = "assign", E = "customerdata", l = { [o]: "keypad", [t]: "dialer", [n]: "volume-2", [r]: "expert-node", [_]: "branch", [c]: "call-merge", [R]: "chevrons-right", [E]: "list-bullet", [O]: "transfer", [s]: "phone-hang-up" }, p = { [o]: "Menu", [t]: "Collect", [n]: "Play", [r]: "Expert", [_]: "Branch", [c]: "Go-to", [O]: "Transfer", [s]: "Hangup", [R]: "Assign", [E]: "Customer Data" }, e = { PROMPT: { normal: "d-recipe-ivr-node-prompt", selected: "d-recipe-ivr-node-prompt--selected" }, LOGIC: { normal: "d-recipe-ivr-node-logic", selected: "d-recipe-ivr-node-logic--selected" }, TERMINAL: { normal: "d-recipe-ivr-node-terminal", selected: "d-recipe-ivr-node-terminal--selected" } }, I = { [o]: e.PROMPT, [t]: e.PROMPT, [n]: e.PROMPT, [r]: e.LOGIC, [_]: e.LOGIC, [c]: e.LOGIC, [R]: e.LOGIC, [E]: e.LOGIC, [O]: e.TERMINAL, [s]: e.TERMINAL }; export { R as IVR_NODE_ASSIGN, _ as IVR_NODE_BRANCH, I as IVR_NODE_CLASS_MAPPING, E as IVR_NODE_CUSTOMER_DATA, r as IVR_NODE_EXPERT, c as IVR_NODE_GO_TO, s as IVR_NODE_HANGUP, l as IVR_NODE_ICON_TYPES, p as IVR_NODE_LABELS, t as IVR_NODE_PROMPT_COLLECT, o as IVR_NODE_PROMPT_MENU, n as IVR_NODE_PROMPT_PLAY, O as IVR_NODE_TRANSFER }; //# sourceMappingURL=ivr-node-constants.js.map