@rpg-engine/long-bow 0.3.28 → 0.3.29
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 +3 -3
- 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 +3 -3
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Chat/Chat.tsx +6 -6
|
@@ -32723,7 +32723,7 @@ var Chat = function Chat(_ref) {
|
|
|
32723
32723
|
_ref$width = _ref.width,
|
|
32724
32724
|
width = _ref$width === void 0 ? '80%' : _ref$width,
|
|
32725
32725
|
_ref$height = _ref.height,
|
|
32726
|
-
height = _ref$height === void 0 ? '
|
|
32726
|
+
height = _ref$height === void 0 ? 'auto' : _ref$height,
|
|
32727
32727
|
onFocus = _ref.onFocus,
|
|
32728
32728
|
onBlur = _ref.onBlur,
|
|
32729
32729
|
_ref$color = _ref.color,
|
|
@@ -32810,7 +32810,7 @@ var Chat = function Chat(_ref) {
|
|
|
32810
32810
|
var ChatContainer = /*#__PURE__*/styled.div.withConfig({
|
|
32811
32811
|
displayName: "Chat__ChatContainer",
|
|
32812
32812
|
componentId: "sc-1bk05n6-0"
|
|
32813
|
-
})(["height:", ";width:", ";padding:10px;
|
|
32813
|
+
})(["height:", ";width:", ";padding:10px;background-color:rgba(0,0,0,0.2);height:auto;"], function (props) {
|
|
32814
32814
|
return props.height;
|
|
32815
32815
|
}, function (_ref3) {
|
|
32816
32816
|
var width = _ref3.width;
|
|
@@ -32823,7 +32823,7 @@ var TextField = /*#__PURE__*/styled.input.withConfig({
|
|
|
32823
32823
|
var MessagesContainer = /*#__PURE__*/styled.div.withConfig({
|
|
32824
32824
|
displayName: "Chat__MessagesContainer",
|
|
32825
32825
|
componentId: "sc-1bk05n6-2"
|
|
32826
|
-
})(["height:70%;margin-bottom:10px;"]);
|
|
32826
|
+
})(["height:70%;margin-bottom:10px;.chat-body{max-height:auto;overflow-y:auto;}"]);
|
|
32827
32827
|
var Message = /*#__PURE__*/styled.div.withConfig({
|
|
32828
32828
|
displayName: "Chat__Message",
|
|
32829
32829
|
componentId: "sc-1bk05n6-3"
|