@abgov/ui-components-common 2.0.0-dev.5 → 2.0.0-dev.6
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 +2 -2
- package/package.json +1 -1
package/lib/common.d.ts
CHANGED
|
@@ -183,9 +183,9 @@ export type GoabCalloutType = "information" | "success" | "important" | "emergen
|
|
|
183
183
|
export type GoabCalloutSize = "medium" | "large";
|
|
184
184
|
export type GoabCalloutAriaLive = "off" | "polite" | "assertive";
|
|
185
185
|
export type GoabCalloutIconTheme = "outline" | "filled";
|
|
186
|
-
export type GoabButtonType = "primary" | "submit" | "secondary" | "tertiary" | "start";
|
|
186
|
+
export type GoabButtonType = "primary" | "submit" | "secondary" | "tertiary" | "start" | "text";
|
|
187
187
|
export type GoabButtonSize = "compact" | "normal";
|
|
188
|
-
export type GoabButtonVariant = "normal" | "destructive" | "inverse";
|
|
188
|
+
export type GoabButtonVariant = "normal" | "destructive" | "inverse" | "dark";
|
|
189
189
|
export type GoabButtonGroupAlignment = "start" | "end" | "center";
|
|
190
190
|
export type GoabButtonGroupGap = "relaxed" | "compact";
|
|
191
191
|
export type GoabAccordionHeadingSize = "small" | "medium";
|