bibot 1.0.28 → 1.0.30

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 CHANGED
@@ -4089,23 +4089,24 @@ 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
- width: '35px',
4097
- height: '35px',
4097
+ width: '40px',
4098
+ height: '40px',
4098
4099
  source: chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.logo_url
4099
- }), React.createElement("h6", {
4100
+ }), React.createElement("h5", {
4100
4101
  style: {
4101
- marginBlock: '1px'
4102
+ marginBlock: '0.5px'
4102
4103
  }
4103
4104
  }, "Welcome!"), React.createElement("p", {
4104
4105
  style: {
4105
4106
  fontSize: '14px',
4106
4107
  fontWeight: 'bold'
4107
4108
  }
4108
- }, "Are you looking for any of these questions? Click for an answer ")), questions.map(function (question, index) {
4109
+ }, "Are you looking for answers to any of these questions? Click for an answer ")), questions.map(function (question, index) {
4109
4110
  var _chatBubbleConfig$col;
4110
4111
  return React.createElement("div", {
4111
4112
  key: index,