@rpg-engine/long-bow 0.8.25 → 0.8.27
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 +2 -2
- package/src/components/CraftBook/CraftBook.tsx +1 -1
|
@@ -29144,7 +29144,7 @@ var SearchContainer$1 = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
29144
29144
|
var ContentContainer = /*#__PURE__*/styled__default.div.withConfig({
|
|
29145
29145
|
displayName: "CraftBook__ContentContainer",
|
|
29146
29146
|
componentId: "sc-19q95ue-7"
|
|
29147
|
-
})(["flex:1;display:flex;flex-direction:column;padding:16px;padding-right:0;padding-bottom:0;width:100%;position:relative;min-height:
|
|
29147
|
+
})(["flex:1;display:flex;flex-direction:column;padding:16px;padding-right:0;padding-bottom:0;width:100%;position:relative;min-height:250px;overflow:hidden;"]);
|
|
29148
29148
|
var RadioInputScroller = /*#__PURE__*/styled__default.div.withConfig({
|
|
29149
29149
|
displayName: "CraftBook__RadioInputScroller",
|
|
29150
29150
|
componentId: "sc-19q95ue-8"
|