@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.
@@ -6,6 +6,8 @@ interface WCProps extends Margins {
6
6
  padding?: GoabContainerPadding;
7
7
  width?: GoabContainerWidth;
8
8
  maxwidth?: string;
9
+ minheight?: string;
10
+ maxheight?: string;
9
11
  testid?: string;
10
12
  }
11
13
  declare module "react" {
@@ -25,7 +27,9 @@ export interface GoabContainerProps extends Margins {
25
27
  children?: ReactNode;
26
28
  width?: GoabContainerWidth;
27
29
  maxWidth?: string;
30
+ minHeight?: string;
31
+ maxHeight?: string;
28
32
  testId?: string;
29
33
  }
30
- export declare function GoabContainer({ accent, heading, title, padding, children, actions, type, width, maxWidth, mt, mr, mb, ml, testId, }: GoabContainerProps): JSX.Element;
34
+ export declare function GoabContainer({ accent, heading, title, padding, children, actions, type, width, maxWidth, minHeight, maxHeight, mt, mr, mb, ml, testId, }: GoabContainerProps): JSX.Element;
31
35
  export default GoabContainer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/react-components",
3
- "version": "6.10.0-dev.7",
3
+ "version": "6.10.0-dev.9",
4
4
  "description": "Government of Alberta - UI components for React",
5
5
  "bugs": {
6
6
  "url": "https://github.com/GovAlta/ui-components/issues"