@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.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/layouts/Sidebar.js +1 -1
- package/src/components/atoms/layouts/Sidebar.styled.js +2 -2
- package/src/.DS_Store +0 -0
- package/src/components/.DS_Store +0 -0
- package/src/components/molecules/.DS_Store +0 -0
- package/src/deprecated/.DS_Store +0 -0
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
|
|
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
|