@rpg-engine/long-bow 0.8.37 → 0.8.38
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 +2 -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 +2 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/InformationCenter/InformationCenter.tsx +1 -0
|
@@ -32746,7 +32746,8 @@ var InformationCenter = function InformationCenter(_ref) {
|
|
|
32746
32746
|
title: "Information Center",
|
|
32747
32747
|
type: exports.RPGUIContainerTypes.Framed,
|
|
32748
32748
|
width: isMobile ? '95%' : '80%',
|
|
32749
|
-
minWidth: "300px"
|
|
32749
|
+
minWidth: "300px",
|
|
32750
|
+
cancelDrag: ".PaginatedContent-content"
|
|
32750
32751
|
}, React__default.createElement(Container$r, null, React__default.createElement(InternalTabs, {
|
|
32751
32752
|
tabs: tabs,
|
|
32752
32753
|
activeTextColor: "#000000",
|