@rpg-engine/long-bow 0.6.21 → 0.6.22
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 -2
- 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 -2
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/PartySystem/PartyManager/PartyManagerRows.tsx +2 -2
|
@@ -31380,7 +31380,7 @@ var PartyManagerRow = function PartyManagerRow(_ref) {
|
|
|
31380
31380
|
maxLines: 1,
|
|
31381
31381
|
maxWidth: "200px",
|
|
31382
31382
|
fontSize: "0.8rem"
|
|
31383
|
-
}, charName)), React__default.createElement(TextContainer$5, null, React__default.createElement(Ellipsis, {
|
|
31383
|
+
}, charName, " ", isCurrentUser ? '(You)' : '', " ", isLeader ? '(Leader)' : '')), React__default.createElement(TextContainer$5, null, React__default.createElement(Ellipsis, {
|
|
31384
31384
|
maxLines: 1,
|
|
31385
31385
|
maxWidth: "200px",
|
|
31386
31386
|
fontSize: "0.8rem"
|
|
@@ -31405,7 +31405,7 @@ var TextContainer$5 = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
31405
31405
|
var ButtonContainer$3 = /*#__PURE__*/styled__default.div.withConfig({
|
|
31406
31406
|
displayName: "PartyManagerRows__ButtonContainer",
|
|
31407
31407
|
componentId: "sc-uqajew-2"
|
|
31408
|
-
})(["display:flex;align-items:center;justify-content:
|
|
31408
|
+
})(["display:flex;align-items:center;justify-content:space-between;min-width:150px;gap:0.5rem;"]);
|
|
31409
31409
|
|
|
31410
31410
|
var PartyManager = function PartyManager(_ref) {
|
|
31411
31411
|
var partyRows = _ref.partyRows,
|