@abgov/ui-components-common 1.10.0-dev.1 → 1.10.0-dev.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 -1
- package/package.json +1 -1
package/lib/common.d.ts
CHANGED
|
@@ -318,7 +318,7 @@ export type GoabPublicFormPageStep = "step" | "summary" | "multistep";
|
|
|
318
318
|
export type GoabPublicFormPageButtonVisibility = "visible" | "hidden";
|
|
319
319
|
export type GoabPublicFormTaskStatus = "completed" | "not-started" | "cannot-start";
|
|
320
320
|
export type GoabDrawerPosition = "bottom" | "left" | "right" | undefined;
|
|
321
|
-
export type GoabDrawerSizeUnit = "px" | "rem" | "ch" | "vh" | "vw";
|
|
321
|
+
export type GoabDrawerSizeUnit = "px" | "rem" | "ch" | "vh" | "vw" | "%";
|
|
322
322
|
export type GoabDrawerSize = `${number}${GoabDrawerSizeUnit}` | undefined;
|
|
323
323
|
export type GoabWorkSideMenuItemType = "normal" | "emergency" | "success";
|
|
324
324
|
export {};
|