@wf-financing/ui 4.6.0 → 4.6.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 +9 -0
- package/dist/index.es.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -23993,7 +23993,7 @@ const i8 = "https://static.wayflyer.com/flyui-assets/styles/flyui-b0050fc0.css",
|
|
|
23993
23993
|
rootName: "bannerRoot",
|
|
23994
23994
|
rootElement: "div",
|
|
23995
23995
|
rootElementId: "banner-root"
|
|
23996
|
-
}, u8 = [s8, a8, l8], dS = "wayflyer-headless-sdk", c8 = "https://embedded-finance-frontend.vercel.app/npm/@wf-financing/headless@3", yv = "4.6.
|
|
23996
|
+
}, u8 = [s8, a8, l8], dS = "wayflyer-headless-sdk", c8 = "https://embedded-finance-frontend.vercel.app/npm/@wf-financing/headless@3", yv = "4.6.1", d8 = (e) => u8.reduce((t, n) => {
|
|
23997
23997
|
const { rootElement: r, rootElementId: o, rootName: a } = n;
|
|
23998
23998
|
let l = e.getElementById(o);
|
|
23999
23999
|
return l || (l = document.createElement(r), l.id = o, e.appendChild(l)), {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wf-financing/ui",
|
|
3
|
-
"version": "4.6.
|
|
3
|
+
"version": "4.6.1",
|
|
4
4
|
"exports": {
|
|
5
5
|
".": {
|
|
6
6
|
"import": "./dist/index.es.js",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"react-intl": "^6.2.5",
|
|
38
38
|
"react-markdown": "^10.1.0",
|
|
39
39
|
"styled-components": "^6.1.19",
|
|
40
|
-
"@wf-financing/embedded-types": "1.1.
|
|
41
|
-
"@wf-financing/logger": "2.2.
|
|
42
|
-
"@wf-financing/ui-assets": "1.1.
|
|
40
|
+
"@wf-financing/embedded-types": "1.1.1",
|
|
41
|
+
"@wf-financing/logger": "2.2.1",
|
|
42
|
+
"@wf-financing/ui-assets": "1.1.2"
|
|
43
43
|
},
|
|
44
44
|
"publishConfig": {
|
|
45
45
|
"access": "public"
|