@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.esm.js CHANGED
@@ -48675,7 +48675,7 @@ var RadioSection = function RadioSection(_ref) {
48675
48675
  }, /*#__PURE__*/React.createElement(Stack, {
48676
48676
  childGap: "0",
48677
48677
  role: "radiogroup",
48678
- required: isSectionRequired
48678
+ "aria-required": isSectionRequired
48679
48679
  }, sections.filter(function (section) {
48680
48680
  return !section.hidden;
48681
48681
  }).map(function (section) {