@mx-cartographer/experiences 9.2.5 → 9.2.6

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.
@@ -1,4 +1,4 @@
1
- import { l as Y } from "../UserStore-Cp-2Jtnw.mjs";
1
+ import { l as Y } from "../UserStore-BceB3WHz.mjs";
2
2
  import { b as $, a as H } from "../Localization-DnoVyBNK.mjs";
3
3
  import { f as j, b as V, a as K, c as Z, g as J, d as X } from "../NumberFormatting--XMeeBfr.mjs";
4
4
  import { C as rr, a as er, b as or } from "../CurrencyDialog-DumQCTPO.mjs";
@@ -1,4 +1,4 @@
1
- import { A as g, a as m, b as C, c as N, d as h, B as f, e as E, f as D, g as b, C as I, h as M, i as R, j as B, D as L, F as G, k as _, G as H, l as P, m as U, n as x, o as O, H as F, p as k, q as v, r as w, M as W, s as Y, N as $, t as q, u as K, R as j, v as z, S as J, w as Q, T as X, x as Z, y as V, U as tt, z as at, W as st } from "../UserStore-Cp-2Jtnw.mjs";
1
+ import { A as g, a as m, b as C, c as N, d as h, B as f, e as E, f as D, g as b, C as I, h as M, i as R, j as B, D as L, F as G, k as _, G as H, l as P, m as U, n as x, o as O, H as F, p as k, q as v, r as w, M as W, s as Y, N as $, t as q, u as K, R as j, v as z, S as J, w as Q, T as X, x as Z, y as V, U as tt, z as at, W as st } from "../UserStore-BceB3WHz.mjs";
2
2
  import { b as ot, a as nt, d as rt, c as it, A as ct, C as pt, e as At, E as St, M as ut, N as lt, P as Tt, f as yt, g as dt, S as gt } from "../Account-DR7Plrqy.mjs";
3
3
  import { A as Ct, B as Nt, I as ht, N as ft } from "../Notification-DTNYSd8P.mjs";
4
4
  import { F as n } from "../GlobalCopyApi-CLhyon-B.mjs";
@@ -5,7 +5,7 @@ import y from "@mui/material/Stack";
5
5
  import { useTheme as j, Card as ge, Stack as u, Box as W } from "@mui/material";
6
6
  import { Text as i, P as xe, H3 as Be, InstitutionLogo as Pe, Icon as ne } from "@mxenabled/mxui";
7
7
  import { intervalToDuration as Re, formatDuration as Le } from "date-fns";
8
- import { s as Fe, D as $, t as $e, b as Oe } from "../DebtUtils-i4pI2Uoe.mjs";
8
+ import { s as Fe, D as $, t as $e, b as Oe } from "../DebtUtils-jG2NU0Pb.mjs";
9
9
  import { f as I, a as We } from "../NumberFormatting--XMeeBfr.mjs";
10
10
  import { f as J, D as Q } from "../DateFormats-HudZ3Bjs.mjs";
11
11
  import { G as Ge, q as ee, u as w, k as V, f as k, c as te, i as He, a as ze } from "../hooks-97sNJ_lf.mjs";
@@ -1111,9 +1111,9 @@ const Wt = (r) => {
1111
1111
  },
1112
1112
  {
1113
1113
  field: "interest_rate",
1114
- headerName: m.table_column_interest_rate,
1114
+ headerName: m.details_interest_rate,
1115
1115
  renderHeader: H,
1116
- renderCell: (_) => /* @__PURE__ */ e(i, { color: s.palette.text.primary, variant: "body2", children: isNaN(_.value) ? "---" : `${Number(_.value).toFixed(2)}%` }),
1116
+ renderCell: (_) => /* @__PURE__ */ e(i, { color: s.palette.text.primary, variant: "body2", children: typeof _.value == "number" ? `${Number(_.value).toFixed(2)}%` : "---" }),
1117
1117
  sortable: !0,
1118
1118
  hideSortIcons: c,
1119
1119
  type: "number",