@leapdevuk/component-toolbox 0.0.58 → 0.0.59

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
@@ -9110,7 +9110,7 @@ const yo = ({
9110
9110
  {
9111
9111
  sx: {
9112
9112
  width: "100%",
9113
- height: t.maxHeight,
9113
+ height: t.height ? t.height : t.maxHeight,
9114
9114
  maxHeight: t.maxHeight,
9115
9115
  backgroundColor: "#fff"
9116
9116
  },