@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.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(
|
|
10512
|
+
return radios && radios.length > 0 ? /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
10513
|
+
role: "radiogroup",
|
|
10513
10514
|
children: radios.map(({
|
|
10514
10515
|
id,
|
|
10515
10516
|
avatar,
|