@dialpad/dialtone
Version:
Dialpad's Dialtone design system monorepo
18 lines (17 loc) • 467 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const PRESENCE_STATES = {
BUSY: "busy",
AWAY: "away",
OFFLINE: "offline",
ACTIVE: "active"
};
const PRESENCE_STATES_LIST = [
PRESENCE_STATES.BUSY,
PRESENCE_STATES.AWAY,
PRESENCE_STATES.OFFLINE,
PRESENCE_STATES.ACTIVE
];
exports.PRESENCE_STATES = PRESENCE_STATES;
exports.PRESENCE_STATES_LIST = PRESENCE_STATES_LIST;
//# sourceMappingURL=presence_constants.cjs.map