@thecb/components 9.2.4-beta.6 → 9.2.4-beta.7

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
@@ -48683,7 +48683,7 @@ var RadioSection = function RadioSection(_ref) {
48683
48683
  }, /*#__PURE__*/React__default.createElement(Stack, {
48684
48684
  childGap: "0",
48685
48685
  role: "radiogroup",
48686
- required: isSectionRequired
48686
+ "aria-required": isSectionRequired
48687
48687
  }, sections.filter(function (section) {
48688
48688
  return !section.hidden;
48689
48689
  }).map(function (section) {