customer-module-frontend 2.2.0-beta.3 → 2.2.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/customer-module.js
CHANGED
|
@@ -24004,7 +24004,7 @@ const rf = (e) => {
|
|
|
24004
24004
|
if (e.voicemailAvailable) return "Voicemail";
|
|
24005
24005
|
if (e.isMissedCall) return "Missed Call";
|
|
24006
24006
|
const t = e.callState === "completed" ? g7(e.durationSeconds) : e.callState === "in-progress" ? "In progress" : "Ringing";
|
|
24007
|
-
return `${n}
|
|
24007
|
+
return `${n} · ${t}`;
|
|
24008
24008
|
}, ls = ({ dividerHeight: e }) => /* @__PURE__ */ f("div", { className: `${e} cm:w-px cm:bg-slate-border-light cm:shrink-0` }), Qs = ({
|
|
24009
24009
|
hasAccess: e = !0,
|
|
24010
24010
|
type: n,
|