@thecb/components 9.3.1-beta.8 → 9.3.1-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
CHANGED
|
@@ -48941,7 +48941,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
48941
48941
|
exit: "closed",
|
|
48942
48942
|
variants: wrapper,
|
|
48943
48943
|
extraStyles: "transform-origin: 100% 0;"
|
|
48944
|
-
}, section.content))), sectionGroup.indexOf(section)
|
|
48944
|
+
}, section.content))), sectionGroup.indexOf(section) !== sectionGroup.length - 1 && /*#__PURE__*/React__default.createElement(SolidDivider$1, {
|
|
48945
48945
|
borderSize: "2px",
|
|
48946
48946
|
borderColor: themeValues.borderColor
|
|
48947
48947
|
}));
|