@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.esm.js CHANGED
@@ -48866,7 +48866,7 @@ var InnerRadioSection = function InnerRadioSection(_ref) {
48866
48866
  key: "header-".concat(section.id),
48867
48867
  borderSize: "0px",
48868
48868
  borderColor: themeValues.borderColor,
48869
- borderWidthOverride: openSection === section.id && !!section.content && section.id !== openSection ? "0px 0px 1px 0px" : "",
48869
+ borderWidthOverride: openSection === section.id && !!section.content ? "0px 0px 1px 0px" : "",
48870
48870
  extraStyles: !section.disabled ? "cursor: pointer;" : ""
48871
48871
  }, /*#__PURE__*/React.createElement(Cluster, {
48872
48872
  justify: "space-between",
@@ -49018,7 +49018,7 @@ var RadioSection = function RadioSection(_ref) {
49018
49018
  return !section.hidden;
49019
49019
  }).map(function (section, i) {
49020
49020
  return /*#__PURE__*/React.createElement(Fragment$1, {
49021
- key: "radio-section-".concat(sections.indexOf(section))
49021
+ key: "radio-section-".concat(i)
49022
49022
  }, /*#__PURE__*/React.createElement(InnerRadioSection, {
49023
49023
  themeValues: themeValues,
49024
49024
  sectionIndex: i,
@@ -49054,8 +49054,8 @@ var RadioSection = function RadioSection(_ref) {
49054
49054
  ariaDescribedBy: "right-icons-".concat(idString$1(section)),
49055
49055
  openSection: openSection,
49056
49056
  toggleOpenSection: toggleOpenSection,
49057
- isLastGroupedItemInSection: sectionGroup.indexOf(section) === sectionGroup.length - 1
49058
- }), sectionGroup.indexOf(section) === sectionGroup.length - 1 && groupedSections.indexOf(sectionGroup) !== groupedSections.length - 1 && /*#__PURE__*/React.createElement(SolidDivider$1, {
49057
+ isLastGroupedItemInSection: sectionIndex === sectionGroup.length - 1
49058
+ }), sectionIndex === sectionGroup.length - 1 && groupedSections.indexOf(sectionGroup) !== groupedSections.length - 1 && /*#__PURE__*/React.createElement(SolidDivider$1, {
49059
49059
  borderSize: "1px",
49060
49060
  borderColor: MANATEE_GREY
49061
49061
  }));