bibot 1.0.63 → 1.0.65

Sign up to get free protection for your applications and to get access to all the features.
@@ -4185,7 +4185,6 @@ var AiFollowUps = function AiFollowUps(_ref) {
4185
4185
  style: {
4186
4186
  height: '100%',
4187
4187
  color: '#000',
4188
- backgroundColor: '#fff',
4189
4188
  padding: 10,
4190
4189
  borderRadius: '6px',
4191
4190
  marginBottom: '20px'
@@ -4344,6 +4343,7 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
4344
4343
  className: "message " + message.sender,
4345
4344
  style: {
4346
4345
  marginBottom: 10,
4346
+ marginTop: 10,
4347
4347
  padding: '5px 10px',
4348
4348
  borderTopRightRadius: 15,
4349
4349
  borderTopLeftRadius: 15,
@@ -4441,7 +4441,7 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
4441
4441
  }
4442
4442
  }, createElement(SendMessageIcon, {
4443
4443
  color: isLoading ? '#cdcdcd' : chatBubbleConfig.color
4444
- }))), createElement("div", {
4444
+ }))), chatBubbleConfig.powered_by_bibot && createElement("div", {
4445
4445
  style: {
4446
4446
  backgroundColor: '#f9f9f9',
4447
4447
  minHeight: 45,