@rpg-engine/long-bow 0.7.3 → 0.7.5
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 +1 -5
- 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 +1 -5
- package/dist/long-bow.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Chat/Chat.tsx +1 -2
package/dist/long-bow.esm.js
CHANGED
|
@@ -26168,11 +26168,7 @@ var Chat = function Chat(_ref) {
|
|
|
26168
26168
|
var ChatContainer = /*#__PURE__*/styled.div.withConfig({
|
|
26169
26169
|
displayName: "Chat__ChatContainer",
|
|
26170
26170
|
componentId: "sc-1bk05n6-0"
|
|
26171
|
-
})(["width:
|
|
26172
|
-
return props.width;
|
|
26173
|
-
}, function (props) {
|
|
26174
|
-
return props.height;
|
|
26175
|
-
});
|
|
26171
|
+
})(["width:100%;background-color:#1e1e1e81;display:flex;flex-direction:column;position:relative;"]);
|
|
26176
26172
|
var MessagesContainer = /*#__PURE__*/styled.div.withConfig({
|
|
26177
26173
|
displayName: "Chat__MessagesContainer",
|
|
26178
26174
|
componentId: "sc-1bk05n6-1"
|