@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.
@@ -32796,13 +32796,13 @@ var Chat = function Chat(_ref) {
32796
32796
  borderRadius: '20%'
32797
32797
  }
32798
32798
  }, React.createElement(CiPaperplane, {
32799
- size: 20
32799
+ size: 15
32800
32800
  }))))));
32801
32801
  };
32802
32802
  var ChatContainer = /*#__PURE__*/styled.div.withConfig({
32803
32803
  displayName: "Chat__ChatContainer",
32804
32804
  componentId: "sc-1bk05n6-0"
32805
- })(["height:", ";width:", ";padding:10px;margin-top:100px;background-color:rgba(0,0,0,0.1);"], function (props) {
32805
+ })(["height:", ";width:", ";padding:10px;margin-top:100px;background-color:rgba(0,0,0,0.2);"], function (props) {
32806
32806
  return props.height;
32807
32807
  }, function (_ref3) {
32808
32808
  var width = _ref3.width;
@@ -32811,11 +32811,11 @@ var ChatContainer = /*#__PURE__*/styled.div.withConfig({
32811
32811
  var TextField = /*#__PURE__*/styled.input.withConfig({
32812
32812
  displayName: "Chat__TextField",
32813
32813
  componentId: "sc-1bk05n6-1"
32814
- })(["width:100%;background-color:rgba(0,0,0,0.2) !important;border:none !important;"]);
32814
+ })(["width:100%;background-color:rgba(0,0,0,0.25) !important;border:none !important;max-height:28px !important;"]);
32815
32815
  var MessagesContainer = /*#__PURE__*/styled.div.withConfig({
32816
32816
  displayName: "Chat__MessagesContainer",
32817
32817
  componentId: "sc-1bk05n6-2"
32818
- })(["overflow:hidden;height:70%;margin-bottom:10px;"]);
32818
+ })(["overflow-y:scroll;height:70%;margin-bottom:10px;"]);
32819
32819
  var Message = /*#__PURE__*/styled.div.withConfig({
32820
32820
  displayName: "Chat__Message",
32821
32821
  componentId: "sc-1bk05n6-3"
@@ -32830,7 +32830,7 @@ var Form = /*#__PURE__*/styled.form.withConfig({
32830
32830
  var Button$1 = /*#__PURE__*/styled.button.withConfig({
32831
32831
  displayName: "Chat__Button",
32832
32832
  componentId: "sc-1bk05n6-5"
32833
- })(["color:", ";background-color:", ";width:50px;height:40px;border:none !important;"], function (_ref5) {
32833
+ })(["color:", ";background-color:", ";width:28px;height:28px;border:none !important;"], function (_ref5) {
32834
32834
  var buttonColor = _ref5.buttonColor;
32835
32835
  return buttonColor;
32836
32836
  }, function (_ref6) {