ahs-cti 0.0.26 → 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-NLEW3H66.mjs → agentPerformanceReport-6D2O4FXM.mjs} +12 -12
- package/dist/agentPerformanceReport-6D2O4FXM.mjs.map +1 -0
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist-react/{agentPerformanceReport-W6UGYBNO.mjs → agentPerformanceReport-PBIC23DB.mjs} +12 -12
- package/dist-react/agentPerformanceReport-PBIC23DB.mjs.map +1 -0
- package/dist-react/index.js +11 -11
- package/dist-react/index.js.map +1 -1
- package/dist-react/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/agentPerformanceReport-NLEW3H66.mjs.map +0 -1
- package/dist-react/agentPerformanceReport-W6UGYBNO.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
|
] });
|
|
@@ -132906,7 +132906,7 @@ function AgentPerformanceReportContent() {
|
|
|
132906
132906
|
{
|
|
132907
132907
|
columns,
|
|
132908
132908
|
data: rows,
|
|
132909
|
-
layoutMode: "
|
|
132909
|
+
layoutMode: "semantic",
|
|
132910
132910
|
enableTopToolbar: false,
|
|
132911
132911
|
enableColumnActions: false,
|
|
132912
132912
|
enableColumnFilters: false,
|
|
@@ -132925,21 +132925,21 @@ function AgentPerformanceReportContent() {
|
|
|
132925
132925
|
sx: __spreadProps(__spreadValues({}, headCellSx2), {
|
|
132926
132926
|
fontFamily: FONT6,
|
|
132927
132927
|
textAlign: "left",
|
|
132928
|
-
|
|
132929
|
-
//
|
|
132930
|
-
//
|
|
132931
|
-
//
|
|
132932
|
-
|
|
132933
|
-
"
|
|
132934
|
-
"& .Mui-TableHeadCell-Content
|
|
132935
|
-
"& .Mui-TableHeadCell-Content-Labels": { m: 0, p: 0 }
|
|
132928
|
+
verticalAlign: "middle",
|
|
132929
|
+
// Semantic (native <table>) layout: the browser computes one set of
|
|
132930
|
+
// column widths for header + body together, so columns always align
|
|
132931
|
+
// regardless of the host's MUI version. `&&` keeps our padding winning
|
|
132932
|
+
// over MUI's default cell padding under MUI v6 hosts (no CSS @layer).
|
|
132933
|
+
"&&": { px: "12px", py: "8px", boxSizing: "border-box" },
|
|
132934
|
+
"& .Mui-TableHeadCell-Content": { justifyContent: "flex-start" }
|
|
132936
132935
|
})
|
|
132937
132936
|
},
|
|
132938
132937
|
muiTableBodyCellProps: {
|
|
132939
132938
|
sx: __spreadProps(__spreadValues({}, bodyCellSx2), {
|
|
132940
132939
|
fontFamily: FONT6,
|
|
132941
132940
|
textAlign: "left",
|
|
132942
|
-
|
|
132941
|
+
verticalAlign: "middle",
|
|
132942
|
+
"&&": { px: "12px", py: "8px", boxSizing: "border-box" }
|
|
132943
132943
|
})
|
|
132944
132944
|
},
|
|
132945
132945
|
muiTableBodyRowProps: ({ row }) => ({
|