@luscii-healthtech/web-ui 2.44.2 → 2.44.4
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/dist/web-ui.esm.js
CHANGED
|
@@ -2728,7 +2728,8 @@ function RadioGroupInner(_ref) {
|
|
|
2728
2728
|
registerProps = _objectWithoutPropertiesLoose(_ref, _excluded$9);
|
|
2729
2729
|
|
|
2730
2730
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
2731
|
-
className: classNames("flex flex-col space-y-2")
|
|
2731
|
+
className: classNames("flex flex-col space-y-2"),
|
|
2732
|
+
"data-test-id": registerProps.name + "-radio-group"
|
|
2732
2733
|
}, title && /*#__PURE__*/React__default.createElement(Text, {
|
|
2733
2734
|
text: title
|
|
2734
2735
|
}), options.map(function (option) {
|