@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.
@@ -31378,7 +31378,7 @@ var PartyManagerRow = function PartyManagerRow(_ref) {
31378
31378
  maxLines: 1,
31379
31379
  maxWidth: "200px",
31380
31380
  fontSize: "0.8rem"
31381
- }, charName)), React.createElement(TextContainer$5, null, React.createElement(Ellipsis, {
31381
+ }, charName, " ", isCurrentUser ? '(You)' : '', " ", isLeader ? '(Leader)' : '')), React.createElement(TextContainer$5, null, React.createElement(Ellipsis, {
31382
31382
  maxLines: 1,
31383
31383
  maxWidth: "200px",
31384
31384
  fontSize: "0.8rem"
@@ -31403,7 +31403,7 @@ var TextContainer$5 = /*#__PURE__*/styled.div.withConfig({
31403
31403
  var ButtonContainer$3 = /*#__PURE__*/styled.div.withConfig({
31404
31404
  displayName: "PartyManagerRows__ButtonContainer",
31405
31405
  componentId: "sc-uqajew-2"
31406
- })(["display:flex;align-items:center;justify-content:flex-end;min-width:150px;gap:0.5rem;"]);
31406
+ })(["display:flex;align-items:center;justify-content:space-between;min-width:150px;gap:0.5rem;"]);
31407
31407
 
31408
31408
  var PartyManager = function PartyManager(_ref) {
31409
31409
  var partyRows = _ref.partyRows,