@mcurros2/microm 1.1.220-0 → 1.1.221-0

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.js CHANGED
@@ -7910,7 +7910,7 @@ function $3ea298384e41b05b$export$c8dd51eb24f71762(props) {
7910
7910
  }
7911
7911
  }) : /*#__PURE__*/ (0, $b4te3$reactjsxruntime.jsxs)("section", {
7912
7912
  style: {
7913
- height: props.gridHeight,
7913
+ height: gridHeight === 'auto' ? '100%' : gridHeight,
7914
7914
  display: 'flex',
7915
7915
  flexDirection: 'column'
7916
7916
  },