@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.
@@ -10475,7 +10475,8 @@ class RadioGroup extends Component {
10475
10475
  const {
10476
10476
  selectedValue
10477
10477
  } = this.state;
10478
- return radios && radios.length > 0 ? /*#__PURE__*/jsx(Fragment, {
10478
+ return radios && radios.length > 0 ? /*#__PURE__*/jsx("div", {
10479
+ role: "radiogroup",
10479
10480
  children: radios.map(({
10480
10481
  id,
10481
10482
  avatar,