@sheerid/jslib-nightly
Version:
SheerID JavaScript Library
32 lines (30 loc) • 1.15 kB
JavaScript
/**
* WARNING: This file is intended to be used within MySheerID.
* This file is not intended for use in other contexts and there are no guarantees about its behavior outside of MySheerID.
*/
/**
* VERSION: 2.154.0-alpha.1
* BUILD_TIMESTAMP: 1763401584959
* BUILD_DATE: Mon Nov 17 2025 17:46:24 GMT+0000 (Coordinated Universal Time)
* BUILD_COMMIT: 73f4468155aaed0f31ab0d59dc3394018b939b6d
*/
import { g as t, Q as n, j as e, r as s, I as r, L as a } from "../_mysheerid-preview.js";
const i = s.lazy(
() => import("./StepIDCheckLoopOnfido-C59BolDi.js")
), C = s.lazy(
() => import("./StepIDCheckLoopRegula-DmDnFC2G.js")
), d = ({ verificationService: o }) => {
const p = o.verificationResponse, c = t(
n
) || p.idCheckServiceType;
return /* @__PURE__ */ e.jsx(
s.Suspense,
{
fallback: /* @__PURE__ */ e.jsx("div", { className: "sid-l-horz-center", children: /* @__PURE__ */ e.jsx(a, { step: "idCheckLoop" }) }),
children: c === r.ID_CHECK ? /* @__PURE__ */ e.jsx(C, { verificationService: o }) : /* @__PURE__ */ e.jsx(i, { verificationService: o })
}
);
}, I = d;
export {
I as default
};