@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.cjs.js CHANGED
@@ -46338,7 +46338,7 @@ var RadioGroup = function RadioGroup(_ref) {
46338
46338
  _ref$heading = _ref.heading,
46339
46339
  Heading = _ref$heading === void 0 ? /*#__PURE__*/React__default.createElement(DefaultHeading, {
46340
46340
  role: "heading",
46341
- id: "radio-group-".concat(groupName, "-heading}")
46341
+ id: "radio-group-".concat(groupName, "-heading")
46342
46342
  }, headingText) : _ref$heading,
46343
46343
  config = _ref.config,
46344
46344
  extraStyles = _ref.extraStyles,