@mw-kit/mw-ui 1.7.85 → 1.7.86

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.
@@ -17658,7 +17658,7 @@ var Header$4 = function Header(props) {
17658
17658
  setSearched('');
17659
17659
  };
17660
17660
 
17661
- return React__default.createElement(Container$a, null, React__default.createElement("div", null, isString(title) ? title : title.element), withSearch && React__default.createElement(Input$5, {
17661
+ return React__default.createElement(Container$a, null, React__default.createElement(EllipsisContainer$1, null, isString(title) ? title : title.element), withSearch && React__default.createElement(Input$5, {
17662
17662
  type: 'search',
17663
17663
  placeholder: 'Pesquisa',
17664
17664
  setValue: setSearch,
@@ -17967,7 +17967,7 @@ var FiltersMenu = function FiltersMenu(props) {
17967
17967
  options: items,
17968
17968
  close: close,
17969
17969
  width: '160px',
17970
- height: '261px',
17970
+ maxHeight: '261px',
17971
17971
  containerSpacing: {
17972
17972
  top: 's1',
17973
17973
  left: 's1',