@xapp/chat-widget 1.65.1 → 1.65.2
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/components/ChatWidget/ChatWidget.stories.d.ts +1 -0
- package/dist/index.css +5 -2
- package/dist/index.es.js +0 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +0 -3
- package/dist/index.js.map +1 -1
- package/dist/xapp-chat-widget.css +4 -1
- package/dist/xapp-chat-widget.js +3 -3
- package/dist/xapp-chat-widget.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -716,7 +716,6 @@ var CtaBubbleContainer = function (props) {
|
|
|
716
716
|
isMounted.current = false;
|
|
717
717
|
};
|
|
718
718
|
}, [startTime, timeout, delay]);
|
|
719
|
-
console.log("visible ".concat(visible, " showBubble ").concat(showBubble));
|
|
720
719
|
return (React__default$1["default"].createElement(React__default$1["default"].Fragment, null, visible && showBubble && React__default$1["default"].createElement(CtaBubble, { onClick: onClick, animate: animate, buttonAnimation: buttonAnimation }, children)));
|
|
721
720
|
};
|
|
722
721
|
|
|
@@ -2439,7 +2438,6 @@ var StentorDirectChat = /** @class */ (function () {
|
|
|
2439
2438
|
case 1:
|
|
2440
2439
|
if (!(i < configurableMessages.length)) return [3 /*break*/, 4];
|
|
2441
2440
|
timeout = this.config.timeout || 15000;
|
|
2442
|
-
console.log("using timeout of ".concat(timeout));
|
|
2443
2441
|
this.typing();
|
|
2444
2442
|
// We don't start typing IF we have a failure message displayed and we are waiting on the timeout
|
|
2445
2443
|
return [4 /*yield*/, new RetryRequest({ retries: 1, timeout: timeout })
|
|
@@ -8307,7 +8305,6 @@ var ChatFooter = function (props) {
|
|
|
8307
8305
|
handleSubmit(data);
|
|
8308
8306
|
}, [handleSubmit]);
|
|
8309
8307
|
var handleItemUse = React$1.useCallback(function (data) {
|
|
8310
|
-
console.log(data);
|
|
8311
8308
|
setInput(data);
|
|
8312
8309
|
setSuggestionSearch(data.text);
|
|
8313
8310
|
}, []);
|