bibot 1.0.63 → 1.0.65

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -4188,7 +4188,6 @@ var AiFollowUps = function AiFollowUps(_ref) {
4188
4188
  style: {
4189
4189
  height: '100%',
4190
4190
  color: '#000',
4191
- backgroundColor: '#fff',
4192
4191
  padding: 10,
4193
4192
  borderRadius: '6px',
4194
4193
  marginBottom: '20px'
@@ -4347,6 +4346,7 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
4347
4346
  className: "message " + message.sender,
4348
4347
  style: {
4349
4348
  marginBottom: 10,
4349
+ marginTop: 10,
4350
4350
  padding: '5px 10px',
4351
4351
  borderTopRightRadius: 15,
4352
4352
  borderTopLeftRadius: 15,
@@ -4444,7 +4444,7 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
4444
4444
  }
4445
4445
  }, React.createElement(SendMessageIcon, {
4446
4446
  color: isLoading ? '#cdcdcd' : chatBubbleConfig.color
4447
- }))), React.createElement("div", {
4447
+ }))), chatBubbleConfig.powered_by_bibot && React.createElement("div", {
4448
4448
  style: {
4449
4449
  backgroundColor: '#f9f9f9',
4450
4450
  minHeight: 45,