@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
package/react-components.esm.js
CHANGED
|
@@ -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,
|
package/react-components.umd.js
CHANGED
|
@@ -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,
|