@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.
- package/dist/long-bow.cjs.development.js +5 -6
- 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 +5 -6
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Chat/Chat.tsx +11 -11
|
@@ -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:
|
|
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:", ";
|
|
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%;
|
|
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:
|
|
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:
|
|
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) {
|