@thecb/components 9.5.0-beta.6 → 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
@@ -48874,7 +48874,7 @@ var InnerRadioSection = function InnerRadioSection(_ref) {
48874
48874
  key: "header-".concat(section.id),
48875
48875
  borderSize: "0px",
48876
48876
  borderColor: themeValues.borderColor,
48877
- borderWidthOverride: openSection === section.id && !!section.content && section.id !== openSection ? "0px 0px 1px 0px" : "",
48877
+ borderWidthOverride: openSection === section.id && !!section.content ? "0px 0px 1px 0px" : "",
48878
48878
  extraStyles: !section.disabled ? "cursor: pointer;" : ""
48879
48879
  }, /*#__PURE__*/React__default.createElement(Cluster, {
48880
48880
  justify: "space-between",
@@ -49026,7 +49026,7 @@ var RadioSection = function RadioSection(_ref) {
49026
49026
  return !section.hidden;
49027
49027
  }).map(function (section, i) {
49028
49028
  return /*#__PURE__*/React__default.createElement(React.Fragment, {
49029
- key: "radio-section-".concat(sections.indexOf(section))
49029
+ key: "radio-section-".concat(i)
49030
49030
  }, /*#__PURE__*/React__default.createElement(InnerRadioSection, {
49031
49031
  themeValues: themeValues,
49032
49032
  sectionIndex: i,
@@ -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
  }));