@stytch/vanilla-js 4.2.1 → 4.3.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 +19 -0
- package/dist/b2b/index.esm.js +1248 -1228
- package/dist/b2b/index.headless.esm.js +1 -1
- package/dist/b2b/index.headless.js +1 -1
- package/dist/b2b/index.js +1129 -1109
- package/dist/index.esm.js +248 -226
- package/dist/index.headless.esm.js +1 -1
- package/dist/index.headless.js +1 -1
- package/dist/index.js +80 -58
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @stytch/vanilla-js
|
|
2
2
|
|
|
3
|
+
## 4.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3ca7557: Honor `hideHeaderText` configuration for B2B UI
|
|
8
|
+
- Updated dependencies [e21c507]
|
|
9
|
+
- @stytch/core@2.4.1
|
|
10
|
+
|
|
11
|
+
## 4.3.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- 5877da8: Add support for theming inputs in UI components
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies [5877da8]
|
|
20
|
+
- @stytch/core@2.4.0
|
|
21
|
+
|
|
3
22
|
## 4.2.1
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|