@archbee/app-widget 1.1.30 → 1.1.31
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/index.esm.js +2 -2
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -1218,7 +1218,7 @@ const initJsScripts = loadingStrategy => {
|
|
|
1218
1218
|
const script = document.getElementsByTagName('script')[0];
|
|
1219
1219
|
(_a = script === null || script === void 0 ? void 0 : script.parentNode) === null || _a === void 0 ? void 0 : _a.insertBefore(scripttag, script);
|
|
1220
1220
|
};
|
|
1221
|
-
const createArchbeeWidget = (spaceId, jwt, shareableToken, loadingStrategy = 'lazy', bubble = 'invisible', bubblePlaceholder, anchor, hideNavbar
|
|
1221
|
+
const createArchbeeWidget = (spaceId, jwt, shareableToken, loadingStrategy = 'lazy', bubble = 'invisible', bubblePlaceholder, anchor, hideNavbar) => {
|
|
1222
1222
|
if (!window._archbee) {
|
|
1223
1223
|
window._archbee = window._archbee || {
|
|
1224
1224
|
queue: [],
|
|
@@ -1745,7 +1745,7 @@ const ArchbeeAppWidget = /*#__PURE__*/forwardRef((_a, ref) => {
|
|
|
1745
1745
|
blockId,
|
|
1746
1746
|
widgetType = 'docs',
|
|
1747
1747
|
loadingStrategy = 'lazy',
|
|
1748
|
-
hideNavbar
|
|
1748
|
+
hideNavbar,
|
|
1749
1749
|
onWidgetOpen,
|
|
1750
1750
|
onWidgetClose,
|
|
1751
1751
|
bubble,
|