bibot 1.0.28 → 1.0.29
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 +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -2
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4089,14 +4089,15 @@ var PredefinedQuestions = function PredefinedQuestions(_ref) {
|
|
|
4089
4089
|
display: 'flex',
|
|
4090
4090
|
justifyContent: 'center',
|
|
4091
4091
|
alignItems: 'center',
|
|
4092
|
-
flexDirection: 'column'
|
|
4092
|
+
flexDirection: 'column',
|
|
4093
|
+
textAlign: 'center'
|
|
4093
4094
|
}
|
|
4094
4095
|
}, React.createElement(Avatar, {
|
|
4095
4096
|
borderColor: chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.color,
|
|
4096
4097
|
width: '35px',
|
|
4097
4098
|
height: '35px',
|
|
4098
4099
|
source: chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.logo_url
|
|
4099
|
-
}), React.createElement("
|
|
4100
|
+
}), React.createElement("h5", {
|
|
4100
4101
|
style: {
|
|
4101
4102
|
marginBlock: '1px'
|
|
4102
4103
|
}
|