@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 +4 -0
- package/README.md +1 -1
- package/dist/insights/index.es.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -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
|
-
) })
|
|
2036
|
+
) });
|
|
2037
2037
|
}, S4 = ({ beat: r, hasFullWidthImage: i, sx: n }) => {
|
|
2038
2038
|
const { html_description: l } = r;
|
|
2039
2039
|
return /* @__PURE__ */ s(
|