@abgov/react-components 4.0.0-alpha.119 → 4.0.0-alpha.120

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/react-components",
3
- "version": "4.0.0-alpha.119",
3
+ "version": "4.0.0-alpha.120",
4
4
  "description": "Government of Alberta - UI components for React",
5
5
  "bugs": {
6
6
  "url": "https://github.com/GovAlta/ui-components/issues"
@@ -20664,6 +20664,7 @@ function GoATable(props) {
20664
20664
  ref: ref,
20665
20665
  width: props.width,
20666
20666
  stickyheader: false,
20667
+ variant: props.variant,
20667
20668
  "data-testid": props.testId,
20668
20669
  mt: props.mt,
20669
20670
  mb: props.mb,
@@ -20701,6 +20701,7 @@
20701
20701
  ref: ref,
20702
20702
  width: props.width,
20703
20703
  stickyheader: false,
20704
+ variant: props.variant,
20704
20705
  "data-testid": props.testId,
20705
20706
  mt: props.mt,
20706
20707
  mb: props.mb,