@incodetech/web 0.0.0-dev-20260514-3381683 → 0.0.0-dev-20260514-68428a7
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/authentication/authentication.es.js +1 -1
- package/dist/{documentCapture-BEUOiWxh.js → documentCapture-DAJQc9TF.js} +2 -2
- package/dist/{dynamicForms-BeEur2CV.js → dynamicForms-BqXvgWTQ.js} +1 -1
- package/dist/email/email.es.js +1 -1
- package/dist/{emailInput-DctwfB4X.js → emailInput-ROq-RYwa.js} +1 -1
- package/dist/{extensibility-Bz_mZxdq.js → extensibility-mGf3xuuO.js} +2 -3
- package/dist/extensibility.es.js +3 -3
- package/dist/flow/flow.es.js +2 -2
- package/dist/{homeScreen-3D6x-cBC.js → homeScreen-DnP1jw9A.js} +2 -4
- package/dist/id/id.es.js +2 -2
- package/dist/{idOcr-D7FdcAzt.js → idOcr-CXCxAzYA.js} +1 -1
- package/dist/{modal-XTO80Vsu.js → modal-NMxsQHAO.js} +1 -1
- package/dist/selfie/selfie.es.js +1 -1
- package/dist/signature/signature.es.js +1 -1
- package/dist/{tutorial-CqrvE-t_.js → tutorial-CYawnCpO.js} +152 -152
- package/dist/{useModuleLoader-RkAubofS.js → useModuleLoader-jSLBFbJp.js} +5 -5
- package/dist/workflow/workflow.es.js +2 -2
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { v as e } from "../vendor-preact-D6SntenC.js";
|
|
2
2
|
import { o as t } from "../hooks-BVnGysT7.js";
|
|
3
3
|
import { t as n } from "../incodeComponent-C1o4M0ZK.js";
|
|
4
|
-
import { n as r, r as i, t as a } from "../tutorial-
|
|
4
|
+
import { n as r, r as i, t as a } from "../tutorial-CYawnCpO.js";
|
|
5
5
|
import { t as o } from "../incodeModule-BqCjVgEI.js";
|
|
6
6
|
import { createAuthenticationManager as s } from "@incodetech/core/authentication";
|
|
7
7
|
//#region src/modules/authentication/authentication.tsx
|
|
@@ -4,12 +4,12 @@ import { o as c, r as l } from "./hooks-BVnGysT7.js";
|
|
|
4
4
|
import { t as u } from "./incodeComponent-C1o4M0ZK.js";
|
|
5
5
|
import { n as d, r as f } from "./loadingIcon-BN5YRQUb.js";
|
|
6
6
|
import { t as p } from "./page-C1yT4DLb.js";
|
|
7
|
-
import { c as m, d as h, f as g, l as _, u as v, v as y, y as b } from "./extensibility-
|
|
7
|
+
import { c as m, d as h, f as g, l as _, u as v, v as y, y as b } from "./extensibility-mGf3xuuO.js";
|
|
8
8
|
import { t as x } from "./spinner-CKnjVHxw.js";
|
|
9
9
|
import { t as S } from "./button-DcCUEn2n.js";
|
|
10
10
|
import { a as C, p as w, r as T } from "./icons-Cc7zwchP.js";
|
|
11
11
|
import { t as E } from "./successIcon-DbILeIz_.js";
|
|
12
|
-
import { o as D } from "./tutorial-
|
|
12
|
+
import { o as D } from "./tutorial-CYawnCpO.js";
|
|
13
13
|
import { t as O } from "./bottomSheet-CLMmiBQS.js";
|
|
14
14
|
import { t as k } from "./incodeModule-BqCjVgEI.js";
|
|
15
15
|
import { createDocumentCaptureManager as A } from "@incodetech/core/document-capture";
|
|
@@ -12,7 +12,7 @@ import { n as p, t as m } from "./phoneInputComposed-bvWhGLFZ.js";
|
|
|
12
12
|
import { t as h } from "./dropdownComposed-DFRBG22E.js";
|
|
13
13
|
import { t as g } from "./dateInputComposed-BpAGsjN6.js";
|
|
14
14
|
import { t as _ } from "./incodeModule-BqCjVgEI.js";
|
|
15
|
-
import { t as v } from "./emailInput-
|
|
15
|
+
import { t as v } from "./emailInput-ROq-RYwa.js";
|
|
16
16
|
import { formatCPF as y } from "@incodetech/core/cpf-ocr";
|
|
17
17
|
import { createDynamicFormsManager as b } from "@incodetech/core/dynamic-forms";
|
|
18
18
|
//#region src/modules/dynamic-forms/dynamicForms.tsx
|
package/dist/email/email.es.js
CHANGED
|
@@ -7,7 +7,7 @@ import { t as s } from "../page-C1yT4DLb.js";
|
|
|
7
7
|
import { t as c } from "../button-DcCUEn2n.js";
|
|
8
8
|
import { t as l } from "../otpInput-DqRA_egd.js";
|
|
9
9
|
import { t as u } from "../incodeModule-BqCjVgEI.js";
|
|
10
|
-
import { t as d } from "../emailInput-
|
|
10
|
+
import { t as d } from "../emailInput-ROq-RYwa.js";
|
|
11
11
|
import { createEmailManager as f } from "@incodetech/core/email";
|
|
12
12
|
//#region src/modules/email/email.tsx
|
|
13
13
|
function p(e) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as e } from "./i18n-9s4OSqwi.js";
|
|
2
2
|
import { v as t } from "./vendor-preact-D6SntenC.js";
|
|
3
|
-
import "./extensibility-
|
|
3
|
+
import "./extensibility-mGf3xuuO.js";
|
|
4
4
|
import { t as n } from "./inputComposed-APSw8C7o.js";
|
|
5
5
|
//#region src/modules/email/emailInput.tsx
|
|
6
6
|
var r = /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/, i = ({ value: i, emailError: a, label: o, disabled: s = !1, required: c = !1, onEmailChange: l, onBlur: u }) => {
|
|
@@ -12,8 +12,8 @@ import "./processing-G_y3o32b.js";
|
|
|
12
12
|
import { t as v } from "./button-DcCUEn2n.js";
|
|
13
13
|
import { f as y, g as b, i as x, m as S, r as C, s as w, t as T } from "./icons-Cc7zwchP.js";
|
|
14
14
|
import { t as E } from "./successIcon-DbILeIz_.js";
|
|
15
|
-
import { t as D } from "./modal-
|
|
16
|
-
import { a as O, i as k } from "./tutorial-
|
|
15
|
+
import { t as D } from "./modal-NMxsQHAO.js";
|
|
16
|
+
import { a as O, i as k } from "./tutorial-CYawnCpO.js";
|
|
17
17
|
import "./verificationResult-BrVbUJ4U.js";
|
|
18
18
|
import "./inputComposed-APSw8C7o.js";
|
|
19
19
|
import "./inputComposed-XYrarFxS.js";
|
|
@@ -1384,7 +1384,6 @@ var Fe = ({ mode: e, orientation: t, onAnimationEnd: r }) => {
|
|
|
1384
1384
|
class: "IncodeIdManualCaptureTooltipContainer",
|
|
1385
1385
|
children: /* @__PURE__ */ u("div", {
|
|
1386
1386
|
id: "manual-capture-tooltip",
|
|
1387
|
-
role: "tooltip",
|
|
1388
1387
|
class: "IncodeIdManualCaptureTooltip",
|
|
1389
1388
|
children: /* @__PURE__ */ u("ol", {
|
|
1390
1389
|
class: "IncodeIdManualCaptureTooltipList",
|
package/dist/extensibility.es.js
CHANGED
|
@@ -4,15 +4,15 @@ import { a as n, o as r } from "./hooks-BVnGysT7.js";
|
|
|
4
4
|
import { n as i, t as a } from "./incodeComponent-C1o4M0ZK.js";
|
|
5
5
|
import { r as o } from "./loadingIcon-BN5YRQUb.js";
|
|
6
6
|
import { t as s } from "./page-C1yT4DLb.js";
|
|
7
|
-
import { _ as c, a as l, c as u, d, f, g as p, h as m, i as h, l as g, m as _, n as v, o as y, p as b, r as x, s as S, t as C, u as w, v as T, y as E } from "./extensibility-
|
|
7
|
+
import { _ as c, a as l, c as u, d, f, g as p, h as m, i as h, l as g, m as _, n as v, o as y, p as b, r as x, s as S, t as C, u as w, v as T, y as E } from "./extensibility-mGf3xuuO.js";
|
|
8
8
|
import { a as D, i as O, n as k, o as A, r as j, t as M } from "./typography-CxjaknHN.js";
|
|
9
9
|
import { t as N } from "./spinner-CKnjVHxw.js";
|
|
10
10
|
import { t as P } from "./processing-G_y3o32b.js";
|
|
11
11
|
import { t as F } from "./button-DcCUEn2n.js";
|
|
12
12
|
import { a as I, c as L, d as R, f as z, g as B, h as V, i as H, l as U, m as W, n as G, o as K, p as q, r as J, s as Y, t as X, u as Z } from "./icons-Cc7zwchP.js";
|
|
13
13
|
import { t as Q } from "./successIcon-DbILeIz_.js";
|
|
14
|
-
import { t as $ } from "./modal-
|
|
15
|
-
import { a as ee, i as te, n as ne, o as re, r as ie, t as ae } from "./tutorial-
|
|
14
|
+
import { t as $ } from "./modal-NMxsQHAO.js";
|
|
15
|
+
import { a as ee, i as te, n as ne, o as re, r as ie, t as ae } from "./tutorial-CYawnCpO.js";
|
|
16
16
|
import { t as oe } from "./verificationResult-BrVbUJ4U.js";
|
|
17
17
|
import { n as se, t as ce } from "./inputComposed-APSw8C7o.js";
|
|
18
18
|
import { t as le } from "./otpInput-DqRA_egd.js";
|
package/dist/flow/flow.es.js
CHANGED
|
@@ -5,7 +5,7 @@ import { o as l } from "../hooks-BVnGysT7.js";
|
|
|
5
5
|
import { t as u } from "../incodeComponent-C1o4M0ZK.js";
|
|
6
6
|
import { t as d } from "../transitionSpinner-PIEPU2Vx.js";
|
|
7
7
|
import { t as f } from "../incodeModule-BqCjVgEI.js";
|
|
8
|
-
import { a as p, c as m, d as h, f as g, h as _, l as v, n as y, o as b, p as x, r as S, s as C, t as w, u as T } from "../useModuleLoader-
|
|
8
|
+
import { a as p, c as m, d as h, f as g, h as _, l as v, n as y, o as b, p as x, r as S, s as C, t as w, u as T } from "../useModuleLoader-jSLBFbJp.js";
|
|
9
9
|
import { getDeviceClass as E } from "@incodetech/core/device";
|
|
10
10
|
import { getRequiredWasmPipelines as D } from "@incodetech/core/flow";
|
|
11
11
|
import { QrValidationError as O, bootstrapSession as k, refreshQrUrlUuid as A } from "@incodetech/core/session";
|
|
@@ -233,7 +233,7 @@ function G(e) {
|
|
|
233
233
|
}
|
|
234
234
|
//#endregion
|
|
235
235
|
//#region src/modules/flow/flow.tsx
|
|
236
|
-
var K = n(() => import("../homeScreen-
|
|
236
|
+
var K = n(() => import("../homeScreen-DnP1jw9A.js").then((e) => ({ default: e.HomeScreen }))), q = ({ config: n, onFinish: i, onError: o }) => {
|
|
237
237
|
let { i18n: c } = e(), u = G(r(() => ({
|
|
238
238
|
...n,
|
|
239
239
|
onError: o
|
|
@@ -4,7 +4,7 @@ import { n as c } from "./uiConfig-CwpQ-IM6.js";
|
|
|
4
4
|
import { r as l } from "./loadingIcon-BN5YRQUb.js";
|
|
5
5
|
import "./incode-logo-DX016usY.js";
|
|
6
6
|
import { t as u } from "./button-DcCUEn2n.js";
|
|
7
|
-
import { t as d } from "./modal-
|
|
7
|
+
import { t as d } from "./modal-NMxsQHAO.js";
|
|
8
8
|
import { t as f } from "./dropdownComposed-DFRBG22E.js";
|
|
9
9
|
import "./dropdownComposed-DwTzc2YU.js";
|
|
10
10
|
//#region src/shared/homeScreen/language.ts
|
|
@@ -70,7 +70,6 @@ function S({ onClose: e }) {
|
|
|
70
70
|
p.current?.focus();
|
|
71
71
|
}, []), /* @__PURE__ */ s("section", {
|
|
72
72
|
class: "IncodeHomeSettingsContainer",
|
|
73
|
-
"aria-live": "polite",
|
|
74
73
|
children: [
|
|
75
74
|
/* @__PURE__ */ s("div", {
|
|
76
75
|
class: "IncodeHomeSettingsBody",
|
|
@@ -155,7 +154,6 @@ function w({ onContinue: e, isContinueLoading: n }) {
|
|
|
155
154
|
g.current?.focus();
|
|
156
155
|
}, [p]), /* @__PURE__ */ s("main", {
|
|
157
156
|
class: "IncodeHome",
|
|
158
|
-
"aria-live": "polite",
|
|
159
157
|
children: [/* @__PURE__ */ s("div", {
|
|
160
158
|
class: "IncodeHomeContent",
|
|
161
159
|
children: [
|
|
@@ -192,7 +190,7 @@ function w({ onContinue: e, isContinueLoading: n }) {
|
|
|
192
190
|
class: "IncodeHomeLogoContainer",
|
|
193
191
|
children: /* @__PURE__ */ s("img", {
|
|
194
192
|
src: v,
|
|
195
|
-
alt: "",
|
|
193
|
+
alt: i("home.logo"),
|
|
196
194
|
class: "IncodeHomeLogo",
|
|
197
195
|
"data-testid": "home-logo",
|
|
198
196
|
"aria-hidden": "true"
|
package/dist/id/id.es.js
CHANGED
|
@@ -4,7 +4,7 @@ import { o as c } from "../hooks-BVnGysT7.js";
|
|
|
4
4
|
import { t as l } from "../incodeComponent-C1o4M0ZK.js";
|
|
5
5
|
import { n as u } from "../loadingIcon-BN5YRQUb.js";
|
|
6
6
|
import { t as d } from "../page-C1yT4DLb.js";
|
|
7
|
-
import { a as f, i as p, n as m, o as ee, r as h, t as g } from "../extensibility-
|
|
7
|
+
import { a as f, i as p, n as m, o as ee, r as h, t as g } from "../extensibility-mGf3xuuO.js";
|
|
8
8
|
import { t as _ } from "../spinner-CKnjVHxw.js";
|
|
9
9
|
import "../spinner-B4dcie2T.js";
|
|
10
10
|
import { t as v } from "../transitionSpinner-PIEPU2Vx.js";
|
|
@@ -12,7 +12,7 @@ import { t as y } from "../processing-G_y3o32b.js";
|
|
|
12
12
|
import { t as b } from "../button-DcCUEn2n.js";
|
|
13
13
|
import { g as x, s as S } from "../icons-Cc7zwchP.js";
|
|
14
14
|
import { t as C } from "../successIcon-DbILeIz_.js";
|
|
15
|
-
import { a as w, o as T, r as E } from "../tutorial-
|
|
15
|
+
import { a as w, o as T, r as E } from "../tutorial-CYawnCpO.js";
|
|
16
16
|
import { t as D } from "../pdfViewer-BGBNL1Ea.js";
|
|
17
17
|
import { t as te } from "../incodeModule-BqCjVgEI.js";
|
|
18
18
|
import { t as ne } from "../id-laser-v-CrFg4bcJ.js";
|
|
@@ -3,7 +3,7 @@ import { d as t, v as n } from "./vendor-preact-D6SntenC.js";
|
|
|
3
3
|
import { o as r } from "./hooks-BVnGysT7.js";
|
|
4
4
|
import { t as i } from "./incodeComponent-C1o4M0ZK.js";
|
|
5
5
|
import { t as a } from "./page-C1yT4DLb.js";
|
|
6
|
-
import "./extensibility-
|
|
6
|
+
import "./extensibility-mGf3xuuO.js";
|
|
7
7
|
import { t as o } from "./button-DcCUEn2n.js";
|
|
8
8
|
import { t as s } from "./verificationResult-BrVbUJ4U.js";
|
|
9
9
|
import { t as c } from "./inputComposed-APSw8C7o.js";
|
|
@@ -95,7 +95,7 @@ function D({ children: e, ref: t, class: n }) {
|
|
|
95
95
|
}
|
|
96
96
|
function O({ children: e, class: t }) {
|
|
97
97
|
let { setHasDescription: n } = x();
|
|
98
|
-
return r(() => (n(!0), () => n(!1)), [n]), /* @__PURE__ */ l("
|
|
98
|
+
return r(() => (n(!0), () => n(!1)), [n]), /* @__PURE__ */ l("p", {
|
|
99
99
|
id: "incode-modal-description",
|
|
100
100
|
className: f("IncodeModalSubtitle", t),
|
|
101
101
|
children: e
|
package/dist/selfie/selfie.es.js
CHANGED
|
@@ -3,7 +3,7 @@ import { o as n } from "../hooks-BVnGysT7.js";
|
|
|
3
3
|
import { t as r } from "../incodeComponent-C1o4M0ZK.js";
|
|
4
4
|
import { t as i } from "../transitionSpinner-PIEPU2Vx.js";
|
|
5
5
|
import { t as a } from "../processing-G_y3o32b.js";
|
|
6
|
-
import { n as o, r as s, t as c } from "../tutorial-
|
|
6
|
+
import { n as o, r as s, t as c } from "../tutorial-CYawnCpO.js";
|
|
7
7
|
import { t as l } from "../incodeModule-BqCjVgEI.js";
|
|
8
8
|
import { createSelfieManager as u } from "@incodetech/core/selfie";
|
|
9
9
|
//#region src/modules/selfie/preloadTutorialAssets.ts
|
|
@@ -4,7 +4,7 @@ import { o as c } from "../hooks-BVnGysT7.js";
|
|
|
4
4
|
import { t as l } from "../incodeComponent-C1o4M0ZK.js";
|
|
5
5
|
import { r as u } from "../loadingIcon-BN5YRQUb.js";
|
|
6
6
|
import { t as d } from "../page-C1yT4DLb.js";
|
|
7
|
-
import "../extensibility-
|
|
7
|
+
import "../extensibility-mGf3xuuO.js";
|
|
8
8
|
import { t as f } from "../button-DcCUEn2n.js";
|
|
9
9
|
import { t as p } from "../verificationResult-BrVbUJ4U.js";
|
|
10
10
|
import { t as m } from "../incodeModule-BqCjVgEI.js";
|
|
@@ -3,28 +3,28 @@ import { S as n, _ as r, a as i, h as a, l as o, m as s, p as c, v as l } from "
|
|
|
3
3
|
import { r as u } from "./hooks-BVnGysT7.js";
|
|
4
4
|
import { n as d, r as f, t as p } from "./loadingIcon-BN5YRQUb.js";
|
|
5
5
|
import { t as m } from "./page-C1yT4DLb.js";
|
|
6
|
-
import {
|
|
7
|
-
import { t as
|
|
8
|
-
import { t as
|
|
9
|
-
import { g as
|
|
6
|
+
import { i as h, n as g, t as _ } from "./typography-CxjaknHN.js";
|
|
7
|
+
import { t as v } from "./transitionSpinner-PIEPU2Vx.js";
|
|
8
|
+
import { t as y } from "./button-DcCUEn2n.js";
|
|
9
|
+
import { g as b, h as x } from "./icons-Cc7zwchP.js";
|
|
10
10
|
import { t as ee } from "./successIcon-DbILeIz_.js";
|
|
11
|
-
import { t as
|
|
12
|
-
import { t as
|
|
13
|
-
import { t as
|
|
14
|
-
import { getBrowser as
|
|
11
|
+
import { t as S } from "./modal-NMxsQHAO.js";
|
|
12
|
+
import { t as C } from "./bottomSheet-CLMmiBQS.js";
|
|
13
|
+
import { t as w } from "./numberedStep-CR4w_BpM.js";
|
|
14
|
+
import { getBrowser as T, getDeviceClass as te } from "@incodetech/core/device";
|
|
15
15
|
import "@incodetech/core/camera";
|
|
16
16
|
//#region src/shared/errorContent/errorContent.tsx
|
|
17
|
-
var
|
|
17
|
+
var E = ({ title: t, description: n, attemptsRemaining: i, onButtonClick: a, "data-testid": s }) => {
|
|
18
18
|
let { t: c } = e(), u = i <= 0, d = o(null);
|
|
19
19
|
return r(() => {
|
|
20
20
|
d.current?.focus();
|
|
21
|
-
}, []), /* @__PURE__ */ l(
|
|
21
|
+
}, []), /* @__PURE__ */ l(S.Root, {
|
|
22
22
|
open: !0,
|
|
23
23
|
dismissible: !1,
|
|
24
24
|
hasBackdrop: !1,
|
|
25
25
|
manageInitialFocus: !1,
|
|
26
26
|
class: "IncodeErrorContent",
|
|
27
|
-
children: /* @__PURE__ */ l(
|
|
27
|
+
children: /* @__PURE__ */ l(S.Content, {
|
|
28
28
|
class: "IncodeErrorContentContent",
|
|
29
29
|
children: /* @__PURE__ */ l(m, {
|
|
30
30
|
"data-testid": s,
|
|
@@ -34,9 +34,9 @@ var O = ({ title: t, description: n, attemptsRemaining: i, onButtonClick: a, "da
|
|
|
34
34
|
children: [/* @__PURE__ */ l("div", {
|
|
35
35
|
class: "IncodeErrorContentIconContainer",
|
|
36
36
|
children: [
|
|
37
|
-
l(u ?
|
|
37
|
+
l(u ? b : x, { size: 32 }),
|
|
38
38
|
/* @__PURE__ */ l(f, { size: 16 }),
|
|
39
|
-
/* @__PURE__ */ l(
|
|
39
|
+
/* @__PURE__ */ l(_, {
|
|
40
40
|
ref: d,
|
|
41
41
|
id: "incode-modal-title",
|
|
42
42
|
tabIndex: -1,
|
|
@@ -57,7 +57,7 @@ var O = ({ title: t, description: n, attemptsRemaining: i, onButtonClick: a, "da
|
|
|
57
57
|
children: c("common.attemptsRemaining", { count: i })
|
|
58
58
|
}),
|
|
59
59
|
/* @__PURE__ */ l(f, { size: 24 }),
|
|
60
|
-
/* @__PURE__ */ l(
|
|
60
|
+
/* @__PURE__ */ l(y, {
|
|
61
61
|
onClick: a,
|
|
62
62
|
children: c(u ? "common.continue" : "common.tryAgain")
|
|
63
63
|
})
|
|
@@ -67,14 +67,14 @@ var O = ({ title: t, description: n, attemptsRemaining: i, onButtonClick: a, "da
|
|
|
67
67
|
})
|
|
68
68
|
})
|
|
69
69
|
});
|
|
70
|
-
},
|
|
71
|
-
function
|
|
72
|
-
return
|
|
70
|
+
}, D = null;
|
|
71
|
+
function ne() {
|
|
72
|
+
return D || (D = new Promise((e, t) => {
|
|
73
73
|
let n = document.createElement("script");
|
|
74
74
|
n.src = "https://cdn.jsdelivr.net/npm/lottie-web@5.13.0/build/player/lottie_light.min.js", n.onload = () => e(window.lottie), n.onerror = t, document.head.appendChild(n);
|
|
75
|
-
}),
|
|
75
|
+
}), D);
|
|
76
76
|
}
|
|
77
|
-
function
|
|
77
|
+
function O({ animationData: e, loop: t = !0, autoplay: n = !0, reverse: i = !1, style: a, className: s, onComplete: c, onControlsReady: u }) {
|
|
78
78
|
let d = o(null), f = i ? !1 : n, p = o({
|
|
79
79
|
container: d.current,
|
|
80
80
|
renderer: "svg",
|
|
@@ -97,7 +97,7 @@ function A({ animationData: e, loop: t = !0, autoplay: n = !0, reverse: i = !1,
|
|
|
97
97
|
]), r(() => {
|
|
98
98
|
if (!d.current) return;
|
|
99
99
|
let e, t = !0;
|
|
100
|
-
return
|
|
100
|
+
return ne().then((n) => {
|
|
101
101
|
t && (e = n.loadAnimation(p.current), i && (e.setDirection(-1), e.goToAndPlay(e.totalFrames - 1, !0)), c && e.addEventListener("complete", c), u?.({
|
|
102
102
|
setSpeed: (t) => e?.setSpeed?.(t),
|
|
103
103
|
play: () => e?.play?.(),
|
|
@@ -123,7 +123,7 @@ function A({ animationData: e, loop: t = !0, autoplay: n = !0, reverse: i = !1,
|
|
|
123
123
|
}
|
|
124
124
|
//#endregion
|
|
125
125
|
//#region src/shared/baseTutorial/baseTutorial.tsx
|
|
126
|
-
var
|
|
126
|
+
var k = 5e3, A = ({ className: e = "", animationData: t, title: n, titleId: i, subtitle: s, onContinue: c, buttonText: u, disclaimerText: f, isLoading: p, stopFramePosition: h = "middle" }) => {
|
|
127
127
|
let g = o(null), _ = a((e) => {
|
|
128
128
|
g.current = e;
|
|
129
129
|
}, []);
|
|
@@ -138,7 +138,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
138
138
|
}
|
|
139
139
|
let n = h === "last" ? Math.max(t - 1, 0) : h === "first" ? 0 : Math.floor((t - 1) / 2);
|
|
140
140
|
e.goToAndStop(n, !0);
|
|
141
|
-
},
|
|
141
|
+
}, k);
|
|
142
142
|
return () => {
|
|
143
143
|
window.clearTimeout(e);
|
|
144
144
|
};
|
|
@@ -152,7 +152,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
152
152
|
children: /* @__PURE__ */ l("div", {
|
|
153
153
|
class: "IncodeBaseTutorialAnimationContainer",
|
|
154
154
|
"aria-hidden": "true",
|
|
155
|
-
children: t ? /* @__PURE__ */ l(
|
|
155
|
+
children: t ? /* @__PURE__ */ l(O, {
|
|
156
156
|
animationData: t,
|
|
157
157
|
className: "IncodeBaseTutorialAnimation",
|
|
158
158
|
onControlsReady: _
|
|
@@ -163,7 +163,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
163
163
|
children: f
|
|
164
164
|
}), /* @__PURE__ */ l("div", {
|
|
165
165
|
class: "IncodeBaseTutorialButtonContainer",
|
|
166
|
-
children: /* @__PURE__ */ l(
|
|
166
|
+
children: /* @__PURE__ */ l(y, {
|
|
167
167
|
onClick: c,
|
|
168
168
|
class: "m-auto max-w-[420px]",
|
|
169
169
|
isLoading: p,
|
|
@@ -171,13 +171,13 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
171
171
|
})
|
|
172
172
|
})] })]
|
|
173
173
|
});
|
|
174
|
-
},
|
|
174
|
+
}, j = ({ i18nKey: e }) => /* @__PURE__ */ l("span", {
|
|
175
175
|
class: "IncodeBoldWithArrow",
|
|
176
176
|
children: /* @__PURE__ */ l(t, {
|
|
177
177
|
i18nKey: e,
|
|
178
178
|
arrowClass: "IncodeBoldWithArrowIcon"
|
|
179
179
|
})
|
|
180
|
-
}),
|
|
180
|
+
}), M = (e) => /* @__PURE__ */ l("svg", {
|
|
181
181
|
width: 38,
|
|
182
182
|
height: 38,
|
|
183
183
|
viewBox: "0 0 38 38",
|
|
@@ -193,7 +193,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
193
193
|
d: "M19 24C20.3807 24 21.5 25.1193 21.5 26.5C21.5 27.8807 20.3807 29 19 29C17.6193 29 16.5 27.8807 16.5 26.5C16.5 25.1193 17.6193 24 19 24ZM19 17C20.3807 17 21.5 18.1193 21.5 19.5C21.5 20.8807 20.3807 22 19 22C17.6193 22 16.5 20.8807 16.5 19.5C16.5 18.1193 17.6193 17 19 17ZM19 10C20.3807 10 21.5 11.1193 21.5 12.5C21.5 13.8807 20.3807 15 19 15C17.6193 15 16.5 13.8807 16.5 12.5C16.5 11.1193 17.6193 10 19 10Z",
|
|
194
194
|
fill: "#646464"
|
|
195
195
|
})]
|
|
196
|
-
}),
|
|
196
|
+
}), N = (e) => /* @__PURE__ */ l("svg", {
|
|
197
197
|
width: 38,
|
|
198
198
|
height: 38,
|
|
199
199
|
viewBox: "0 0 38 38",
|
|
@@ -222,7 +222,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
222
222
|
})
|
|
223
223
|
}) })
|
|
224
224
|
]
|
|
225
|
-
}),
|
|
225
|
+
}), P = (e) => /* @__PURE__ */ l("svg", {
|
|
226
226
|
width: 38,
|
|
227
227
|
height: 38,
|
|
228
228
|
viewBox: "0 0 38 38",
|
|
@@ -287,7 +287,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
287
287
|
fill: "white"
|
|
288
288
|
})
|
|
289
289
|
})] })]
|
|
290
|
-
}),
|
|
290
|
+
}), F = (e) => /* @__PURE__ */ l("svg", {
|
|
291
291
|
width: 38,
|
|
292
292
|
height: 38,
|
|
293
293
|
viewBox: "0 0 38 38",
|
|
@@ -372,7 +372,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
372
372
|
})
|
|
373
373
|
] })
|
|
374
374
|
]
|
|
375
|
-
}),
|
|
375
|
+
}), I = (e) => /* @__PURE__ */ l("svg", {
|
|
376
376
|
width: 40,
|
|
377
377
|
height: 40,
|
|
378
378
|
viewBox: "0 0 40 40",
|
|
@@ -717,7 +717,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
717
717
|
})
|
|
718
718
|
] })
|
|
719
719
|
]
|
|
720
|
-
}),
|
|
720
|
+
}), L = (e) => /* @__PURE__ */ l("svg", {
|
|
721
721
|
width: 40,
|
|
722
722
|
height: 40,
|
|
723
723
|
viewBox: "0 0 40 40",
|
|
@@ -733,7 +733,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
733
733
|
d: "M20 12C24.4183 12 28 15.5817 28 20C28 24.4183 24.4183 28 20 28C15.5817 28 12 24.4183 12 20C12 15.5817 15.5817 12 20 12ZM20 13C16.134 13 13 16.134 13 20C13 23.866 16.134 27 20 27C23.866 27 27 23.866 27 20C27 16.134 23.866 13 20 13ZM20 15C22.7614 15 25 17.2386 25 20C25 22.7614 22.7614 25 20 25C17.2386 25 15 22.7614 15 20C15 17.2386 17.2386 15 20 15Z",
|
|
734
734
|
fill: "#646464"
|
|
735
735
|
})]
|
|
736
|
-
}),
|
|
736
|
+
}), R = (e) => /* @__PURE__ */ l("svg", {
|
|
737
737
|
width: 32,
|
|
738
738
|
height: 32,
|
|
739
739
|
viewBox: "0 0 32 32",
|
|
@@ -766,7 +766,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
766
766
|
})
|
|
767
767
|
]
|
|
768
768
|
})
|
|
769
|
-
}),
|
|
769
|
+
}), re = (e) => /* @__PURE__ */ l("svg", {
|
|
770
770
|
width: 32,
|
|
771
771
|
height: 32,
|
|
772
772
|
viewBox: "0 0 32 32",
|
|
@@ -787,7 +787,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
787
787
|
})
|
|
788
788
|
})
|
|
789
789
|
})
|
|
790
|
-
}),
|
|
790
|
+
}), ie = (e) => /* @__PURE__ */ l("svg", {
|
|
791
791
|
width: 32,
|
|
792
792
|
height: 32,
|
|
793
793
|
viewBox: "0 0 32 32",
|
|
@@ -804,7 +804,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
804
804
|
fill: "currentColor"
|
|
805
805
|
})
|
|
806
806
|
})
|
|
807
|
-
}),
|
|
807
|
+
}), ae = (e) => /* @__PURE__ */ l("svg", {
|
|
808
808
|
xmlns: "http://www.w3.org/2000/svg",
|
|
809
809
|
width: 40,
|
|
810
810
|
height: 40,
|
|
@@ -827,7 +827,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
827
827
|
fill: "#4D5CC1"
|
|
828
828
|
})
|
|
829
829
|
]
|
|
830
|
-
}),
|
|
830
|
+
}), oe = (e) => /* @__PURE__ */ l("svg", {
|
|
831
831
|
width: 40,
|
|
832
832
|
height: 40,
|
|
833
833
|
viewBox: "0 0 40 40",
|
|
@@ -1495,7 +1495,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1495
1495
|
d: "M20.0002 10C19.2117 10 18.4515 10.0997 17.7258 10.2686C17.5744 10.3039 17.4378 10.3853 17.3348 10.5017C17.2317 10.618 17.1674 10.7635 17.1506 10.918L16.9914 12.3691C16.9393 12.8447 16.6647 13.2654 16.2502 13.5049C15.8366 13.7439 15.3345 13.7703 14.8967 13.5781H14.8957L13.5627 12.9912C13.4205 12.9286 13.2624 12.9118 13.1102 12.9429C12.958 12.974 12.8193 13.0517 12.7131 13.165C11.6768 14.2698 10.8815 15.6075 10.4299 17.1006C10.3849 17.2492 10.3871 17.4081 10.4363 17.5554C10.4854 17.7027 10.5791 17.8311 10.7043 17.9229L11.8869 18.79C12.2731 19.074 12.5002 19.5214 12.5002 20C12.5002 20.4789 12.2731 20.9267 11.8869 21.21L10.7043 22.0762C10.5791 22.168 10.4854 22.2964 10.4363 22.4437C10.3871 22.5909 10.3849 22.7498 10.4299 22.8984C10.8815 24.3913 11.6762 25.7301 12.7131 26.835C12.8194 26.9482 12.9582 27.0256 13.1104 27.0566C13.2626 27.0875 13.4206 27.0705 13.5627 27.0078L14.8957 26.4209C15.3337 26.2283 15.8363 26.256 16.2502 26.4951C16.6647 26.7346 16.9393 27.1553 16.9914 27.6309L17.1506 29.082C17.1675 29.2362 17.2318 29.3814 17.3346 29.4975C17.4375 29.6136 17.5738 29.695 17.7248 29.7305C18.4509 29.8999 19.2117 30 20.0002 30C20.7886 30 21.5489 29.9003 22.2746 29.7314C22.4259 29.6961 22.5626 29.6147 22.6656 29.4983C22.7687 29.382 22.833 29.2365 22.8498 29.082L23.009 27.6309C23.061 27.1553 23.3357 26.7346 23.7502 26.4951C24.1638 26.2561 24.6659 26.2287 25.1037 26.4209L26.4377 27.0078C26.5798 27.0705 26.7378 27.0875 26.89 27.0566C27.0422 27.0256 27.181 26.9482 27.2873 26.835C28.3236 25.7302 29.1189 24.3915 29.5705 22.8984C29.6155 22.7498 29.6133 22.5909 29.5641 22.4437C29.515 22.2964 29.4213 22.168 29.2961 22.0762L28.1135 21.21C27.7273 20.9267 27.5002 20.4789 27.5002 20C27.5002 19.5211 27.7273 19.0733 28.1135 18.79L29.2961 17.9238C29.4213 17.832 29.515 17.7036 29.5641 17.5563C29.6133 17.4091 29.6155 17.2502 29.5705 17.1016C29.1189 15.6085 28.3236 14.2698 27.2873 13.165C27.181 13.0518 27.0422 12.9744 26.89 12.9434C26.7378 12.9125 26.5798 12.9295 26.4377 12.9922L25.1037 13.5791C24.6659 13.7713 24.1638 13.7439 23.7502 13.5049C23.3357 13.2654 23.061 12.8447 23.009 12.3691L22.8498 10.918C22.8329 10.7638 22.7686 10.6186 22.6657 10.5025C22.5629 10.3864 22.4266 10.305 22.2756 10.2695C21.5495 10.1001 20.7886 10 20.0002 10ZM20.0002 11.5C20.4873 11.5 20.9552 11.5874 21.424 11.6699L21.5178 12.5322C21.6217 13.4817 22.1737 14.3262 23.0002 14.8037C23.8273 15.2816 24.8342 15.3365 25.7082 14.9521L26.5012 14.6035C27.1101 15.3347 27.5922 16.1606 27.9289 17.0654L27.2258 17.5811C26.456 18.1458 26.0002 19.0449 26.0002 20C26.0002 20.9551 26.456 21.8542 27.2258 22.4189L27.9289 22.9346C27.5922 23.8394 27.1101 24.6653 26.5012 25.3965L25.7082 25.0479C24.8342 24.6635 23.8273 24.7184 23.0002 25.1963C22.1737 25.6738 21.6217 26.5183 21.5178 27.4678L21.424 28.3301C20.9552 28.4123 20.4871 28.5 20.0002 28.5C19.513 28.5 19.0452 28.4126 18.5764 28.3301L18.4826 27.4678C18.3787 26.5183 17.8267 25.6738 17.0002 25.1963C16.1731 24.7184 15.1661 24.6635 14.2922 25.0479L13.4992 25.3965C12.8902 24.6654 12.4082 23.8395 12.0715 22.9346L12.7746 22.4189C13.5444 21.8542 14.0002 20.9551 14.0002 20C14.0002 19.0449 13.5441 18.1452 12.7746 17.5801L12.0715 17.0645C12.4084 16.1593 12.8909 15.3339 13.5002 14.6025L14.2922 14.9512C15.1661 15.3355 16.1731 15.2816 17.0002 14.8037C17.8267 14.3262 18.3787 13.4817 18.4826 12.5322L18.5764 11.6699C19.0452 11.5877 19.5133 11.5 20.0002 11.5ZM20.0002 16C17.7999 16 16.0002 17.7997 16.0002 20C16.0002 22.2003 17.7999 24 20.0002 24C22.2005 24 24.0002 22.2003 24.0002 20C24.0002 17.7997 22.2005 16 20.0002 16ZM20.0002 17.5C21.3898 17.5 22.5002 18.6104 22.5002 20C22.5002 21.3896 21.3898 22.5 20.0002 22.5C18.6106 22.5 17.5002 21.3896 17.5002 20C17.5002 18.6104 18.6106 17.5 20.0002 17.5Z",
|
|
1496
1496
|
fill: "#646464"
|
|
1497
1497
|
})]
|
|
1498
|
-
}),
|
|
1498
|
+
}), se = {
|
|
1499
1499
|
ios: {
|
|
1500
1500
|
safari: [
|
|
1501
1501
|
{
|
|
@@ -1540,7 +1540,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1540
1540
|
},
|
|
1541
1541
|
{
|
|
1542
1542
|
uuid: "2",
|
|
1543
|
-
icon:
|
|
1543
|
+
icon: F,
|
|
1544
1544
|
instructionKey: "scroll",
|
|
1545
1545
|
boldKey: "idv2.permissions.denied.yourBrowser"
|
|
1546
1546
|
},
|
|
@@ -1560,7 +1560,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1560
1560
|
},
|
|
1561
1561
|
{
|
|
1562
1562
|
uuid: "5",
|
|
1563
|
-
icon:
|
|
1563
|
+
icon: F,
|
|
1564
1564
|
instructionKey: "returnPress",
|
|
1565
1565
|
boldKey: "idv2.permissions.denied.refreshPage"
|
|
1566
1566
|
}
|
|
@@ -1574,7 +1574,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1574
1574
|
},
|
|
1575
1575
|
{
|
|
1576
1576
|
uuid: "2",
|
|
1577
|
-
icon:
|
|
1577
|
+
icon: F,
|
|
1578
1578
|
instructionKey: "scroll",
|
|
1579
1579
|
boldKey: "idv2.permissions.denied.yourBrowser"
|
|
1580
1580
|
},
|
|
@@ -1594,7 +1594,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1594
1594
|
},
|
|
1595
1595
|
{
|
|
1596
1596
|
uuid: "5",
|
|
1597
|
-
icon:
|
|
1597
|
+
icon: F,
|
|
1598
1598
|
instructionKey: "returnPress",
|
|
1599
1599
|
boldKey: "idv2.permissions.denied.refreshPage"
|
|
1600
1600
|
}
|
|
@@ -1608,7 +1608,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1608
1608
|
},
|
|
1609
1609
|
{
|
|
1610
1610
|
uuid: "2",
|
|
1611
|
-
icon:
|
|
1611
|
+
icon: I,
|
|
1612
1612
|
instructionKey: "scroll",
|
|
1613
1613
|
boldKey: "idv2.permissions.denied.yourBrowser"
|
|
1614
1614
|
},
|
|
@@ -1628,7 +1628,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1628
1628
|
},
|
|
1629
1629
|
{
|
|
1630
1630
|
uuid: "5",
|
|
1631
|
-
icon:
|
|
1631
|
+
icon: I,
|
|
1632
1632
|
instructionKey: "returnPress",
|
|
1633
1633
|
boldKey: "idv2.permissions.denied.refreshPage"
|
|
1634
1634
|
}
|
|
@@ -1676,7 +1676,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1676
1676
|
},
|
|
1677
1677
|
{
|
|
1678
1678
|
uuid: "2",
|
|
1679
|
-
icon:
|
|
1679
|
+
icon: F,
|
|
1680
1680
|
instructionKey: "scroll",
|
|
1681
1681
|
boldKey: "idv2.permissions.denied.yourBrowser"
|
|
1682
1682
|
},
|
|
@@ -1696,7 +1696,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1696
1696
|
},
|
|
1697
1697
|
{
|
|
1698
1698
|
uuid: "5",
|
|
1699
|
-
icon:
|
|
1699
|
+
icon: F,
|
|
1700
1700
|
instructionKey: "returnPress",
|
|
1701
1701
|
boldKey: "idv2.permissions.denied.refreshPage"
|
|
1702
1702
|
}
|
|
@@ -1706,26 +1706,26 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1706
1706
|
chrome: [
|
|
1707
1707
|
{
|
|
1708
1708
|
uuid: "1",
|
|
1709
|
-
icon:
|
|
1709
|
+
icon: M,
|
|
1710
1710
|
instructionKey: "tap",
|
|
1711
1711
|
boldKey: "idv2.permissions.denied.dots",
|
|
1712
1712
|
additionalTextKey: "idv2.permissions.denied.topRight"
|
|
1713
1713
|
},
|
|
1714
1714
|
{
|
|
1715
1715
|
uuid: "2",
|
|
1716
|
-
icon:
|
|
1716
|
+
icon: N,
|
|
1717
1717
|
instructionKey: "tap",
|
|
1718
1718
|
boldKey: "idv2.permissions.denied.siteSettings"
|
|
1719
1719
|
},
|
|
1720
1720
|
{
|
|
1721
1721
|
uuid: "3",
|
|
1722
|
-
icon:
|
|
1722
|
+
icon: P,
|
|
1723
1723
|
instructionKey: "tap",
|
|
1724
1724
|
boldKey: "idv2.permissions.denied.cameraAllow"
|
|
1725
1725
|
},
|
|
1726
1726
|
{
|
|
1727
1727
|
uuid: "4",
|
|
1728
|
-
icon:
|
|
1728
|
+
icon: F,
|
|
1729
1729
|
instructionKey: "returnPress",
|
|
1730
1730
|
boldKey: "idv2.permissions.denied.refreshPage"
|
|
1731
1731
|
}
|
|
@@ -1733,7 +1733,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1733
1733
|
firefox: [
|
|
1734
1734
|
{
|
|
1735
1735
|
uuid: "1",
|
|
1736
|
-
icon:
|
|
1736
|
+
icon: M,
|
|
1737
1737
|
instructionKey: "tap",
|
|
1738
1738
|
boldKey: "idv2.permissions.denied.dots",
|
|
1739
1739
|
additionalTextKey: "idv2.permissions.denied.topRight"
|
|
@@ -1746,13 +1746,13 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1746
1746
|
},
|
|
1747
1747
|
{
|
|
1748
1748
|
uuid: "3",
|
|
1749
|
-
icon:
|
|
1749
|
+
icon: L,
|
|
1750
1750
|
instructionKey: "tap",
|
|
1751
1751
|
boldKey: "idv2.permissions.denied.cameraAllow"
|
|
1752
1752
|
},
|
|
1753
1753
|
{
|
|
1754
1754
|
uuid: "4",
|
|
1755
|
-
icon:
|
|
1755
|
+
icon: I,
|
|
1756
1756
|
instructionKey: "returnPress",
|
|
1757
1757
|
boldKey: "idv2.permissions.denied.refreshPage"
|
|
1758
1758
|
}
|
|
@@ -1760,26 +1760,26 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1760
1760
|
edge: [
|
|
1761
1761
|
{
|
|
1762
1762
|
uuid: "1",
|
|
1763
|
-
icon:
|
|
1763
|
+
icon: M,
|
|
1764
1764
|
instructionKey: "tap",
|
|
1765
1765
|
boldKey: "idv2.permissions.denied.dots",
|
|
1766
1766
|
additionalTextKey: "idv2.permissions.denied.topRight"
|
|
1767
1767
|
},
|
|
1768
1768
|
{
|
|
1769
1769
|
uuid: "2",
|
|
1770
|
-
icon:
|
|
1770
|
+
icon: N,
|
|
1771
1771
|
instructionKey: "tap",
|
|
1772
1772
|
boldKey: "idv2.permissions.denied.siteSettings"
|
|
1773
1773
|
},
|
|
1774
1774
|
{
|
|
1775
1775
|
uuid: "3",
|
|
1776
|
-
icon:
|
|
1776
|
+
icon: P,
|
|
1777
1777
|
instructionKey: "tap",
|
|
1778
1778
|
boldKey: "idv2.permissions.denied.cameraAllow"
|
|
1779
1779
|
},
|
|
1780
1780
|
{
|
|
1781
1781
|
uuid: "4",
|
|
1782
|
-
icon:
|
|
1782
|
+
icon: F,
|
|
1783
1783
|
instructionKey: "returnPress",
|
|
1784
1784
|
boldKey: "idv2.permissions.denied.refreshPage"
|
|
1785
1785
|
}
|
|
@@ -1787,7 +1787,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1787
1787
|
opera: [
|
|
1788
1788
|
{
|
|
1789
1789
|
uuid: "1",
|
|
1790
|
-
icon:
|
|
1790
|
+
icon: N,
|
|
1791
1791
|
instructionKey: "open",
|
|
1792
1792
|
boldKey: "idv2.permissions.denied.settingsApp",
|
|
1793
1793
|
additionalTextKey: "idv2.permissions.denied.onDevice"
|
|
@@ -1822,26 +1822,26 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1822
1822
|
other: [
|
|
1823
1823
|
{
|
|
1824
1824
|
uuid: "1",
|
|
1825
|
-
icon:
|
|
1825
|
+
icon: M,
|
|
1826
1826
|
instructionKey: "tap",
|
|
1827
1827
|
boldKey: "idv2.permissions.denied.dots",
|
|
1828
1828
|
additionalTextKey: "idv2.permissions.denied.topRight"
|
|
1829
1829
|
},
|
|
1830
1830
|
{
|
|
1831
1831
|
uuid: "2",
|
|
1832
|
-
icon:
|
|
1832
|
+
icon: N,
|
|
1833
1833
|
instructionKey: "tap",
|
|
1834
1834
|
boldKey: "idv2.permissions.denied.siteSettings"
|
|
1835
1835
|
},
|
|
1836
1836
|
{
|
|
1837
1837
|
uuid: "3",
|
|
1838
|
-
icon:
|
|
1838
|
+
icon: P,
|
|
1839
1839
|
instructionKey: "tap",
|
|
1840
1840
|
boldKey: "idv2.permissions.denied.cameraAllow"
|
|
1841
1841
|
},
|
|
1842
1842
|
{
|
|
1843
1843
|
uuid: "4",
|
|
1844
|
-
icon:
|
|
1844
|
+
icon: F,
|
|
1845
1845
|
instructionKey: "returnPress",
|
|
1846
1846
|
boldKey: "idv2.permissions.denied.refreshPage"
|
|
1847
1847
|
}
|
|
@@ -1869,20 +1869,20 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1869
1869
|
},
|
|
1870
1870
|
{
|
|
1871
1871
|
uuid: "4",
|
|
1872
|
-
icon:
|
|
1872
|
+
icon: oe,
|
|
1873
1873
|
instructionKey: "tap",
|
|
1874
1874
|
boldKey: "idv2.permissions.denied.cameraFindSiteAllow"
|
|
1875
1875
|
},
|
|
1876
1876
|
{
|
|
1877
1877
|
uuid: "5",
|
|
1878
|
-
icon:
|
|
1878
|
+
icon: ae,
|
|
1879
1879
|
instructionKey: "returnPress",
|
|
1880
1880
|
boldKey: "idv2.permissions.denied.refreshPage"
|
|
1881
1881
|
}
|
|
1882
1882
|
]
|
|
1883
1883
|
},
|
|
1884
1884
|
desktop: null
|
|
1885
|
-
},
|
|
1885
|
+
}, ce = (e, t) => {
|
|
1886
1886
|
let n = [
|
|
1887
1887
|
e(`idv2.permissions.denied.${t.instructionKey}`),
|
|
1888
1888
|
e(t.boldKey),
|
|
@@ -1890,8 +1890,8 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1890
1890
|
t.secondBoldKey ? e(`idv2.permissions.${t.secondBoldKey}`) : ""
|
|
1891
1891
|
].filter(Boolean).join(" ");
|
|
1892
1892
|
return new DOMParser().parseFromString(n, "text/html").body.textContent || "";
|
|
1893
|
-
},
|
|
1894
|
-
let { t: n } = e(), r =
|
|
1893
|
+
}, le = ({ platform: t }) => {
|
|
1894
|
+
let { t: n } = e(), r = T(), i = se[t]?.[r] ?? [];
|
|
1895
1895
|
return /* @__PURE__ */ l("div", {
|
|
1896
1896
|
class: "IncodeDeniedInstructionsContainer",
|
|
1897
1897
|
"data-testid": "denied-instructions-mobile",
|
|
@@ -1902,7 +1902,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1902
1902
|
children: [
|
|
1903
1903
|
/* @__PURE__ */ l("span", {
|
|
1904
1904
|
class: "IncodeSrOnly",
|
|
1905
|
-
children:
|
|
1905
|
+
children: ce(n, t)
|
|
1906
1906
|
}),
|
|
1907
1907
|
/* @__PURE__ */ l("div", {
|
|
1908
1908
|
class: "IncodeDeniedStepIconContainer",
|
|
@@ -1915,13 +1915,13 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1915
1915
|
/* @__PURE__ */ l("div", {
|
|
1916
1916
|
class: "IncodeDeniedStepTextContainer",
|
|
1917
1917
|
"aria-hidden": "true",
|
|
1918
|
-
children: /* @__PURE__ */ l(
|
|
1918
|
+
children: /* @__PURE__ */ l(h, {
|
|
1919
1919
|
className: "IncodeDeniedStepTextSilent",
|
|
1920
1920
|
children: [
|
|
1921
1921
|
n(`idv2.permissions.denied.${t.instructionKey}`),
|
|
1922
1922
|
" ",
|
|
1923
|
-
/* @__PURE__ */ l(
|
|
1924
|
-
(t.additionalTextKey || t.secondBoldKey) && /* @__PURE__ */ l(
|
|
1923
|
+
/* @__PURE__ */ l(j, { i18nKey: t.boldKey }),
|
|
1924
|
+
(t.additionalTextKey || t.secondBoldKey) && /* @__PURE__ */ l(ue, {
|
|
1925
1925
|
labelKey: t.additionalTextKey,
|
|
1926
1926
|
boldLabelKey: t.secondBoldKey
|
|
1927
1927
|
})
|
|
@@ -1933,7 +1933,7 @@ var ne = 5e3, j = ({ className: e = "", animationData: t, title: n, titleId: i,
|
|
|
1933
1933
|
})
|
|
1934
1934
|
});
|
|
1935
1935
|
};
|
|
1936
|
-
function
|
|
1936
|
+
function ue({ labelKey: t, boldLabelKey: r }) {
|
|
1937
1937
|
let { t: i } = e();
|
|
1938
1938
|
return /* @__PURE__ */ l("span", {
|
|
1939
1939
|
class: "IncodeDeniedStepTextSilent IncodeDeniedStepSubtext",
|
|
@@ -1946,7 +1946,7 @@ function de({ labelKey: t, boldLabelKey: r }) {
|
|
|
1946
1946
|
}
|
|
1947
1947
|
//#endregion
|
|
1948
1948
|
//#region src/shared/permissions/camera/deniedDesktop.tsx
|
|
1949
|
-
var
|
|
1949
|
+
var de = (e) => {
|
|
1950
1950
|
let t = [
|
|
1951
1951
|
`idv2.permissions.denied.${e}.firstStep`,
|
|
1952
1952
|
`idv2.permissions.denied.${e}.secondStep`,
|
|
@@ -1955,8 +1955,8 @@ var fe = (e) => {
|
|
|
1955
1955
|
`idv2.permissions.denied.${e}.fifthStep`
|
|
1956
1956
|
];
|
|
1957
1957
|
return e === "safari" && t.push(`idv2.permissions.denied.${e}.sixthStep`), t;
|
|
1958
|
-
},
|
|
1959
|
-
let { t } = e(), n =
|
|
1958
|
+
}, fe = (e) => new DOMParser().parseFromString(e, "text/html").body.textContent || "", J = (e, t) => e(t).split(/(<strong>[^<]+<\/strong>)/g).map((e, t) => e.startsWith("<strong>") && e.endsWith("</strong>") ? /* @__PURE__ */ l("strong", { children: e.slice(8, -9) }, t) : e), pe = () => {
|
|
1959
|
+
let { t } = e(), n = de(T());
|
|
1960
1960
|
return /* @__PURE__ */ l("div", {
|
|
1961
1961
|
class: "IncodeDeniedInstructionsContainer",
|
|
1962
1962
|
"data-testid": "denied-instructions-desktop",
|
|
@@ -1965,23 +1965,23 @@ var fe = (e) => {
|
|
|
1965
1965
|
role: "list",
|
|
1966
1966
|
children: n.map((e, r) => /* @__PURE__ */ l("li", {
|
|
1967
1967
|
class: "IncodeDeniedDesktopStep",
|
|
1968
|
-
"aria-label":
|
|
1968
|
+
"aria-label": fe(t(e)),
|
|
1969
1969
|
children: [/* @__PURE__ */ l("div", {
|
|
1970
1970
|
class: "IncodeDeniedDesktopStepNumberColumn",
|
|
1971
1971
|
"aria-hidden": "true",
|
|
1972
|
-
children: [/* @__PURE__ */ l(
|
|
1972
|
+
children: [/* @__PURE__ */ l(w, { number: r + 1 }), r < n.length - 1 && /* @__PURE__ */ l("div", { class: "IncodeNumberedStepConnector" })]
|
|
1973
1973
|
}), /* @__PURE__ */ l("p", {
|
|
1974
1974
|
class: "IncodeDeniedStepText",
|
|
1975
1975
|
"aria-hidden": "true",
|
|
1976
|
-
children:
|
|
1976
|
+
children: J(t, e)
|
|
1977
1977
|
})]
|
|
1978
1978
|
}, e))
|
|
1979
1979
|
})
|
|
1980
1980
|
});
|
|
1981
|
-
},
|
|
1982
|
-
let e =
|
|
1983
|
-
return e === "desktop" ? /* @__PURE__ */ l(
|
|
1984
|
-
},
|
|
1981
|
+
}, me = () => {
|
|
1982
|
+
let e = te();
|
|
1983
|
+
return e === "desktop" ? /* @__PURE__ */ l(pe, {}) : /* @__PURE__ */ l(le, { platform: e });
|
|
1984
|
+
}, he = ({ onRefresh: t, "data-testid": n, "data-permission-status": i }) => {
|
|
1985
1985
|
let { t: a } = e(), s = o(null);
|
|
1986
1986
|
return r(() => {
|
|
1987
1987
|
s.current?.focus();
|
|
@@ -1993,30 +1993,30 @@ var fe = (e) => {
|
|
|
1993
1993
|
"data-permission-status": i,
|
|
1994
1994
|
children: [/* @__PURE__ */ l("div", {
|
|
1995
1995
|
class: "IncodeDeniedContainer",
|
|
1996
|
-
children: [/* @__PURE__ */ l(
|
|
1996
|
+
children: [/* @__PURE__ */ l(_, {
|
|
1997
1997
|
ref: s,
|
|
1998
1998
|
tabIndex: -1,
|
|
1999
1999
|
children: a("idv2.permissions.denied.title")
|
|
2000
|
-
}), /* @__PURE__ */ l(
|
|
2001
|
-
}), /* @__PURE__ */ l(
|
|
2000
|
+
}), /* @__PURE__ */ l(me, {})]
|
|
2001
|
+
}), /* @__PURE__ */ l(y, {
|
|
2002
2002
|
onClick: t,
|
|
2003
2003
|
children: a("idv2.permissions.denied.refreshPage")
|
|
2004
2004
|
})]
|
|
2005
2005
|
});
|
|
2006
|
-
},
|
|
2006
|
+
}, ge = [
|
|
2007
2007
|
{
|
|
2008
|
-
icon:
|
|
2008
|
+
icon: re,
|
|
2009
2009
|
textKey: "idv2.permissions.learnMorePage.instructions.1"
|
|
2010
2010
|
},
|
|
2011
2011
|
{
|
|
2012
|
-
icon:
|
|
2012
|
+
icon: R,
|
|
2013
2013
|
textKey: "idv2.permissions.learnMorePage.instructions.2"
|
|
2014
2014
|
},
|
|
2015
2015
|
{
|
|
2016
|
-
icon:
|
|
2016
|
+
icon: ie,
|
|
2017
2017
|
textKey: "idv2.permissions.learnMorePage.instructions.4"
|
|
2018
2018
|
}
|
|
2019
|
-
],
|
|
2019
|
+
], _e = ({ onAllowPermissions: t, onQuitProcess: n, "data-testid": i, "data-permission-status": a }) => {
|
|
2020
2020
|
let { t: s } = e(), c = o(null);
|
|
2021
2021
|
return r(() => {
|
|
2022
2022
|
c.current?.focus();
|
|
@@ -2030,7 +2030,7 @@ var fe = (e) => {
|
|
|
2030
2030
|
class: "IncodeLearnMoreContainer",
|
|
2031
2031
|
children: [/* @__PURE__ */ l("div", {
|
|
2032
2032
|
class: "IncodeLearnMoreTitleContainer",
|
|
2033
|
-
children: [/* @__PURE__ */ l(
|
|
2033
|
+
children: [/* @__PURE__ */ l(x, { size: 32 }), /* @__PURE__ */ l(_, {
|
|
2034
2034
|
ref: c,
|
|
2035
2035
|
tabIndex: -1,
|
|
2036
2036
|
children: s("idv2.permissions.learnMorePage.title")
|
|
@@ -2038,7 +2038,7 @@ var fe = (e) => {
|
|
|
2038
2038
|
}), /* @__PURE__ */ l("ul", {
|
|
2039
2039
|
class: "IncodeLearnMoreInstructionsContainer",
|
|
2040
2040
|
role: "list",
|
|
2041
|
-
children:
|
|
2041
|
+
children: ge.map(({ icon: e, ...t }) => /* @__PURE__ */ l("li", {
|
|
2042
2042
|
class: "IncodeLearnMoreInstruction",
|
|
2043
2043
|
children: [/* @__PURE__ */ l("div", {
|
|
2044
2044
|
class: "IncodeLearnMoreInstructionIcon",
|
|
@@ -2047,16 +2047,16 @@ var fe = (e) => {
|
|
|
2047
2047
|
height: 32,
|
|
2048
2048
|
width: 32
|
|
2049
2049
|
})
|
|
2050
|
-
}), /* @__PURE__ */ l(
|
|
2050
|
+
}), /* @__PURE__ */ l(h, { children: s(t.textKey) })]
|
|
2051
2051
|
}, t.textKey))
|
|
2052
2052
|
})]
|
|
2053
2053
|
}), /* @__PURE__ */ l("div", {
|
|
2054
2054
|
class: "IncodeLearnMoreActions",
|
|
2055
|
-
children: [/* @__PURE__ */ l(
|
|
2055
|
+
children: [/* @__PURE__ */ l(y, {
|
|
2056
2056
|
variant: "link",
|
|
2057
2057
|
onClick: n,
|
|
2058
2058
|
children: s("idv2.permissions.learnMorePage.quitProcess")
|
|
2059
|
-
}), /* @__PURE__ */ l(
|
|
2059
|
+
}), /* @__PURE__ */ l(y, {
|
|
2060
2060
|
onClick: t,
|
|
2061
2061
|
children: s("idv2.permissions.learnMorePage.allowPermissions")
|
|
2062
2062
|
})]
|
|
@@ -2065,34 +2065,34 @@ var fe = (e) => {
|
|
|
2065
2065
|
};
|
|
2066
2066
|
//#endregion
|
|
2067
2067
|
//#region src/shared/permissions/camera/permissionsBottomSheet.tsx
|
|
2068
|
-
function
|
|
2068
|
+
function ve({ onAllowPermissions: t, onDenyPermissions: n }) {
|
|
2069
2069
|
let { t: i } = e(), a = o(null);
|
|
2070
2070
|
return r(() => {
|
|
2071
2071
|
a.current?.focus();
|
|
2072
|
-
}, []), /* @__PURE__ */ l(
|
|
2072
|
+
}, []), /* @__PURE__ */ l(C, {
|
|
2073
2073
|
isOpen: !0,
|
|
2074
2074
|
labelledById: "permissions-dialog-title",
|
|
2075
2075
|
children: /* @__PURE__ */ l("div", {
|
|
2076
2076
|
className: "IncodePermissionsBottomSheet",
|
|
2077
2077
|
children: [/* @__PURE__ */ l("div", {
|
|
2078
2078
|
class: "IncodePermissionsBottomSheetTitleContainer",
|
|
2079
|
-
children: [/* @__PURE__ */ l(
|
|
2079
|
+
children: [/* @__PURE__ */ l(g, {
|
|
2080
2080
|
id: "permissions-dialog-title",
|
|
2081
2081
|
className: "IncodePermissionsBottomSheetTitle",
|
|
2082
2082
|
ref: a,
|
|
2083
2083
|
tabIndex: -1,
|
|
2084
2084
|
children: i("idv2.permissions.allowPermissionsV2")
|
|
2085
|
-
}), /* @__PURE__ */ l(
|
|
2085
|
+
}), /* @__PURE__ */ l("p", {
|
|
2086
2086
|
className: "IncodePermissionsBottomSheetSubtitle",
|
|
2087
2087
|
children: i("idv2.permissions.subtitleV2")
|
|
2088
2088
|
})]
|
|
2089
2089
|
}), /* @__PURE__ */ l("div", {
|
|
2090
2090
|
class: "IncodePermissionsBottomSheetActions",
|
|
2091
|
-
children: [/* @__PURE__ */ l(
|
|
2091
|
+
children: [/* @__PURE__ */ l(y, {
|
|
2092
2092
|
variant: "secondary",
|
|
2093
2093
|
onClick: n,
|
|
2094
2094
|
children: i("idv2.permissions.dontAllow")
|
|
2095
|
-
}), /* @__PURE__ */ l(
|
|
2095
|
+
}), /* @__PURE__ */ l(y, {
|
|
2096
2096
|
onClick: t,
|
|
2097
2097
|
children: i("idv2.permissions.allowV2")
|
|
2098
2098
|
})]
|
|
@@ -2102,34 +2102,34 @@ function be({ onAllowPermissions: t, onDenyPermissions: n }) {
|
|
|
2102
2102
|
}
|
|
2103
2103
|
//#endregion
|
|
2104
2104
|
//#region src/shared/permissions/camera/permissions.tsx
|
|
2105
|
-
var
|
|
2105
|
+
var ye = ({ manager: t, permissionStatus: n }) => {
|
|
2106
2106
|
let r = u(), { t: i } = e();
|
|
2107
|
-
if (n === "requesting") return /* @__PURE__ */ l(
|
|
2108
|
-
if (n === "learnMore") return /* @__PURE__ */ l(
|
|
2107
|
+
if (n === "requesting") return /* @__PURE__ */ l(v, { className: "IncodePermissionsRequestingPage" });
|
|
2108
|
+
if (n === "learnMore") return /* @__PURE__ */ l(_e, {
|
|
2109
2109
|
onAllowPermissions: () => t.requestPermission(),
|
|
2110
2110
|
onQuitProcess: () => t.close(),
|
|
2111
2111
|
"data-testid": "permissions",
|
|
2112
2112
|
"data-permission-status": "learnMore"
|
|
2113
2113
|
});
|
|
2114
|
-
if (n === "denied") return /* @__PURE__ */ l(
|
|
2114
|
+
if (n === "denied") return /* @__PURE__ */ l(he, {
|
|
2115
2115
|
onRefresh: () => window.location.reload(),
|
|
2116
2116
|
"data-testid": "permissions",
|
|
2117
2117
|
"data-permission-status": "denied"
|
|
2118
2118
|
});
|
|
2119
2119
|
let a = null;
|
|
2120
|
-
return a = r ? /* @__PURE__ */ l(
|
|
2120
|
+
return a = r ? /* @__PURE__ */ l(ve, {
|
|
2121
2121
|
onAllowPermissions: t.requestPermission,
|
|
2122
2122
|
onDenyPermissions: t.goToLearnMore
|
|
2123
|
-
}) : /* @__PURE__ */ l(
|
|
2123
|
+
}) : /* @__PURE__ */ l(S.Root, {
|
|
2124
2124
|
open: !0,
|
|
2125
|
-
children: /* @__PURE__ */ l(
|
|
2126
|
-
/* @__PURE__ */ l(
|
|
2127
|
-
/* @__PURE__ */ l(
|
|
2128
|
-
/* @__PURE__ */ l(
|
|
2125
|
+
children: /* @__PURE__ */ l(S.Content, { children: [
|
|
2126
|
+
/* @__PURE__ */ l(S.Close, { onClick: t.close }),
|
|
2127
|
+
/* @__PURE__ */ l(S.TitleSection, { children: [/* @__PURE__ */ l(S.Title, { children: i("idv2.permissions.allowPermissionsV2") }), /* @__PURE__ */ l(S.Subtitle, { children: i("idv2.permissions.subtitleV2") })] }),
|
|
2128
|
+
/* @__PURE__ */ l(S.Actions, { children: [/* @__PURE__ */ l(y, {
|
|
2129
2129
|
variant: "secondary",
|
|
2130
2130
|
onClick: t.goToLearnMore,
|
|
2131
2131
|
children: i("idv2.permissions.dontAllow")
|
|
2132
|
-
}), /* @__PURE__ */ l(
|
|
2132
|
+
}), /* @__PURE__ */ l(y, {
|
|
2133
2133
|
variant: "primary",
|
|
2134
2134
|
onClick: t.requestPermission,
|
|
2135
2135
|
children: i("idv2.permissions.allowV2")
|
|
@@ -2143,7 +2143,7 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2143
2143
|
"data-permission-status": n,
|
|
2144
2144
|
children: a
|
|
2145
2145
|
});
|
|
2146
|
-
},
|
|
2146
|
+
}, Y = ({ icon: e, title: t, className: n }) => {
|
|
2147
2147
|
let i = o(null);
|
|
2148
2148
|
return r(() => {
|
|
2149
2149
|
i.current?.focus();
|
|
@@ -2155,7 +2155,7 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2155
2155
|
/* @__PURE__ */ l(f, { size: 120 }),
|
|
2156
2156
|
e,
|
|
2157
2157
|
/* @__PURE__ */ l(f, { size: 16 }),
|
|
2158
|
-
/* @__PURE__ */ l(
|
|
2158
|
+
/* @__PURE__ */ l(_, {
|
|
2159
2159
|
ref: i,
|
|
2160
2160
|
className: "IncodeCaptureStatusTitle",
|
|
2161
2161
|
tabIndex: -1,
|
|
@@ -2164,10 +2164,10 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2164
2164
|
]
|
|
2165
2165
|
})]
|
|
2166
2166
|
});
|
|
2167
|
-
},
|
|
2167
|
+
}, X = {
|
|
2168
2168
|
title: "Something went wrong",
|
|
2169
2169
|
description: "Please try again later"
|
|
2170
|
-
},
|
|
2170
|
+
}, be = {
|
|
2171
2171
|
MASK_ERROR: {
|
|
2172
2172
|
title: "notifications.mask",
|
|
2173
2173
|
description: "notifications.maskDescription"
|
|
@@ -2200,13 +2200,13 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2200
2200
|
title: "notifications.multiple",
|
|
2201
2201
|
description: "notifications.multipleDescription"
|
|
2202
2202
|
},
|
|
2203
|
-
TOO_BLURRY_ERROR:
|
|
2204
|
-
TOO_DARK_ERROR:
|
|
2205
|
-
SERVER_ERROR:
|
|
2206
|
-
FACE_CROPPING_FAILED:
|
|
2207
|
-
FACE_TOO_SMALL:
|
|
2208
|
-
PROCESSING_ERROR:
|
|
2209
|
-
BAD_REQUEST:
|
|
2203
|
+
TOO_BLURRY_ERROR: X,
|
|
2204
|
+
TOO_DARK_ERROR: X,
|
|
2205
|
+
SERVER_ERROR: X,
|
|
2206
|
+
FACE_CROPPING_FAILED: X,
|
|
2207
|
+
FACE_TOO_SMALL: X,
|
|
2208
|
+
PROCESSING_ERROR: X,
|
|
2209
|
+
BAD_REQUEST: X,
|
|
2210
2210
|
USER_IS_NOT_RECOGNIZED: {
|
|
2211
2211
|
title: "notifications.accessDenied",
|
|
2212
2212
|
description: "notifications.accessDeniedDescription"
|
|
@@ -2255,24 +2255,24 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2255
2255
|
title: "notifications.selfieImageLowQuality",
|
|
2256
2256
|
description: "notifications.selfieImageLowQualityDescription"
|
|
2257
2257
|
}
|
|
2258
|
-
},
|
|
2258
|
+
}, xe = /* @__PURE__ */ "LIVENESS_ERROR.BRIGHTNESS_ERROR.LENSES_ERROR.MASK_ERROR.CLOSED_EYES_ERROR.HEAD_COVER_ERROR.SERVER_ERROR.FACE_NOT_FOUND.MULTIPLE_FACES.TOO_BLURRY_ERROR.TOO_DARK_ERROR.USER_IS_NOT_RECOGNIZED.SPOOF_ATTEMPT_DETECTED.FACE_TOO_DARK.LENSES_DETECTED.FACE_MASK_DETECTED.CLOSED_EYES_DETECTED.HEAD_COVER_DETECTED.FACE_CROPPING_FAILED.FACE_TOO_SMALL.FACE_TOO_BLURRY.BAD_PHOTO_QUALITY.PROCESSING_ERROR.BAD_REQUEST.NONEXISTENT_CUSTOMER.HINT_NOT_PROVIDED.SELFIE_IMAGE_LOW_QUALITY".split("."), Se = (e) => {
|
|
2259
2259
|
let t = e.toUpperCase();
|
|
2260
2260
|
if (t.includes("HTTP 400") || t.includes("BAD_REQUEST")) return "BAD_REQUEST";
|
|
2261
2261
|
if (t.includes("HTTP 500") || t.includes("SERVER_ERROR")) return "SERVER_ERROR";
|
|
2262
|
-
for (let e of
|
|
2262
|
+
for (let e of xe) if (t.includes(e)) return e;
|
|
2263
2263
|
return null;
|
|
2264
2264
|
}, Z = ({ error: t, attemptsRemaining: n, onTryAgain: r }) => {
|
|
2265
2265
|
let { t: i } = e();
|
|
2266
2266
|
if (!t) return null;
|
|
2267
|
-
let { title: a, description: o } = Se
|
|
2268
|
-
return /* @__PURE__ */ l(
|
|
2267
|
+
let { title: a, description: o } = be[Se(t) ?? t] ?? X, s = i(a) ?? a, c = i(n <= 0 ? "notifications.selfieCaptureFailedDescription" : o);
|
|
2268
|
+
return /* @__PURE__ */ l(E, {
|
|
2269
2269
|
"data-testid": "face-capture-error-modal",
|
|
2270
2270
|
title: s,
|
|
2271
2271
|
description: c,
|
|
2272
2272
|
attemptsRemaining: n,
|
|
2273
2273
|
onButtonClick: r
|
|
2274
2274
|
});
|
|
2275
|
-
},
|
|
2275
|
+
}, Ce = () => /* @__PURE__ */ l("svg", {
|
|
2276
2276
|
width: "292",
|
|
2277
2277
|
height: "272",
|
|
2278
2278
|
viewBox: "0 0 292 272",
|
|
@@ -2285,7 +2285,7 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2285
2285
|
d: "M145.633 8.0625C115.606 8.06268 85.6206 26.5984 76.9712 54.293L76.771 54.9492C70.4539 76.1063 75.0139 100.802 76.8687 110.58L77.3628 113.188L75.1528 114.656C66.1187 120.66 63.5861 124.089 62.8472 126.92C62.4669 128.377 62.4644 130.035 62.8003 132.412C63.1635 134.983 63.7533 137.484 64.4233 141.347L64.5142 141.841C65.5056 146.956 68.1062 152.133 71.2749 156.618C74.5527 161.257 78.2056 164.826 80.7349 166.584L82.4517 167.777V169.869C82.4517 177.866 85.3476 186.144 89.6763 194.128C93.9906 202.085 99.5748 209.473 104.623 215.646L105.526 216.751V218.178C105.526 220.891 105.68 223.73 105.801 226.9C105.92 230.011 106.003 233.347 105.828 236.771C105.475 243.652 104.077 251.044 99.7446 258.227C91.1977 272.397 72.1081 284.401 31.8677 291.776L29.936 292.124C-41.1597 304.684 -61.4563 361.617 -63.2153 392.062H145.633V400.062H-71.3638L-71.3462 396.044C-71.2048 364.597 -50.9804 298.295 28.5444 284.246L30.4448 283.904C69.9919 276.654 86.1642 265.253 92.894 254.095C96.3216 248.412 97.5261 242.442 97.8374 236.362C97.9939 233.307 97.9241 230.262 97.8071 227.206C97.7111 224.697 97.5799 222.105 97.5396 219.615C92.5931 213.5 87.048 206.064 82.644 197.941C78.308 189.944 74.9442 181.04 74.5024 171.896C71.3932 169.387 67.8531 165.638 64.7417 161.234C61.1656 156.173 57.9337 149.942 56.6587 143.353L56.5415 142.714C55.9864 139.514 55.2491 136.155 54.8784 133.531C54.4806 130.715 54.3377 127.843 55.106 124.899C56.5344 119.427 60.7885 114.886 68.5259 109.489C66.4692 98.2995 62.7062 74.0938 69.106 52.6602L69.3345 51.9092C79.2266 20.2173 112.853 0.0626788 145.633 0.0625V8.0625ZM145.635 0.0625C178.415 0.0625 212.042 20.2172 221.934 51.9092L222.163 52.6602C228.562 74.0938 224.799 98.2996 222.743 109.489C230.48 114.886 234.734 119.427 236.163 124.899C236.931 127.843 236.788 130.715 236.39 133.531C236.019 136.155 235.282 139.514 234.727 142.714L234.61 143.353C233.335 149.942 230.103 156.173 226.527 161.234C223.415 165.638 219.875 169.387 216.766 171.896C216.324 181.04 212.961 189.944 208.625 197.941C204.221 206.064 198.676 213.5 193.729 219.615C193.689 222.105 193.557 224.697 193.461 227.206C193.344 230.262 193.275 233.307 193.431 236.362C193.742 242.442 194.947 248.412 198.375 254.095C205.104 265.253 221.277 276.654 260.824 283.904L262.724 284.246C342.249 298.294 362.473 364.597 362.615 396.044L362.632 400.062H145.635V392.062H354.484C352.725 361.616 332.429 304.683 261.333 292.124L259.401 291.776C219.161 284.401 200.071 272.397 191.524 258.227C187.192 251.044 185.793 243.652 185.441 236.771C185.266 233.347 185.348 230.011 185.467 226.9C185.589 223.73 185.743 220.891 185.743 218.178V216.751L186.646 215.646C191.694 209.473 197.278 202.085 201.592 194.128C205.921 186.144 208.817 177.866 208.817 169.869V167.777L210.534 166.584C213.063 164.826 216.716 161.257 219.994 156.618C223.162 152.133 225.763 146.956 226.754 141.841L226.845 141.347C227.515 137.484 228.105 134.983 228.468 132.412C228.804 130.034 228.802 128.377 228.421 126.92C227.682 124.089 225.15 120.66 216.116 114.656L213.906 113.188L214.4 110.58C216.255 100.802 220.815 76.1064 214.498 54.9492L214.297 54.293C205.648 26.5983 175.662 8.0625 145.635 8.0625V0.0625Z",
|
|
2286
2286
|
fill: "white"
|
|
2287
2287
|
})]
|
|
2288
|
-
}), Q = "var(--surface-neutral-100)",
|
|
2288
|
+
}), Q = "var(--surface-neutral-100)", we = (e) => {
|
|
2289
2289
|
switch (e) {
|
|
2290
2290
|
case "success":
|
|
2291
2291
|
case "capturing": return "var(--surface-status-positive-500)";
|
|
@@ -2322,8 +2322,8 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2322
2322
|
})]
|
|
2323
2323
|
}) }) : null
|
|
2324
2324
|
]
|
|
2325
|
-
}),
|
|
2326
|
-
let t = s(), n = e === "loading" || e === "capturing", r =
|
|
2325
|
+
}), Te = ({ borderState: e = "idle" }) => {
|
|
2326
|
+
let t = s(), n = e === "loading" || e === "capturing", r = we(e), i = n ? `url(#${t})` : r;
|
|
2327
2327
|
return /* @__PURE__ */ l("div", {
|
|
2328
2328
|
class: "IncodeLoadingBorder",
|
|
2329
2329
|
"aria-hidden": "true",
|
|
@@ -2339,7 +2339,7 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2339
2339
|
})
|
|
2340
2340
|
})]
|
|
2341
2341
|
});
|
|
2342
|
-
},
|
|
2342
|
+
}, Ee = () => /* @__PURE__ */ l("div", {
|
|
2343
2343
|
class: "IncodeCameraButton",
|
|
2344
2344
|
children: /* @__PURE__ */ l("svg", {
|
|
2345
2345
|
width: "64",
|
|
@@ -2365,7 +2365,7 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2365
2365
|
})
|
|
2366
2366
|
]
|
|
2367
2367
|
})
|
|
2368
|
-
}),
|
|
2368
|
+
}), De = i(({ onClick: t, disabled: n }, r) => {
|
|
2369
2369
|
let { t: i } = e();
|
|
2370
2370
|
return /* @__PURE__ */ l("div", {
|
|
2371
2371
|
class: "IncodeSelfieManualCapture",
|
|
@@ -2377,7 +2377,7 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2377
2377
|
children: i("selfiev2.manualCapture.instructions")
|
|
2378
2378
|
}),
|
|
2379
2379
|
/* @__PURE__ */ l(f, { size: 32 }),
|
|
2380
|
-
/* @__PURE__ */ l("div", { children: /* @__PURE__ */ l(
|
|
2380
|
+
/* @__PURE__ */ l("div", { children: /* @__PURE__ */ l(y, {
|
|
2381
2381
|
ref: r,
|
|
2382
2382
|
id: "manual-capture-button",
|
|
2383
2383
|
variant: "link",
|
|
@@ -2385,11 +2385,11 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2385
2385
|
disabled: n,
|
|
2386
2386
|
class: "IncodeSelfieManualCaptureButton",
|
|
2387
2387
|
"aria-label": i("selfiev2.manualCapture.captureButton"),
|
|
2388
|
-
children: /* @__PURE__ */ l(
|
|
2388
|
+
children: /* @__PURE__ */ l(Ee, {})
|
|
2389
2389
|
}) })
|
|
2390
2390
|
]
|
|
2391
2391
|
});
|
|
2392
|
-
}),
|
|
2392
|
+
}), Oe = ({ detectionState: t, disabled: i }) => {
|
|
2393
2393
|
let { t: s } = e(), c = o(null), u = o({
|
|
2394
2394
|
message: "",
|
|
2395
2395
|
at: 0
|
|
@@ -2468,18 +2468,18 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2468
2468
|
children: _
|
|
2469
2469
|
})
|
|
2470
2470
|
}), /* @__PURE__ */ l(f, { size: 24 })] }) : null] });
|
|
2471
|
-
},
|
|
2472
|
-
let { captureStatus: a, stream: s, detectionStatus: u, attemptsRemaining: d, uploadError: h, assistedOnboarding: g, ageAssurance:
|
|
2471
|
+
}, ke = ({ manager: t, state: i }) => {
|
|
2472
|
+
let { captureStatus: a, stream: s, detectionStatus: u, attemptsRemaining: d, uploadError: h, assistedOnboarding: g, ageAssurance: b } = i, [x, S] = c(!1), { t: C } = e(), w = o(null);
|
|
2473
2473
|
if (r(() => {
|
|
2474
2474
|
u === "manualCapture" && w.current?.focus();
|
|
2475
|
-
}, [u]), a === "initializing") return /* @__PURE__ */ l(
|
|
2475
|
+
}, [u]), a === "initializing") return /* @__PURE__ */ l(v, { spinnerConfig: { subtitle: C("loadingCircle.preparingCamera") } });
|
|
2476
2476
|
if (a === "detecting") {
|
|
2477
2477
|
if (u === "offline") return /* @__PURE__ */ l(m, { title: "No internet connection" });
|
|
2478
2478
|
let e = () => x ? "capturing" : u === "detecting" ? "idle" : u === "getReady" || u === "getReadyFinished" ? "loading" : u === "success" ? "success" : u === "error" ? "error" : "idle";
|
|
2479
2479
|
return /* @__PURE__ */ l(m, {
|
|
2480
2480
|
"data-testid": "capture-container",
|
|
2481
2481
|
children: [
|
|
2482
|
-
/* @__PURE__ */ l(
|
|
2482
|
+
/* @__PURE__ */ l(_, {
|
|
2483
2483
|
className: "IncodeCaptureVisuallyHidden",
|
|
2484
2484
|
children: C("selfiev2.capture.title")
|
|
2485
2485
|
}),
|
|
@@ -2487,27 +2487,27 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2487
2487
|
/* @__PURE__ */ l("div", {
|
|
2488
2488
|
class: "IncodeCaptureContainer",
|
|
2489
2489
|
children: [
|
|
2490
|
-
/* @__PURE__ */ l(
|
|
2490
|
+
/* @__PURE__ */ l(Te, { borderState: e() }),
|
|
2491
2491
|
/* @__PURE__ */ l("div", {
|
|
2492
2492
|
class: "IncodeCaptureFrame",
|
|
2493
2493
|
children: /* @__PURE__ */ l("div", {
|
|
2494
2494
|
class: "IncodeCaptureVideoWrapper",
|
|
2495
2495
|
"aria-hidden": "true",
|
|
2496
|
-
children: s ? /* @__PURE__ */ l(n, { children: [/* @__PURE__ */ l(
|
|
2496
|
+
children: s ? /* @__PURE__ */ l(n, { children: [/* @__PURE__ */ l(Ae, {
|
|
2497
2497
|
stream: s,
|
|
2498
2498
|
mirrored: !g
|
|
2499
2499
|
}), /* @__PURE__ */ l("div", {
|
|
2500
2500
|
class: "IncodeCaptureVideo",
|
|
2501
|
-
children: /* @__PURE__ */ l(
|
|
2501
|
+
children: /* @__PURE__ */ l(Ce, {})
|
|
2502
2502
|
})] }) : null
|
|
2503
2503
|
})
|
|
2504
2504
|
}),
|
|
2505
2505
|
/* @__PURE__ */ l(f, { size: 32 }),
|
|
2506
|
-
u ? /* @__PURE__ */ l(
|
|
2506
|
+
u ? /* @__PURE__ */ l(Oe, {
|
|
2507
2507
|
detectionState: u,
|
|
2508
2508
|
disabled: !!h || x
|
|
2509
2509
|
}) : null,
|
|
2510
|
-
u === "manualCapture" ? /* @__PURE__ */ l(
|
|
2510
|
+
u === "manualCapture" ? /* @__PURE__ */ l(De, {
|
|
2511
2511
|
ref: w,
|
|
2512
2512
|
onClick: () => {
|
|
2513
2513
|
S(!0), t.capture();
|
|
@@ -2532,26 +2532,26 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2532
2532
|
subtitle: "Taking photo...",
|
|
2533
2533
|
children: /* @__PURE__ */ l("div", {
|
|
2534
2534
|
class: "IncodeCaptureCapturingActions",
|
|
2535
|
-
children: /* @__PURE__ */ l(
|
|
2535
|
+
children: /* @__PURE__ */ l(y, {
|
|
2536
2536
|
isLoading: !0,
|
|
2537
2537
|
children: "Capturing..."
|
|
2538
2538
|
})
|
|
2539
2539
|
})
|
|
2540
|
-
}) : a === "uploading" ? /* @__PURE__ */ l(
|
|
2540
|
+
}) : a === "uploading" ? /* @__PURE__ */ l(Y, {
|
|
2541
2541
|
className: "IncodeCaptureStatusUploading",
|
|
2542
2542
|
icon: /* @__PURE__ */ l(p, { size: 64 }),
|
|
2543
|
-
title: C(
|
|
2543
|
+
title: C(b ? "idv2.capture.processing.verifying" : "idv2.capture.processing.uploading")
|
|
2544
2544
|
}) : a === "uploadError" ? /* @__PURE__ */ l(Z, {
|
|
2545
2545
|
error: h,
|
|
2546
2546
|
attemptsRemaining: d,
|
|
2547
2547
|
onTryAgain: () => {
|
|
2548
2548
|
t.retryCapture(), S(!1);
|
|
2549
2549
|
}
|
|
2550
|
-
}) : a === "success" ? /* @__PURE__ */ l(
|
|
2550
|
+
}) : a === "success" ? /* @__PURE__ */ l(Y, {
|
|
2551
2551
|
icon: /* @__PURE__ */ l(ee, { size: 64 }),
|
|
2552
2552
|
title: C("idv2.capture.processing.success")
|
|
2553
2553
|
}) : null;
|
|
2554
|
-
},
|
|
2554
|
+
}, Ae = ({ stream: e, mirrored: t }) => {
|
|
2555
2555
|
let n = o(null);
|
|
2556
2556
|
return r(() => {
|
|
2557
2557
|
n.current && e && (n.current.srcObject = e);
|
|
@@ -2563,13 +2563,13 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2563
2563
|
"aria-hidden": "true",
|
|
2564
2564
|
class: t ? "IncodeCaptureVideoElement IncodeCaptureVideoMirrored" : "IncodeCaptureVideoElement"
|
|
2565
2565
|
});
|
|
2566
|
-
},
|
|
2566
|
+
}, je = ({ manager: t, ageAssurance: n = !1 }) => {
|
|
2567
2567
|
let { t: i } = e(), [a, o] = c(!1), [s, u] = c(null);
|
|
2568
2568
|
return r(() => {
|
|
2569
2569
|
import("./selfieTutorial-BgrlUMXP.js").then((e) => {
|
|
2570
2570
|
u(e.default);
|
|
2571
2571
|
});
|
|
2572
|
-
}, []), /* @__PURE__ */ l(
|
|
2572
|
+
}, []), /* @__PURE__ */ l(A, {
|
|
2573
2573
|
animationData: s,
|
|
2574
2574
|
title: i(n ? "face.tutorial.ageAssuranceTitle" : "face.tutorial.title"),
|
|
2575
2575
|
titleId: "face-tutorial-heading",
|
|
@@ -2584,4 +2584,4 @@ var xe = ({ manager: t, permissionStatus: n }) => {
|
|
|
2584
2584
|
});
|
|
2585
2585
|
};
|
|
2586
2586
|
//#endregion
|
|
2587
|
-
export {
|
|
2587
|
+
export { O as a, A as i, ke as n, E as o, ye as r, je as t };
|
|
@@ -118,7 +118,7 @@ async function E() {
|
|
|
118
118
|
}
|
|
119
119
|
//#endregion
|
|
120
120
|
//#region src/modules/flow/flowInit.ts
|
|
121
|
-
var D = () => import("./id/id.es.js").then((e) => e.Id), O = () => import("./homeScreen-
|
|
121
|
+
var D = () => import("./id/id.es.js").then((e) => e.Id), O = () => import("./homeScreen-DnP1jw9A.js").then((e) => e.HomeScreen), k, te = new Set(["IP_ADDRESS", "TRUST_GRAPH"]);
|
|
122
122
|
function A(e) {
|
|
123
123
|
if (e === "IP_ADDRESS") return () => import("@incodetech/core/flow").then((e) => e.noOpFlowModuleMachine);
|
|
124
124
|
if (e === "TRUST_GRAPH") return () => import("@incodetech/core/trust-graph").then((e) => e.trustGraphMachine);
|
|
@@ -176,12 +176,12 @@ var M = {
|
|
|
176
176
|
GEOLOCATION: () => import("./geolocation/geolocation.es.js").then((e) => e.Geolocation),
|
|
177
177
|
EXTERNAL_VERIFICATION: () => import("./ekycModule-BEV9bscS.js").then((e) => e.EkycModule),
|
|
178
178
|
EKYB: () => import("./ekybModule-CjorSMlz.js").then((e) => e.EkybModule),
|
|
179
|
-
DOCUMENT_CAPTURE: () => import("./documentCapture-
|
|
180
|
-
ADDRESS: () => import("./documentCapture-
|
|
179
|
+
DOCUMENT_CAPTURE: () => import("./documentCapture-DAJQc9TF.js").then((e) => e.DocumentCapture),
|
|
180
|
+
ADDRESS: () => import("./documentCapture-DAJQc9TF.js").then((e) => e.DocumentCapture),
|
|
181
181
|
COMBINED_CONSENT: () => import("./consent/consent.es.js").then((e) => e.Consent),
|
|
182
182
|
MANDATORY_CONSENT: () => import("./mandatoryConsent-DssKMC3v.js").then((e) => e.MandatoryConsent),
|
|
183
183
|
SIGNATURE: () => import("./signature/signature.es.js").then((e) => e.Signature),
|
|
184
|
-
ID_OCR: () => import("./idOcr-
|
|
184
|
+
ID_OCR: () => import("./idOcr-CXCxAzYA.js").then((e) => e.IdOcr),
|
|
185
185
|
CPF_OCR: () => import("./cpfOcr-D_tbwbvh.js").then((e) => e.CpfOcr),
|
|
186
186
|
ANTIFRAUD: () => import("./antifraud/antifraud.es.js").then((e) => e.Antifraud),
|
|
187
187
|
CUSTOM_FIELDS: () => import("./customFields-CW38fQUv.js").then((e) => e.CustomFields),
|
|
@@ -191,7 +191,7 @@ var M = {
|
|
|
191
191
|
AE_SIGNATURE: () => import("./ae-signature/ae-signature.es.js").then((e) => e.AeSignature),
|
|
192
192
|
QE_SIGNATURE: () => import("./qe-signature/qe-signature.es.js").then((e) => e.QeSignature),
|
|
193
193
|
CROSS_DOCUMENT_DATA_MATCH: () => import("./cross-document-data-match/cross-document-data-match.es.js").then((e) => e.CrossDocumentDataMatch),
|
|
194
|
-
DYNAMIC_FORMS: () => import("./dynamicForms-
|
|
194
|
+
DYNAMIC_FORMS: () => import("./dynamicForms-BqXvgWTQ.js").then((e) => e.DynamicForms)
|
|
195
195
|
};
|
|
196
196
|
function N() {
|
|
197
197
|
return O();
|
|
@@ -6,7 +6,7 @@ import { t as l } from "../incodeComponent-C1o4M0ZK.js";
|
|
|
6
6
|
import "../spinner-B4dcie2T.js";
|
|
7
7
|
import { t as u } from "../transitionSpinner-PIEPU2Vx.js";
|
|
8
8
|
import { t as d } from "../incodeModule-BqCjVgEI.js";
|
|
9
|
-
import { a as f, g as p, i as m, m as h, s as g, t as _ } from "../useModuleLoader-
|
|
9
|
+
import { a as f, g as p, i as m, m as h, s as g, t as _ } from "../useModuleLoader-jSLBFbJp.js";
|
|
10
10
|
import { resolveWasmConfig as v, upgradeToWasmHttpClient as y, warmupWasm as b } from "@incodetech/core/wasm";
|
|
11
11
|
import { getDeviceClass as x } from "@incodetech/core/device";
|
|
12
12
|
import { QrValidationError as S, refreshQrUrlUuid as C } from "@incodetech/core/session";
|
|
@@ -110,7 +110,7 @@ function k(e) {
|
|
|
110
110
|
}
|
|
111
111
|
//#endregion
|
|
112
112
|
//#region src/modules/workflow/workflow.tsx
|
|
113
|
-
var A = n(() => import("../homeScreen-
|
|
113
|
+
var A = n(() => import("../homeScreen-DnP1jw9A.js").then((e) => ({ default: e.HomeScreen })));
|
|
114
114
|
function j(e) {
|
|
115
115
|
let { moduleKey: t, config: n, workflowId: r, authHint: i, lang: a, mergeSessionRecordings: o, ageAssurance: s } = e;
|
|
116
116
|
switch (t) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260514-
|
|
3
|
+
"version": "0.0.0-dev-20260514-68428a7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"qrcode": "^1.5.4",
|
|
240
240
|
"signature_pad": "^5.1.3",
|
|
241
241
|
"tailwindcss": "^4.1.17",
|
|
242
|
-
"@incodetech/core": "0.0.0-dev-20260514-
|
|
242
|
+
"@incodetech/core": "0.0.0-dev-20260514-68428a7"
|
|
243
243
|
},
|
|
244
244
|
"devDependencies": {
|
|
245
245
|
"@microsoft/api-extractor": "^7.53.3",
|