bibot 1.0.37 → 1.0.40
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 -7
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -7
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3267,7 +3267,7 @@ axios.HttpStatusCode = HttpStatusCode;
|
|
|
3267
3267
|
axios.default = axios;
|
|
3268
3268
|
|
|
3269
3269
|
var baseUrls = {
|
|
3270
|
-
inference: 'https://inference.
|
|
3270
|
+
inference: 'https://inference.bibot.app/v0'
|
|
3271
3271
|
};
|
|
3272
3272
|
var endpoints = {
|
|
3273
3273
|
get inference() {
|
|
@@ -4120,16 +4120,12 @@ var PredefinedQuestions = function PredefinedQuestions(_ref) {
|
|
|
4120
4120
|
return React.createElement("div", {
|
|
4121
4121
|
key: index,
|
|
4122
4122
|
style: {
|
|
4123
|
-
backgroundColor: '
|
|
4123
|
+
backgroundColor: 'transparent',
|
|
4124
4124
|
border: "0.5px solid " + (chatBubbleConfig ? (_chatBubbleConfig$col = chatBubbleConfig === null || chatBubbleConfig === void 0 ? void 0 : chatBubbleConfig.color) != null ? _chatBubbleConfig$col : '#dedede' : '#000'),
|
|
4125
4125
|
fontSize: '16px',
|
|
4126
|
-
margin: '
|
|
4126
|
+
margin: '7px',
|
|
4127
4127
|
textAlign: 'start',
|
|
4128
|
-
maxHeight: '40px',
|
|
4129
|
-
overflow: 'hidden',
|
|
4130
4128
|
padding: '10px',
|
|
4131
|
-
display: 'flex',
|
|
4132
|
-
alignItems: 'center',
|
|
4133
4129
|
borderRadius: '6px',
|
|
4134
4130
|
cursor: 'pointer'
|
|
4135
4131
|
},
|