bibot 1.0.50 → 1.0.51
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 +1 -13
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -13
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4160,19 +4160,7 @@ var AiFollowUps = function AiFollowUps(_ref) {
|
|
|
4160
4160
|
borderRadius: '6px',
|
|
4161
4161
|
marginBottom: '20px'
|
|
4162
4162
|
}
|
|
4163
|
-
},
|
|
4164
|
-
style: {
|
|
4165
|
-
display: 'flex',
|
|
4166
|
-
justifyContent: 'center',
|
|
4167
|
-
alignItems: 'center',
|
|
4168
|
-
flexDirection: 'column',
|
|
4169
|
-
textAlign: 'center'
|
|
4170
|
-
}
|
|
4171
|
-
}, React.createElement("p", {
|
|
4172
|
-
style: {
|
|
4173
|
-
fontSize: '14px'
|
|
4174
|
-
}
|
|
4175
|
-
}, " Related questions ")), questions.map(function (question, index) {
|
|
4163
|
+
}, questions.map(function (question, index) {
|
|
4176
4164
|
var _chatBubbleConfig$col;
|
|
4177
4165
|
return React.createElement("div", {
|
|
4178
4166
|
key: index,
|