react-magma-dom 4.2.0-next.8 → 4.2.0-next.9

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/esm/index.js CHANGED
@@ -11646,6 +11646,7 @@ var RadioGroup = /*#__PURE__*/forwardRef(function (props, ref) {
11646
11646
  id: id,
11647
11647
  style: labelStyle
11648
11648
  }, labelText), labelText && !isTextVisuallyHidden && createElement(Label, {
11649
+ actionable: false,
11649
11650
  id: id,
11650
11651
  style: labelStyle,
11651
11652
  isInverse: isInverse,