ahs-cti 0.0.27 → 0.0.28
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-A4FSEAJN.mjs → agentPerformanceReport-6D2O4FXM.mjs} +2 -2
- package/dist/agentPerformanceReport-6D2O4FXM.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-VRYLITMY.mjs → agentPerformanceReport-PBIC23DB.mjs} +2 -2
- package/dist-react/agentPerformanceReport-PBIC23DB.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-A4FSEAJN.mjs.map +0 -1
- package/dist-react/agentPerformanceReport-VRYLITMY.mjs.map +0 -1
|
@@ -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, {
|
|
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-
|
|
10736
|
+
//# sourceMappingURL=agentPerformanceReport-6D2O4FXM.mjs.map
|