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.js CHANGED
@@ -132536,7 +132536,7 @@ function HeatColumn({ title, rows, variant }) {
132536
132536
  "&:hover": { background: C4.s2 }
132537
132537
  }, children: [
132538
132538
  /* @__PURE__ */ (0, import_jsx_runtime288.jsx)(Typography_default, { sx: __spreadProps(__spreadValues({}, mono), { fontSize: 10, fontWeight: 700, color: tone.rank, textAlign: "right" }), children: i + 1 }),
132539
- /* @__PURE__ */ (0, import_jsx_runtime288.jsx)(Tooltip_default, { title: r2.name, arrow: true, placement: "top", children: /* @__PURE__ */ (0, import_jsx_runtime288.jsx)(Typography_default, { noWrap: true, sx: { fontSize: 11.5, fontWeight: 600, color: C4.t1, cursor: "default" }, children: r2.name.length > 5 ? `${r2.name.slice(0, 5)}\u2026` : r2.name }) }),
132539
+ /* @__PURE__ */ (0, import_jsx_runtime288.jsx)(Tooltip_default, { title: r2.name, arrow: true, placement: "top", children: /* @__PURE__ */ (0, import_jsx_runtime288.jsx)(Typography_default, { noWrap: true, sx: { fontSize: 11.5, fontWeight: 600, color: C4.t1, cursor: "default", minWidth: 0 }, children: r2.name }) }),
132540
132540
  /* @__PURE__ */ (0, import_jsx_runtime288.jsx)(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: fmtDur2(r2.secs) })
132541
132541
  ] }, i)),
132542
132542
  rows.length === 0 && /* @__PURE__ */ (0, import_jsx_runtime288.jsx)(Typography_default, { sx: { fontSize: 11.5, color: C4.t3, textAlign: "center", py: 3 }, children: "No data" })