bibot 1.0.61 → 1.0.62

Sign up to get free protection for your applications and to get access to all the features.
@@ -4124,16 +4124,39 @@ var PredefinedQuestions = function PredefinedQuestions(_ref) {
4124
4124
  }, createElement("div", {
4125
4125
  style: {
4126
4126
  display: 'flex',
4127
- justifyContent: 'center',
4128
- alignItems: 'center',
4129
- flexDirection: 'column',
4130
- textAlign: 'center'
4127
+ flexDirection: 'column'
4128
+ }
4129
+ }, createElement("div", {
4130
+ style: {
4131
+ display: 'flex',
4132
+ alignItems: 'center'
4133
+ }
4134
+ }, createElement(Avatar, {
4135
+ borderColor: '#fff',
4136
+ width: '36px',
4137
+ height: '36px',
4138
+ source: chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.logo_url
4139
+ }), createElement("small", {
4140
+ style: {
4141
+ marginLeft: 5
4142
+ }
4143
+ }, " ", chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.title)), createElement("div", {
4144
+ style: {
4145
+ backgroundColor: '#dedede',
4146
+ marginBottom: 20,
4147
+ width: 300,
4148
+ marginLeft: 15,
4149
+ marginTop: 5,
4150
+ borderTopRightRadius: 20,
4151
+ borderBottomRightRadius: 20,
4152
+ borderBottomLeftRadius: 20
4131
4153
  }
4132
4154
  }, createElement("p", {
4133
4155
  style: {
4134
- fontSize: '14px'
4156
+ fontSize: '16px',
4157
+ paddingLeft: 10
4135
4158
  }
4136
- }, "Are you looking for answers to any of these questions? Click for an answer ")), questions.map(function (question, index) {
4159
+ }, "Are you looking for answers to any of these questions? Click for an answer "))), questions.map(function (question, index) {
4137
4160
  var _chatBubbleConfig$col;
4138
4161
  return createElement("div", {
4139
4162
  key: index,
@@ -4144,7 +4167,7 @@ var PredefinedQuestions = function PredefinedQuestions(_ref) {
4144
4167
  margin: '7px',
4145
4168
  textAlign: 'start',
4146
4169
  padding: '14px',
4147
- borderRadius: '50px',
4170
+ borderRadius: '16px',
4148
4171
  cursor: 'pointer'
4149
4172
  },
4150
4173
  onClick: function onClick() {