@rpg-engine/long-bow 0.6.20 → 0.6.21
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/components/PartySystem/PartyManager/PartyManager.d.ts +0 -1
- package/dist/long-bow.cjs.development.js +1 -8
- 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 -8
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/PartySystem/PartyManager/PartyManager.tsx +2 -12
|
@@ -31411,17 +31411,10 @@ var PartyManager = function PartyManager(_ref) {
|
|
|
31411
31411
|
var partyRows = _ref.partyRows,
|
|
31412
31412
|
isLeader = _ref.isLeader,
|
|
31413
31413
|
userId = _ref.userId,
|
|
31414
|
-
onClose = _ref.onClose,
|
|
31415
31414
|
_onRemovePlayer = _ref.onRemovePlayer,
|
|
31416
31415
|
_onChangeLeader = _ref.onChangeLeader;
|
|
31417
31416
|
var invitationActionText = shared.isMobileOrTablet() ? 'Tap' : 'Right click';
|
|
31418
|
-
return React__default.createElement(
|
|
31419
|
-
type: exports.RPGUIContainerTypes.Framed,
|
|
31420
|
-
onCloseButton: onClose,
|
|
31421
|
-
width: "800px",
|
|
31422
|
-
height: "400px",
|
|
31423
|
-
cancelDrag: ".partyRows"
|
|
31424
|
-
}, React__default.createElement(Wrapper$5, null, React__default.createElement("div", {
|
|
31417
|
+
return React__default.createElement(React__default.Fragment, null, React__default.createElement(Wrapper$5, null, React__default.createElement("div", {
|
|
31425
31418
|
style: {
|
|
31426
31419
|
width: '100%'
|
|
31427
31420
|
}
|