@wf-financing/ui 4.6.2 → 4.7.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.
@@ -0,0 +1,3 @@
1
+ VITE_IS_EMBEDDED_JOURNEY=true
2
+ VITE_BACKEND_BASE_URL=http://localhost:16000
3
+ VITE_SANDBOX_BASE_URL=https://sandbox-api.wayflyer.com/financing
@@ -0,0 +1,2 @@
1
+ VITE_BACKEND_BASE_URL=https://api.wayflyer.com/financing
2
+ VITE_SANDBOX_BASE_URL=https://sandbox-api.wayflyer.com/financing
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @wf-financing/ui
2
2
 
3
+ ## 4.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Remove extra script fetch for UI SDK users, include Headless in UI bundle
8
+
9
+ - Updated dependencies []:
10
+ - @wf-financing/headless@3.3.3
11
+
12
+ ## 4.7.0
13
+
14
+ ### Minor Changes
15
+
16
+ - Load the modal window component dynamically
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies []:
21
+ - @wf-financing/embedded-journey@0.2.0
22
+
3
23
  ## 4.6.2
4
24
 
5
25
  ### Patch Changes