@stytch/vanilla-js 4.5.2 → 4.5.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.
- package/CHANGELOG.md +6 -0
- package/dist/b2b/index.esm.js +2 -2
- package/dist/b2b/index.headless.esm.js +1 -1
- package/dist/b2b/index.headless.js +1 -1
- package/dist/b2b/index.js +2 -2
- package/dist/index.esm.js +1 -1
- package/dist/index.headless.esm.js +1 -1
- package/dist/index.headless.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/b2b/index.esm.js
CHANGED
|
@@ -4000,7 +4000,7 @@ var xt = /*#__PURE__*/function () {
|
|
|
4000
4000
|
},
|
|
4001
4001
|
sdk: {
|
|
4002
4002
|
identifier: "Stytch.js Javascript SDK",
|
|
4003
|
-
version: "4.5.
|
|
4003
|
+
version: "4.5.3"
|
|
4004
4004
|
}
|
|
4005
4005
|
});
|
|
4006
4006
|
}
|
|
@@ -11556,7 +11556,7 @@ var Gl = Ha.a(_templateObject23 || (_templateObject23 = _taggedTemplateLiteral([
|
|
|
11556
11556
|
}
|
|
11557
11557
|
}, "Resend email"))));
|
|
11558
11558
|
},
|
|
11559
|
-
Cd = Ha.div(_templateObject31 || (_templateObject31 = _taggedTemplateLiteral(["\n width: ", ";\n font-family: ", ";\n padding: 24px 32px;\n box-sizing: border-box;\n background-color: ", ";\n border: ", ";\n border-radius: ", ";\n"])), function (_ref78) {
|
|
11559
|
+
Cd = Ha.div(_templateObject31 || (_templateObject31 = _taggedTemplateLiteral(["\n width: ", ";\n font-family: ", ";\n padding: 24px 32px;\n box-sizing: border-box;\n * {\n box-sizing: content-box;\n }\n background-color: ", ";\n border: ", ";\n border-radius: ", ";\n"])), function (_ref78) {
|
|
11560
11560
|
var e = _ref78.theme;
|
|
11561
11561
|
return e.container.width;
|
|
11562
11562
|
}, function (_ref79) {
|
package/dist/b2b/index.js
CHANGED
|
@@ -3933,7 +3933,7 @@ var gt = /*#__PURE__*/function () {
|
|
|
3933
3933
|
},
|
|
3934
3934
|
sdk: {
|
|
3935
3935
|
identifier: "Stytch.js Javascript SDK",
|
|
3936
|
-
version: "4.5.
|
|
3936
|
+
version: "4.5.3"
|
|
3937
3937
|
}
|
|
3938
3938
|
});
|
|
3939
3939
|
}
|
|
@@ -11489,7 +11489,7 @@ var zl = Ms.a(_templateObject23 || (_templateObject23 = _taggedTemplateLiteral([
|
|
|
11489
11489
|
}
|
|
11490
11490
|
}, "Resend email"))));
|
|
11491
11491
|
},
|
|
11492
|
-
md = Ms.div(_templateObject31 || (_templateObject31 = _taggedTemplateLiteral(["\n width: ", ";\n font-family: ", ";\n padding: 24px 32px;\n box-sizing: border-box;\n background-color: ", ";\n border: ", ";\n border-radius: ", ";\n"])), function (_ref78) {
|
|
11492
|
+
md = Ms.div(_templateObject31 || (_templateObject31 = _taggedTemplateLiteral(["\n width: ", ";\n font-family: ", ";\n padding: 24px 32px;\n box-sizing: border-box;\n * {\n box-sizing: content-box;\n }\n background-color: ", ";\n border: ", ";\n border-radius: ", ";\n"])), function (_ref78) {
|
|
11493
11493
|
var e = _ref78.theme;
|
|
11494
11494
|
return e.container.width;
|
|
11495
11495
|
}, function (_ref79) {
|
package/dist/index.esm.js
CHANGED
package/dist/index.headless.js
CHANGED
package/dist/index.js
CHANGED