@rpg-engine/long-bow 0.7.24 → 0.7.25
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 +1 -1
- 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 +1 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ChatRevamp/ExpandButton.tsx +1 -1
- package/src/components/ChatRevamp/PrivateChat.tsx +0 -0
|
@@ -26663,7 +26663,7 @@ var StyledExpandButton = /*#__PURE__*/styled__default.button.withConfig({
|
|
|
26663
26663
|
componentId: "sc-vdxez5-0"
|
|
26664
26664
|
})(["position:absolute;top:0;", ";width:30px;height:30px;background-color:", ";color:white;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:all 0.3s ease;z-index:10;&:hover{background-color:", ";}"], function (_ref2) {
|
|
26665
26665
|
var isExpanded = _ref2.isExpanded;
|
|
26666
|
-
return isExpanded ? 'right: 0' : 'left: 0';
|
|
26666
|
+
return isExpanded ? 'right: 0' : 'left: 0.5rem';
|
|
26667
26667
|
}, uiColors.orange, uiColors.orange);
|
|
26668
26668
|
|
|
26669
26669
|
var RecentChats = function RecentChats(_ref) {
|