@luminati-io/uikit 5.0.3 → 5.0.4

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.
@@ -41608,7 +41608,7 @@ var FooterCellContent = styled_components__WEBPACK_IMPORTED_MODULE_1___default()
41608
41608
  return props.$type == 'number' ? 'text-align: right;' : null;
41609
41609
  }, function (_ref2) {
41610
41610
  var color = _ref2.theme.color;
41611
- return color.white;
41611
+ return color.bg_primary;
41612
41612
  }, function (props) {
41613
41613
  if (props.$rowDensity == 'diamond_hand') {
41614
41614
  return (0,styled_components__WEBPACK_IMPORTED_MODULE_1__.css)(["padding-top:11px;padding-bottom:11px;"]);
@@ -41814,7 +41814,7 @@ var HeaderCellContent = styled_components__WEBPACK_IMPORTED_MODULE_2___default()
41814
41814
  componentId: "sc-8zg5t0-1"
41815
41815
  })(["background-color:", ";&:hover{background-color:", ";}border-right:", ";"], function (_ref2) {
41816
41816
  var color = _ref2.theme.color;
41817
- return color.white;
41817
+ return color.bg_primary;
41818
41818
  }, function (_ref3) {
41819
41819
  var color = _ref3.theme.color;
41820
41820
  return color.gray_2;
@@ -43802,9 +43802,7 @@ var InnerTable = function InnerTable(props) {
43802
43802
  if (footerRef.current) footerRef.current.scrollLeft = evt.target.scrollLeft;
43803
43803
  if (headerRef.current) headerRef.current.scrollLeft = evt.target.scrollLeft;
43804
43804
  } : undefined;
43805
- var headStyle = virtualized ? {
43806
- overflowX: 'visible'
43807
- } : scrollable ? {
43805
+ var headStyle = scrollable ? {
43808
43806
  overflow: 'hidden'
43809
43807
  } : undefined;
43810
43808
  var bodyStyle = (0,react__WEBPACK_IMPORTED_MODULE_2__.useMemo)(function () {
@@ -44087,7 +44085,7 @@ var TableCellContent = styled_components__WEBPACK_IMPORTED_MODULE_1___default().
44087
44085
  componentId: "sc-1gdt4qg-0"
44088
44086
  })(["background-color:", ";border-right:", ";"], function (_ref) {
44089
44087
  var color = _ref.theme.color;
44090
- return color.white;
44088
+ return color.bg_primary;
44091
44089
  }, function (_ref2) {
44092
44090
  var $isLastPinned = _ref2.$isLastPinned,
44093
44091
  color = _ref2.theme.color;
@@ -44259,8 +44257,7 @@ var VirtualizedBodyComp = function VirtualizedBodyComp(props) {
44259
44257
  renderRow = props.renderRow,
44260
44258
  droppableProps = props.droppableProps;
44261
44259
  var _useTableContext = (0,_context__WEBPACK_IMPORTED_MODULE_3__.useTableContext)(),
44262
- maxHeight = _useTableContext.scrollHeight,
44263
- totalColumnsWidth = _useTableContext.totalColumnsWidth;
44260
+ maxHeight = _useTableContext.scrollHeight;
44264
44261
  var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(),
44265
44262
  _useState2 = _slicedToArray(_useState, 2),
44266
44263
  listRef = _useState2[0],
@@ -44292,7 +44289,7 @@ var VirtualizedBodyComp = function VirtualizedBodyComp(props) {
44292
44289
  var width = _ref2.width,
44293
44290
  height = _ref2.height;
44294
44291
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(StyledList, {
44295
- width: totalColumnsWidth + 20 /* hack, use scrollBarWidth instead */,
44292
+ width: width,
44296
44293
  height: height,
44297
44294
  overscanRowCount: 7,
44298
44295
  estimatedRowSize: 30,