@mw-kit/mw-ui 1.7.39 → 1.7.41

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.js CHANGED
@@ -12649,7 +12649,7 @@ var Container$1 = styled__default.div(_templateObject$7 || (_templateObject$7 =
12649
12649
  var theme = _ref2.theme;
12650
12650
  return theme.spacings.s1;
12651
12651
  });
12652
- var OverflowContainer = styled__default.div(_templateObject2$7 || (_templateObject2$7 = _taggedTemplateLiteralLoose(["\n overflow-y: scroll;\n overflow-y: overlay;\n width: 100%;\n\n max-height: ", ";\n\n scrollbar-color: ", ";\n scrollbar-width: auto;\n\n ::-webkit-scrollbar {\n width: 7px;\n }\n ::-webkit-scrollbar-thumb {\n background: ", ";\n }\n ::-webkit-scrollbar-track {\n background: ", ";\n }\n\n ", ";\n"])), function (_ref3) {
12652
+ var OverflowContainer = styled__default.div(_templateObject2$7 || (_templateObject2$7 = _taggedTemplateLiteralLoose(["\n overflow-y: scroll;\n overflow-y: overlay;\n width: 100%;\n position: relative;\n\n max-height: ", ";\n\n scrollbar-color: ", ";\n scrollbar-width: auto;\n\n ::-webkit-scrollbar {\n width: 7px;\n }\n ::-webkit-scrollbar-thumb {\n background: ", ";\n }\n ::-webkit-scrollbar-track {\n background: ", ";\n }\n\n ", ";\n"])), function (_ref3) {
12653
12653
  var height = _ref3.height;
12654
12654
  return height || '100%';
12655
12655
  }, function (_ref4) {
@@ -14764,7 +14764,7 @@ var Select = React__default.forwardRef(function (props, ref) {
14764
14764
  setPage(1);
14765
14765
  };
14766
14766
 
14767
- var inputProps = filterObject(props, ['type', 'onScrollEnd', 'position', 'value']);
14767
+ var inputProps = filterObject(props, ['type', 'onScrollEnd', 'position', 'value', 'onClear']);
14768
14768
 
14769
14769
  var _onScrollEnd = props.onScrollEnd || function () {};
14770
14770