@luminati-io/uikit 5.0.0 → 5.0.2
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.
|
@@ -39403,11 +39403,13 @@ var StyledContentWrapper = styled_components__WEBPACK_IMPORTED_MODULE_2___defaul
|
|
|
39403
39403
|
})(["flex:1;overflow-y:auto;", " ", " ", ""], function (_ref4) {
|
|
39404
39404
|
var scrollbars = _ref4.theme.scrollbars;
|
|
39405
39405
|
return scrollbars.thin;
|
|
39406
|
-
}, function (
|
|
39407
|
-
var
|
|
39406
|
+
}, function (_ref5) {
|
|
39407
|
+
var $borders = _ref5.$borders,
|
|
39408
|
+
color = _ref5.theme.color;
|
|
39408
39409
|
return $borders && $borders.top ? "border-top: 1px solid ".concat(color.gray_4, ";") : '';
|
|
39409
|
-
}, function (
|
|
39410
|
-
var
|
|
39410
|
+
}, function (_ref6) {
|
|
39411
|
+
var $borders = _ref6.$borders,
|
|
39412
|
+
color = _ref6.theme.color;
|
|
39411
39413
|
return $borders && $borders.bottom ? "border-bottom: 1px solid ".concat(color.gray_4, ";") : '';
|
|
39412
39414
|
});
|
|
39413
39415
|
var StyledFooterWrapper = styled_components__WEBPACK_IMPORTED_MODULE_2___default()(_layout__WEBPACK_IMPORTED_MODULE_3__.Flex).attrs({
|
|
@@ -44852,7 +44854,7 @@ var lightTheme = _objectSpread(_objectSpread({}, baseTheme), {}, {
|
|
|
44852
44854
|
});
|
|
44853
44855
|
var darkTheme = _objectSpread(_objectSpread({}, baseTheme), {}, {
|
|
44854
44856
|
color: _objectSpread(_objectSpread({}, color), {}, {
|
|
44855
|
-
bg_primary:
|
|
44857
|
+
bg_primary: '#151718',
|
|
44856
44858
|
blue_1: '#0a1a29',
|
|
44857
44859
|
blue_2: '#10253b',
|
|
44858
44860
|
blue_3: '#16304d',
|