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.
@@ -28468,7 +28468,7 @@ function HeatColumn({ title, rows, variant }) {
28468
28468
  "&:hover": { background: C4.s2 }
28469
28469
  }, children: [
28470
28470
  /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material24.Typography, { sx: __spreadProps(__spreadValues({}, mono), { fontSize: 10, fontWeight: 700, color: tone.rank, textAlign: "right" }), children: i + 1 }),
28471
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material24.Tooltip, { title: r.name, arrow: true, placement: "top", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material24.Typography, { noWrap: true, sx: { fontSize: 11.5, fontWeight: 600, color: C4.t1, cursor: "default" }, children: r.name.length > 5 ? `${r.name.slice(0, 5)}\u2026` : r.name }) }),
28471
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material24.Tooltip, { title: r.name, arrow: true, placement: "top", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material24.Typography, { noWrap: true, sx: { fontSize: 11.5, fontWeight: 600, color: C4.t1, cursor: "default", minWidth: 0 }, children: r.name }) }),
28472
28472
  /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material24.Box, { 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: fmtDur2(r.secs) })
28473
28473
  ] }, i)),
28474
28474
  rows.length === 0 && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_material24.Typography, { sx: { fontSize: 11.5, color: C4.t3, textAlign: "center", py: 3 }, children: "No data" })