@mx-cartographer/experiences 7.12.9 → 7.12.10

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/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [7.12.10] - 03-23-2026
2
+
3
+ - **ADDED** - font styling for mrs content tagged copy
4
+
1
5
  ## [7.12.9] - 03-23-2026
2
6
 
3
7
  - **FIXED** - semantic html in Transactions List
@@ -536,7 +536,11 @@ const Y = h.createContext(null), lt = ({
536
536
  overflow: "hidden",
537
537
  textOverflow: "ellipsis",
538
538
  WebkitBoxOrient: "vertical",
539
- WebkitLineClamp: k ? 2 : 3
539
+ WebkitLineClamp: k ? 2 : 3,
540
+ "& .bold-copy": {
541
+ fontWeight: "bold",
542
+ fontFamily: "inherit"
543
+ }
540
544
  },
541
545
  variant: "subtitle2"
542
546
  }
@@ -1,4 +1,4 @@
1
- import { A as u, B as s, C as c, a as v, b as C, I as R, M as H, d as M, c as F, N as V, V as k, Z as x } from "../ViewMoreMicroCard-DirvUT9O.mjs";
1
+ import { A as u, B as s, C as c, a as v, b as C, I as R, M as H, d as M, c as F, N as V, V as k, Z as x } from "../ViewMoreMicroCard-BhG9hCoO.mjs";
2
2
  import { jsx as e, jsxs as l } from "react/jsx-runtime";
3
3
  const a = ({
4
4
  color: i = "currentColor",
@@ -30,7 +30,7 @@ import $t from "@mui/material/ToggleButton";
30
30
  import zt from "@mui/material/ToggleButtonGroup";
31
31
  import { parseISO as lt } from "date-fns/parseISO";
32
32
  import { H as ke } from "../HeaderCell-DjuifqHJ.mjs";
33
- import { T as G, b as Kt } from "../ViewMoreMicroCard-DirvUT9O.mjs";
33
+ import { T as G, b as Kt } from "../ViewMoreMicroCard-BhG9hCoO.mjs";
34
34
  import { useGridApiContext as Yt, useGridRootProps as jt, DataGridPro as Ut } from "@mui/x-data-grid-pro";
35
35
  import Xt from "@mui/material/Badge";
36
36
  import Zt from "@mui/material/IconButton";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.12.9",
3
+ "version": "7.12.10",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",