@inboxsdk/core 2.2.7 → 2.2.8

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.7-1753737313283-f941d482eba8eb97";
374
+ const BUILD_VERSION = "2.2.8-1759253419228-cef53cf0a0bb0936";
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.7-1753737313283-f941d482eba8eb97");
2649
+ "2.2.8-1759253419228-cef53cf0a0bb0936");
2650
2650
  document.head.append(htmlElement);
2651
2651
  };
2652
2652
  options.domAPI = (styleDomAPI_default());
@@ -10294,7 +10294,7 @@ options.insert = htmlElement => {
10294
10294
  htmlElement.setAttribute('data-inboxsdk-version',
10295
10295
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
10296
10296
  ///@ts-ignore
10297
- "2.2.7-1753737313283-f941d482eba8eb97");
10297
+ "2.2.8-1759253419228-cef53cf0a0bb0936");
10298
10298
  document.head.append(htmlElement);
10299
10299
  };
10300
10300
  options.domAPI = (styleDomAPI_default());
@@ -13242,7 +13242,7 @@ class GmailMessageView {
13242
13242
  }), kefir_esm.later(1, null)]).merge(kefir_esm.later(1, undefined)).takeUntilBy(this.#stopper).beforeEnd(() => 'END').onValue(mutation => {
13243
13243
  if (mutation !== 'END' && replyContainer.classList.contains('adB')) {
13244
13244
  if (!currentReplyElementRemovalStream) {
13245
- const replyElement = replyContainer.firstElementChild;
13245
+ const replyElement = replyContainer.getElementsByClassName('M9')?.[0] || replyContainer.firstElementChild;
13246
13246
  self.#replyElement = replyElement;
13247
13247
  if (replyElement) {
13248
13248
  currentReplyElementRemovalStream = kefir_bus_default()();
@@ -15044,7 +15044,7 @@ options.insert = htmlElement => {
15044
15044
  htmlElement.setAttribute('data-inboxsdk-version',
15045
15045
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
15046
15046
  ///@ts-ignore
15047
- "2.2.7-1753737313283-f941d482eba8eb97");
15047
+ "2.2.8-1759253419228-cef53cf0a0bb0936");
15048
15048
  document.head.append(htmlElement);
15049
15049
  };
15050
15050
  options.domAPI = (styleDomAPI_default());
@@ -19804,7 +19804,7 @@ mole_view_module_options.insert = htmlElement => {
19804
19804
  htmlElement.setAttribute('data-inboxsdk-version',
19805
19805
  // eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
19806
19806
  ///@ts-ignore
19807
- "2.2.7-1753737313283-f941d482eba8eb97");
19807
+ "2.2.8-1759253419228-cef53cf0a0bb0936");
19808
19808
  document.head.append(htmlElement);
19809
19809
  };
19810
19810
  mole_view_module_options.domAPI = (styleDomAPI_default());