@pingux/astro 2.42.0-alpha.6 → 2.42.0

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.
@@ -73,9 +73,7 @@ var RadioGroupField = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref)
73
73
  "aria-labelledby": helperText && helperTextId,
74
74
  "data-testid": "radioGroupWrapper"
75
75
  }, (0, _react2.jsx)(_RadioField.RadioContext.Provider, {
76
- value: _objectSpread({
77
- isDisabled: isDisabled
78
- }, state)
76
+ value: state
79
77
  }, children)), helperText && (0, _react2.jsx)(_.FieldHelperText, {
80
78
  status: status,
81
79
  sx: {
@@ -62,9 +62,7 @@ var RadioGroupField = /*#__PURE__*/forwardRef(function (props, ref) {
62
62
  "aria-labelledby": helperText && helperTextId,
63
63
  "data-testid": "radioGroupWrapper"
64
64
  }, ___EmotionJSX(RadioContext.Provider, {
65
- value: _objectSpread({
66
- isDisabled: isDisabled
67
- }, state)
65
+ value: state
68
66
  }, children)), helperText && ___EmotionJSX(FieldHelperText, {
69
67
  status: status,
70
68
  sx: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.42.0-alpha.6",
3
+ "version": "2.42.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",