@stytch/vanilla-js 5.37.1 → 5.38.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 +29 -0
- package/dist/adminPortal/index.d.ts +1 -1
- package/dist/adminPortal/index.esm.js +1 -1
- package/dist/adminPortal/index.js +1 -1
- package/dist/b2b/index.d.ts +1 -1
- package/dist/b2b/index.esm.js +2043 -1942
- package/dist/b2b/index.headless.d.ts +1 -1
- package/dist/b2b/index.headless.esm.js +244 -349
- package/dist/b2b/index.headless.js +243 -348
- package/dist/b2b/index.js +2188 -2087
- package/dist/{extractErrorMessage-CTRifz-y.js → extractErrorMessage-BtaYT0Xp.js} +330 -337
- package/dist/{extractErrorMessage-QCIi8-W2.js → extractErrorMessage-DZHDYXOm.js} +365 -373
- package/dist/index.d.ts +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.headless.d.ts +1 -1
- package/dist/index.headless.esm.js +1054 -1434
- package/dist/index.headless.js +1054 -1434
- package/dist/index.js +1 -1
- package/dist/{internal-DTqpPDZg.js → internal-CfodCZ4J.js} +1518 -1951
- package/dist/{internal-BfhZpZd3.js → internal-oUe4XQj6.js} +1515 -1952
- package/messages/b2b/en.po +9 -0
- package/messages/en.po +18 -0
- package/package.json +4 -2
- /package/dist/{OneTapClient-zVI7LxJ6.d.ts → GoogleOneTapClient-zVI7LxJ6.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# @stytch/vanilla-js
|
|
2
2
|
|
|
3
|
+
## 5.38.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 1ddbbf7: Fix missing empty state text in admin portal onboarding access control lists
|
|
8
|
+
|
|
9
|
+
## 5.38.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 594c113: Update designs for Passkey prebuild UI component
|
|
14
|
+
Passkey components will now respect theming
|
|
15
|
+
Improve Passkey component error handling
|
|
16
|
+
New localization strings for Passkey components - `button.edit`, `button.save` and `passkey.editing.label`. These are used in accessibility labels for non-visual users.
|
|
17
|
+
New configurable theme colors: `colors.accent` and `colors.warning`
|
|
18
|
+
Fix types for `stytchClient.user.get()` - it cannot return `Promise<null>`
|
|
19
|
+
- bd48584: Store last used OAuth and SSO method locally and move it to the top of the list the next time users visit the log in page.
|
|
20
|
+
Add "provider.lastUsed" translation string for "Last used" text indicating the last used auth method.
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- c1c8a67: Fix bugs in passkey error handling
|
|
25
|
+
- a8fffb2: Fix missing focus styling around buttons.
|
|
26
|
+
Fix show/hide password button accessibility label.
|
|
27
|
+
Add `button.hidePassword` and `button.showPassword` to localizable strings for the label.
|
|
28
|
+
- Updated dependencies [594c113]
|
|
29
|
+
- Updated dependencies [c1c8a67]
|
|
30
|
+
- @stytch/core@2.62.1
|
|
31
|
+
|
|
3
32
|
## 5.37.1
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
|
@@ -3,7 +3,7 @@ import { PartialDeep } from 'type-fest';
|
|
|
3
3
|
import { StytchB2BHeadlessClient } from '../b2b/index.headless.js';
|
|
4
4
|
import { RBACPolicyRole, EnumOrStringLiteral } from '@stytch/core';
|
|
5
5
|
import * as _stytch_core_dist_public from '@stytch/core/dist/public';
|
|
6
|
-
import '../
|
|
6
|
+
import '../GoogleOneTapClient-zVI7LxJ6.js';
|
|
7
7
|
import 'google-one-tap';
|
|
8
8
|
|
|
9
9
|
/**
|