@oliasoft-open-source/react-ui-library 4.18.0-beta-7 → 4.18.0-beta-8

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
@@ -14698,7 +14698,7 @@ const List = ({
14698
14698
  }) => {
14699
14699
  const { hideScrollbar: hideScrollbar2, triggerScrollToActiveItem } = scrollDetails;
14700
14700
  const listContainerRef = useRef(null);
14701
- const MIN_ITEM_HEIGHT = 37;
14701
+ const MIN_ITEM_HEIGHT = 56;
14702
14702
  const virtualizer = useVirtualizer({
14703
14703
  count: list2.items.length,
14704
14704
  getScrollElement: () => listContainerRef.current,