@rpg-engine/long-bow 0.7.10 → 0.7.11

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.
@@ -26664,7 +26664,7 @@ var BurgerLineIcon = /*#__PURE__*/styled__default.span.withConfig({
26664
26664
  var RecentChatLogContainer = /*#__PURE__*/styled__default.div.withConfig({
26665
26665
  displayName: "ChatRevamp__RecentChatLogContainer",
26666
26666
  componentId: "sc-1sdiknw-8"
26667
- })(["display:", ";opacity:", ";flex-direction:column;gap:0.5rem;transition:opacity 0.3s ease-in-out;padding:0;margin:0;overflow-y:auto;flex-grow:1;height:0;scrollbar-width:thin;scrollbar-color:rgba(51,51,51,0.4) rgba(30,30,30,0.4);&::-webkit-scrollbar{width:8px;height:8px;}&::-webkit-scrollbar-track{background:rgba(30,30,30,0.2);border-radius:4px;}&::-webkit-scrollbar-thumb{background-color:rgba(255,102,0,0.5);border-radius:4px;border:2px solid rgba(30,30,30,0.2);}&::-webkit-scrollbar-thumb:hover{background-color:rgba(255,102,0,0.7);}"], function (props) {
26667
+ })(["display:", ";opacity:", ";flex-direction:column;gap:0.25rem;transition:opacity 0.3s ease-in-out;padding:0;margin:0;overflow-y:auto;flex-grow:1;height:0;scrollbar-width:thin;scrollbar-color:rgba(51,51,51,0.4) rgba(30,30,30,0.4);&::-webkit-scrollbar{width:8px;height:8px;}&::-webkit-scrollbar-track{background:rgba(30,30,30,0.2);border-radius:4px;}&::-webkit-scrollbar-thumb{background-color:rgba(255,102,0,0.5);border-radius:4px;border:2px solid rgba(30,30,30,0.2);}&::-webkit-scrollbar-thumb:hover{background-color:rgba(255,102,0,0.7);}"], function (props) {
26668
26668
  return props.isOpen ? 'flex' : 'none';
26669
26669
  }, function (props) {
26670
26670
  return props.isOpen ? 1 : 0;
@@ -26672,11 +26672,11 @@ var RecentChatLogContainer = /*#__PURE__*/styled__default.div.withConfig({
26672
26672
  var ListElementContainer = /*#__PURE__*/styled__default.div.withConfig({
26673
26673
  displayName: "ChatRevamp__ListElementContainer",
26674
26674
  componentId: "sc-1sdiknw-9"
26675
- })(["display:flex;justify-content:space-between;align-items:center;"]);
26675
+ })(["display:flex;justify-content:space-between;align-items:center;padding:2px 0;"]);
26676
26676
  var ListElement$1 = /*#__PURE__*/styled__default.button.withConfig({
26677
26677
  displayName: "ChatRevamp__ListElement",
26678
26678
  componentId: "sc-1sdiknw-10"
26679
- })(["margin:0.5rem 0 !important;font-size:", " !important;padding:2px;all:unset;color:", ";width:100%;position:relative;display:flex;align-items:center;gap:4px;&:hover{color:#ff0;}max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;"], uiFonts.size.small, function (props) {
26679
+ })(["margin:0 !important;font-size:", " !important;padding:2px;all:unset;color:", ";width:100%;position:relative;display:flex;align-items:center;gap:4px;&:hover{color:#ff0;}max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;"], uiFonts.size.small, function (props) {
26680
26680
  return props.active ? uiColors.yellow : uiColors.white;
26681
26681
  });
26682
26682
  var StatusDot = /*#__PURE__*/styled__default.span.withConfig({