@thecb/components 9.0.3-beta.8 → 9.0.3-beta.9

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
@@ -48638,9 +48638,10 @@ var RadioSection = function RadioSection(_ref) {
48638
48638
  color: CHARADE_GREY,
48639
48639
  htmlFor: "radio-input-".concat(computeSectionId(section))
48640
48640
  }, section.title))), section.rightIcons && /*#__PURE__*/React__default.createElement(Cluster, {
48641
- childGap: "0.5rem",
48641
+ childGap: "0.5rem"
48642
+ }, /*#__PURE__*/React__default.createElement("div", rightIconsLabel !== null ? {
48642
48643
  "aria-label": rightIconsLabel
48643
- }, section.rightIcons.map(function (icon) {
48644
+ } : {}, section.rightIcons.map(function (icon) {
48644
48645
  return /*#__PURE__*/React__default.createElement(RightIcon, _extends({
48645
48646
  src: icon.img,
48646
48647
  key: icon.img,
@@ -48650,7 +48651,7 @@ var RadioSection = function RadioSection(_ref) {
48650
48651
  }, rightContentRole !== null ? {
48651
48652
  role: rightContentRole || "presentation"
48652
48653
  } : {}));
48653
- })), section.rightTitleContent && /*#__PURE__*/React__default.createElement(React.Fragment, null, section.rightTitleContent))), /*#__PURE__*/React__default.createElement(AnimatePresence, {
48654
+ }))), section.rightTitleContent && /*#__PURE__*/React__default.createElement(React.Fragment, null, section.rightTitleContent))), /*#__PURE__*/React__default.createElement(AnimatePresence, {
48654
48655
  initial: false
48655
48656
  }, openSection === section.id && /*#__PURE__*/React__default.createElement(Motion, {
48656
48657
  key: "content-".concat(section.id),