@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/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("div", { className: "metakyc-header-title flex items-center text-xl font-bold text-gray-900 dark:text-white", children: [
5484
- l && /* @__PURE__ */ r(Xr, { config: a.logo }),
5485
- l && c && /* @__PURE__ */ r(
5486
- "span",
5487
- {
5488
- className: "text-gray-400 dark:text-gray-500 mx-3",
5489
- style: { fontSize: "1.5rem", fontWeight: 300 },
5490
- children: "|"
5491
- }
5492
- ),
5493
- c && /* @__PURE__ */ r("span", { children: s })
5494
- ] }),
5495
- t && /* @__PURE__ */ r("p", { className: "text-sm text-gray-600 dark:text-gray-400 mt-1", children: t })
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) {