@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.
- 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/ChatRevamp/ChatRevamp.tsx +3 -1
|
@@ -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: "
|
|
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({
|