@wf-financing/ui 3.9.2 → 3.11.0
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 +17 -0
- package/dist/index.es.js +6789 -6512
- package/global.d.ts +1 -1
- package/index.ts +2 -2
- package/package.json +3 -2
- package/src/App.tsx +5 -2
- package/src/CtaWidget.tsx +1 -1
- package/src/api/getHeadlessSdkInstance.ts +4 -2
- package/src/components/banner/CloseButton.tsx +2 -1
- package/src/components/banner/CtaBanner.snapshot.stories.tsx +2 -1
- package/src/components/banner/CtaBanner.tsx +8 -1
- package/src/components/banner/ProceedFundingButton.tsx +5 -3
- package/src/components/modal/ModalFooter.tsx +4 -1
- package/src/main.tsx +11 -3
- package/src/utils/applyStyles.ts +41 -0
- package/src/utils/index.ts +1 -0
- package/src/utils/parseJwt.ts +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @wf-financing/ui
|
|
2
2
|
|
|
3
|
+
## 3.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Add logger to UI sdk
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies []:
|
|
12
|
+
- @wf-financing/logger@1.1.0
|
|
13
|
+
|
|
14
|
+
## 3.10.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- Use FlyUI CSS manifest to load styles
|
|
19
|
+
|
|
3
20
|
## 3.9.2
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|