@thecb/components 9.5.0-beta.7 → 9.5.0-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.esm.js CHANGED
@@ -48923,7 +48923,7 @@ var InnerRadioSection = function InnerRadioSection(_ref) {
48923
48923
  animate: "open",
48924
48924
  exit: "closed",
48925
48925
  variants: wrapper,
48926
- extraStyles: "transform-origin: 100% 0; border-top: 1px solid ".concat(themeValues.borderColor)
48926
+ extraStyles: "transform-origin: 100% 0; border-top: 0;"
48927
48927
  }, section.content))));
48928
48928
  };
48929
48929
 
@@ -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 && sectionGroupIndex !== groupedSections.length - 1 && /*#__PURE__*/React.createElement(SolidDivider$1, {
49059
49059
  borderSize: "1px",
49060
49060
  borderColor: MANATEE_GREY
49061
49061
  }));