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