@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 +2 -0
- package/index.js.map +1 -1
- package/index.mjs +2 -0
- package/index.mjs.map +1 -1
- package/lib/button/button.d.ts +3 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -253,6 +253,7 @@ function GoAButton({
|
|
|
253
253
|
variant,
|
|
254
254
|
leadingIcon,
|
|
255
255
|
trailingIcon,
|
|
256
|
+
width,
|
|
256
257
|
testId,
|
|
257
258
|
children,
|
|
258
259
|
onClick,
|
|
@@ -288,6 +289,7 @@ function GoAButton({
|
|
|
288
289
|
disabled,
|
|
289
290
|
leadingicon: leadingIcon,
|
|
290
291
|
trailingicon: trailingIcon,
|
|
292
|
+
width,
|
|
291
293
|
testid: testId,
|
|
292
294
|
mt,
|
|
293
295
|
mr,
|