@rpg-engine/long-bow 0.8.175 → 0.8.177

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