@inboxsdk/core 2.1.21 → 2.1.22
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 +4 -4
- package/package.json +1 -1
package/inboxsdk.js
CHANGED
|
@@ -814,7 +814,7 @@ function isElementVisible(el) {
|
|
|
814
814
|
|
|
815
815
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- SDK_VERSION is injected by webpack
|
|
816
816
|
///@ts-ignore
|
|
817
|
-
const BUILD_VERSION = "2.1.
|
|
817
|
+
const BUILD_VERSION = "2.1.22-1701292906516-87093bc659160df9";
|
|
818
818
|
if (false) {}
|
|
819
819
|
|
|
820
820
|
/***/ }),
|
|
@@ -10510,7 +10510,7 @@ options.insert = htmlElement => {
|
|
|
10510
10510
|
htmlElement.setAttribute('data-inboxsdk-version',
|
|
10511
10511
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
|
|
10512
10512
|
///@ts-ignore
|
|
10513
|
-
"2.1.
|
|
10513
|
+
"2.1.22-1701292906516-87093bc659160df9");
|
|
10514
10514
|
document.head.append(htmlElement);
|
|
10515
10515
|
};
|
|
10516
10516
|
options.domAPI = (styleDomAPI_default());
|
|
@@ -16116,7 +16116,7 @@ class GmailRouteView {
|
|
|
16116
16116
|
async #startMonitoringPreviewPaneForThread(previewPaneContainer) {
|
|
16117
16117
|
let threadContainerElement;
|
|
16118
16118
|
const selector = 'table.Bs > tr';
|
|
16119
|
-
const selector_2023_11_16 = '.
|
|
16119
|
+
const selector_2023_11_16 = '.ao9:has(.a98.iY), .ao9:has(.apa)';
|
|
16120
16120
|
try {
|
|
16121
16121
|
threadContainerElement = await (0,wait_for/* default */.Z)(() => {
|
|
16122
16122
|
if (this.#destroyed) {
|
|
@@ -19194,7 +19194,7 @@ options.insert = htmlElement => {
|
|
|
19194
19194
|
htmlElement.setAttribute('data-inboxsdk-version',
|
|
19195
19195
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
|
|
19196
19196
|
///@ts-ignore
|
|
19197
|
-
"2.1.
|
|
19197
|
+
"2.1.22-1701292906516-87093bc659160df9");
|
|
19198
19198
|
document.head.append(htmlElement);
|
|
19199
19199
|
};
|
|
19200
19200
|
options.domAPI = (styleDomAPI_default());
|