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/{agentPerformanceReport-6D2O4FXM.mjs → agentPerformanceReport-2UZWOGER.mjs} +2 -2
- package/dist/agentPerformanceReport-2UZWOGER.mjs.map +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist-react/{agentPerformanceReport-PBIC23DB.mjs → agentPerformanceReport-ZU2J22GR.mjs} +2 -2
- package/dist-react/agentPerformanceReport-ZU2J22GR.mjs.map +1 -0
- package/dist-react/index.js +1 -1
- package/dist-react/index.js.map +1 -1
- package/dist-react/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/agentPerformanceReport-6D2O4FXM.mjs.map +0 -1
- package/dist-react/agentPerformanceReport-PBIC23DB.mjs.map +0 -1
|
@@ -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"
|
|
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" })
|
|
@@ -10733,4 +10733,4 @@ export {
|
|
|
10733
10733
|
* @author Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)
|
|
10734
10734
|
*)
|
|
10735
10735
|
*/
|
|
10736
|
-
//# sourceMappingURL=agentPerformanceReport-
|
|
10736
|
+
//# sourceMappingURL=agentPerformanceReport-2UZWOGER.mjs.map
|