bibot 1.0.60 → 1.0.61

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