ahs-cti 0.0.27 → 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.
@@ -10247,7 +10247,7 @@ function HeatColumn({ title, rows, variant }) {
10247
10247
  "&:hover": { background: C2.s2 }
10248
10248
  }, children: [
10249
10249
  /* @__PURE__ */ jsx4(Typography_default, { sx: __spreadProps(__spreadValues({}, mono), { fontSize: 10, fontWeight: 700, color: tone.rank, textAlign: "right" }), children: i + 1 }),
10250
- /* @__PURE__ */ jsx4(Tooltip_default, { title: r.name, arrow: true, placement: "top", children: /* @__PURE__ */ jsx4(Typography_default, { 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 }) }),
10250
+ /* @__PURE__ */ jsx4(Tooltip_default, { title: r.name, arrow: true, placement: "top", children: /* @__PURE__ */ jsx4(Typography_default, { noWrap: true, sx: { fontSize: 11.5, fontWeight: 600, color: C2.t1, cursor: "default", minWidth: 0 }, children: r.name }) }),
10251
10251
  /* @__PURE__ */ jsx4(Box_default, { 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) })
10252
10252
  ] }, i)),
10253
10253
  rows.length === 0 && /* @__PURE__ */ jsx4(Typography_default, { sx: { fontSize: 11.5, color: C2.t3, textAlign: "center", py: 3 }, children: "No data" })
@@ -10423,7 +10423,7 @@ function AgentPerformanceReportContent() {
10423
10423
  letterSpacing: 0.3
10424
10424
  }, children: getInitials(name) }),
10425
10425
  /* @__PURE__ */ jsxs3(Box_default, { sx: { minWidth: 0 }, children: [
10426
- /* @__PURE__ */ jsx4(Typography_default, { noWrap: true, sx: { fontSize: 11.5, color: C2.t1, lineHeight: 1.3 }, children: name }),
10426
+ /* @__PURE__ */ jsx4(Typography_default, { sx: { fontSize: 11.5, color: C2.t1, lineHeight: 1.3 }, children: name }),
10427
10427
  /* @__PURE__ */ jsx4(Typography_default, { noWrap: true, sx: { fontSize: 10.5, color: C2.t3, fontVariantNumeric: "tabular-nums", lineHeight: 1.3 }, children: row.original.agentId })
10428
10428
  ] })
10429
10429
  ] });
@@ -10733,4 +10733,4 @@ export {
10733
10733
  * @author Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)
10734
10734
  *)
10735
10735
  */
10736
- //# sourceMappingURL=agentPerformanceReport-A4FSEAJN.mjs.map
10736
+ //# sourceMappingURL=agentPerformanceReport-2UZWOGER.mjs.map