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
|
@@ -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
|
] });
|
|
@@ -10626,7 +10626,7 @@ function AgentPerformanceReportContent() {
|
|
|
10626
10626
|
{
|
|
10627
10627
|
columns,
|
|
10628
10628
|
data: rows,
|
|
10629
|
-
layoutMode: "
|
|
10629
|
+
layoutMode: "semantic",
|
|
10630
10630
|
enableTopToolbar: false,
|
|
10631
10631
|
enableColumnActions: false,
|
|
10632
10632
|
enableColumnFilters: false,
|
|
@@ -10645,21 +10645,21 @@ function AgentPerformanceReportContent() {
|
|
|
10645
10645
|
sx: __spreadProps(__spreadValues({}, headCellSx), {
|
|
10646
10646
|
fontFamily: FONT2,
|
|
10647
10647
|
textAlign: "left",
|
|
10648
|
-
|
|
10649
|
-
//
|
|
10650
|
-
//
|
|
10651
|
-
//
|
|
10652
|
-
|
|
10653
|
-
"
|
|
10654
|
-
"& .Mui-TableHeadCell-Content
|
|
10655
|
-
"& .Mui-TableHeadCell-Content-Labels": { m: 0, p: 0 }
|
|
10648
|
+
verticalAlign: "middle",
|
|
10649
|
+
// Semantic (native <table>) layout: the browser computes one set of
|
|
10650
|
+
// column widths for header + body together, so columns always align
|
|
10651
|
+
// regardless of the host's MUI version. `&&` keeps our padding winning
|
|
10652
|
+
// over MUI's default cell padding under MUI v6 hosts (no CSS @layer).
|
|
10653
|
+
"&&": { px: "12px", py: "8px", boxSizing: "border-box" },
|
|
10654
|
+
"& .Mui-TableHeadCell-Content": { justifyContent: "flex-start" }
|
|
10656
10655
|
})
|
|
10657
10656
|
},
|
|
10658
10657
|
muiTableBodyCellProps: {
|
|
10659
10658
|
sx: __spreadProps(__spreadValues({}, bodyCellSx), {
|
|
10660
10659
|
fontFamily: FONT2,
|
|
10661
10660
|
textAlign: "left",
|
|
10662
|
-
|
|
10661
|
+
verticalAlign: "middle",
|
|
10662
|
+
"&&": { px: "12px", py: "8px", boxSizing: "border-box" }
|
|
10663
10663
|
})
|
|
10664
10664
|
},
|
|
10665
10665
|
muiTableBodyRowProps: ({ row }) => ({
|
|
@@ -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
|