@thecb/components 9.5.0-beta.7 → 9.5.0-beta.8

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
@@ -49062,8 +49062,8 @@ var RadioSection = function RadioSection(_ref) {
49062
49062
  ariaDescribedBy: "right-icons-".concat(idString$1(section)),
49063
49063
  openSection: openSection,
49064
49064
  toggleOpenSection: toggleOpenSection,
49065
- isLastGroupedItemInSection: sectionGroup.indexOf(section) === sectionGroup.length - 1
49066
- }), sectionGroup.indexOf(section) === sectionGroup.length - 1 && groupedSections.indexOf(sectionGroup) !== groupedSections.length - 1 && /*#__PURE__*/React__default.createElement(SolidDivider$1, {
49065
+ isLastGroupedItemInSection: sectionIndex === sectionGroup.length - 1
49066
+ }), sectionIndex === sectionGroup.length - 1 && groupedSections.indexOf(sectionGroup) !== groupedSections.length - 1 && /*#__PURE__*/React__default.createElement(SolidDivider$1, {
49067
49067
  borderSize: "1px",
49068
49068
  borderColor: MANATEE_GREY
49069
49069
  }));