@incodetech/welcome 1.85.0-20251113103111.0 → 1.85.0-20251113152646.0
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.
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/dist/onBoarding.mjs
CHANGED
|
@@ -8374,7 +8374,7 @@ class MlWasmJSApi {
|
|
|
8374
8374
|
);
|
|
8375
8375
|
}
|
|
8376
8376
|
}
|
|
8377
|
-
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-
|
|
8377
|
+
const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-20251113152646.0";
|
|
8378
8378
|
function e$2(Be, Le) {
|
|
8379
8379
|
return function(Ye, tt) {
|
|
8380
8380
|
return Object.prototype.hasOwnProperty.call(Ye, tt);
|
|
@@ -356659,6 +356659,7 @@ const arrowEl = /* @__PURE__ */ jsxRuntimeExports.jsx(ArrowRightIcon, {}), Rende
|
|
|
356659
356659
|
wFull: !0,
|
|
356660
356660
|
pt: ft.spacing[6],
|
|
356661
356661
|
gap: ft.spacing[6],
|
|
356662
|
+
"data-testid": "android-instructions",
|
|
356662
356663
|
children: [
|
|
356663
356664
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Title$n, { maxW: "275px", m: "0", textAlign: "left", children: tt }),
|
|
356664
356665
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(Flex, { direction: "column", wFull: !0, hFull: !0, children: [
|
|
@@ -356668,8 +356669,25 @@ const arrowEl = /* @__PURE__ */ jsxRuntimeExports.jsx(ArrowRightIcon, {}), Rende
|
|
|
356668
356669
|
browserInstructions: browserInstructions$1
|
|
356669
356670
|
}
|
|
356670
356671
|
),
|
|
356671
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
356672
|
-
|
|
356672
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
356673
|
+
Button$b,
|
|
356674
|
+
{
|
|
356675
|
+
mt: ft.spacing[6],
|
|
356676
|
+
onClick: Be,
|
|
356677
|
+
"data-testid": "geolocation-quit-button",
|
|
356678
|
+
children: nt("geolocationv2.refreshPage")
|
|
356679
|
+
}
|
|
356680
|
+
),
|
|
356681
|
+
Ye ? /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
356682
|
+
Button$b,
|
|
356683
|
+
{
|
|
356684
|
+
mt: ft.spacing[4],
|
|
356685
|
+
onClick: Le,
|
|
356686
|
+
variant: "secondary",
|
|
356687
|
+
"data-testid": "geolocation-skip-button",
|
|
356688
|
+
children: nt("geolocationv2.skip")
|
|
356689
|
+
}
|
|
356690
|
+
) : null
|
|
356673
356691
|
] })
|
|
356674
356692
|
]
|
|
356675
356693
|
}
|
|
@@ -356805,6 +356823,7 @@ const arrowEl = /* @__PURE__ */ jsxRuntimeExports.jsx(ArrowRightIcon, {}), Rende
|
|
|
356805
356823
|
wFull: !0,
|
|
356806
356824
|
pt: ft.spacing[6],
|
|
356807
356825
|
gap: ft.spacing[6],
|
|
356826
|
+
"data-testid": "ios-instructions",
|
|
356808
356827
|
children: [
|
|
356809
356828
|
/* @__PURE__ */ jsxRuntimeExports.jsx(Title$n, { maxW: "275px", m: "0", textAlign: "left", children: tt }),
|
|
356810
356829
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(Flex, { direction: "column", wFull: !0, hFull: !0, children: [
|
|
@@ -356814,8 +356833,25 @@ const arrowEl = /* @__PURE__ */ jsxRuntimeExports.jsx(ArrowRightIcon, {}), Rende
|
|
|
356814
356833
|
browserInstructions
|
|
356815
356834
|
}
|
|
356816
356835
|
),
|
|
356817
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
356818
|
-
|
|
356836
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
356837
|
+
Button$b,
|
|
356838
|
+
{
|
|
356839
|
+
mt: ft.spacing[6],
|
|
356840
|
+
onClick: Be,
|
|
356841
|
+
"data-testid": "geolocation-quit-button",
|
|
356842
|
+
children: nt("geolocationv2.refreshPage")
|
|
356843
|
+
}
|
|
356844
|
+
),
|
|
356845
|
+
Ye ? /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
356846
|
+
Button$b,
|
|
356847
|
+
{
|
|
356848
|
+
mt: ft.spacing[4],
|
|
356849
|
+
onClick: Le,
|
|
356850
|
+
variant: "secondary",
|
|
356851
|
+
"data-testid": "geolocation-skip-button",
|
|
356852
|
+
children: nt("geolocationv2.skip")
|
|
356853
|
+
}
|
|
356854
|
+
) : null
|
|
356819
356855
|
] })
|
|
356820
356856
|
]
|
|
356821
356857
|
}
|
|
@@ -356858,27 +356894,37 @@ function StyledGeolocation({
|
|
|
356858
356894
|
}).finally(() => {
|
|
356859
356895
|
Bt();
|
|
356860
356896
|
}));
|
|
356861
|
-
}, Kt = () => /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
356862
|
-
|
|
356863
|
-
|
|
356864
|
-
|
|
356865
|
-
|
|
356866
|
-
|
|
356867
|
-
|
|
356868
|
-
|
|
356869
|
-
|
|
356870
|
-
|
|
356871
|
-
|
|
356872
|
-
|
|
356873
|
-
|
|
356874
|
-
|
|
356875
|
-
|
|
356876
|
-
|
|
356877
|
-
|
|
356878
|
-
|
|
356879
|
-
|
|
356880
|
-
|
|
356881
|
-
|
|
356897
|
+
}, Kt = () => /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
356898
|
+
Flex,
|
|
356899
|
+
{
|
|
356900
|
+
hFull: !0,
|
|
356901
|
+
wFull: !0,
|
|
356902
|
+
direction: "column",
|
|
356903
|
+
"data-testid": "geolocation-instructions",
|
|
356904
|
+
children: [
|
|
356905
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
356906
|
+
Flex,
|
|
356907
|
+
{
|
|
356908
|
+
align: "center",
|
|
356909
|
+
direction: "column",
|
|
356910
|
+
wFull: !0,
|
|
356911
|
+
justify: "space-around",
|
|
356912
|
+
hFull: !0,
|
|
356913
|
+
children: vt ? /* @__PURE__ */ jsxRuntimeExports.jsx(LocationActiveIcon, { color: $t.color.brand.brand }) : /* @__PURE__ */ jsxRuntimeExports.jsx(LocationUnactiveIcon, {})
|
|
356914
|
+
}
|
|
356915
|
+
),
|
|
356916
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
356917
|
+
Button$b,
|
|
356918
|
+
{
|
|
356919
|
+
isLoading: Rt,
|
|
356920
|
+
onClick: ft ? Be : Wt,
|
|
356921
|
+
"data-testid": "geolocation-continue-button",
|
|
356922
|
+
children: Pt("geolocation.continue")
|
|
356923
|
+
}
|
|
356924
|
+
)
|
|
356925
|
+
]
|
|
356926
|
+
}
|
|
356927
|
+
), $t = useTokens();
|
|
356882
356928
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(Page$1, { title: Pt(wt), subtitle: ft, children: /* @__PURE__ */ jsxRuntimeExports.jsxs(Box, { hFull: !0, px: $t.spacing[2], children: [
|
|
356883
356929
|
At && Kt(),
|
|
356884
356930
|
Et && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
@@ -357949,38 +357995,73 @@ function Loading$1() {
|
|
|
357949
357995
|
"aria-hidden": !0,
|
|
357950
357996
|
src: loadingLogo,
|
|
357951
357997
|
alt: "loading...",
|
|
357952
|
-
className: "loading-icon"
|
|
357998
|
+
className: "loading-icon",
|
|
357999
|
+
"data-testid": "ine-check-loading-icon"
|
|
357953
358000
|
}
|
|
357954
358001
|
),
|
|
357955
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(Text$2, {
|
|
358002
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Text$2, { "data-testid": "ine-check-loading-text", children: `${Be(
|
|
358003
|
+
"ineCheck.verifying"
|
|
358004
|
+
)} ${Be("ineCheck.identity")}` })
|
|
357956
358005
|
] });
|
|
357957
358006
|
}
|
|
357958
358007
|
function Success() {
|
|
357959
358008
|
const { t: Be } = useTranslation$1();
|
|
357960
358009
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
357961
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
357962
|
-
|
|
358010
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
358011
|
+
Image$5,
|
|
358012
|
+
{
|
|
358013
|
+
"aria-hidden": !0,
|
|
358014
|
+
src: greenCheck$1,
|
|
358015
|
+
alt: "success",
|
|
358016
|
+
"data-testid": "ine-check-success-icon"
|
|
358017
|
+
}
|
|
358018
|
+
),
|
|
358019
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Text$2, { "data-testid": "ine-check-success-text", children: Be("ineCheck.verified") })
|
|
357963
358020
|
] });
|
|
357964
358021
|
}
|
|
357965
358022
|
function Processing$2() {
|
|
357966
358023
|
const { t: Be } = useTranslation$1();
|
|
357967
358024
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
357968
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
357969
|
-
|
|
358025
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
358026
|
+
Image$5,
|
|
358027
|
+
{
|
|
358028
|
+
"aria-hidden": !0,
|
|
358029
|
+
src: greenCheck$1,
|
|
358030
|
+
alt: "success",
|
|
358031
|
+
"data-testid": "ine-check-processing-icon"
|
|
358032
|
+
}
|
|
358033
|
+
),
|
|
358034
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("p", { "data-testid": "ine-check-processing-text", children: Be("ineCheck.processing") })
|
|
357970
358035
|
] });
|
|
357971
358036
|
}
|
|
357972
358037
|
function NotSuccess() {
|
|
357973
358038
|
const { t: Be } = useTranslation$1();
|
|
357974
358039
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
357975
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
357976
|
-
|
|
358040
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
358041
|
+
Image$5,
|
|
358042
|
+
{
|
|
358043
|
+
"aria-hidden": !0,
|
|
358044
|
+
src: redStrike,
|
|
358045
|
+
alt: "failure",
|
|
358046
|
+
"data-testid": "ine-check-error-icon"
|
|
358047
|
+
}
|
|
358048
|
+
),
|
|
358049
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Text$2, { "data-testid": "ine-check-error-text", children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: `${Be("ineCheck.failure1")} ${Be("ineCheck.failure2")}` }) })
|
|
357977
358050
|
] });
|
|
357978
358051
|
}
|
|
357979
358052
|
function Unknown() {
|
|
357980
358053
|
const { t: Be } = useTranslation$1();
|
|
357981
358054
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
357982
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
357983
|
-
|
|
358055
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
358056
|
+
Image$5,
|
|
358057
|
+
{
|
|
358058
|
+
"aria-hidden": !0,
|
|
358059
|
+
src: warning,
|
|
358060
|
+
alt: "warning",
|
|
358061
|
+
"data-testid": "ine-check-unknown-icon"
|
|
358062
|
+
}
|
|
358063
|
+
),
|
|
358064
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Text$2, { "data-testid": "ine-check-unknown-text", children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: Be("ineCheck.unknown") }) })
|
|
357984
358065
|
] });
|
|
357985
358066
|
}
|
|
357986
358067
|
function OTP({ onSuccess: Be, onError: Le, token: Ye }) {
|
|
@@ -357999,7 +358080,7 @@ function OTP({ onSuccess: Be, onError: Le, token: Ye }) {
|
|
|
357999
358080
|
onError: () => Le()
|
|
358000
358081
|
}
|
|
358001
358082
|
);
|
|
358002
|
-
}, [Be, Le, Ye]), /* @__PURE__ */ jsxRuntimeExports.jsx("div", { "aria-hidden": !0, ref: tt });
|
|
358083
|
+
}, [Be, Le, Ye]), /* @__PURE__ */ jsxRuntimeExports.jsx("div", { "aria-hidden": !0, ref: tt, "data-testid": "ine-check-otp-container" });
|
|
358003
358084
|
}
|
|
358004
358085
|
function IneCheck({
|
|
358005
358086
|
goNext: Be,
|