@inboxsdk/core 2.2.4 → 2.2.5

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/inboxsdk.js CHANGED
@@ -371,7 +371,7 @@ function isNotNil(value) {
371
371
 
372
372
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- SDK_VERSION is injected by webpack
373
373
  ///@ts-ignore
374
- const BUILD_VERSION = "2.2.4-1747694102856-c01f928afd90ec45";
374
+ const BUILD_VERSION = "2.2.5-1752524722377-4594dadd54fe6bf5";
375
375
  if (false) {}
376
376
 
377
377
  /***/ }),
@@ -2646,7 +2646,7 @@ options.insert = htmlElement => {
2646
2646
  htmlElement.setAttribute('data-inboxsdk-version',
2647
2647
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
2648
2648
  ///@ts-ignore
2649
- "2.2.4-1747694102856-c01f928afd90ec45");
2649
+ "2.2.5-1752524722377-4594dadd54fe6bf5");
2650
2650
  document.head.append(htmlElement);
2651
2651
  };
2652
2652
  options.domAPI = (styleDomAPI_default());
@@ -3412,7 +3412,8 @@ class ContentPanelViewDriver {
3412
3412
  detail: {
3413
3413
  appName,
3414
3414
  sidebarId: this.#sidebarId,
3415
- instanceId: this.#instanceId
3415
+ instanceId: this.#instanceId,
3416
+ isGlobal
3416
3417
  }
3417
3418
  }));
3418
3419
  });
@@ -10291,7 +10292,7 @@ options.insert = htmlElement => {
10291
10292
  htmlElement.setAttribute('data-inboxsdk-version',
10292
10293
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
10293
10294
  ///@ts-ignore
10294
- "2.2.4-1747694102856-c01f928afd90ec45");
10295
+ "2.2.5-1752524722377-4594dadd54fe6bf5");
10295
10296
  document.head.append(htmlElement);
10296
10297
  };
10297
10298
  options.domAPI = (styleDomAPI_default());
@@ -15041,7 +15042,7 @@ options.insert = htmlElement => {
15041
15042
  htmlElement.setAttribute('data-inboxsdk-version',
15042
15043
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
15043
15044
  ///@ts-ignore
15044
- "2.2.4-1747694102856-c01f928afd90ec45");
15045
+ "2.2.5-1752524722377-4594dadd54fe6bf5");
15045
15046
  document.head.append(htmlElement);
15046
15047
  };
15047
15048
  options.domAPI = (styleDomAPI_default());
@@ -19005,7 +19006,7 @@ function showAppIdWarning(driver) {
19005
19006
  <div class="topline">InboxSDK Developer Warning: Invalid AppId</div>
19006
19007
  <div>You've loaded the InboxSDK with an unregistered appId. Registration is free but necessary to load the SDK.</div>
19007
19008
  </div>
19008
- <a class="inboxsdk__appid_register" target="_blank" href="https://www.inboxsdk.com/register">Register Your App</a>
19009
+ <a class="inboxsdk__appid_register" target="_blank" href="https://register.inboxsdk.com/">Register Your App</a>
19009
19010
  <input type="button" value="" title="Close" class="inboxsdk__x_close_button" />
19010
19011
  `;
19011
19012
  const topMessageBarDriver = driver.createTopMessageBarDriver(kefir_cast_default()(kefir_esm["default"], {
@@ -19801,7 +19802,7 @@ mole_view_module_options.insert = htmlElement => {
19801
19802
  htmlElement.setAttribute('data-inboxsdk-version',
19802
19803
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
19803
19804
  ///@ts-ignore
19804
- "2.2.4-1747694102856-c01f928afd90ec45");
19805
+ "2.2.5-1752524722377-4594dadd54fe6bf5");
19805
19806
  document.head.append(htmlElement);
19806
19807
  };
19807
19808
  mole_view_module_options.domAPI = (styleDomAPI_default());