@bigbinary/neeto-molecules 4.0.153 → 4.1.0
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/NeetoWidget.js
CHANGED
|
@@ -101,7 +101,7 @@ var NEETO_REPLAY_CONFIGURE_URL = "".concat(REPLAY_WIDGET_KB_BASE_URL, "/articles
|
|
|
101
101
|
var NEETO_CHAT_USER_IDENTITY_URL = "".concat(CHAT_WIDGET_KB_BASE_URL, "/articles/info-about-logged-in-users");
|
|
102
102
|
var WIDGET_KB_HELP_URL = {
|
|
103
103
|
engage: "".concat(ENGAGE_WIDGET_KB_BASE_URL, "/categories/widget-installation-usage"),
|
|
104
|
-
chat: "".concat(CHAT_WIDGET_KB_BASE_URL, "/
|
|
104
|
+
chat: "".concat(CHAT_WIDGET_KB_BASE_URL, "/folders/installation"),
|
|
105
105
|
replay: "".concat(REPLAY_WIDGET_KB_BASE_URL, "/categories/widget-installation-usage")
|
|
106
106
|
};
|
|
107
107
|
var USE_NEETO_WIDGET_NPM_PAGE_URL = "https://www.npmjs.com/package/@bigbinary/react-use-neeto-widget";
|