labsense-ui-kit 1.2.81 → 1.2.83

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.
@@ -9680,7 +9680,9 @@ var TableRow = function TableRow(_ref) {
9680
9680
  subtextweight: cellData.subtextweight,
9681
9681
  alignment: cellData.alignment,
9682
9682
  CustomFunction: cellData.CustomFunction,
9683
- minHeight: '30px'
9683
+ minHeight: '30px',
9684
+ minWidth: cellData.minWidth,
9685
+ maxWidth: cellData.maxWidth
9684
9686
  });
9685
9687
  }));
9686
9688
  }));
@@ -9700,8 +9702,8 @@ var TableHeader = styled.div(_templateObject2$l || (_templateObject2$l = _tagged
9700
9702
  theme = _ref3.theme;
9701
9703
  return $tcolor || theme.vms.text.white;
9702
9704
  });
9703
- var TableContent = styled.div(_templateObject3$e || (_templateObject3$e = _taggedTemplateLiteralLoose(["\n width: 100%;\n svg {\n cursor: pointer;\n }\n"])));
9704
- var TableData = styled.div(_templateObject4$b || (_templateObject4$b = _taggedTemplateLiteralLoose(["\n overflow: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
9705
+ var TableContent = styled.div(_templateObject3$e || (_templateObject3$e = _taggedTemplateLiteralLoose(["\n width: 100%;\n overflow-x: auto;\n scrollbar-width: thin;\n svg {\n cursor: pointer;\n }\n"])));
9706
+ var TableData = styled.div(_templateObject4$b || (_templateObject4$b = _taggedTemplateLiteralLoose(["\n overflow-y: auto;\n scrollbar-width: thin;\n height: 100%;\n max-height: ", ";\n"])), function (_ref4) {
9705
9707
  var $isLegends = _ref4.$isLegends;
9706
9708
  return $isLegends ? 'calc(100% - 56px)' : 'calc(100% - 36px)';
9707
9709
  });