@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.js +4 -0
- package/index.js.map +1 -1
- package/index.mjs +4 -0
- package/index.mjs.map +1 -1
- package/lib/container/container.d.ts +5 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -627,6 +627,8 @@ function GoabContainer({
|
|
|
627
627
|
type,
|
|
628
628
|
width,
|
|
629
629
|
maxWidth,
|
|
630
|
+
minHeight,
|
|
631
|
+
maxHeight,
|
|
630
632
|
mt,
|
|
631
633
|
mr,
|
|
632
634
|
mb,
|
|
@@ -642,6 +644,8 @@ function GoabContainer({
|
|
|
642
644
|
accent,
|
|
643
645
|
width,
|
|
644
646
|
maxwidth: maxWidth,
|
|
647
|
+
minheight: minHeight,
|
|
648
|
+
maxheight: maxHeight,
|
|
645
649
|
mt,
|
|
646
650
|
mr,
|
|
647
651
|
mb,
|