ahs-cti 0.0.28 → 0.0.29

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/index.mjs CHANGED
@@ -4552,7 +4552,7 @@ var SDKPages = {
4552
4552
  LoginReport: withGuard(SDK_MENU_CODES.LOGIN_REPORT, () => import("./loginReport-3EV76YKP.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_LOGIN_READ, SDK_PERMISSIONS.REPORTS_AGENT_LOGIN_MANAGE]),
4553
4553
  CdrReports: withGuard(SDK_MENU_CODES.CDR_REPORT, () => import("./cdrReport-FFMEA26B.mjs"), [SDK_PERMISSIONS.REPORTS_CDR_READ, SDK_PERMISSIONS.REPORTS_CDR_MANAGE]),
4554
4554
  AuditReportPage: withGuard(SDK_MENU_CODES.CDR_REPORT, () => import("./auditReport-DCBKRCQV.mjs"), [SDK_PERMISSIONS.REPORTS_CDR_READ, SDK_PERMISSIONS.REPORTS_CDR_MANAGE]),
4555
- AgentPerformanceReport: withGuard(SDK_MENU_CODES.AGENT_PERFORMANCE_REPORT, () => import("./agentPerformanceReport-6D2O4FXM.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_READ, SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_MANAGE]),
4555
+ AgentPerformanceReport: withGuard(SDK_MENU_CODES.AGENT_PERFORMANCE_REPORT, () => import("./agentPerformanceReport-2UZWOGER.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_READ, SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_MANAGE]),
4556
4556
  AgentDetailReport: withGuard(SDK_MENU_CODES.AGENT_DETAIL_REPORT, () => import("./agentDetailReport-6HFIDHTC.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_READ, SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_MANAGE]),
4557
4557
  LiveStatus: withGuard(SDK_MENU_CODES.LIVE_STATUS, () => import("./liveStatus-NBRDHW3Q.mjs"), [SDK_PERMISSIONS.DASHBOARD_LIVE_STATUS_READ, SDK_PERMISSIONS.DASHBOARD_LIVE_STATUS_MANAGE]),
4558
4558
  ManagementDashboard: withGuard(SDK_MENU_CODES.MANAGEMENT_DASHBOARD, () => import("./managementDashboard-XFG6JYTW.mjs"), SDK_PERMISSIONS.MANAGEMENT_DASHBOARD_READ),
@@ -8507,7 +8507,7 @@ function HeatColumn({ title, rows, variant }) {
8507
8507
  "&:hover": { background: C2.s2 }
8508
8508
  }, children: [
8509
8509
  /* @__PURE__ */ jsx4(Typography3, { sx: __spreadProps(__spreadValues({}, mono), { fontSize: 10, fontWeight: 700, color: tone.rank, textAlign: "right" }), children: i + 1 }),
8510
- /* @__PURE__ */ jsx4(Tooltip2, { title: r.name, arrow: true, placement: "top", children: /* @__PURE__ */ jsx4(Typography3, { noWrap: true, sx: { fontSize: 11.5, fontWeight: 600, color: C2.t1, cursor: "default" }, children: r.name.length > 5 ? `${r.name.slice(0, 5)}\u2026` : r.name }) }),
8510
+ /* @__PURE__ */ jsx4(Tooltip2, { title: r.name, arrow: true, placement: "top", children: /* @__PURE__ */ jsx4(Typography3, { noWrap: true, sx: { fontSize: 11.5, fontWeight: 600, color: C2.t1, cursor: "default", minWidth: 0 }, children: r.name }) }),
8511
8511
  /* @__PURE__ */ jsx4(Box4, { sx: __spreadProps(__spreadValues({ background: tone.pillBg, color: tone.pillTx, borderRadius: "5px", textAlign: "center", px: 0.9, py: 0.3, minWidth: 62 }, mono), { fontSize: 10.5 }), children: fmtDur(r.secs) })
8512
8512
  ] }, i)),
8513
8513
  rows.length === 0 && /* @__PURE__ */ jsx4(Typography3, { sx: { fontSize: 11.5, color: C2.t3, textAlign: "center", py: 3 }, children: "No data" })
@@ -8993,4 +8993,4 @@ export {
8993
8993
  * @author Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)
8994
8994
  *)
8995
8995
  */
8996
- //# sourceMappingURL=agentPerformanceReport-PBIC23DB.mjs.map
8996
+ //# sourceMappingURL=agentPerformanceReport-ZU2J22GR.mjs.map