@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -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: "
|
|
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: "
|
|
71562
|
+
maxHeight: "none"
|
|
71563
71563
|
});
|
|
71564
71564
|
};
|
|
71565
71565
|
var PackRow = /*#__PURE__*/styled(ItemRowWrapper).withConfig({
|