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