@vpdev2/metakyc-sdk 1.0.81 → 1.0.82
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/dist/components/Header.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +19 -13
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5480,19 +5480,25 @@ Failed to reload test data. Please refresh the page.`);
|
|
|
5480
5480
|
}) => {
|
|
5481
5481
|
const { currentTheme: a } = be(), s = e || (a == null ? void 0 : a.title) || "", l = !!(a != null && a.logo && a.logo.visible && a.logo.url), c = !!s;
|
|
5482
5482
|
return !l && !c ? null : /* @__PURE__ */ o("div", { className: `metakyc-header ${n}`, children: [
|
|
5483
|
-
/* @__PURE__ */ o(
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
"
|
|
5487
|
-
{
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
|
|
5494
|
-
|
|
5495
|
-
|
|
5483
|
+
/* @__PURE__ */ o(
|
|
5484
|
+
"div",
|
|
5485
|
+
{
|
|
5486
|
+
className: "metakyc-header-title flex items-center text-xl font-bold",
|
|
5487
|
+
style: { color: "var(--metakyc-text-primary, #111827)" },
|
|
5488
|
+
children: [
|
|
5489
|
+
l && /* @__PURE__ */ r(Xr, { config: a.logo }),
|
|
5490
|
+
l && c && /* @__PURE__ */ r(
|
|
5491
|
+
"span",
|
|
5492
|
+
{
|
|
5493
|
+
style: { fontSize: "1.5rem", fontWeight: 300, color: "var(--metakyc-text-muted, #9ca3af)", margin: "0 12px" },
|
|
5494
|
+
children: "|"
|
|
5495
|
+
}
|
|
5496
|
+
),
|
|
5497
|
+
c && /* @__PURE__ */ r("span", { style: { color: "var(--metakyc-text-primary, #111827)" }, children: s })
|
|
5498
|
+
]
|
|
5499
|
+
}
|
|
5500
|
+
),
|
|
5501
|
+
t && /* @__PURE__ */ r("p", { className: "text-sm mt-1", style: { color: "var(--metakyc-text-secondary, #6b7280)" }, children: t })
|
|
5496
5502
|
] });
|
|
5497
5503
|
}, Ge = ["firstName", "lastName", "email", "phonenumber", "dateOfBirth"];
|
|
5498
5504
|
function Ye(e) {
|