@thecb/components 9.5.0-beta.8 → 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.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/radio-section/InnerRadioSection.js +1 -1
- package/src/components/molecules/radio-section/RadioSection.js +1 -2
package/dist/index.cjs.js
CHANGED
|
@@ -48931,7 +48931,7 @@ var InnerRadioSection = function InnerRadioSection(_ref) {
|
|
|
48931
48931
|
animate: "open",
|
|
48932
48932
|
exit: "closed",
|
|
48933
48933
|
variants: wrapper,
|
|
48934
|
-
extraStyles: "transform-origin: 100% 0; border-top:
|
|
48934
|
+
extraStyles: "transform-origin: 100% 0; border-top: 0;"
|
|
48935
48935
|
}, section.content))));
|
|
48936
48936
|
};
|
|
48937
48937
|
|
|
@@ -49063,7 +49063,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
49063
49063
|
openSection: openSection,
|
|
49064
49064
|
toggleOpenSection: toggleOpenSection,
|
|
49065
49065
|
isLastGroupedItemInSection: sectionIndex === sectionGroup.length - 1
|
|
49066
|
-
}), sectionIndex === sectionGroup.length - 1 &&
|
|
49066
|
+
}), sectionIndex === sectionGroup.length - 1 && sectionGroupIndex !== groupedSections.length - 1 && /*#__PURE__*/React__default.createElement(SolidDivider$1, {
|
|
49067
49067
|
borderSize: "1px",
|
|
49068
49068
|
borderColor: MANATEE_GREY
|
|
49069
49069
|
}));
|