@abgov/ui-components-common 1.2.2-alpha.1 → 1.2.2-alpha.2
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
|
@@ -240,6 +240,7 @@ export type GoabTextTextElement = "span" | "div" | "p";
|
|
|
240
240
|
export type GoabTextHeadingSize = "heading-xl" | "heading-l" | "heading-m" | "heading-s" | "heading-xs";
|
|
241
241
|
export type GoabTextBodySize = "body-l" | "body-m" | "body-s" | "body-xs";
|
|
242
242
|
export type GoabTextSize = GoabTextHeadingSize | GoabTextBodySize;
|
|
243
|
+
export type GoabTextColor = "primary" | "secondary";
|
|
243
244
|
export type GoabFielsetOnContinueDetail = {
|
|
244
245
|
el: HTMLElement;
|
|
245
246
|
state: Record<string, string>;
|