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/index.mjs CHANGED
@@ -4552,7 +4552,7 @@ var SDKPages = {
4552
4552
  LoginReport: withGuard(SDK_MENU_CODES.LOGIN_REPORT, () => import("./loginReport-3EV76YKP.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_LOGIN_READ, SDK_PERMISSIONS.REPORTS_AGENT_LOGIN_MANAGE]),
4553
4553
  CdrReports: withGuard(SDK_MENU_CODES.CDR_REPORT, () => import("./cdrReport-FFMEA26B.mjs"), [SDK_PERMISSIONS.REPORTS_CDR_READ, SDK_PERMISSIONS.REPORTS_CDR_MANAGE]),
4554
4554
  AuditReportPage: withGuard(SDK_MENU_CODES.CDR_REPORT, () => import("./auditReport-DCBKRCQV.mjs"), [SDK_PERMISSIONS.REPORTS_CDR_READ, SDK_PERMISSIONS.REPORTS_CDR_MANAGE]),
4555
- AgentPerformanceReport: withGuard(SDK_MENU_CODES.AGENT_PERFORMANCE_REPORT, () => import("./agentPerformanceReport-NLEW3H66.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_READ, SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_MANAGE]),
4555
+ AgentPerformanceReport: withGuard(SDK_MENU_CODES.AGENT_PERFORMANCE_REPORT, () => import("./agentPerformanceReport-6D2O4FXM.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_READ, SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_MANAGE]),
4556
4556
  AgentDetailReport: withGuard(SDK_MENU_CODES.AGENT_DETAIL_REPORT, () => import("./agentDetailReport-6HFIDHTC.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_READ, SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_MANAGE]),
4557
4557
  LiveStatus: withGuard(SDK_MENU_CODES.LIVE_STATUS, () => import("./liveStatus-NBRDHW3Q.mjs"), [SDK_PERMISSIONS.DASHBOARD_LIVE_STATUS_READ, SDK_PERMISSIONS.DASHBOARD_LIVE_STATUS_MANAGE]),
4558
4558
  ManagementDashboard: withGuard(SDK_MENU_CODES.MANAGEMENT_DASHBOARD, () => import("./managementDashboard-XFG6JYTW.mjs"), SDK_PERMISSIONS.MANAGEMENT_DASHBOARD_READ),
@@ -8683,7 +8683,7 @@ function AgentPerformanceReportContent() {
8683
8683
  letterSpacing: 0.3
8684
8684
  }, children: getInitials(name) }),
8685
8685
  /* @__PURE__ */ jsxs3(Box4, { sx: { minWidth: 0 }, children: [
8686
- /* @__PURE__ */ jsx4(Typography3, { noWrap: true, sx: { fontSize: 11.5, color: C2.t1, lineHeight: 1.3 }, children: name }),
8686
+ /* @__PURE__ */ jsx4(Typography3, { sx: { fontSize: 11.5, color: C2.t1, lineHeight: 1.3 }, children: name }),
8687
8687
  /* @__PURE__ */ jsx4(Typography3, { noWrap: true, sx: { fontSize: 10.5, color: C2.t3, fontVariantNumeric: "tabular-nums", lineHeight: 1.3 }, children: row.original.agentId })
8688
8688
  ] })
8689
8689
  ] });
@@ -8886,7 +8886,7 @@ function AgentPerformanceReportContent() {
8886
8886
  {
8887
8887
  columns,
8888
8888
  data: rows,
8889
- layoutMode: "grid",
8889
+ layoutMode: "semantic",
8890
8890
  enableTopToolbar: false,
8891
8891
  enableColumnActions: false,
8892
8892
  enableColumnFilters: false,
@@ -8905,21 +8905,21 @@ function AgentPerformanceReportContent() {
8905
8905
  sx: __spreadProps(__spreadValues({}, headCellSx), {
8906
8906
  fontFamily: FONT2,
8907
8907
  textAlign: "left",
8908
- // `&&` doubles specificity so these win over MUI's default cell
8909
- // padding/box-sizing even under MUI v6 hosts (which don't wrap
8910
- // base styles in a CSS @layer). Keeps header/body columns aligned
8911
- // in the published SDK regardless of the host's MUI version.
8912
- "&&": { px: "12px", py: "8px", display: "flex", alignItems: "center", boxSizing: "border-box" },
8913
- "& .Mui-TableHeadCell-Content": { m: 0, p: 0, width: "100%", justifyContent: "flex-start" },
8914
- "& .Mui-TableHeadCell-Content-Wrapper": { m: 0, p: 0 },
8915
- "& .Mui-TableHeadCell-Content-Labels": { m: 0, p: 0 }
8908
+ verticalAlign: "middle",
8909
+ // Semantic (native <table>) layout: the browser computes one set of
8910
+ // column widths for header + body together, so columns always align
8911
+ // regardless of the host's MUI version. `&&` keeps our padding winning
8912
+ // over MUI's default cell padding under MUI v6 hosts (no CSS @layer).
8913
+ "&&": { px: "12px", py: "8px", boxSizing: "border-box" },
8914
+ "& .Mui-TableHeadCell-Content": { justifyContent: "flex-start" }
8916
8915
  })
8917
8916
  },
8918
8917
  muiTableBodyCellProps: {
8919
8918
  sx: __spreadProps(__spreadValues({}, bodyCellSx), {
8920
8919
  fontFamily: FONT2,
8921
8920
  textAlign: "left",
8922
- "&&": { px: "12px", py: "8px", display: "flex", alignItems: "center", justifyContent: "flex-start", boxSizing: "border-box" }
8921
+ verticalAlign: "middle",
8922
+ "&&": { px: "12px", py: "8px", boxSizing: "border-box" }
8923
8923
  })
8924
8924
  },
8925
8925
  muiTableBodyRowProps: ({ row }) => ({
@@ -8993,4 +8993,4 @@ export {
8993
8993
  * @author Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)
8994
8994
  *)
8995
8995
  */
8996
- //# sourceMappingURL=agentPerformanceReport-W6UGYBNO.mjs.map
8996
+ //# sourceMappingURL=agentPerformanceReport-PBIC23DB.mjs.map