@wf-financing/ui 3.3.0 → 3.4.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 +12 -0
- package/dist/index.es.js +21318 -67674
- package/package.json +2 -1
- package/sdk/index.ts +2 -2
- package/src/components/banner/ProceedFundingButton.tsx +8 -3
- package/src/components/modal/ModalFooter.tsx +4 -4
- package/src/config/whitelistedPartnerIds.ts +7 -5
- package/src/utils/getPartnerThemeById.ts +1 -5
- package/vite.config.mts +44 -0
- package/vite.config.ts +0 -37
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @wf-financing/ui
|
|
2
2
|
|
|
3
|
+
## 3.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- Add a loading state for SDK buttons that trigger API requests
|
|
8
|
+
|
|
9
|
+
## 3.3.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Add support of multiple partner ids for a theme
|
|
14
|
+
|
|
3
15
|
## 3.3.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|