x-ui-design 0.4.66 → 0.4.67
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/index.esm.js +0 -4
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -4
- package/dist/index.js.map +1 -1
- package/lib/components/Radio/Group/Group.tsx +0 -6
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -3067,10 +3067,6 @@ const RadioGroup = ({
|
|
|
3067
3067
|
const {
|
|
3068
3068
|
...childProps
|
|
3069
3069
|
} = child.props;
|
|
3070
|
-
console.log({
|
|
3071
|
-
selectedValue,
|
|
3072
|
-
value: child.props.value
|
|
3073
|
-
});
|
|
3074
3070
|
return /*#__PURE__*/React.createElement(child.type, _extends({}, props, childProps, child.type === RadioButton ? {
|
|
3075
3071
|
size,
|
|
3076
3072
|
buttonStyle
|