@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.esm.js +2 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -1
- package/build/index.js.map +1 -1
- package/build/main.css +0 -1
- package/build/styles/inputs/SelectInput.css +0 -1
- package/build/styles/main.css +0 -1
- package/package.json +3 -3
- package/src/inputs/SelectInput.css +0 -1
- package/src/inputs/_BottomSheet.less +0 -1
- package/src/main.css +0 -1
- package/src/radioGroup/RadioGroup.js +2 -2
- package/src/radioGroup/RadioGroup.rtl.spec.tsx +16 -0
package/build/index.esm.js
CHANGED
|
@@ -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(
|
|
10478
|
+
return radios && radios.length > 0 ? /*#__PURE__*/jsx("div", {
|
|
10479
|
+
role: "radiogroup",
|
|
10479
10480
|
children: radios.map(({
|
|
10480
10481
|
id,
|
|
10481
10482
|
avatar,
|