@abgov/react-components 4.21.0 → 4.21.1

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.
@@ -3,6 +3,7 @@ import { Margins } from "../../common/styling";
3
3
  export type GoAPosition = "above" | "below" | "auto";
4
4
  interface WCProps extends Margins {
5
5
  maxwidth?: string;
6
+ minwidth?: string;
6
7
  padded?: boolean;
7
8
  position?: GoAPosition;
8
9
  relative?: boolean;
@@ -18,10 +19,11 @@ export interface GoAPopoverProps extends Margins {
18
19
  target?: ReactNode;
19
20
  testId?: string;
20
21
  maxWidth?: string;
22
+ minWidth?: string;
21
23
  padded?: boolean;
22
24
  position?: GoAPosition;
23
25
  children: ReactNode;
24
26
  relative?: boolean;
25
27
  }
26
- export declare function GoAPopover({ target, testId, maxWidth, padded, position, relative, children, mt, mr, mb, ml, }: GoAPopoverProps): JSX.Element;
28
+ export declare function GoAPopover({ target, testId, maxWidth, minWidth, padded, position, relative, children, mt, mr, mb, ml, }: GoAPopoverProps): JSX.Element;
27
29
  export default GoAPopover;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/react-components",
3
- "version": "4.21.0",
3
+ "version": "4.21.1",
4
4
  "description": "Government of Alberta - UI components for React",
5
5
  "bugs": {
6
6
  "url": "https://github.com/GovAlta/ui-components/issues"