@mx-cartographer/experiences 8.2.7 → 8.2.8

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
+ ## [8.2.8] - 05-21-2026
2
+
3
+ - **UPDATED** - ADD the html_in_description_cta field to the ClientConfigurableCta
4
+
1
5
  ## [8.2.7] - 05-21-2026
2
6
 
3
7
  - **UPDATED** - Add aria-hidden="true" to the main image in the WeekendNoSpendDays insight
package/README.md CHANGED
@@ -228,7 +228,7 @@ To avoid overwriting the `latest` npm dist-tag (which should always point to v9.
228
228
  ```
229
229
  1. Tag the release and push the tag:
230
230
  ```bash
231
- git tag v8.2.6
231
+ git tag v8.2.8
232
232
  git push origin --tags
233
233
  ```
234
234
  1. Publish with the dist-tag:
@@ -2012,7 +2012,7 @@ const r1 = ({ height: r = 0, width: i = 0, shouldRun: n = !1 }) => /* @__PURE__
2012
2012
  }
2013
2013
  ), _1 = ({ beat: r }) => {
2014
2014
  const i = f2();
2015
- return r.in_description_cta ? /* @__PURE__ */ t(v, { sx: { alignItems: "start", justifyContent: "center", minHeight: 28, mt: 6 }, children: /* @__PURE__ */ t(
2015
+ return !r.in_description_cta && !r.html_in_description_cta ? /* @__PURE__ */ t(N, {}) : /* @__PURE__ */ t(v, { sx: { alignItems: "start", justifyContent: "center", minHeight: 28, mt: 6 }, children: /* @__PURE__ */ t(
2016
2016
  A1,
2017
2017
  {
2018
2018
  endIcon: /* @__PURE__ */ t(k2, {}),
@@ -2031,9 +2031,9 @@ const r1 = ({ height: r = 0, width: i = 0, shouldRun: n = !1 }) => /* @__PURE__
2031
2031
  }
2032
2032
  },
2033
2033
  variant: "text",
2034
- children: /* @__PURE__ */ t(E, { bold: !0, variant: "body2", children: r.in_description_cta })
2034
+ children: /* @__PURE__ */ t(E, { bold: !0, variant: "body2", children: r.in_description_cta || r.html_in_description_cta })
2035
2035
  }
2036
- ) }) : /* @__PURE__ */ t(N, {});
2036
+ ) });
2037
2037
  }, S4 = ({ beat: r, hasFullWidthImage: i, sx: n }) => {
2038
2038
  const { html_description: l } = r;
2039
2039
  return /* @__PURE__ */ s(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "8.2.7",
3
+ "version": "8.2.8",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",