@rpg-engine/long-bow 0.6.89 → 0.6.91

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.
@@ -26461,7 +26461,10 @@ var SearchCharacter = function SearchCharacter(_ref) {
26461
26461
  return handleCharacterClick(character);
26462
26462
  },
26463
26463
  key: character._id
26464
- }, character.name);
26464
+ }, React__default.createElement(Ellipsis, {
26465
+ maxWidth: '150px',
26466
+ maxLines: 1
26467
+ }, character.name));
26465
26468
  })));
26466
26469
  };
26467
26470
  var SearchContainer = /*#__PURE__*/styled__default.div.withConfig({
@@ -26603,7 +26606,7 @@ var ChatRevamp = function ChatRevamp(_ref) {
26603
26606
  var ChatContainer$1 = /*#__PURE__*/styled__default.div.withConfig({
26604
26607
  displayName: "ChatRevamp__ChatContainer",
26605
26608
  componentId: "sc-1sdiknw-0"
26606
- })(["display:flex;flex-direction:column;gap:10px;max-width:1200px;margin:0 auto;"]);
26609
+ })(["display:flex;flex-direction:column;gap:10px;max-width:1200px;"]);
26607
26610
  var TabContainer = /*#__PURE__*/styled__default.div.withConfig({
26608
26611
  displayName: "ChatRevamp__TabContainer",
26609
26612
  componentId: "sc-1sdiknw-1"