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