@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -26819,7 +26819,7 @@ var ChatRevamp = function ChatRevamp(_ref) {
|
|
|
26819
26819
|
}), React.createElement(ExpandButton, {
|
|
26820
26820
|
isExpanded: chatHook.isExpanded,
|
|
26821
26821
|
onClick: chatHook.toggleExpand
|
|
26822
|
-
})), React.createElement(
|
|
26822
|
+
})), React.createElement(AllChatsContainer, {
|
|
26823
26823
|
width: (styles == null ? void 0 : styles.width) || '80%',
|
|
26824
26824
|
height: (styles == null ? void 0 : styles.height) || 'auto',
|
|
26825
26825
|
isExpanded: chatHook.isExpanded
|
|
@@ -26877,8 +26877,8 @@ var TopBar = /*#__PURE__*/styled.div.withConfig({
|
|
|
26877
26877
|
var isExpanded = _ref2.isExpanded;
|
|
26878
26878
|
return isExpanded ? 'auto' : '32px';
|
|
26879
26879
|
});
|
|
26880
|
-
var
|
|
26881
|
-
displayName: "
|
|
26880
|
+
var AllChatsContainer = /*#__PURE__*/styled.div.withConfig({
|
|
26881
|
+
displayName: "ChatRevamp__AllChatsContainer",
|
|
26882
26882
|
componentId: "sc-1sdiknw-2"
|
|
26883
26883
|
})(["width:", ";height:", ";padding:10px;background-color:rgba(0,0,0,0.2);display:flex;gap:10px;flex-wrap:wrap;"], function (_ref3) {
|
|
26884
26884
|
var width = _ref3.width;
|