@rpg-engine/long-bow 0.7.25 → 0.7.26
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 +3 -3
- 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 +3 -3
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ChatRevamp/ChatRevamp.tsx +3 -3
- package/src/components/ChatRevamp/PrivateChat.tsx +0 -0
|
@@ -26825,7 +26825,7 @@ var ChatRevamp = function ChatRevamp(_ref) {
|
|
|
26825
26825
|
}), React__default.createElement(ExpandButton, {
|
|
26826
26826
|
isExpanded: chatHook.isExpanded,
|
|
26827
26827
|
onClick: chatHook.toggleExpand
|
|
26828
|
-
})), React__default.createElement(
|
|
26828
|
+
})), React__default.createElement(AllChatsContainer, {
|
|
26829
26829
|
width: (styles == null ? void 0 : styles.width) || '80%',
|
|
26830
26830
|
height: (styles == null ? void 0 : styles.height) || 'auto',
|
|
26831
26831
|
isExpanded: chatHook.isExpanded
|
|
@@ -26883,8 +26883,8 @@ var TopBar = /*#__PURE__*/styled__default.div.withConfig({
|
|
|
26883
26883
|
var isExpanded = _ref2.isExpanded;
|
|
26884
26884
|
return isExpanded ? 'auto' : '32px';
|
|
26885
26885
|
});
|
|
26886
|
-
var
|
|
26887
|
-
displayName: "
|
|
26886
|
+
var AllChatsContainer = /*#__PURE__*/styled__default.div.withConfig({
|
|
26887
|
+
displayName: "ChatRevamp__AllChatsContainer",
|
|
26888
26888
|
componentId: "sc-1sdiknw-2"
|
|
26889
26889
|
})(["width:", ";height:", ";padding:10px;background-color:rgba(0,0,0,0.2);display:flex;gap:10px;flex-wrap:wrap;"], function (_ref3) {
|
|
26890
26890
|
var width = _ref3.width;
|