@mx-cartographer/experiences 7.4.4 → 7.4.5-alpha.mega1

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.
@@ -182,7 +182,7 @@ const K = () => {
182
182
  onPrimaryCtaClick: a,
183
183
  primaryCtaLabel: i.primary_cta,
184
184
  subTitle: c || !l ? void 0 : i.sub_title,
185
- sx: t,
185
+ sx: { height: "100%", ...t },
186
186
  title: i.title,
187
187
  children: [
188
188
  !l && /* @__PURE__ */ e(te, {}),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.4.4",
3
+ "version": "7.4.5-alpha.mega1",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",