@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/long-bow",
3
- "version": "0.8.175",
3
+ "version": "0.8.177",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -132,7 +132,7 @@ export const StoreItemsSection: React.FC<IStoreItemsSectionProps> = ({
132
132
  renderItem={renderStoreItem}
133
133
  emptyMessage="No items match your filters."
134
134
  layout="list"
135
- maxHeight="350px"
135
+ maxHeight="50vh"
136
136
  />
137
137
  </StoreContainer>
138
138
  );
@@ -159,7 +159,7 @@ export const StorePacksSection: React.FC<IStorePacksSectionProps> = ({
159
159
  placeholder: 'Search packs...',
160
160
  }}
161
161
  layout="list"
162
- maxHeight="420px"
162
+ maxHeight="50vh"
163
163
  />
164
164
  );
165
165
  };