@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -32741,7 +32741,8 @@ var InformationCenter = function InformationCenter(_ref) {
|
|
|
32741
32741
|
title: "Information Center",
|
|
32742
32742
|
type: RPGUIContainerTypes.Framed,
|
|
32743
32743
|
width: isMobile ? '95%' : '80%',
|
|
32744
|
-
minWidth: "300px"
|
|
32744
|
+
minWidth: "300px",
|
|
32745
|
+
cancelDrag: ".PaginatedContent-content"
|
|
32745
32746
|
}, React.createElement(Container$r, null, React.createElement(InternalTabs, {
|
|
32746
32747
|
tabs: tabs,
|
|
32747
32748
|
activeTextColor: "#000000",
|