bibot 1.0.64 → 1.0.66
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4343,9 +4343,9 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
|
|
|
4343
4343
|
}), messages.map(function (message, index) {
|
|
4344
4344
|
return message.sender === 'user' ? React.createElement("div", {
|
|
4345
4345
|
key: index,
|
|
4346
|
-
className:
|
|
4346
|
+
className: '',
|
|
4347
4347
|
style: {
|
|
4348
|
-
|
|
4348
|
+
marginTop: 10,
|
|
4349
4349
|
padding: '5px 10px',
|
|
4350
4350
|
borderTopRightRadius: 15,
|
|
4351
4351
|
borderTopLeftRadius: 15,
|