@abgov/ui-components-common 2.0.0-dev.3 → 2.0.0-dev.5
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
|
@@ -172,7 +172,7 @@ export type GoabPaginationOnChangeDetail = {
|
|
|
172
172
|
};
|
|
173
173
|
export type GoabFormStepperType = "constrained" | "free";
|
|
174
174
|
export type GoabFormStepStatus = "complete" | "incomplete" | "not-started";
|
|
175
|
-
export type GoabFormItemLabelSize = "regular" | "large";
|
|
175
|
+
export type GoabFormItemLabelSize = "compact" | "regular" | "large";
|
|
176
176
|
export type GoabFormItemRequirement = "optional" | "required";
|
|
177
177
|
export type GoabFileUploadInputVariant = "dragdrop" | "button";
|
|
178
178
|
export type GoabContainerAccent = "thick" | "thin" | "filled";
|
|
@@ -287,7 +287,7 @@ export interface GoabSkeletonProps extends Margins {
|
|
|
287
287
|
type: GoabSkeletonType;
|
|
288
288
|
testId?: string;
|
|
289
289
|
}
|
|
290
|
-
export type GoabSkeletonType = "image" | "text" | "title" | "text-small" | "avatar" | "header" | "paragraph" | "thumbnail" | "card" | "profile" | "article";
|
|
290
|
+
export type GoabSkeletonType = "image" | "text" | "title" | "text-small" | "avatar" | "header" | "paragraph" | "thumbnail" | "card" | "lines" | "profile" | "article";
|
|
291
291
|
export type GoabSkeletonSize = "1" | "2" | "3" | "4";
|
|
292
292
|
export type GoabRadioGroupOrientation = "horizontal" | "vertical";
|
|
293
293
|
export interface GoabRadioGroupProps extends Margins {
|