@stytch/vanilla-js 5.23.5 → 5.24.1
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 +22 -0
- package/dist/adminPortal/index.esm.js +1 -1
- package/dist/adminPortal/index.js +1 -1
- package/dist/b2b/index.esm.js +417 -405
- package/dist/b2b/index.headless.d.ts +11 -1
- package/dist/b2b/index.headless.esm.js +15 -9
- package/dist/b2b/index.headless.js +14 -8
- package/dist/b2b/index.js +416 -404
- package/dist/{extractErrorMessage-DgzvShvw.js → extractErrorMessage-768Ay9X7.js} +1 -1
- package/dist/{extractErrorMessage-TlhWea9A.js → extractErrorMessage-C9Mdi5Ho.js} +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.headless.d.ts +6 -1
- package/dist/index.headless.esm.js +11 -6
- package/dist/index.headless.js +11 -6
- package/dist/index.js +1 -1
- package/dist/{internal-oRDwhSwL.js → internal-CW4FkjmV.js} +4 -4
- package/dist/{internal-ByHs3kgg.js → internal-Dozkx12m.js} +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# @stytch/vanilla-js
|
|
2
2
|
|
|
3
|
+
## 5.24.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 35d5882: More gracefully handle a null or undefined public token
|
|
8
|
+
- a87a73d: More gracefully handle instances where `sessionOptions` is missing from the `StytchB2BUIConfig`
|
|
9
|
+
- 9a44b4c: Update the error message provided on incorrect password
|
|
10
|
+
- 6d5a4ee: Respect selected theme colors on the eye icons within password input
|
|
11
|
+
- Updated dependencies [a87a73d]
|
|
12
|
+
- @stytch/core@2.50.1
|
|
13
|
+
|
|
14
|
+
## 5.24.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- 2696b2e: Add `cancel_on_tap_outside` option to control whether Google One Tap prompt is automatically dismissed when user taps outside
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [2696b2e]
|
|
23
|
+
- @stytch/core@2.50.0
|
|
24
|
+
|
|
3
25
|
## 5.23.5
|
|
4
26
|
|
|
5
27
|
### Patch Changes
|