@mx-cartographer/insights-ui 1.7.8-alpha.mega3 → 1.7.8-alpha.mega5

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/dist/index.es.js CHANGED
@@ -890,8 +890,8 @@ const Pe = ({
890
890
  sx: {
891
891
  alignItems: "flex-start",
892
892
  p: 0,
893
- mb: r && !l ? 0 : 16,
894
- ...r && { px: l ? 0 : 16, pt: 16 }
893
+ mb: 16,
894
+ ...r && { ...l ? { mb: 16 } : { px: 16, pt: 16, mb: 0 } }
895
895
  },
896
896
  title: /* @__PURE__ */ t(ie, { sx: l ? { letterSpacing: 0.35 } : {}, children: a })
897
897
  }