@transferwise/components 0.0.0-experimental-d7bccb4 → 0.0.0-experimental-2ccb16f

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/build/index.js CHANGED
@@ -10509,7 +10509,8 @@ class RadioGroup extends React.Component {
10509
10509
  const {
10510
10510
  selectedValue
10511
10511
  } = this.state;
10512
- return radios && radios.length > 0 ? /*#__PURE__*/jsxRuntime.jsx(jsxRuntime.Fragment, {
10512
+ return radios && radios.length > 0 ? /*#__PURE__*/jsxRuntime.jsx("div", {
10513
+ role: "radiogroup",
10513
10514
  children: radios.map(({
10514
10515
  id,
10515
10516
  avatar,