@rpg-engine/long-bow 0.3.24 → 0.3.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.
@@ -32802,13 +32802,13 @@ var Chat = function Chat(_ref) {
32802
32802
  borderRadius: '20%'
32803
32803
  }
32804
32804
  }, React__default.createElement(ci.CiPaperplane, {
32805
- size: 20
32805
+ size: 15
32806
32806
  }))))));
32807
32807
  };
32808
32808
  var ChatContainer = /*#__PURE__*/styled.div.withConfig({
32809
32809
  displayName: "Chat__ChatContainer",
32810
32810
  componentId: "sc-1bk05n6-0"
32811
- })(["height:", ";width:", ";padding:10px;margin-top:100px;background-color:rgba(0,0,0,0.1);"], function (props) {
32811
+ })(["height:", ";width:", ";padding:10px;margin-top:100px;background-color:rgba(0,0,0,0.2);"], function (props) {
32812
32812
  return props.height;
32813
32813
  }, function (_ref3) {
32814
32814
  var width = _ref3.width;
@@ -32817,11 +32817,11 @@ var ChatContainer = /*#__PURE__*/styled.div.withConfig({
32817
32817
  var TextField = /*#__PURE__*/styled.input.withConfig({
32818
32818
  displayName: "Chat__TextField",
32819
32819
  componentId: "sc-1bk05n6-1"
32820
- })(["width:100%;background-color:rgba(0,0,0,0.2) !important;border:none !important;"]);
32820
+ })(["width:100%;background-color:rgba(0,0,0,0.25) !important;border:none !important;max-height:28px !important;"]);
32821
32821
  var MessagesContainer = /*#__PURE__*/styled.div.withConfig({
32822
32822
  displayName: "Chat__MessagesContainer",
32823
32823
  componentId: "sc-1bk05n6-2"
32824
- })(["overflow:hidden;height:70%;margin-bottom:10px;"]);
32824
+ })(["overflow-y:scroll;height:70%;margin-bottom:10px;"]);
32825
32825
  var Message = /*#__PURE__*/styled.div.withConfig({
32826
32826
  displayName: "Chat__Message",
32827
32827
  componentId: "sc-1bk05n6-3"
@@ -32836,7 +32836,7 @@ var Form = /*#__PURE__*/styled.form.withConfig({
32836
32836
  var Button$1 = /*#__PURE__*/styled.button.withConfig({
32837
32837
  displayName: "Chat__Button",
32838
32838
  componentId: "sc-1bk05n6-5"
32839
- })(["color:", ";background-color:", ";width:50px;height:40px;border:none !important;"], function (_ref5) {
32839
+ })(["color:", ";background-color:", ";width:28px;height:28px;border:none !important;"], function (_ref5) {
32840
32840
  var buttonColor = _ref5.buttonColor;
32841
32841
  return buttonColor;
32842
32842
  }, function (_ref6) {