@thecb/components 9.5.0-beta.1 → 9.5.0-beta.2

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
@@ -49031,9 +49031,9 @@ var RadioSection = function RadioSection(_ref) {
49031
49031
  extraStyles: containerStyles,
49032
49032
  role: "radiogroup",
49033
49033
  "aria-required": isSectionRequired
49034
- }, rest), /*#__PURE__*/React__default.createElement(Stack, _extends({
49034
+ }, rest), /*#__PURE__*/React__default.createElement(Stack, {
49035
49035
  childGap: "0"
49036
- }, rest), !!sections && sections.filter(function (section) {
49036
+ }, !!sections && sections.filter(function (section) {
49037
49037
  return !section.hidden;
49038
49038
  }).map(function (section, i) {
49039
49039
  return /*#__PURE__*/React__default.createElement(React.Fragment, {