@rpg-engine/long-bow 0.8.175 → 0.8.176

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.
@@ -71401,7 +71401,7 @@ var StoreItemsSection = function StoreItemsSection(_ref) {
71401
71401
  renderItem: renderStoreItem,
71402
71402
  emptyMessage: "No items match your filters.",
71403
71403
  layout: "list",
71404
- maxHeight: "350px"
71404
+ maxHeight: "none"
71405
71405
  }));
71406
71406
  };
71407
71407
  var StoreContainer = /*#__PURE__*/styled.div.withConfig({
@@ -71559,7 +71559,7 @@ var StorePacksSection = function StorePacksSection(_ref2) {
71559
71559
  placeholder: 'Search packs...'
71560
71560
  },
71561
71561
  layout: "list",
71562
- maxHeight: "420px"
71562
+ maxHeight: "none"
71563
71563
  });
71564
71564
  };
71565
71565
  var PackRow = /*#__PURE__*/styled(ItemRowWrapper).withConfig({