@abgov/react-components 5.0.0-alpha.12 → 5.0.0-alpha.13

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/index.js CHANGED
@@ -255,6 +255,7 @@ function GoAButton({
255
255
  variant,
256
256
  leadingIcon,
257
257
  trailingIcon,
258
+ width,
258
259
  testId,
259
260
  children,
260
261
  onClick,
@@ -290,6 +291,7 @@ function GoAButton({
290
291
  disabled,
291
292
  leadingicon: leadingIcon,
292
293
  trailingicon: trailingIcon,
294
+ width,
293
295
  testid: testId,
294
296
  mt,
295
297
  mr,