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
package/dist/index.js
CHANGED
|
@@ -132703,7 +132703,7 @@ function AgentPerformanceReportContent() {
|
|
|
132703
132703
|
letterSpacing: 0.3
|
|
132704
132704
|
}, children: getInitials(name) }),
|
|
132705
132705
|
/* @__PURE__ */ (0, import_jsx_runtime288.jsxs)(Box_default, { sx: { minWidth: 0 }, children: [
|
|
132706
|
-
/* @__PURE__ */ (0, import_jsx_runtime288.jsx)(Typography_default, {
|
|
132706
|
+
/* @__PURE__ */ (0, import_jsx_runtime288.jsx)(Typography_default, { sx: { fontSize: 11.5, color: C4.t1, lineHeight: 1.3 }, children: name }),
|
|
132707
132707
|
/* @__PURE__ */ (0, import_jsx_runtime288.jsx)(Typography_default, { noWrap: true, sx: { fontSize: 10.5, color: C4.t3, fontVariantNumeric: "tabular-nums", lineHeight: 1.3 }, children: row.original.agentId })
|
|
132708
132708
|
] })
|
|
132709
132709
|
] });
|