bibot 1.0.61 → 1.0.62
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 +30 -7
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +30 -7
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4127,16 +4127,39 @@ var PredefinedQuestions = function PredefinedQuestions(_ref) {
|
|
|
4127
4127
|
}, React.createElement("div", {
|
|
4128
4128
|
style: {
|
|
4129
4129
|
display: 'flex',
|
|
4130
|
-
|
|
4131
|
-
|
|
4132
|
-
|
|
4133
|
-
|
|
4130
|
+
flexDirection: 'column'
|
|
4131
|
+
}
|
|
4132
|
+
}, React.createElement("div", {
|
|
4133
|
+
style: {
|
|
4134
|
+
display: 'flex',
|
|
4135
|
+
alignItems: 'center'
|
|
4136
|
+
}
|
|
4137
|
+
}, React.createElement(Avatar, {
|
|
4138
|
+
borderColor: '#fff',
|
|
4139
|
+
width: '36px',
|
|
4140
|
+
height: '36px',
|
|
4141
|
+
source: chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.logo_url
|
|
4142
|
+
}), React.createElement("small", {
|
|
4143
|
+
style: {
|
|
4144
|
+
marginLeft: 5
|
|
4145
|
+
}
|
|
4146
|
+
}, " ", chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.title)), React.createElement("div", {
|
|
4147
|
+
style: {
|
|
4148
|
+
backgroundColor: '#dedede',
|
|
4149
|
+
marginBottom: 20,
|
|
4150
|
+
width: 300,
|
|
4151
|
+
marginLeft: 15,
|
|
4152
|
+
marginTop: 5,
|
|
4153
|
+
borderTopRightRadius: 20,
|
|
4154
|
+
borderBottomRightRadius: 20,
|
|
4155
|
+
borderBottomLeftRadius: 20
|
|
4134
4156
|
}
|
|
4135
4157
|
}, React.createElement("p", {
|
|
4136
4158
|
style: {
|
|
4137
|
-
fontSize: '
|
|
4159
|
+
fontSize: '16px',
|
|
4160
|
+
paddingLeft: 10
|
|
4138
4161
|
}
|
|
4139
|
-
}, "Are you looking for answers to any of these questions? Click for an answer ")), questions.map(function (question, index) {
|
|
4162
|
+
}, "Are you looking for answers to any of these questions? Click for an answer "))), questions.map(function (question, index) {
|
|
4140
4163
|
var _chatBubbleConfig$col;
|
|
4141
4164
|
return React.createElement("div", {
|
|
4142
4165
|
key: index,
|
|
@@ -4147,7 +4170,7 @@ var PredefinedQuestions = function PredefinedQuestions(_ref) {
|
|
|
4147
4170
|
margin: '7px',
|
|
4148
4171
|
textAlign: 'start',
|
|
4149
4172
|
padding: '14px',
|
|
4150
|
-
borderRadius: '
|
|
4173
|
+
borderRadius: '16px',
|
|
4151
4174
|
cursor: 'pointer'
|
|
4152
4175
|
},
|
|
4153
4176
|
onClick: function onClick() {
|