@rpg-engine/long-bow 0.6.91 → 0.6.93

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.
@@ -26577,7 +26577,7 @@ var ChatRevamp = function ChatRevamp(_ref) {
26577
26577
  isUnseen: (unseenMessageCharacterIds == null ? void 0 : unseenMessageCharacterIds.includes(character._id)) || false
26578
26578
  }), React__default.createElement(Ellipsis, {
26579
26579
  maxLines: 1,
26580
- maxWidth: "140px"
26580
+ maxWidth: "100px"
26581
26581
  }, character.name)), React__default.createElement(CloseButton$1, {
26582
26582
  onClick: function onClick() {
26583
26583
  return onRemoveRecentChatCharacter == null ? void 0 : onRemoveRecentChatCharacter(character);
@@ -26664,7 +26664,7 @@ var BurgerLineIcon = /*#__PURE__*/styled__default.span.withConfig({
26664
26664
  var RecentChatLogContainer = /*#__PURE__*/styled__default.div.withConfig({
26665
26665
  displayName: "ChatRevamp__RecentChatLogContainer",
26666
26666
  componentId: "sc-1sdiknw-9"
26667
- })(["border:none;list-style:none;display:flex;opacity:", ";flex-direction:column;gap:0.5rem;transition:opacity 0.3s ease-in-out;padding:0;margin:0;flex:1;"], function (props) {
26667
+ })(["border:none;list-style:none;display:flex;opacity:", ";flex-direction:column;gap:0.5rem;transition:opacity 0.3s ease-in-out;padding:0;margin:0;flex:1;width:120px;min-width:120px;"], function (props) {
26668
26668
  return props.isOpen ? 1 : 0;
26669
26669
  });
26670
26670
  var ListElementContainer = /*#__PURE__*/styled__default.div.withConfig({