@inboxsdk/core 2.1.58-0 → 2.1.59
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 +6 -6
- package/inboxsdk.js.map +1 -1
- package/package.json +2 -3
- package/pageWorld.js.map +1 -1
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.1.
|
|
374
|
+
const BUILD_VERSION = "2.1.59-1718234389875-7ae8da1c5adbea88";
|
|
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.1.
|
|
2649
|
+
"2.1.59-1718234389875-7ae8da1c5adbea88");
|
|
2650
2650
|
document.head.append(htmlElement);
|
|
2651
2651
|
};
|
|
2652
2652
|
options.domAPI = (styleDomAPI_default());
|
|
@@ -10197,7 +10197,7 @@ options.insert = htmlElement => {
|
|
|
10197
10197
|
htmlElement.setAttribute('data-inboxsdk-version',
|
|
10198
10198
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
|
|
10199
10199
|
///@ts-ignore
|
|
10200
|
-
"2.1.
|
|
10200
|
+
"2.1.59-1718234389875-7ae8da1c5adbea88");
|
|
10201
10201
|
document.head.append(htmlElement);
|
|
10202
10202
|
};
|
|
10203
10203
|
options.domAPI = (styleDomAPI_default());
|
|
@@ -11683,7 +11683,7 @@ class GmailAttachmentCardView {
|
|
|
11683
11683
|
if (firstChild.tagName !== 'A' || !firstChild.href) {
|
|
11684
11684
|
const download_url = this._element.getAttribute('download_url');
|
|
11685
11685
|
if (download_url) {
|
|
11686
|
-
const m = /:(https
|
|
11686
|
+
const m = /:(https:\/\/.+)/.exec(download_url);
|
|
11687
11687
|
return m ? m[1] : null;
|
|
11688
11688
|
}
|
|
11689
11689
|
} else {
|
|
@@ -14926,7 +14926,7 @@ options.insert = htmlElement => {
|
|
|
14926
14926
|
htmlElement.setAttribute('data-inboxsdk-version',
|
|
14927
14927
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
|
|
14928
14928
|
///@ts-ignore
|
|
14929
|
-
"2.1.
|
|
14929
|
+
"2.1.59-1718234389875-7ae8da1c5adbea88");
|
|
14930
14930
|
document.head.append(htmlElement);
|
|
14931
14931
|
};
|
|
14932
14932
|
options.domAPI = (styleDomAPI_default());
|
|
@@ -19535,7 +19535,7 @@ mole_view_module_options.insert = htmlElement => {
|
|
|
19535
19535
|
htmlElement.setAttribute('data-inboxsdk-version',
|
|
19536
19536
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment -- this is injected by webpack
|
|
19537
19537
|
///@ts-ignore
|
|
19538
|
-
"2.1.
|
|
19538
|
+
"2.1.59-1718234389875-7ae8da1c5adbea88");
|
|
19539
19539
|
document.head.append(htmlElement);
|
|
19540
19540
|
};
|
|
19541
19541
|
mole_view_module_options.domAPI = (styleDomAPI_default());
|