@incodetech/web 0.0.0-dev-20260309-3ae0dc2 → 0.0.0-dev-20260309-970aa39
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/{Trans-BeVjp1Ze.js → Trans-CrErI8VP.js} +1 -1
- package/dist/authentication/authentication.es.js +3 -3
- package/dist/base.css +180 -90
- package/dist/baseTutorial-i0kcCybX.js +717 -0
- package/dist/{captureFooter-I1T3jXYf.js → captureFooter-BVLebxk_.js} +1 -1
- package/dist/{chevronDown-BGm_-EW6.js → chevronDown-DL5WsjxS.js} +1 -1
- package/dist/closeIcon-DmhdnnpJ.js +30 -0
- package/dist/curp-validation/curp-validation.es.js +6 -6
- package/dist/{dateInputComposed-o3bTFLSv.js → dateInputComposed-BvBQiMdN.js} +2 -2
- package/dist/{documentCapture-Cjt0kG-l.js → documentCapture-C3vAq9ev.js} +6 -6
- package/dist/{documentUpload-BXzwDFu-.js → documentUpload-BBr5ijea.js} +3 -3
- package/dist/{dropdownComposed-CdNahtel.js → dropdownComposed-BjDHcYMb.js} +118 -141
- package/dist/{ekybModule-Cfg6vEdC.js → ekybModule-rXpGlGJI.js} +4 -4
- package/dist/ekycModule-BjudjNd1.js +440 -0
- package/dist/email/email.es.js +3 -3
- package/dist/{errorContent-x9_n-x3d.js → errorContent-CiicsyRN.js} +4 -4
- package/dist/{faceMatch-CTNgRqLs.js → faceMatch-CiZ8QEzy.js} +2 -2
- package/dist/flow/flow.es.js +7 -7
- package/dist/flow/styles.css +0 -1
- package/dist/geolocation/geolocation.es.js +3 -3
- package/dist/governmentValidation/governmentValidation.es.js +6 -6
- package/dist/id/id.es.js +41 -44
- package/dist/id/styles.css +0 -1
- package/dist/{incodeModule-Cep-QgBA.js → incodeModule-DAveRAyZ.js} +77 -77
- package/dist/{otpInput-BT_mz2QV.js → otpInput-CoMOmDGR.js} +1 -1
- package/dist/{page-ws5_se-Y.js → page-CcgnVEBJ.js} +1 -1
- package/dist/phone/phone.es.js +4 -4
- package/dist/processing-C-wThMBe.js +19 -0
- package/dist/selfie/selfie.es.js +4 -4
- package/dist/spinner-IY4lPK0V.js +48 -0
- package/dist/{errorIcon-CfmANzND.js → successIcon-BXW0lXvd.js} +17 -17
- package/dist/themes/dark.css +1 -1
- package/dist/{tutorial-Dk_04cpU.js → tutorial-D492CTsM.js} +6 -6
- package/dist/useMediaQuery-Rn91JcLv.js +18 -0
- package/dist/{verificationResult-DB38rVq8.js → verificationResult-BLkF37Z6.js} +5 -5
- package/dist/{warningIcon-ByabB-Ag.js → warningIcon-CsSoiruR.js} +1 -1
- package/package.json +2 -2
- package/dist/baseTutorial-Bn4o165G.js +0 -348
- package/dist/ekycModule-DBQJnCtI.js +0 -450
- package/dist/processing-BivHhXrQ.js +0 -17
- package/dist/spinner-BNswWIfS.js +0 -46
package/dist/flow/flow.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { u as a, B as _, r as $, I as V, b as k, a as H } from "../incodeModule-
|
|
1
|
+
import { u as a, B as _, r as $, I as V, b as k, a as H } from "../incodeModule-DAveRAyZ.js";
|
|
2
2
|
import { createOrchestratedFlowManager as z, getRequiredWasmPipelines as R } from "@incodetech/core/flow";
|
|
3
3
|
import { A as v, d as U, y as g } from "../vendor-preact-DP-hbKuj.js";
|
|
4
4
|
import { api as D, warmupWasm as G } from "@incodetech/core";
|
|
5
5
|
import { s as b } from "../uiConfig-B8PUPgHY.js";
|
|
6
|
-
import { S as C } from "../spinner-
|
|
6
|
+
import { S as C } from "../spinner-IY4lPK0V.js";
|
|
7
7
|
import { ekybMachine as B } from "@incodetech/core/ekyb";
|
|
8
8
|
import { ekycMachine as K } from "@incodetech/core/ekyc";
|
|
9
9
|
import { emailMachine as W } from "@incodetech/core/email";
|
|
@@ -142,16 +142,16 @@ const T = () => import("../id/id.es.js").then((e) => e.Id), F = {
|
|
|
142
142
|
ID: T,
|
|
143
143
|
TUTORIAL_ID: T,
|
|
144
144
|
SECOND_ID: T,
|
|
145
|
-
THIRD_ID: () => import("../documentUpload-
|
|
146
|
-
FACE_MATCH: () => import("../faceMatch-
|
|
145
|
+
THIRD_ID: () => import("../documentUpload-BBr5ijea.js").then((e) => e.DocumentUpload),
|
|
146
|
+
FACE_MATCH: () => import("../faceMatch-CiZ8QEzy.js").then((e) => e.FaceMatch),
|
|
147
147
|
CURP_VALIDATION: () => import("../curp-validation/curp-validation.es.js").then((e) => e.CurpValidation),
|
|
148
148
|
GOVT_VALIDATION_PROVISIONING: () => import("../governmentValidation/governmentValidation.es.js").then(
|
|
149
149
|
(e) => e.GovernmentValidation
|
|
150
150
|
),
|
|
151
151
|
GEOLOCATION: () => import("../geolocation/geolocation.es.js").then((e) => e.Geolocation),
|
|
152
|
-
EXTERNAL_VERIFICATION: () => import("../ekycModule-
|
|
153
|
-
EKYB: () => import("../ekybModule-
|
|
154
|
-
DOCUMENT_CAPTURE: () => import("../documentCapture-
|
|
152
|
+
EXTERNAL_VERIFICATION: () => import("../ekycModule-BjudjNd1.js").then((e) => e.EkycModule),
|
|
153
|
+
EKYB: () => import("../ekybModule-rXpGlGJI.js").then((e) => e.EkybModule),
|
|
154
|
+
DOCUMENT_CAPTURE: () => import("../documentCapture-C3vAq9ev.js").then(
|
|
155
155
|
(e) => e.DocumentCapture
|
|
156
156
|
)
|
|
157
157
|
};
|
package/dist/flow/styles.css
CHANGED
|
@@ -3195,7 +3195,6 @@
|
|
|
3195
3195
|
.IncodeCommonIssuesModal .IncodeCommonIssuesContent .IncodeCommonIssuesCard {
|
|
3196
3196
|
align-items: flex-start;
|
|
3197
3197
|
gap: var(--spacing-16, var(--spacing-16, 16px));
|
|
3198
|
-
background-color: var(--surface-neutral-50);
|
|
3199
3198
|
border-radius: 12px;
|
|
3200
3199
|
display: flex;
|
|
3201
3200
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { u as e, b as Z, S as m, B as M, r as K, I as B, a as I } from "../incodeModule-
|
|
1
|
+
import { u as e, b as Z, S as m, B as M, r as K, I as B, a as I } from "../incodeModule-DAveRAyZ.js";
|
|
2
2
|
import { createGeolocationManager as H } from "@incodetech/core/geolocation";
|
|
3
3
|
import { k as P, y as O } from "../vendor-preact-DP-hbKuj.js";
|
|
4
4
|
import { getBrowser as F, getDeviceClass as A } from "@incodetech/core";
|
|
5
5
|
import "../uiConfig-B8PUPgHY.js";
|
|
6
|
-
import { P as G } from "../page-
|
|
7
|
-
import { T as x } from "../Trans-
|
|
6
|
+
import { P as G } from "../page-CcgnVEBJ.js";
|
|
7
|
+
import { T as x } from "../Trans-CrErI8VP.js";
|
|
8
8
|
const V = () => /* @__PURE__ */ e(
|
|
9
9
|
"svg",
|
|
10
10
|
{
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { r as p, u as n, I as v, b as m, a as f, S as g } from "../incodeModule-
|
|
1
|
+
import { r as p, u as n, I as v, b as m, a as f, S as g } from "../incodeModule-DAveRAyZ.js";
|
|
2
2
|
import { createGovernmentValidationManager as h } from "@incodetech/core/government-validation";
|
|
3
3
|
import "../vendor-preact-DP-hbKuj.js";
|
|
4
4
|
import "@incodetech/core";
|
|
5
5
|
import "../uiConfig-B8PUPgHY.js";
|
|
6
|
-
import { S as c, E as I } from "../
|
|
7
|
-
import { W as V } from "../warningIcon-
|
|
8
|
-
import { O as G } from "../otpInput-
|
|
9
|
-
import { P as r } from "../page-
|
|
10
|
-
import { S } from "../spinner-
|
|
6
|
+
import { S as c, E as I } from "../successIcon-BXW0lXvd.js";
|
|
7
|
+
import { W as V } from "../warningIcon-CsSoiruR.js";
|
|
8
|
+
import { O as G } from "../otpInput-CoMOmDGR.js";
|
|
9
|
+
import { P as r } from "../page-CcgnVEBJ.js";
|
|
10
|
+
import { S } from "../spinner-IY4lPK0V.js";
|
|
11
11
|
const o = ({
|
|
12
12
|
variant: i,
|
|
13
13
|
icon: a,
|
package/dist/id/id.es.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { u as e, b as
|
|
1
|
+
import { u as e, b as C, S as p, B, c as w, r as z, I as N, a as O } from "../incodeModule-DAveRAyZ.js";
|
|
2
2
|
import { createIdCaptureManager as G } from "@incodetech/core/id";
|
|
3
|
-
import { d as m, y as v, k as K, D as Q, A as Z, q as
|
|
3
|
+
import { d as m, y as v, k as K, D as Q, A as Z, q as $ } from "../vendor-preact-DP-hbKuj.js";
|
|
4
4
|
import "@incodetech/core";
|
|
5
|
-
import { L as E, B as
|
|
6
|
-
import { P as
|
|
5
|
+
import { L as E, B as j, P as q } from "../baseTutorial-i0kcCybX.js";
|
|
6
|
+
import { P as W } from "../processing-C-wThMBe.js";
|
|
7
7
|
import "../uiConfig-B8PUPgHY.js";
|
|
8
|
-
import { L as J, P as X, a as Y, b as e1, c as t1, C as i1, d as n1 } from "../captureFooter-
|
|
9
|
-
import { P as M } from "../page-
|
|
10
|
-
import { T as H, S as D } from "../spinner-
|
|
8
|
+
import { L as J, P as X, a as Y, b as e1, c as t1, C as i1, d as n1 } from "../captureFooter-BVLebxk_.js";
|
|
9
|
+
import { P as M } from "../page-CcgnVEBJ.js";
|
|
10
|
+
import { T as H, S as D } from "../spinner-IY4lPK0V.js";
|
|
11
11
|
const r1 = ({ className: n }) => /* @__PURE__ */ e(
|
|
12
12
|
"svg",
|
|
13
13
|
{
|
|
@@ -191,7 +191,7 @@ const r1 = ({ className: n }) => /* @__PURE__ */ e(
|
|
|
191
191
|
onClose: n,
|
|
192
192
|
onTakeManually: t
|
|
193
193
|
}) => {
|
|
194
|
-
const { t: i } =
|
|
194
|
+
const { t: i } = C(), r = () => {
|
|
195
195
|
t(), n();
|
|
196
196
|
};
|
|
197
197
|
return /* @__PURE__ */ e("div", { class: "IncodeCommonIssuesModal", children: /* @__PURE__ */ e("div", { class: "IncodeCommonIssuesModalContent", children: [
|
|
@@ -277,7 +277,7 @@ const r1 = ({ className: n }) => /* @__PURE__ */ e(
|
|
|
277
277
|
bottomContent: s,
|
|
278
278
|
overlayContent: c
|
|
279
279
|
}) => {
|
|
280
|
-
const { t: l } =
|
|
280
|
+
const { t: l } = C();
|
|
281
281
|
return /* @__PURE__ */ e(M, { hideHeader: !0, hideFooterBranding: !0, children: /* @__PURE__ */ e("div", { class: "IncodeIdProcessingLayout", children: /* @__PURE__ */ e("div", { class: "IncodeIdProcessingLayoutContent", children: [
|
|
282
282
|
o && /* @__PURE__ */ e("div", { class: "IncodeIdProcessingTopArea", children: o }),
|
|
283
283
|
/* @__PURE__ */ e(
|
|
@@ -307,13 +307,13 @@ const r1 = ({ className: n }) => /* @__PURE__ */ e(
|
|
|
307
307
|
s
|
|
308
308
|
] })
|
|
309
309
|
] }) }) });
|
|
310
|
-
},
|
|
310
|
+
}, C1 = ({
|
|
311
311
|
imageUrl: n,
|
|
312
312
|
progress: t,
|
|
313
313
|
orientation: i,
|
|
314
314
|
mode: r
|
|
315
315
|
}) => {
|
|
316
|
-
const { t: o } =
|
|
316
|
+
const { t: o } = C(), s = i !== "vertical" || r === "passport", [c, l] = m(null);
|
|
317
317
|
return v(() => {
|
|
318
318
|
s ? import("../id-laser-h-BBV3r3rz.js").then((d) => {
|
|
319
319
|
l(d.default);
|
|
@@ -341,7 +341,7 @@ const r1 = ({ className: n }) => /* @__PURE__ */ e(
|
|
|
341
341
|
) : null
|
|
342
342
|
}
|
|
343
343
|
);
|
|
344
|
-
},
|
|
344
|
+
}, u1 = ({ className: n }) => /* @__PURE__ */ e(
|
|
345
345
|
"svg",
|
|
346
346
|
{
|
|
347
347
|
class: n,
|
|
@@ -386,7 +386,7 @@ const r1 = ({ className: n }) => /* @__PURE__ */ e(
|
|
|
386
386
|
onButtonClick: l,
|
|
387
387
|
attemptsRemaining: d
|
|
388
388
|
}) => {
|
|
389
|
-
const { t: a } =
|
|
389
|
+
const { t: a } = C();
|
|
390
390
|
return /* @__PURE__ */ e(
|
|
391
391
|
V,
|
|
392
392
|
{
|
|
@@ -395,7 +395,7 @@ const r1 = ({ className: n }) => /* @__PURE__ */ e(
|
|
|
395
395
|
mode: r,
|
|
396
396
|
borderState: n,
|
|
397
397
|
topContent: /* @__PURE__ */ e("div", { class: "IncodeIdProcessingResultContent", children: [
|
|
398
|
-
n === "success" ? /* @__PURE__ */ e(
|
|
398
|
+
n === "success" ? /* @__PURE__ */ e(u1, { className: "IncodeIdProcessingResultIcon" }) : /* @__PURE__ */ e(A, { className: "IncodeIdProcessingResultIcon" }),
|
|
399
399
|
/* @__PURE__ */ e(p, { size: 16 }),
|
|
400
400
|
o && /* @__PURE__ */ e("h2", { class: "IncodeIdProcessingResultTitle", children: o }),
|
|
401
401
|
s && /* @__PURE__ */ e(K, { children: [
|
|
@@ -412,7 +412,7 @@ const r1 = ({ className: n }) => /* @__PURE__ */ e(
|
|
|
412
412
|
}
|
|
413
413
|
);
|
|
414
414
|
}, p1 = ({ manager: n, state: t }) => {
|
|
415
|
-
const { t: i } =
|
|
415
|
+
const { t: i } = C();
|
|
416
416
|
if (!t.previewImageUrl)
|
|
417
417
|
return null;
|
|
418
418
|
const r = t.currentMode === "passport" ? "passport" : "id", o = () => t.needsBackCapture ? i("v2.idSuccess.subtitle") : t.needsFrontCapture ? i("idv2.capture.processing.successBackSubtitleScanFront") : i("v2.idSuccess.subtitleBack"), s = () => t.needsBackCapture ? i("idv2.capture.processing.scanBack") : t.needsFrontCapture ? i("idv2.capture.processing.scanFront") : i("idv2.capturePreview.continue");
|
|
@@ -430,7 +430,7 @@ const r1 = ({ className: n }) => /* @__PURE__ */ e(
|
|
|
430
430
|
}
|
|
431
431
|
);
|
|
432
432
|
}, R = ({ manager: n, state: t, ...i }) => {
|
|
433
|
-
const { t: r } =
|
|
433
|
+
const { t: r } = C();
|
|
434
434
|
if (t.status === "error")
|
|
435
435
|
return /* @__PURE__ */ e("div", { class: "IncodeIdError", children: [
|
|
436
436
|
/* @__PURE__ */ e("div", { class: "IncodeIdErrorMessage", children: t.error }),
|
|
@@ -452,7 +452,7 @@ const r1 = ({ className: n }) => /* @__PURE__ */ e(
|
|
|
452
452
|
}
|
|
453
453
|
) : null;
|
|
454
454
|
}, h1 = ({ manager: n }) => {
|
|
455
|
-
const { t } =
|
|
455
|
+
const { t } = C(), i = () => {
|
|
456
456
|
n.retryCapture();
|
|
457
457
|
};
|
|
458
458
|
return /* @__PURE__ */ e(M, { hideHeader: !0, hideFooterBranding: !0, className: "IncodeIdExpiredPage", children: [
|
|
@@ -474,7 +474,7 @@ const x = {
|
|
|
474
474
|
front: () => import("../frontdevicelottie-KhKxT5n9.js"),
|
|
475
475
|
back: () => import("../backdevicelottie-B4NgyWmX.js")
|
|
476
476
|
};
|
|
477
|
-
function
|
|
477
|
+
function U(n) {
|
|
478
478
|
k || (k = !0, Promise.all([
|
|
479
479
|
x.blur(),
|
|
480
480
|
x.glare(),
|
|
@@ -487,7 +487,7 @@ function z(n) {
|
|
|
487
487
|
}));
|
|
488
488
|
}
|
|
489
489
|
function f1() {
|
|
490
|
-
|
|
490
|
+
U();
|
|
491
491
|
}
|
|
492
492
|
function I1() {
|
|
493
493
|
v(() => {
|
|
@@ -495,9 +495,9 @@ function I1() {
|
|
|
495
495
|
}, []);
|
|
496
496
|
}
|
|
497
497
|
function m1(n, t) {
|
|
498
|
-
const { t: i } =
|
|
498
|
+
const { t: i } = C(), [, r] = m(0);
|
|
499
499
|
if (v(() => {
|
|
500
|
-
|
|
500
|
+
U(() => r((o) => o + 1));
|
|
501
501
|
}, []), n === "blur")
|
|
502
502
|
return {
|
|
503
503
|
title: i("idv2.capture.notifications.blur.title"),
|
|
@@ -550,7 +550,7 @@ const v1 = ({
|
|
|
550
550
|
onCapture: c,
|
|
551
551
|
onOpenHelp: l
|
|
552
552
|
}, d) => {
|
|
553
|
-
const { t: a } =
|
|
553
|
+
const { t: a } = C();
|
|
554
554
|
I1();
|
|
555
555
|
const L = i === "detecting" || i === "idNotDetected" || i === "manualCapture", b = () => o || i === "capturing" ? "capturing" : i === "blur" || i === "glare" || i === "wrongSide" || i === "farAway" ? "error" : "idle", h = () => {
|
|
556
556
|
if (o || i === "capturing")
|
|
@@ -572,7 +572,7 @@ const v1 = ({
|
|
|
572
572
|
};
|
|
573
573
|
}
|
|
574
574
|
return null;
|
|
575
|
-
}, P = b(), y = h(),
|
|
575
|
+
}, P = b(), y = h(), u = n === "passport", I = t !== "vertical" || u, g = I ? "horizontal" : "vertical";
|
|
576
576
|
return /* @__PURE__ */ e(
|
|
577
577
|
i1,
|
|
578
578
|
{
|
|
@@ -599,7 +599,7 @@ const v1 = ({
|
|
|
599
599
|
variant: "locked",
|
|
600
600
|
orientation: g,
|
|
601
601
|
frameState: P,
|
|
602
|
-
className: w(
|
|
602
|
+
className: w(u && "IncodeCaptureFramePassport"),
|
|
603
603
|
children: o && r > 0 && /* @__PURE__ */ e("div", { class: "IncodeCaptureCounter", children: r })
|
|
604
604
|
}
|
|
605
605
|
),
|
|
@@ -620,16 +620,13 @@ const v1 = ({
|
|
|
620
620
|
);
|
|
621
621
|
}
|
|
622
622
|
), w1 = ({ manager: n, state: t }) => {
|
|
623
|
-
const { t: i } =
|
|
623
|
+
const { t: i } = C();
|
|
624
624
|
if (t.captureStatus === "initializing")
|
|
625
|
-
return /* @__PURE__ */ e(M, { hideHeader: !0, hideFooterBranding: !0, className: "IncodeIdCapturePage", children: /* @__PURE__ */ e(
|
|
626
|
-
/* @__PURE__ */ e(D, { size: "large" }),
|
|
627
|
-
/* @__PURE__ */ e("p", { class: "IncodeCaptureInitializingText", children: i("idv2.capture.initializing") })
|
|
628
|
-
] }) });
|
|
625
|
+
return /* @__PURE__ */ e(M, { hideHeader: !0, hideFooterBranding: !0, className: "IncodeIdCapturePage", children: /* @__PURE__ */ e(D, { size: "large", title: `${i("webcam.loading")}...` }) });
|
|
629
626
|
if (t.captureStatus === "uploading" && t.previewImageUrl) {
|
|
630
627
|
const r = t.currentMode === "passport" ? "passport" : "id";
|
|
631
628
|
return /* @__PURE__ */ e(
|
|
632
|
-
|
|
629
|
+
C1,
|
|
633
630
|
{
|
|
634
631
|
imageUrl: t.previewImageUrl,
|
|
635
632
|
progress: t.uploadProgress ?? 0,
|
|
@@ -642,17 +639,17 @@ const v1 = ({
|
|
|
642
639
|
}, L1 = ({ manager: n, state: t }) => {
|
|
643
640
|
const i = Z(null), r = Z(null), [o, s] = m(!1), [c, l] = m(!1);
|
|
644
641
|
v(() => {
|
|
645
|
-
const
|
|
646
|
-
if (!
|
|
642
|
+
const u = i.current;
|
|
643
|
+
if (!u || !t.stream) {
|
|
647
644
|
l(!1);
|
|
648
645
|
return;
|
|
649
646
|
}
|
|
650
647
|
l(!1);
|
|
651
648
|
const I = () => l(!0);
|
|
652
|
-
return
|
|
653
|
-
}), () =>
|
|
649
|
+
return u.addEventListener("playing", I), u.srcObject = t.stream, u.play().catch(() => {
|
|
650
|
+
}), () => u.removeEventListener("playing", I);
|
|
654
651
|
}, [t.stream]), v(() => {
|
|
655
|
-
const
|
|
652
|
+
const u = () => {
|
|
656
653
|
const I = r.current;
|
|
657
654
|
if (!I)
|
|
658
655
|
return;
|
|
@@ -664,7 +661,7 @@ const v1 = ({
|
|
|
664
661
|
height: g.height
|
|
665
662
|
});
|
|
666
663
|
};
|
|
667
|
-
return
|
|
664
|
+
return u(), window.addEventListener("resize", u), () => window.removeEventListener("resize", u);
|
|
668
665
|
}, [n, t.orientation, c]);
|
|
669
666
|
const d = t.captureStatus === "capturing" || t.detectionStatus === "capturing", a = t.detectionStatus, L = a === "manualCapture" || t.showCaptureButtonInAuto && t.captureStatus === "detecting" && a !== "capturing", b = () => {
|
|
670
667
|
s(!0);
|
|
@@ -1257,7 +1254,7 @@ const v1 = ({
|
|
|
1257
1254
|
]
|
|
1258
1255
|
}
|
|
1259
1256
|
), M1 = ({ manager: n }) => {
|
|
1260
|
-
const { t } =
|
|
1257
|
+
const { t } = C(), i = () => {
|
|
1261
1258
|
n.selectDocument("id");
|
|
1262
1259
|
}, r = () => {
|
|
1263
1260
|
n.selectDocument("passport");
|
|
@@ -1298,13 +1295,13 @@ const v1 = ({
|
|
|
1298
1295
|
manager: n,
|
|
1299
1296
|
direction: t
|
|
1300
1297
|
}) => {
|
|
1301
|
-
const [i, r] = m(null), [o, s] = m(!1), { t: c } =
|
|
1298
|
+
const [i, r] = m(null), [o, s] = m(!1), { t: c } = C();
|
|
1302
1299
|
v(() => {
|
|
1303
1300
|
import("../flip-animation-COR596wy.js").then((a) => {
|
|
1304
1301
|
r(a.default);
|
|
1305
1302
|
});
|
|
1306
1303
|
}, []);
|
|
1307
|
-
const l =
|
|
1304
|
+
const l = $(async () => {
|
|
1308
1305
|
await new Promise((a) => setTimeout(a, 1e3)), t === "toBack" ? n.continueToBack() : n.continueToFront(), s(!0);
|
|
1309
1306
|
}, [t, n]);
|
|
1310
1307
|
return o ? /* @__PURE__ */ e(D, { size: "large" }) : i ? /* @__PURE__ */ e("div", { class: "IncodeFlipAnimation", children: [
|
|
@@ -1320,7 +1317,7 @@ const v1 = ({
|
|
|
1320
1317
|
)
|
|
1321
1318
|
] }) : null;
|
|
1322
1319
|
}, b1 = ({ manager: n, state: t }) => {
|
|
1323
|
-
const { t: i } =
|
|
1320
|
+
const { t: i } = C(), [r, o] = m(!1), [s, c] = m(null), l = t.selectedDocumentType === "passport", d = t.currentMode === "back";
|
|
1324
1321
|
if (v(() => {
|
|
1325
1322
|
l ? import("../passport-tutorial-CaYBFTqt.js").then((h) => {
|
|
1326
1323
|
c(h.default);
|
|
@@ -1333,7 +1330,7 @@ const v1 = ({
|
|
|
1333
1330
|
return null;
|
|
1334
1331
|
const a = i(l ? "idv2.capture.passport.title" : d ? "idv2.tutorial.v2.titleBack" : "idv2.tutorial.v2.title"), L = i(l ? "idv2.capture.passport.subtitle" : d ? "idv2.tutorial.subtitleBack" : "idv2.tutorial.subtitle");
|
|
1335
1332
|
return /* @__PURE__ */ e(
|
|
1336
|
-
|
|
1333
|
+
j,
|
|
1337
1334
|
{
|
|
1338
1335
|
animationData: s,
|
|
1339
1336
|
title: a,
|
|
@@ -1353,14 +1350,14 @@ const v1 = ({
|
|
|
1353
1350
|
}, P1 = ({ config: n, onFinish: t, onError: i }) => {
|
|
1354
1351
|
const [r, o] = O(() => G({ config: n }));
|
|
1355
1352
|
return r.status === "idle" || r.status === "loading" ? null : r.status === "chooser" ? /* @__PURE__ */ e(M1, { manager: o }) : r.status === "tutorial" ? /* @__PURE__ */ e(b1, { manager: o, state: r }) : r.status === "permissions" ? /* @__PURE__ */ e(
|
|
1356
|
-
|
|
1353
|
+
q,
|
|
1357
1354
|
{
|
|
1358
1355
|
manager: o,
|
|
1359
1356
|
permissionStatus: r.permissionStatus
|
|
1360
1357
|
}
|
|
1361
|
-
) : r.status === "frontFinished" ? /* @__PURE__ */ e(T, { manager: o, direction: "toBack" }) : r.status === "backFinished" ? /* @__PURE__ */ e(T, { manager: o, direction: "toFront" }) : r.status === "capture" ? /* @__PURE__ */ e(w1, { manager: o, state: r, onFinish: () => t?.() }) : r.status === "processing" ? /* @__PURE__ */ e(
|
|
1358
|
+
) : r.status === "frontFinished" ? /* @__PURE__ */ e(T, { manager: o, direction: "toBack" }) : r.status === "backFinished" ? /* @__PURE__ */ e(T, { manager: o, direction: "toFront" }) : r.status === "capture" ? /* @__PURE__ */ e(w1, { manager: o, state: r, onFinish: () => t?.() }) : r.status === "processing" ? /* @__PURE__ */ e(W, {}) : r.status === "expired" ? /* @__PURE__ */ e(h1, { manager: o }) : r.status === "finished" ? (t?.(), null) : r.status === "closed" ? (i?.(void 0), null) : r.status === "error" ? /* @__PURE__ */ e(R, { manager: o, state: r, onError: i }) : null;
|
|
1362
1359
|
}, _1 = ({ config: n, onFinish: t, onError: i }) => /* @__PURE__ */ e(N, { children: n ? /* @__PURE__ */ e(P1, { config: n, onFinish: t, onError: i }) : null });
|
|
1363
|
-
|
|
1360
|
+
z(_1, "incode-id");
|
|
1364
1361
|
export {
|
|
1365
1362
|
_1 as Id
|
|
1366
1363
|
};
|
package/dist/id/styles.css
CHANGED
|
@@ -700,7 +700,6 @@
|
|
|
700
700
|
.IncodeCommonIssuesModal .IncodeCommonIssuesContent .IncodeCommonIssuesCard {
|
|
701
701
|
align-items: flex-start;
|
|
702
702
|
gap: var(--spacing-16, var(--spacing-16, 16px));
|
|
703
|
-
background-color: var(--surface-neutral-50);
|
|
704
703
|
border-radius: 12px;
|
|
705
704
|
display: flex;
|
|
706
705
|
}
|
|
@@ -38,7 +38,68 @@ function E() {
|
|
|
38
38
|
i18n: e
|
|
39
39
|
};
|
|
40
40
|
}
|
|
41
|
-
const
|
|
41
|
+
const P = /* @__PURE__ */ new Set([
|
|
42
|
+
0,
|
|
43
|
+
2,
|
|
44
|
+
4,
|
|
45
|
+
8,
|
|
46
|
+
12,
|
|
47
|
+
16,
|
|
48
|
+
20,
|
|
49
|
+
24,
|
|
50
|
+
32,
|
|
51
|
+
40,
|
|
52
|
+
48,
|
|
53
|
+
64,
|
|
54
|
+
80,
|
|
55
|
+
96,
|
|
56
|
+
104,
|
|
57
|
+
120,
|
|
58
|
+
160,
|
|
59
|
+
200
|
|
60
|
+
]), j = (e, n) => n === "horizontal" ? {
|
|
61
|
+
0: "IncodeSpacerHorizontal0",
|
|
62
|
+
2: "IncodeSpacerHorizontal2",
|
|
63
|
+
4: "IncodeSpacerHorizontal4",
|
|
64
|
+
8: "IncodeSpacerHorizontal8",
|
|
65
|
+
12: "IncodeSpacerHorizontal12",
|
|
66
|
+
16: "IncodeSpacerHorizontal16",
|
|
67
|
+
20: "IncodeSpacerHorizontal20",
|
|
68
|
+
24: "IncodeSpacerHorizontal24",
|
|
69
|
+
32: "IncodeSpacerHorizontal32",
|
|
70
|
+
40: "IncodeSpacerHorizontal40",
|
|
71
|
+
48: "IncodeSpacerHorizontal48",
|
|
72
|
+
64: "IncodeSpacerHorizontal64",
|
|
73
|
+
80: "IncodeSpacerHorizontal80",
|
|
74
|
+
96: "IncodeSpacerHorizontal96",
|
|
75
|
+
104: "IncodeSpacerHorizontal104",
|
|
76
|
+
120: "IncodeSpacerHorizontal120",
|
|
77
|
+
160: "IncodeSpacerHorizontal160",
|
|
78
|
+
200: "IncodeSpacerHorizontal200"
|
|
79
|
+
}[e] : {
|
|
80
|
+
0: "IncodeSpacerVertical0",
|
|
81
|
+
2: "IncodeSpacerVertical2",
|
|
82
|
+
4: "IncodeSpacerVertical4",
|
|
83
|
+
8: "IncodeSpacerVertical8",
|
|
84
|
+
12: "IncodeSpacerVertical12",
|
|
85
|
+
16: "IncodeSpacerVertical16",
|
|
86
|
+
20: "IncodeSpacerVertical20",
|
|
87
|
+
24: "IncodeSpacerVertical24",
|
|
88
|
+
32: "IncodeSpacerVertical32",
|
|
89
|
+
40: "IncodeSpacerVertical40",
|
|
90
|
+
48: "IncodeSpacerVertical48",
|
|
91
|
+
64: "IncodeSpacerVertical64",
|
|
92
|
+
80: "IncodeSpacerVertical80",
|
|
93
|
+
96: "IncodeSpacerVertical96",
|
|
94
|
+
104: "IncodeSpacerVertical104",
|
|
95
|
+
120: "IncodeSpacerVertical120",
|
|
96
|
+
160: "IncodeSpacerVertical160",
|
|
97
|
+
200: "IncodeSpacerVertical200"
|
|
98
|
+
}[e], ce = ({
|
|
99
|
+
size: e,
|
|
100
|
+
className: n,
|
|
101
|
+
direction: t = "vertical"
|
|
102
|
+
}) => e === void 0 ? /* @__PURE__ */ i("div", { class: `IncodeSpacerFlex ${n || ""}` }) : (t === "horizontal" ? "w" : t === "vertical" ? "h" : void 0) ? typeof e == "number" && P.has(e) ? /* @__PURE__ */ i("div", { class: `${j(e, t)} ${n || ""}` }) : /* @__PURE__ */ i("div", { class: `${n || ""}` }) : /* @__PURE__ */ i("div", { class: `${n || ""}` }), g = (...e) => {
|
|
42
103
|
const n = [];
|
|
43
104
|
for (const t of e)
|
|
44
105
|
if (t) {
|
|
@@ -49,7 +110,7 @@ const g = (...e) => {
|
|
|
49
110
|
c && n.push(o);
|
|
50
111
|
}
|
|
51
112
|
return n.join(" ");
|
|
52
|
-
},
|
|
113
|
+
}, $ = ({
|
|
53
114
|
size: e,
|
|
54
115
|
className: n
|
|
55
116
|
}) => /* @__PURE__ */ i(
|
|
@@ -66,7 +127,7 @@ const g = (...e) => {
|
|
|
66
127
|
/* @__PURE__ */ i("path", { d: "M28.1614 15.2837C29.453 15.2837 30.5186 14.2304 30.3181 12.9545C30.1344 11.7862 29.8129 10.6411 29.3582 9.54344C28.6044 7.72356 27.4995 6.06997 26.1066 4.67709C24.7137 3.28421 23.0601 2.17932 21.2403 1.4255C20.1426 0.970841 18.9974 0.649265 17.8292 0.46563C16.5533 0.265073 15.5 1.33073 15.5 2.62232C15.5 3.91391 16.5601 4.93461 17.8187 5.22473C18.3748 5.35291 18.9206 5.52729 19.4503 5.74672C20.7028 6.26548 21.8407 7.02585 22.7993 7.98441C23.7578 8.94296 24.5182 10.0809 25.037 11.3333C25.2564 11.8631 25.4308 12.4089 25.559 12.965C25.8491 14.2236 26.8698 15.2837 28.1614 15.2837Z" })
|
|
67
128
|
]
|
|
68
129
|
}
|
|
69
|
-
),
|
|
130
|
+
), A = ({
|
|
70
131
|
size: e,
|
|
71
132
|
className: n
|
|
72
133
|
}) => /* @__PURE__ */ i(
|
|
@@ -83,22 +144,22 @@ const g = (...e) => {
|
|
|
83
144
|
/* @__PURE__ */ i("path", { d: "M30.5 15.2837C30.5 23.568 23.7843 30.2837 15.5 30.2837C7.21573 30.2837 0.5 23.568 0.5 15.2837C0.5 6.99942 7.21573 0.283691 15.5 0.283691C23.7843 0.283691 30.5 6.99942 30.5 15.2837ZM5.17725 15.2837C5.17725 20.9848 9.7989 25.6064 15.5 25.6064C21.2011 25.6064 25.8227 20.9848 25.8227 15.2837C25.8227 9.5826 21.2011 4.96095 15.5 4.96095C9.7989 4.96095 5.17725 9.5826 5.17725 15.2837Z" })
|
|
84
145
|
]
|
|
85
146
|
}
|
|
86
|
-
),
|
|
147
|
+
), T = ({
|
|
87
148
|
size: e = 30,
|
|
88
149
|
secondaryClass: n,
|
|
89
150
|
primaryClass: t
|
|
90
151
|
}) => /* @__PURE__ */ i("div", { class: "IncodeLoadingIcon", children: [
|
|
91
|
-
/* @__PURE__ */ i(
|
|
92
|
-
/* @__PURE__ */ i("div", { class: "IncodeLoadingIconPrimary", children: /* @__PURE__ */ i(
|
|
93
|
-
] }),
|
|
152
|
+
/* @__PURE__ */ i(A, { size: e, className: n }),
|
|
153
|
+
/* @__PURE__ */ i("div", { class: "IncodeLoadingIconPrimary", children: /* @__PURE__ */ i($, { size: e, className: t }) })
|
|
154
|
+
] }), F = 30, N = {
|
|
94
155
|
primary: "IncodeButtonPrimary",
|
|
95
156
|
secondary: "IncodeButtonSecondary",
|
|
96
157
|
link: "IncodeButtonLink"
|
|
97
|
-
},
|
|
158
|
+
}, R = {
|
|
98
159
|
L: "IncodeButtonL",
|
|
99
160
|
M: "IncodeButtonM",
|
|
100
161
|
S: "IncodeButtonS"
|
|
101
|
-
},
|
|
162
|
+
}, ae = (e) => {
|
|
102
163
|
const {
|
|
103
164
|
isLoading: n = !1,
|
|
104
165
|
variant: t = "primary",
|
|
@@ -109,7 +170,7 @@ const g = (...e) => {
|
|
|
109
170
|
children: s,
|
|
110
171
|
disabled: l,
|
|
111
172
|
...d
|
|
112
|
-
} = e, u = !s && !!c, p = n && o === "L", z = () => p ? /* @__PURE__ */ i(
|
|
173
|
+
} = e, u = !s && !!c, p = n && o === "L", z = () => p ? /* @__PURE__ */ i(T, { size: F }) : u ? c : c ? /* @__PURE__ */ i(C, { children: [
|
|
113
174
|
s,
|
|
114
175
|
c
|
|
115
176
|
] }) : s;
|
|
@@ -119,8 +180,8 @@ const g = (...e) => {
|
|
|
119
180
|
...d,
|
|
120
181
|
class: g(
|
|
121
182
|
"IncodeButton",
|
|
122
|
-
|
|
123
|
-
|
|
183
|
+
N[t],
|
|
184
|
+
R[o],
|
|
124
185
|
p ? "IncodeButtonLoading" : "",
|
|
125
186
|
u ? "IncodeButtonIconOnly" : "",
|
|
126
187
|
r
|
|
@@ -130,68 +191,7 @@ const g = (...e) => {
|
|
|
130
191
|
children: z()
|
|
131
192
|
}
|
|
132
193
|
);
|
|
133
|
-
},
|
|
134
|
-
0,
|
|
135
|
-
2,
|
|
136
|
-
4,
|
|
137
|
-
8,
|
|
138
|
-
12,
|
|
139
|
-
16,
|
|
140
|
-
20,
|
|
141
|
-
24,
|
|
142
|
-
32,
|
|
143
|
-
40,
|
|
144
|
-
48,
|
|
145
|
-
64,
|
|
146
|
-
80,
|
|
147
|
-
96,
|
|
148
|
-
104,
|
|
149
|
-
120,
|
|
150
|
-
160,
|
|
151
|
-
200
|
|
152
|
-
]), R = (e, n) => n === "horizontal" ? {
|
|
153
|
-
0: "IncodeSpacerHorizontal0",
|
|
154
|
-
2: "IncodeSpacerHorizontal2",
|
|
155
|
-
4: "IncodeSpacerHorizontal4",
|
|
156
|
-
8: "IncodeSpacerHorizontal8",
|
|
157
|
-
12: "IncodeSpacerHorizontal12",
|
|
158
|
-
16: "IncodeSpacerHorizontal16",
|
|
159
|
-
20: "IncodeSpacerHorizontal20",
|
|
160
|
-
24: "IncodeSpacerHorizontal24",
|
|
161
|
-
32: "IncodeSpacerHorizontal32",
|
|
162
|
-
40: "IncodeSpacerHorizontal40",
|
|
163
|
-
48: "IncodeSpacerHorizontal48",
|
|
164
|
-
64: "IncodeSpacerHorizontal64",
|
|
165
|
-
80: "IncodeSpacerHorizontal80",
|
|
166
|
-
96: "IncodeSpacerHorizontal96",
|
|
167
|
-
104: "IncodeSpacerHorizontal104",
|
|
168
|
-
120: "IncodeSpacerHorizontal120",
|
|
169
|
-
160: "IncodeSpacerHorizontal160",
|
|
170
|
-
200: "IncodeSpacerHorizontal200"
|
|
171
|
-
}[e] : {
|
|
172
|
-
0: "IncodeSpacerVertical0",
|
|
173
|
-
2: "IncodeSpacerVertical2",
|
|
174
|
-
4: "IncodeSpacerVertical4",
|
|
175
|
-
8: "IncodeSpacerVertical8",
|
|
176
|
-
12: "IncodeSpacerVertical12",
|
|
177
|
-
16: "IncodeSpacerVertical16",
|
|
178
|
-
20: "IncodeSpacerVertical20",
|
|
179
|
-
24: "IncodeSpacerVertical24",
|
|
180
|
-
32: "IncodeSpacerVertical32",
|
|
181
|
-
40: "IncodeSpacerVertical40",
|
|
182
|
-
48: "IncodeSpacerVertical48",
|
|
183
|
-
64: "IncodeSpacerVertical64",
|
|
184
|
-
80: "IncodeSpacerVertical80",
|
|
185
|
-
96: "IncodeSpacerVertical96",
|
|
186
|
-
104: "IncodeSpacerVertical104",
|
|
187
|
-
120: "IncodeSpacerVertical120",
|
|
188
|
-
160: "IncodeSpacerVertical160",
|
|
189
|
-
200: "IncodeSpacerVertical200"
|
|
190
|
-
}[e], ae = ({
|
|
191
|
-
size: e,
|
|
192
|
-
className: n,
|
|
193
|
-
direction: t = "vertical"
|
|
194
|
-
}) => e === void 0 ? /* @__PURE__ */ i("div", { class: `IncodeSpacerFlex ${n || ""}` }) : (t === "horizontal" ? "w" : t === "vertical" ? "h" : void 0) ? typeof e == "number" && N.has(e) ? /* @__PURE__ */ i("div", { class: `${R(e, t)} ${n || ""}` }) : /* @__PURE__ */ i("div", { class: `${n || ""}` }) : /* @__PURE__ */ i("div", { class: `${n || ""}` }), Z = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='90'%20height='90'%20viewBox='0%200%2090%2090'%3e%3cg%20fill='%2320263D'%3e%3cpath%20d='M84.12%2027.54l-2.58-2.58L65.036%208.456l-2.58-2.58c-3.127-3.127-8.58-2.764-12.157.81L6.69%2050.306c-3.574%203.574-3.938%209.027-.81%2012.158l21.66%2021.66c3.128%203.127%208.58%202.764%2012.157-.81l43.617-43.616c3.574-3.578%203.937-9.03.806-12.158zm-5.524%208.617l-42.439%2042.44c-1.3%201.3-3.28%201.432-4.42.296l-20.63-20.63c-1.14-1.14-1.008-3.12.297-4.42l42.438-42.44c1.302-1.3%203.282-1.432%204.422-.296l1.031%201.032c1.14%201.14%201.009%203.12-.296%204.421-1.302%201.301-1.433%203.281-.297%204.421L69.02%2031.297c1.14%201.14%203.12%201.01%204.421-.296%201.301-1.301%203.281-1.432%204.421-.296l1.031%201.031c1.137%201.14%201.005%203.12-.296%204.421zM51.885%2090a3.135%203.135%200%2001-2.22-5.351l8.925-8.925a3.138%203.138%200%20014.646.233l3.308%204.046c10.114-5.374%2017.081-15.994%2017.178-28.14a3.136%203.136%200%20013.136-3.113h.026a3.14%203.14%200%20013.112%203.161C89.835%2072.746%2072.746%2089.835%2051.911%2090h-.026zM38.115%200a3.135%203.135%200%20012.22%205.351l-8.925%208.925a3.125%203.125%200%2001-2.378.915%203.138%203.138%200%2001-2.272-1.147l-3.308-4.046C13.34%2015.37%206.373%2025.99%206.274%2038.138a3.14%203.14%200%2001-3.139%203.112h-.026a3.139%203.139%200%2001-3.11-3.161C.166%2017.254%2017.255.165%2038.09%200h.026z'/%3e%3c/g%3e%3c/svg%3e";
|
|
194
|
+
}, Z = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='90'%20height='90'%20viewBox='0%200%2090%2090'%3e%3cg%20fill='%2320263D'%3e%3cpath%20d='M84.12%2027.54l-2.58-2.58L65.036%208.456l-2.58-2.58c-3.127-3.127-8.58-2.764-12.157.81L6.69%2050.306c-3.574%203.574-3.938%209.027-.81%2012.158l21.66%2021.66c3.128%203.127%208.58%202.764%2012.157-.81l43.617-43.616c3.574-3.578%203.937-9.03.806-12.158zm-5.524%208.617l-42.439%2042.44c-1.3%201.3-3.28%201.432-4.42.296l-20.63-20.63c-1.14-1.14-1.008-3.12.297-4.42l42.438-42.44c1.302-1.3%203.282-1.432%204.422-.296l1.031%201.032c1.14%201.14%201.009%203.12-.296%204.421-1.302%201.301-1.433%203.281-.297%204.421L69.02%2031.297c1.14%201.14%203.12%201.01%204.421-.296%201.301-1.301%203.281-1.432%204.421-.296l1.031%201.031c1.137%201.14%201.005%203.12-.296%204.421zM51.885%2090a3.135%203.135%200%2001-2.22-5.351l8.925-8.925a3.138%203.138%200%20014.646.233l3.308%204.046c10.114-5.374%2017.081-15.994%2017.178-28.14a3.136%203.136%200%20013.136-3.113h.026a3.14%203.14%200%20013.112%203.161C89.835%2072.746%2072.746%2089.835%2051.911%2090h-.026zM38.115%200a3.135%203.135%200%20012.22%205.351l-8.925%208.925a3.125%203.125%200%2001-2.378.915%203.138%203.138%200%2001-2.272-1.147l-3.308-4.046C13.34%2015.37%206.373%2025.99%206.274%2038.138a3.14%203.14%200%2001-3.139%203.112h-.026a3.139%203.139%200%2001-3.11-3.161C.166%2017.254%2017.255.165%2038.09%200h.026z'/%3e%3c/g%3e%3c/svg%3e";
|
|
195
195
|
function U() {
|
|
196
196
|
const [e, n] = f(null), t = B(null);
|
|
197
197
|
return I(() => {
|
|
@@ -315,10 +315,10 @@ function se(e, n) {
|
|
|
315
315
|
Y(e, n, ee);
|
|
316
316
|
}
|
|
317
317
|
export {
|
|
318
|
-
|
|
318
|
+
ae as B,
|
|
319
319
|
ie as I,
|
|
320
|
-
|
|
321
|
-
|
|
320
|
+
T as L,
|
|
321
|
+
ce as S,
|
|
322
322
|
re as a,
|
|
323
323
|
E as b,
|
|
324
324
|
g as c,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { u as C, S as n } from "./incodeModule-
|
|
1
|
+
import { u as C, S as n } from "./incodeModule-DAveRAyZ.js";
|
|
2
2
|
import { u as g } from "./uiConfig-B8PUPgHY.js";
|
|
3
3
|
import { k as t } from "./vendor-preact-DP-hbKuj.js";
|
|
4
4
|
const V = "data:image/svg+xml,%3csvg%20width='76'%20height='20'%20viewBox='0%200%2076%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M40.1687%206.01811C42.2312%206.01811%2043.7927%206.59655%2044.8446%207.76024C45.8919%208.91831%2046.4126%2010.5865%2046.4126%2012.7583C46.4126%2014.93%2045.8748%2016.6105%2044.794%2017.7944C43.7102%2018.9815%2042.1729%2019.5735%2040.1937%2019.5735C38.1479%2019.5735%2036.5973%2018.99%2035.5546%2017.8187L35.4273%2017.6701C34.4729%2016.5101%2033.9984%2014.871%2033.9984%2012.7583C33.9984%208.28671%2036.0703%206.01811%2040.1687%206.01811ZM69.1127%206.01781C71.1144%206.01781%2072.5953%206.66904%2073.5373%207.97333C74.4288%209.2077%2074.8837%2010.9053%2074.9066%2013.0629L74.9058%2013.5242H66.1149C66.2174%2014.6334%2066.5602%2015.4734%2067.141%2016.0538C67.7488%2016.662%2068.6195%2016.9679%2069.7639%2016.9679C70.5188%2016.9679%2071.2373%2016.8742%2071.921%2016.6862C72.6048%2016.4995%2073.2105%2016.2581%2073.735%2015.9646L73.9814%2015.8267V18.666L73.8821%2018.7093C72.5607%2019.286%2071.0464%2019.5732%2069.3379%2019.5732C67.4088%2019.5732%2065.8853%2018.986%2064.7769%2017.8093C63.6699%2016.6348%2063.1183%2014.9722%2063.1183%2012.833C63.1183%2010.6451%2063.6389%208.96055%2064.6862%207.78517C65.7359%206.60632%2067.2157%206.01781%2069.1127%206.01781ZM60.3976%201.06738V16.3832C60.3976%2017.0998%2060.0996%2017.7092%2059.5124%2018.198C58.9425%2018.6724%2058.2282%2019.0207%2057.3718%2019.2435C56.5257%2019.4635%2055.6531%2019.5731%2054.7534%2019.5731C52.9298%2019.5731%2051.4237%2019.056%2050.2406%2018.0202C49.0485%2016.9752%2048.4588%2015.1678%2048.4588%2012.6072C48.4588%2010.5545%2048.9627%208.9421%2049.9753%207.77411C50.9938%206.60175%2052.4982%206.01774%2054.4782%206.01774C54.9416%206.01774%2055.4735%206.07665%2056.0742%206.19449C56.582%206.296%2057.0453%206.43849%2057.4648%206.62252V1.06738H60.3976ZM27.911%206.04223C29.2828%206.04223%2030.5881%206.29619%2031.8264%206.80393L31.9291%206.84604V9.55797L31.6992%209.46109C30.4503%208.93473%2029.3127%208.67257%2028.2863%208.67257C27.0102%208.67257%2026.0684%208.98809%2025.4521%209.61162C24.8366%2010.2352%2024.5242%2011.2397%2024.5242%2012.6331C24.5242%2014.0959%2024.8298%2015.1535%2025.4314%2015.8092C26.029%2016.4619%2027.002%2016.7923%2028.3613%2016.7923C29.4706%2016.7923%2030.589%2016.5234%2031.7164%2015.9842L31.9534%2015.8708V18.5903L31.8552%2018.634C30.6349%2019.1773%2029.3283%2019.4483%2027.936%2019.4483C26.2154%2019.4483%2024.7637%2018.9753%2023.5868%2018.0285L23.4123%2017.8829L23.2796%2017.7636C22.1516%2016.7067%2021.5914%2015.0592%2021.5914%2012.8332C21.5914%2010.4557%2022.186%208.72379%2023.3849%207.64725C24.5757%206.57726%2026.0871%206.04223%2027.911%206.04223ZM4.11045%206.39262L4.13613%2019.1987H1.15293V6.39262H4.11045ZM13.5766%206.0423C15.365%206.0423%2016.6948%206.41948%2017.5636%207.18368C18.4372%207.95269%2018.8706%209.13902%2018.8706%2010.7331V19.1984H15.9127V11.0838C15.9127%209.42945%2014.9988%208.62337%2013.1013%208.62337C12.3086%208.62337%2011.5458%208.73548%2010.8133%208.95959L10.5401%209.04888V19.1984H7.58147V7.40579L7.67177%207.35974C8.43481%206.97061%209.36013%206.65415%2010.4506%206.40815L10.8116%206.33134C11.7692%206.13867%2012.6905%206.0423%2013.5766%206.0423ZM40.1687%208.5477C39.0014%208.5477%2038.1814%208.89722%2037.6896%209.59114C37.1869%2010.3012%2036.932%2011.3564%2036.932%2012.7583C36.932%2014.1602%2037.1948%2015.223%2037.7142%2015.9499C38.2224%2016.6613%2039.0345%2017.0182%2040.1687%2017.0182C42.3685%2017.0182%2043.4555%2015.6249%2043.4555%2012.7583C43.4555%2011.325%2043.1888%2010.2632%2042.6636%209.57056C42.1472%208.89036%2041.3203%208.5477%2040.1687%208.5477ZM54.8535%208.59807C52.5835%208.59807%2051.4659%209.9271%2051.4659%2012.6579C51.4659%2014.0276%2051.7253%2015.0917%2052.2391%2015.8527C52.7378%2016.5945%2053.6185%2016.9678%2054.9035%2016.9678C55.6556%2016.9678%2056.2834%2016.8792%2056.7876%2016.7028C57.2156%2016.553%2057.4279%2016.378%2057.4604%2016.186L57.4648%2016.1332V9.25404L57.2778%209.15611C56.9611%208.99923%2056.6189%208.87406%2056.2512%208.78123C55.7705%208.65917%2055.3045%208.59807%2054.8535%208.59807ZM69.0377%208.49888C68.192%208.49888%2067.5412%208.71795%2067.0743%209.15366C66.6631%209.5374%2066.3731%2010.1684%2066.2101%2011.0498L66.1771%2011.2425H71.8784L71.8489%2011.0453C71.7111%2010.208%2071.4421%209.58986%2071.0461%209.18626C70.5969%208.72981%2069.9303%208.49888%2069.0377%208.49888ZM4.21085%201.94156V4.64764H1.07715V1.94156H4.21085Z'%20fill='%23006AFF'/%3e%3c/svg%3e";
|
package/dist/phone/phone.es.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { u as n, S, r as R, I as W, a as F, B as L } from "../incodeModule-
|
|
1
|
+
import { u as n, S, r as R, I as W, a as F, B as L } from "../incodeModule-DAveRAyZ.js";
|
|
2
2
|
import { createPhoneManager as M } from "@incodetech/core/phone";
|
|
3
3
|
import { d as P, A as T, y as w, k } from "../vendor-preact-DP-hbKuj.js";
|
|
4
4
|
import "@incodetech/core";
|
|
5
|
-
import { O as G } from "../otpInput-
|
|
6
|
-
import { P as D } from "../page-
|
|
5
|
+
import { O as G } from "../otpInput-CoMOmDGR.js";
|
|
6
|
+
import { P as D } from "../page-CcgnVEBJ.js";
|
|
7
7
|
import { g as $, c as b, p as N, A as V } from "../countries-DDCxQhGs.js";
|
|
8
|
-
import { C as U } from "../chevronDown-
|
|
8
|
+
import { C as U } from "../chevronDown-DL5WsjxS.js";
|
|
9
9
|
const j = ({
|
|
10
10
|
countryCode: i,
|
|
11
11
|
prefilledPhone: d,
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { b as i, u as t } from "./incodeModule-DAveRAyZ.js";
|
|
2
|
+
import { S as e } from "./spinner-IY4lPK0V.js";
|
|
3
|
+
import "./uiConfig-B8PUPgHY.js";
|
|
4
|
+
import "./vendor-preact-DP-hbKuj.js";
|
|
5
|
+
const s = () => {
|
|
6
|
+
const { t: r } = i();
|
|
7
|
+
return /* @__PURE__ */ t(
|
|
8
|
+
e,
|
|
9
|
+
{
|
|
10
|
+
title: r("loadingCircle.hangOn"),
|
|
11
|
+
subtitle: r("loadingCircle.validating"),
|
|
12
|
+
size: "large",
|
|
13
|
+
fullScreen: !0
|
|
14
|
+
}
|
|
15
|
+
);
|
|
16
|
+
};
|
|
17
|
+
export {
|
|
18
|
+
s as P
|
|
19
|
+
};
|