@mx-cartographer/experiences 7.0.52-alpha.mega2 → 7.0.52-alpha.mega4

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.
@@ -549,7 +549,9 @@ const yt = ({
549
549
  S,
550
550
  {
551
551
  sx: {
552
- ...!s && { height: 450, mt: 32 }
552
+ ...!s && { height: 450, mt: 32 },
553
+ justifyContent: "space-between",
554
+ minHeight: 325
553
555
  },
554
556
  children: [
555
557
  /* @__PURE__ */ e(
@@ -905,9 +905,7 @@ class ne {
905
905
  };
906
906
  }
907
907
  const K = {
908
- clientConfig: {
909
- is_mx_mobile: !1
910
- },
908
+ clientConfig: {},
911
909
  clientStyleProfile: {},
912
910
  config: {
913
911
  assets_prefix: "/assets",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mx-cartographer/experiences",
3
- "version": "7.0.52-alpha.mega2",
3
+ "version": "7.0.52-alpha.mega4",
4
4
  "description": "Library containing experience widgets",
5
5
  "author": "MX",
6
6
  "license": "MIT",