bibot 1.0.63 → 1.0.64

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 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'
@@ -4444,7 +4443,7 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
4444
4443
  }
4445
4444
  }, React.createElement(SendMessageIcon, {
4446
4445
  color: isLoading ? '#cdcdcd' : chatBubbleConfig.color
4447
- }))), React.createElement("div", {
4446
+ }))), chatBubbleConfig.powered_by_bibot && React.createElement("div", {
4448
4447
  style: {
4449
4448
  backgroundColor: '#f9f9f9',
4450
4449
  minHeight: 45,