@abgov/react-components 6.10.0-dev.7 → 6.10.0-dev.9

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/index.mjs CHANGED
@@ -625,6 +625,8 @@ function GoabContainer({
625
625
  type,
626
626
  width,
627
627
  maxWidth,
628
+ minHeight,
629
+ maxHeight,
628
630
  mt,
629
631
  mr,
630
632
  mb,
@@ -640,6 +642,8 @@ function GoabContainer({
640
642
  accent,
641
643
  width,
642
644
  maxwidth: maxWidth,
645
+ minheight: minHeight,
646
+ maxheight: maxHeight,
643
647
  mt,
644
648
  mr,
645
649
  mb,