@abgov/ui-components-common 1.6.0-alpha.4 → 1.6.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/lib/common.d.ts +1 -0
- package/package.json +1 -1
package/lib/common.d.ts
CHANGED
|
@@ -242,6 +242,7 @@ export interface Margins {
|
|
|
242
242
|
}
|
|
243
243
|
export type GoabBlockDirection = "row" | "column";
|
|
244
244
|
export type GoabBlockAlignment = "center" | "start" | "end";
|
|
245
|
+
export type GoabPageBlockSize = "full" | string;
|
|
245
246
|
export type GoabLinkButtonType = "start" | "primary" | "secondary" | "tertiary";
|
|
246
247
|
export type GoabTextMaxWidth = string | "none";
|
|
247
248
|
export type GoabTextHeadingElement = "h1" | "h2" | "h3" | "h4" | "h5";
|