@rpg-engine/long-bow 0.8.217 → 0.8.218
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/components/Store/Store.d.ts +1 -1
- package/dist/long-bow.cjs.development.js +1 -1
- 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 +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Store/Store.tsx +2 -2
package/dist/long-bow.esm.js
CHANGED
|
@@ -40072,7 +40072,7 @@ var Store = function Store(_ref) {
|
|
|
40072
40072
|
onCloseButton: onClose,
|
|
40073
40073
|
width: containerWidth != null ? containerWidth : "1000px",
|
|
40074
40074
|
minWidth: "700px",
|
|
40075
|
-
height: containerHeight != null ? containerHeight : "
|
|
40075
|
+
height: containerHeight != null ? containerHeight : "80vh",
|
|
40076
40076
|
type: RPGUIContainerTypes.Framed,
|
|
40077
40077
|
cancelDrag: "[class*='Store__Container'], [class*='CartView'], [class*='StoreItemDetails'], .close-button",
|
|
40078
40078
|
isFullScreen: fullScreen
|