@thecb/components 7.2.0 → 7.2.1

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 CHANGED
@@ -46330,7 +46330,7 @@ var RadioGroup = function RadioGroup(_ref) {
46330
46330
  _ref$heading = _ref.heading,
46331
46331
  Heading = _ref$heading === void 0 ? /*#__PURE__*/React.createElement(DefaultHeading, {
46332
46332
  role: "heading",
46333
- id: "radio-group-".concat(groupName, "-heading}")
46333
+ id: "radio-group-".concat(groupName, "-heading")
46334
46334
  }, headingText) : _ref$heading,
46335
46335
  config = _ref.config,
46336
46336
  extraStyles = _ref.extraStyles,