@rpg-engine/long-bow 0.3.23 → 0.3.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.
@@ -32788,7 +32788,6 @@ var Chat = function Chat(_ref) {
32788
32788
  return getInputValue(e.target.value);
32789
32789
  },
32790
32790
  height: 20,
32791
- className: "chat-input dark-background",
32792
32791
  type: "text",
32793
32792
  autoComplete: "off",
32794
32793
  onFocus: onFocus,
@@ -32803,13 +32802,13 @@ var Chat = function Chat(_ref) {
32803
32802
  borderRadius: '20%'
32804
32803
  }
32805
32804
  }, React__default.createElement(ci.CiPaperplane, {
32806
- size: 20
32805
+ size: 15
32807
32806
  }))))));
32808
32807
  };
32809
32808
  var ChatContainer = /*#__PURE__*/styled.div.withConfig({
32810
32809
  displayName: "Chat__ChatContainer",
32811
32810
  componentId: "sc-1bk05n6-0"
32812
- })(["height:", ";width:", ";border-radius:10px;padding:40px 30px;margin-top:100px;box-shadow:-3px -3px 9px #aaa9a9a2,3px 3px 7px rgba(147,149,151,0.671);"], function (props) {
32811
+ })(["height:", ";width:", ";padding:10px;margin-top:100px;background-color:rgba(0,0,0,0.2);"], function (props) {
32813
32812
  return props.height;
32814
32813
  }, function (_ref3) {
32815
32814
  var width = _ref3.width;
@@ -32818,11 +32817,11 @@ var ChatContainer = /*#__PURE__*/styled.div.withConfig({
32818
32817
  var TextField = /*#__PURE__*/styled.input.withConfig({
32819
32818
  displayName: "Chat__TextField",
32820
32819
  componentId: "sc-1bk05n6-1"
32821
- })(["width:100%;border-radius:10px;box-shadow:-3px -3px 9px #aaa9a9a2,3px 3px 7px rgba(147,149,151,0.671);"]);
32820
+ })(["width:100%;background-color:rgba(0,0,0,0.25) !important;border:none !important;max-height:28px !important;"]);
32822
32821
  var MessagesContainer = /*#__PURE__*/styled.div.withConfig({
32823
32822
  displayName: "Chat__MessagesContainer",
32824
32823
  componentId: "sc-1bk05n6-2"
32825
- })(["overflow:hidden;height:70%;margin-bottom:20px;"]);
32824
+ })(["overflow-x:scroll;height:70%;margin-bottom:10px;"]);
32826
32825
  var Message = /*#__PURE__*/styled.div.withConfig({
32827
32826
  displayName: "Chat__Message",
32828
32827
  componentId: "sc-1bk05n6-3"
@@ -32837,7 +32836,7 @@ var Form = /*#__PURE__*/styled.form.withConfig({
32837
32836
  var Button$1 = /*#__PURE__*/styled.button.withConfig({
32838
32837
  displayName: "Chat__Button",
32839
32838
  componentId: "sc-1bk05n6-5"
32840
- })(["color:", ";background-color:", ";width:50px;height:40px;"], function (_ref5) {
32839
+ })(["color:", ";background-color:", ";width:28px;height:28px;border:none !important;"], function (_ref5) {
32841
32840
  var buttonColor = _ref5.buttonColor;
32842
32841
  return buttonColor;
32843
32842
  }, function (_ref6) {