@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 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 '../OneTapClient-zVI7LxJ6.js';
6
+ import '../GoogleOneTapClient-zVI7LxJ6.js';
7
7
  import 'google-one-tap';
8
8
 
9
9
  /**