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.
@@ -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, { noWrap: true, sx: { fontSize: 11.5, color: C2.t1, lineHeight: 1.3 }, children: name }),
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: "grid",
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
- // `&&` doubles specificity so these win over MUI's default cell
10649
- // padding/box-sizing even under MUI v6 hosts (which don't wrap
10650
- // base styles in a CSS @layer). Keeps header/body columns aligned
10651
- // in the published SDK regardless of the host's MUI version.
10652
- "&&": { px: "12px", py: "8px", display: "flex", alignItems: "center", boxSizing: "border-box" },
10653
- "& .Mui-TableHeadCell-Content": { m: 0, p: 0, width: "100%", justifyContent: "flex-start" },
10654
- "& .Mui-TableHeadCell-Content-Wrapper": { m: 0, p: 0 },
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
- "&&": { px: "12px", py: "8px", display: "flex", alignItems: "center", justifyContent: "flex-start", boxSizing: "border-box" }
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-NLEW3H66.mjs.map
10736
+ //# sourceMappingURL=agentPerformanceReport-6D2O4FXM.mjs.map