@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.
- package/dist/long-bow.cjs.development.js +2 -2
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +2 -2
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Store/sections/StoreItemsSection.tsx +1 -1
- package/src/components/Store/sections/StorePacksSection.tsx +1 -1
|
@@ -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: "
|
|
71406
|
+
maxHeight: "none"
|
|
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: "
|
|
71564
|
+
maxHeight: "none"
|
|
71565
71565
|
});
|
|
71566
71566
|
};
|
|
71567
71567
|
var PackRow = /*#__PURE__*/styled__default(ItemRowWrapper).withConfig({
|