@rpg-engine/long-bow 0.8.215 → 0.8.216
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 +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 -1
|
@@ -40210,7 +40210,7 @@ var Store = function Store(_ref) {
|
|
|
40210
40210
|
var Container$Q = /*#__PURE__*/styled__default.div.withConfig({
|
|
40211
40211
|
displayName: "Store__Container",
|
|
40212
40212
|
componentId: "sc-64dj00-0"
|
|
40213
|
-
})(["display:flex;flex-direction:column;width:100%;height:100
|
|
40213
|
+
})(["display:flex;flex-direction:column;width:100%;height:calc(100% - 48px);gap:0.5rem;position:relative;overflow:hidden;"]);
|
|
40214
40214
|
var HeaderRow = /*#__PURE__*/styled__default.div.withConfig({
|
|
40215
40215
|
displayName: "Store__HeaderRow",
|
|
40216
40216
|
componentId: "sc-64dj00-1"
|