ahs-cti 0.0.25 → 0.0.26

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-2CVLWA6O.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_READ, SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_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]),
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),
@@ -8904,11 +8904,12 @@ function AgentPerformanceReportContent() {
8904
8904
  muiTableHeadCellProps: {
8905
8905
  sx: __spreadProps(__spreadValues({}, headCellSx), {
8906
8906
  fontFamily: FONT2,
8907
- px: "12px",
8908
- py: "8px",
8909
- display: "flex",
8910
- alignItems: "center",
8911
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" },
8912
8913
  "& .Mui-TableHeadCell-Content": { m: 0, p: 0, width: "100%", justifyContent: "flex-start" },
8913
8914
  "& .Mui-TableHeadCell-Content-Wrapper": { m: 0, p: 0 },
8914
8915
  "& .Mui-TableHeadCell-Content-Labels": { m: 0, p: 0 }
@@ -8917,12 +8918,8 @@ function AgentPerformanceReportContent() {
8917
8918
  muiTableBodyCellProps: {
8918
8919
  sx: __spreadProps(__spreadValues({}, bodyCellSx), {
8919
8920
  fontFamily: FONT2,
8920
- px: "12px",
8921
- py: "8px",
8922
- display: "flex",
8923
- alignItems: "center",
8924
- justifyContent: "flex-start",
8925
- textAlign: "left"
8921
+ textAlign: "left",
8922
+ "&&": { px: "12px", py: "8px", display: "flex", alignItems: "center", justifyContent: "flex-start", boxSizing: "border-box" }
8926
8923
  })
8927
8924
  },
8928
8925
  muiTableBodyRowProps: ({ row }) => ({
@@ -8996,4 +8993,4 @@ export {
8996
8993
  * @author Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)
8997
8994
  *)
8998
8995
  */
8999
- //# sourceMappingURL=agentPerformanceReport-NOYTAUHK.mjs.map
8996
+ //# sourceMappingURL=agentPerformanceReport-W6UGYBNO.mjs.map