@rpg-engine/long-bow 0.7.8 → 0.7.9
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 -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 +2 -1
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/ChatRevamp/ChatRevamp.tsx +2 -1
|
@@ -26566,6 +26566,7 @@ var ChatRevamp = function ChatRevamp(_ref) {
|
|
|
26566
26566
|
maxWidth: "140px",
|
|
26567
26567
|
maxLines: 1
|
|
26568
26568
|
}, character.name)), React__default.createElement(CloseButton$2, {
|
|
26569
|
+
className: "close-button",
|
|
26569
26570
|
onPointerDown: function onPointerDown() {
|
|
26570
26571
|
return onRemoveRecentChatCharacter == null ? void 0 : onRemoveRecentChatCharacter(character);
|
|
26571
26572
|
}
|
|
@@ -26616,7 +26617,7 @@ var Tab = /*#__PURE__*/styled__default.button.withConfig({
|
|
|
26616
26617
|
}, function (props) {
|
|
26617
26618
|
return props.active ? uiColors.orange : 'rgba(0, 0, 0, 0.2)';
|
|
26618
26619
|
}, function (props) {
|
|
26619
|
-
return props.active ? 'white' : uiColors.
|
|
26620
|
+
return props.active ? 'white' : uiColors.darkGray;
|
|
26620
26621
|
});
|
|
26621
26622
|
var PrivateChatContainer = /*#__PURE__*/styled__default.div.withConfig({
|
|
26622
26623
|
displayName: "ChatRevamp__PrivateChatContainer",
|