bibot 1.0.58 → 1.0.61

Sign up to get free protection for your applications and to get access to all the features.
@@ -3827,12 +3827,12 @@ function SendMessageIcon(_ref) {
3827
3827
  return React__default.createElement("svg", {
3828
3828
  xmlns: 'http://www.w3.org/2000/svg',
3829
3829
  className: 'icon icon-tabler icon-tabler-send-2',
3830
- width: '36',
3831
- height: '36',
3830
+ width: '30',
3831
+ height: '30',
3832
3832
  viewBox: '0 0 24 24',
3833
- strokeWidth: '1.5',
3833
+ strokeWidth: '1',
3834
3834
  stroke: color,
3835
- fill: '#d7d7d7',
3835
+ fill: '#e8e8e8',
3836
3836
  strokeLinecap: 'round',
3837
3837
  strokeLinejoin: 'round'
3838
3838
  }, React__default.createElement("path", {
@@ -4216,7 +4216,6 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
4216
4216
  zIndex: 9999
4217
4217
  }
4218
4218
  }, chatIsOpen && createElement("div", {
4219
- className: styles['chat-window'],
4220
4219
  style: {
4221
4220
  backgroundColor: '#fff',
4222
4221
  position: 'absolute',
@@ -4234,14 +4233,13 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
4234
4233
  className: styles['chat-header'],
4235
4234
  style: {
4236
4235
  backgroundColor: (_chatBubbleConfig$col = chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.color) != null ? _chatBubbleConfig$col : '#dedede',
4237
- height: 50,
4238
4236
  borderTopLeftRadius: 8,
4239
4237
  borderTopRightRadius: 8,
4240
4238
  display: 'flex',
4241
4239
  alignItems: 'center',
4242
4240
  justifyContent: 'flex-start',
4243
4241
  paddingInline: 15,
4244
- paddingBlock: 25
4242
+ paddingBlock: 20
4245
4243
  }
4246
4244
  }, createElement("div", {
4247
4245
  style: {
@@ -4390,7 +4388,7 @@ var ChatBubbleBiBot = function ChatBubbleBiBot(bibotProps) {
4390
4388
  return sendInputInquiry();
4391
4389
  }
4392
4390
  }, createElement(SendMessageIcon, {
4393
- color: '#fff'
4391
+ color: isLoading ? '#cdcdcd' : chatBubbleConfig.color
4394
4392
  }))), createElement("div", {
4395
4393
  style: {
4396
4394
  backgroundColor: '#f9f9f9',