@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -32782,7 +32782,6 @@ var Chat = function Chat(_ref) {
|
|
|
32782
32782
|
return getInputValue(e.target.value);
|
|
32783
32783
|
},
|
|
32784
32784
|
height: 20,
|
|
32785
|
-
className: "chat-input dark-background",
|
|
32786
32785
|
type: "text",
|
|
32787
32786
|
autoComplete: "off",
|
|
32788
32787
|
onFocus: onFocus,
|
|
@@ -32797,13 +32796,13 @@ var Chat = function Chat(_ref) {
|
|
|
32797
32796
|
borderRadius: '20%'
|
|
32798
32797
|
}
|
|
32799
32798
|
}, React.createElement(CiPaperplane, {
|
|
32800
|
-
size:
|
|
32799
|
+
size: 15
|
|
32801
32800
|
}))))));
|
|
32802
32801
|
};
|
|
32803
32802
|
var ChatContainer = /*#__PURE__*/styled.div.withConfig({
|
|
32804
32803
|
displayName: "Chat__ChatContainer",
|
|
32805
32804
|
componentId: "sc-1bk05n6-0"
|
|
32806
|
-
})(["height:", ";width:", ";
|
|
32805
|
+
})(["height:", ";width:", ";padding:10px;margin-top:100px;background-color:rgba(0,0,0,0.2);"], function (props) {
|
|
32807
32806
|
return props.height;
|
|
32808
32807
|
}, function (_ref3) {
|
|
32809
32808
|
var width = _ref3.width;
|
|
@@ -32812,11 +32811,11 @@ var ChatContainer = /*#__PURE__*/styled.div.withConfig({
|
|
|
32812
32811
|
var TextField = /*#__PURE__*/styled.input.withConfig({
|
|
32813
32812
|
displayName: "Chat__TextField",
|
|
32814
32813
|
componentId: "sc-1bk05n6-1"
|
|
32815
|
-
})(["width:100%;
|
|
32814
|
+
})(["width:100%;background-color:rgba(0,0,0,0.25) !important;border:none !important;max-height:28px !important;"]);
|
|
32816
32815
|
var MessagesContainer = /*#__PURE__*/styled.div.withConfig({
|
|
32817
32816
|
displayName: "Chat__MessagesContainer",
|
|
32818
32817
|
componentId: "sc-1bk05n6-2"
|
|
32819
|
-
})(["overflow:
|
|
32818
|
+
})(["overflow-x:scroll;height:70%;margin-bottom:10px;"]);
|
|
32820
32819
|
var Message = /*#__PURE__*/styled.div.withConfig({
|
|
32821
32820
|
displayName: "Chat__Message",
|
|
32822
32821
|
componentId: "sc-1bk05n6-3"
|
|
@@ -32831,7 +32830,7 @@ var Form = /*#__PURE__*/styled.form.withConfig({
|
|
|
32831
32830
|
var Button$1 = /*#__PURE__*/styled.button.withConfig({
|
|
32832
32831
|
displayName: "Chat__Button",
|
|
32833
32832
|
componentId: "sc-1bk05n6-5"
|
|
32834
|
-
})(["color:", ";background-color:", ";width:
|
|
32833
|
+
})(["color:", ";background-color:", ";width:28px;height:28px;border:none !important;"], function (_ref5) {
|
|
32835
32834
|
var buttonColor = _ref5.buttonColor;
|
|
32836
32835
|
return buttonColor;
|
|
32837
32836
|
}, function (_ref6) {
|