@getsupertab/supertab-js 3.28.2 → 3.28.3

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.
@@ -1,4 +1,4 @@
1
- import { c as R, g as z } from "./supertab-CVhTrpF0.js";
1
+ import { c as R, g as z } from "./supertab-BJzuLnM2.js";
2
2
  function $(w, d) {
3
3
  for (var b = 0; b < d.length; b++) {
4
4
  const y = d[b];
@@ -1,4 +1,4 @@
1
- import { r as mu, T as gu, P as _u, a as Su, V as yu } from "./supertab-CVhTrpF0.js";
1
+ import { r as mu, T as gu, P as _u, a as Su, V as yu } from "./supertab-BJzuLnM2.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 EU = cr({
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.28.2/",
4862
+ VITE_BASE_URL: "https://js.supertab.co/v3.28.3/",
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 EU = cr({
4868
4868
  VITE_CHECKOUT_URL: void 0,
4869
4869
  TAPPER_ENV: "prod",
4870
4870
  PACKAGE_NAME: "@getsupertab/supertab-js",
4871
- PACKAGE_VERSION: "3.28.2",
4871
+ PACKAGE_VERSION: "3.28.3",
4872
4872
  MONETIZATION_PROVIDER_SCRIPT_URL: void 0,
4873
4873
  VITE_POSTHOG_API_HOST: void 0,
4874
4874
  VITE_POSTHOG_API_KEY: void 0
@@ -5570,7 +5570,7 @@ const In = /* @__PURE__ */ lN(I), _8 = /* @__PURE__ */ qz({
5570
5570
  default: In
5571
5571
  }, [I]), E2 = async (r) => {
5572
5572
  if (CU) {
5573
- const { captureException: e } = await import("./sentry-CfyL13hK.js");
5573
+ const { captureException: e } = await import("./sentry-PXzFmfbp.js");
5574
5574
  e(r);
5575
5575
  }
5576
5576
  }, xC = "tabjs";
@@ -34542,17 +34542,6 @@ const Cq = Ox(({ input: r, sendBack: e }) => {
34542
34542
  {
34543
34543
  type: "sendGtmEvent",
34544
34544
  params: { event: "user_first_confirm" }
34545
- }
34546
- ]
34547
- // Stay in AwaitingConfirmation state (no target = internal transition)
34548
- },
34549
- {
34550
- // Second condition: Normal purchase or already confirmed
34551
- // Action: Proceed to MakingPurchase
34552
- actions: [
34553
- {
34554
- type: "sendGtmEvent",
34555
- params: { event: "user_confirm_purchase" }
34556
34545
  },
34557
34546
  {
34558
34547
  type: "sendPostHogEvent",
@@ -34568,6 +34557,17 @@ const Cq = Ox(({ input: r, sendBack: e }) => {
34568
34557
  };
34569
34558
  }
34570
34559
  }
34560
+ ]
34561
+ // Stay in AwaitingConfirmation state (no target = internal transition)
34562
+ },
34563
+ {
34564
+ // Second condition: Normal purchase or already confirmed
34565
+ // Action: Proceed to MakingPurchase
34566
+ actions: [
34567
+ {
34568
+ type: "sendGtmEvent",
34569
+ params: { event: "user_confirm_purchase" }
34570
+ }
34571
34571
  ],
34572
34572
  target: "MakingPurchase"
34573
34573
  }
@@ -69622,7 +69622,7 @@ typeof ActiveXObject == "function" && (typeof global < "u" && global.ActiveXObje
69622
69622
  typeof ab != "function" && (ab = void 0);
69623
69623
  if (!ab && !o5 && !iT)
69624
69624
  try {
69625
- import("./browser-ponyfill-BlnQfNKG.js").then((r) => r.b).then(function(r) {
69625
+ import("./browser-ponyfill-DMFRlJ80.js").then((r) => r.b).then(function(r) {
69626
69626
  ab = r.default;
69627
69627
  }).catch(function() {
69628
69628
  });
@@ -1,4 +1,4 @@
1
- import { S as e } from "./supertab-CVhTrpF0.js";
1
+ import { S as e } from "./supertab-BJzuLnM2.js";
2
2
  export {
3
3
  e as Supertab
4
4
  };
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "engines": {
23
23
  "node": ">=22.13.1"
24
24
  },
25
- "version": "3.28.2",
25
+ "version": "3.28.3",
26
26
  "type": "module",
27
27
  "scripts": {
28
28
  "dev": "vite --config .vite/vite.dev.config.ts",