@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -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:
|
|
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,
|