@thecb/components 5.6.2 → 5.6.3

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
@@ -6567,10 +6567,10 @@ function (_ref2) {
6567
6567
  var minHeight = _ref6.minHeight;
6568
6568
  return minHeight ? "margin-top: 0; margin-bottom: 0;" : "";
6569
6569
  }, function (_ref7) {
6570
- var sidebarOnRight = _ref7.sidebarOnRight,
6570
+ var $sidebarOnRight = _ref7.$sidebarOnRight,
6571
6571
  contentMinWidth = _ref7.contentMinWidth,
6572
6572
  childGap = _ref7.childGap;
6573
- return sidebarOnRight ? "> :first-child {\n flex-basis: 0;\n flex-grow: 999;\n min-width: calc(".concat(contentMinWidth, " - ").concat(childGap, ");\n }\n ") : "> :last-child {\n flex-basis: 0;\n flex-grow: 999;\n min-width: calc(".concat(contentMinWidth, " - ").concat(childGap, ");\n }");
6573
+ return $sidebarOnRight ? "> :first-child {\n flex-basis: 0;\n flex-grow: 999;\n min-width: calc(".concat(contentMinWidth, " - ").concat(childGap, ");\n }\n ") : "> :last-child {\n flex-basis: 0;\n flex-grow: 999;\n min-width: calc(".concat(contentMinWidth, " - ").concat(childGap, ");\n }");
6574
6574
  }, function (_ref8) {
6575
6575
  var fullHeight = _ref8.fullHeight;
6576
6576
  return fullHeight ? "min-height: 100%;" : "";
@@ -6610,7 +6610,7 @@ var Sidebar = function Sidebar(_ref) {
6610
6610
  }, rest), /*#__PURE__*/React.createElement(SidebarInnerWrapper, {
6611
6611
  childGap: childGap,
6612
6612
  width: width,
6613
- sidebarOnRight: sidebarOnRight,
6613
+ $sidebarOnRight: sidebarOnRight,
6614
6614
  contentMinWidth: contentMinWidth,
6615
6615
  fullHeight: fullHeight,
6616
6616
  minHeight: minHeight