UNPKG

@sheerid/jslib-nightly

Version:

SheerID JavaScript Library

28 lines (26 loc) 943 B
/** * VERSION: 2.154.0-alpha.1 * BUILD_TIMESTAMP: 1763401515326 * BUILD_DATE: Mon Nov 17 2025 17:45:15 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 "../sheerid.js"; const i = s.lazy( () => import("./StepIDCheckLoopOnfido-DxQwOLAT.js") ), C = s.lazy( () => import("./StepIDCheckLoopRegula-CsFE_4Te.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 };