@wf-financing/ui 4.7.5 → 4.8.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 CHANGED
@@ -1,5 +1,27 @@
1
1
  # @wf-financing/ui
2
2
 
3
+ ## 4.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Bundle CTA copy in the package
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies []:
12
+ - @wf-financing/ui-assets@1.2.0
13
+
14
+ ## 4.7.6
15
+
16
+ ### Patch Changes
17
+
18
+ - Fix double /financing in logger event API URLs
19
+
20
+ - Updated dependencies []:
21
+ - @wf-financing/logger@2.2.3
22
+ - @wf-financing/headless@3.3.4
23
+ - @wf-financing/ui-assets@1.1.4
24
+
3
25
  ## 4.7.5
4
26
 
5
27
  ### Patch Changes
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
1
  # Wayflyer SDK UI mode
2
2
 
3
3
  Documentation - https://docs.wayflyer.com/embedded-finance/using-the-sdk
4
+
5
+ CTA strings and modal copy are bundled from `@wf-financing/ui-assets` (`packages/ui-assets/src/copy/`). Partner-specific JSON files are keyed in `partnerCopyMap.ts`; unlisted partner ids fall back to generic `copy.json`. Branding changes require a new SDK release—see the root README section **CTA copy (UI strings)**.