@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -31409,17 +31409,10 @@ var PartyManager = function PartyManager(_ref) {
|
|
|
31409
31409
|
var partyRows = _ref.partyRows,
|
|
31410
31410
|
isLeader = _ref.isLeader,
|
|
31411
31411
|
userId = _ref.userId,
|
|
31412
|
-
onClose = _ref.onClose,
|
|
31413
31412
|
_onRemovePlayer = _ref.onRemovePlayer,
|
|
31414
31413
|
_onChangeLeader = _ref.onChangeLeader;
|
|
31415
31414
|
var invitationActionText = isMobileOrTablet() ? 'Tap' : 'Right click';
|
|
31416
|
-
return React.createElement(
|
|
31417
|
-
type: RPGUIContainerTypes.Framed,
|
|
31418
|
-
onCloseButton: onClose,
|
|
31419
|
-
width: "800px",
|
|
31420
|
-
height: "400px",
|
|
31421
|
-
cancelDrag: ".partyRows"
|
|
31422
|
-
}, React.createElement(Wrapper$5, null, React.createElement("div", {
|
|
31415
|
+
return React.createElement(React.Fragment, null, React.createElement(Wrapper$5, null, React.createElement("div", {
|
|
31423
31416
|
style: {
|
|
31424
31417
|
width: '100%'
|
|
31425
31418
|
}
|