@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
package/dist/long-bow.esm.js
CHANGED
|
@@ -32717,7 +32717,7 @@ var Chat = function Chat(_ref) {
|
|
|
32717
32717
|
_ref$width = _ref.width,
|
|
32718
32718
|
width = _ref$width === void 0 ? '80%' : _ref$width,
|
|
32719
32719
|
_ref$height = _ref.height,
|
|
32720
|
-
height = _ref$height === void 0 ? '
|
|
32720
|
+
height = _ref$height === void 0 ? 'auto' : _ref$height,
|
|
32721
32721
|
onFocus = _ref.onFocus,
|
|
32722
32722
|
onBlur = _ref.onBlur,
|
|
32723
32723
|
_ref$color = _ref.color,
|
|
@@ -32804,7 +32804,7 @@ var Chat = function Chat(_ref) {
|
|
|
32804
32804
|
var ChatContainer = /*#__PURE__*/styled.div.withConfig({
|
|
32805
32805
|
displayName: "Chat__ChatContainer",
|
|
32806
32806
|
componentId: "sc-1bk05n6-0"
|
|
32807
|
-
})(["height:", ";width:", ";padding:10px;
|
|
32807
|
+
})(["height:", ";width:", ";padding:10px;background-color:rgba(0,0,0,0.2);height:auto;"], function (props) {
|
|
32808
32808
|
return props.height;
|
|
32809
32809
|
}, function (_ref3) {
|
|
32810
32810
|
var width = _ref3.width;
|
|
@@ -32817,7 +32817,7 @@ var TextField = /*#__PURE__*/styled.input.withConfig({
|
|
|
32817
32817
|
var MessagesContainer = /*#__PURE__*/styled.div.withConfig({
|
|
32818
32818
|
displayName: "Chat__MessagesContainer",
|
|
32819
32819
|
componentId: "sc-1bk05n6-2"
|
|
32820
|
-
})(["height:70%;margin-bottom:10px;"]);
|
|
32820
|
+
})(["height:70%;margin-bottom:10px;.chat-body{max-height:auto;overflow-y:auto;}"]);
|
|
32821
32821
|
var Message = /*#__PURE__*/styled.div.withConfig({
|
|
32822
32822
|
displayName: "Chat__Message",
|
|
32823
32823
|
componentId: "sc-1bk05n6-3"
|