@abgov/ui-components-common 1.9.1-next.1 → 1.10.0-dev.1

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.
Files changed (2) hide show
  1. package/lib/common.d.ts +1 -0
  2. package/package.json +1 -1
package/lib/common.d.ts CHANGED
@@ -320,4 +320,5 @@ export type GoabPublicFormTaskStatus = "completed" | "not-started" | "cannot-sta
320
320
  export type GoabDrawerPosition = "bottom" | "left" | "right" | undefined;
321
321
  export type GoabDrawerSizeUnit = "px" | "rem" | "ch" | "vh" | "vw";
322
322
  export type GoabDrawerSize = `${number}${GoabDrawerSizeUnit}` | undefined;
323
+ export type GoabWorkSideMenuItemType = "normal" | "emergency" | "success";
323
324
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/ui-components-common",
3
- "version": "1.9.1-next.1",
3
+ "version": "1.10.0-dev.1",
4
4
  "bugs": {
5
5
  "url": "https://github.com/GovAlta/ui-components/issues"
6
6
  },