@abgov/react-components 4.0.0-alpha.47 → 4.0.0-alpha.48
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
|
@@ -14052,7 +14052,6 @@ const GoAButton = ({
|
|
|
14052
14052
|
}, [el, onClick]);
|
|
14053
14053
|
return jsx("goa-button", Object.assign({
|
|
14054
14054
|
ref: el,
|
|
14055
|
-
role: "button",
|
|
14056
14055
|
type: _type,
|
|
14057
14056
|
size: size,
|
|
14058
14057
|
variant: variant,
|
package/react-components.umd.js
CHANGED
|
@@ -14133,7 +14133,6 @@
|
|
|
14133
14133
|
}, [el, onClick]);
|
|
14134
14134
|
return jsxRuntime.jsx("goa-button", __assign({
|
|
14135
14135
|
ref: el,
|
|
14136
|
-
role: "button",
|
|
14137
14136
|
type: type,
|
|
14138
14137
|
size: size,
|
|
14139
14138
|
variant: variant,
|