@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abgov/react-components",
3
- "version": "4.0.0-alpha.47",
3
+ "version": "4.0.0-alpha.48",
4
4
  "description": "Government of Alberta - UI components for React",
5
5
  "bugs": {
6
6
  "url": "https://github.com/GovAlta/ui-components/issues"
@@ -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,
@@ -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,