@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.
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
@@ -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>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/ui-components-common",
3
- "version": "1.2.2-alpha.1",
3
+ "version": "1.2.2-alpha.2",
4
4
  "bugs": {
5
5
  "url": "https://github.com/GovAlta/ui-components/issues"
6
6
  },