@stytch/vanilla-js 4.5.3 → 4.5.5
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/CHANGELOG.md +14 -0
- package/dist/b2b/index.d.ts +4 -743
- package/dist/b2b/index.esm.d.ts +4 -743
- package/dist/b2b/index.esm.js +2837 -3073
- package/dist/b2b/index.headless.d.ts +1 -737
- package/dist/b2b/index.headless.esm.d.ts +1 -737
- package/dist/b2b/index.headless.esm.js +698 -938
- package/dist/b2b/index.headless.js +984 -1238
- package/dist/b2b/index.js +3435 -3685
- package/dist/index.esm.js +3248 -3276
- package/dist/index.headless.esm.js +3 -2
- package/dist/index.headless.js +3 -2
- package/dist/index.js +3667 -3709
- package/package.json +2 -2
|
@@ -3715,7 +3715,7 @@ var Nt = /*#__PURE__*/function () {
|
|
|
3715
3715
|
},
|
|
3716
3716
|
sdk: {
|
|
3717
3717
|
identifier: "Stytch.js Javascript SDK",
|
|
3718
|
-
version: "4.5.
|
|
3718
|
+
version: "4.5.5"
|
|
3719
3719
|
}
|
|
3720
3720
|
});
|
|
3721
3721
|
}
|
|
@@ -3856,7 +3856,8 @@ var Ut = /*#__PURE__*/function () {
|
|
|
3856
3856
|
callback: e,
|
|
3857
3857
|
auto_select: !1,
|
|
3858
3858
|
context: "use",
|
|
3859
|
-
itp_support: !0
|
|
3859
|
+
itp_support: !0,
|
|
3860
|
+
use_fedcm_for_prompt: !1
|
|
3860
3861
|
};
|
|
3861
3862
|
return _context6.abrupt("return", (r.position === _.embedded && (n.prompt_parent_id = "google-parent-prompt", n.cancel_on_tap_outside = !1), this._googleClient.initialize(n), new Promise(function (e) {
|
|
3862
3863
|
_this5._googleClient.prompt(function (n) {
|
package/dist/index.headless.js
CHANGED
|
@@ -3634,7 +3634,7 @@ var Mt = /*#__PURE__*/function () {
|
|
|
3634
3634
|
},
|
|
3635
3635
|
sdk: {
|
|
3636
3636
|
identifier: "Stytch.js Javascript SDK",
|
|
3637
|
-
version: "4.5.
|
|
3637
|
+
version: "4.5.5"
|
|
3638
3638
|
}
|
|
3639
3639
|
});
|
|
3640
3640
|
}
|
|
@@ -3775,7 +3775,8 @@ var Ut = /*#__PURE__*/function () {
|
|
|
3775
3775
|
callback: e,
|
|
3776
3776
|
auto_select: !1,
|
|
3777
3777
|
context: "use",
|
|
3778
|
-
itp_support: !0
|
|
3778
|
+
itp_support: !0,
|
|
3779
|
+
use_fedcm_for_prompt: !1
|
|
3779
3780
|
};
|
|
3780
3781
|
return _context6.abrupt("return", (r.position === exports.OneTapPositions.embedded && (n.prompt_parent_id = "google-parent-prompt", n.cancel_on_tap_outside = !1), this._googleClient.initialize(n), new Promise(function (e) {
|
|
3781
3782
|
_this5._googleClient.prompt(function (n) {
|