@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.
- package/dist/long-bow.cjs.development.js +5 -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 +5 -2
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ChatRevamp/ChatRevamp.tsx +0 -1
- package/src/components/ChatRevamp/SearchCharacter.tsx +5 -1
|
@@ -26461,7 +26461,10 @@ var SearchCharacter = function SearchCharacter(_ref) {
|
|
|
26461
26461
|
return handleCharacterClick(character);
|
|
26462
26462
|
},
|
|
26463
26463
|
key: character._id
|
|
26464
|
-
},
|
|
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;
|
|
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"
|