@getsupertab/supertab-js 3.38.0 → 3.39.0
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/dist/pkg/prod/{browser-ponyfill-BlMEuE_Z.js → browser-ponyfill-DfBjg79b.js} +1 -1
- package/dist/pkg/prod/{sentry-ytCp22C5.js → sentry-gLHhpzhr.js} +1 -1
- package/dist/pkg/prod/{supertab-CTNMCVTA.js → supertab-BXtwmMQo.js} +8 -6
- package/dist/pkg/prod/supertab.js +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as mu, T as gu, P as _u, a as Su, V as yu } from "./supertab-
|
|
1
|
+
import { r as mu, T as gu, P as _u, a as Su, V as yu } from "./supertab-BXtwmMQo.js";
|
|
2
2
|
const b = typeof __SENTRY_DEBUG__ > "u" || __SENTRY_DEBUG__, q = globalThis, at = "9.40.0";
|
|
3
3
|
function ht() {
|
|
4
4
|
return lr(q), q;
|
|
@@ -4859,7 +4859,7 @@ const nB = pr({
|
|
|
4859
4859
|
VITE_STATIC_REDIRECT_URI: void 0,
|
|
4860
4860
|
VITE_GTM_CONTAINER_ID: "GTM-NG9GT7FM",
|
|
4861
4861
|
VITE_SENTRY_DSN: "https://d08f3f301f364ceba6345c393c538faf@o23455.ingest.us.sentry.io/4507736861573120",
|
|
4862
|
-
VITE_BASE_URL: "https://js.supertab.co/v3.
|
|
4862
|
+
VITE_BASE_URL: "https://js.supertab.co/v3.39.0/",
|
|
4863
4863
|
VITE_DEMO_CLIENT_ID: void 0,
|
|
4864
4864
|
VITE_API_BASE_URL: void 0,
|
|
4865
4865
|
VITE_SSO_BASE_URL: void 0,
|
|
@@ -4868,7 +4868,7 @@ const nB = pr({
|
|
|
4868
4868
|
VITE_CHECKOUT_URL: void 0,
|
|
4869
4869
|
TAPPER_ENV: "prod",
|
|
4870
4870
|
PACKAGE_NAME: "@getsupertab/supertab-js",
|
|
4871
|
-
PACKAGE_VERSION: "3.
|
|
4871
|
+
PACKAGE_VERSION: "3.39.0",
|
|
4872
4872
|
MONETIZATION_PROVIDER_SCRIPT_URL: void 0,
|
|
4873
4873
|
VITE_POSTHOG_API_HOST: void 0,
|
|
4874
4874
|
VITE_POSTHOG_API_KEY: void 0
|
|
@@ -10321,7 +10321,7 @@ function rg(t) {
|
|
|
10321
10321
|
}
|
|
10322
10322
|
const r_ = async (t) => {
|
|
10323
10323
|
if (rB) {
|
|
10324
|
-
const { captureException: e } = await import("./sentry-
|
|
10324
|
+
const { captureException: e } = await import("./sentry-gLHhpzhr.js");
|
|
10325
10325
|
e(t);
|
|
10326
10326
|
}
|
|
10327
10327
|
}, C5 = "tabjs";
|
|
@@ -72710,7 +72710,7 @@ typeof ActiveXObject == "function" && (typeof global < "u" && global.ActiveXObje
|
|
|
72710
72710
|
typeof Lb != "function" && (Lb = void 0);
|
|
72711
72711
|
if (!Lb && !o3 && !l6)
|
|
72712
72712
|
try {
|
|
72713
|
-
import("./browser-ponyfill-
|
|
72713
|
+
import("./browser-ponyfill-DfBjg79b.js").then((t) => t.b).then(function(t) {
|
|
72714
72714
|
Lb = t.default;
|
|
72715
72715
|
}).catch(function() {
|
|
72716
72716
|
});
|
|
@@ -73492,7 +73492,9 @@ const Ace = ({
|
|
|
73492
73492
|
salesModel: i != null && i.isRecurring ? "subscription" : "time_pass"
|
|
73493
73493
|
};
|
|
73494
73494
|
}), Uce = (t, e) => {
|
|
73495
|
-
const n = el.getFeatureFlag(
|
|
73495
|
+
const n = el.getFeatureFlag(
|
|
73496
|
+
"new-add-to-my-account-cta-button"
|
|
73497
|
+
);
|
|
73496
73498
|
return Ht.log(
|
|
73497
73499
|
"Experiment CTA Button Copy Feature Flag:",
|
|
73498
73500
|
n
|
|
@@ -73505,7 +73507,7 @@ const Ace = ({
|
|
|
73505
73507
|
loginButtonLabel: /* @__PURE__ */ pe.jsx(mn, { i18nKey: "paygate.login_button_label" }),
|
|
73506
73508
|
ctaButton: {
|
|
73507
73509
|
label: {
|
|
73508
|
-
putItOnMyTab: n === "test" ? /* @__PURE__ */ pe.jsx(mn, { i18nKey: "paygate.cta_button.label.
|
|
73510
|
+
putItOnMyTab: n === "test" ? /* @__PURE__ */ pe.jsx(mn, { i18nKey: "paygate.cta_button.label.add_to_my_account" }) : /* @__PURE__ */ pe.jsx(mn, { i18nKey: "paygate.cta_button.label.get_access" }),
|
|
73509
73511
|
continueToCheckout: /* @__PURE__ */ pe.jsx(mn, { i18nKey: "paygate.cta_button.label.continue_to_checkout" })
|
|
73510
73512
|
}
|
|
73511
73513
|
},
|