@incodetech/welcome 1.85.0-20251112111147.0 → 1.85.0-20251112200601.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.
- package/dist/onBoarding.mjs +27 -21
- package/dist/onBoarding.umd.js +4 -4
- package/package.json +1 -1
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-20251112200601.0";
|
|
8378
8378
|
function e$2(Be, Le) {
|
|
8379
8379
|
return function(Ye, tt) {
|
|
8380
8380
|
return Object.prototype.hasOwnProperty.call(Ye, tt);
|
|
@@ -24341,18 +24341,18 @@ function BrowserNotSupported({
|
|
|
24341
24341
|
screen: "Unsupported Browser"
|
|
24342
24342
|
}), Be();
|
|
24343
24343
|
};
|
|
24344
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs(BrowserNotSupportedContainer, { className: "
|
|
24344
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsxs(BrowserNotSupportedContainer, { className: "IncodeBrowserNotSupportedContainer", children: [
|
|
24345
24345
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "BrowserNotSupportedTopContainer", children: [
|
|
24346
24346
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
24347
24347
|
Image$f,
|
|
24348
24348
|
{
|
|
24349
24349
|
src: BrowserNotSupportedIcon,
|
|
24350
24350
|
alt: "browser not supported",
|
|
24351
|
-
className: "
|
|
24351
|
+
className: "IncodeBrowserNotSupportedImage"
|
|
24352
24352
|
}
|
|
24353
24353
|
),
|
|
24354
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("h2", { className: "
|
|
24355
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs(Text$8, { className: "
|
|
24354
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("h2", { className: "IncodeBrowserNotSupportedTitle", children: Ye("unsupportedBrowser.title") }),
|
|
24355
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs(Text$8, { className: "IncodeBrowserNotSupportedTextFirst", children: [
|
|
24356
24356
|
Ye("unsupportedBrowser.betterExperience"),
|
|
24357
24357
|
" ",
|
|
24358
24358
|
isAppleDevice && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
@@ -24363,13 +24363,13 @@ function BrowserNotSupported({
|
|
|
24363
24363
|
] })
|
|
24364
24364
|
] }),
|
|
24365
24365
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(BrowserNotSupportedBottomContainer, { className: "BrowserNotSupportedBottomContainer", children: [
|
|
24366
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(LinkText, { className: "
|
|
24366
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(LinkText, { className: "IncodeBrowserNotSupportedLinkText", children: window.location.href }),
|
|
24367
24367
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
24368
24368
|
Button$c,
|
|
24369
24369
|
{
|
|
24370
24370
|
onClick: tt,
|
|
24371
24371
|
type: "button",
|
|
24372
|
-
className: "
|
|
24372
|
+
className: "IncodeBrowserNotSupportedCopyLinkButton",
|
|
24373
24373
|
children: Ye("unsupportedBrowser.copyLink")
|
|
24374
24374
|
}
|
|
24375
24375
|
) }),
|
|
@@ -24378,7 +24378,7 @@ function BrowserNotSupported({
|
|
|
24378
24378
|
{
|
|
24379
24379
|
type: "button",
|
|
24380
24380
|
onClick: nt,
|
|
24381
|
-
className: "
|
|
24381
|
+
className: "IncodeBrowserNotSupportedContinueButton",
|
|
24382
24382
|
children: Ye("unsupportedBrowser.continueAnyways")
|
|
24383
24383
|
}
|
|
24384
24384
|
)
|
|
@@ -28919,31 +28919,37 @@ function loadLottie() {
|
|
|
28919
28919
|
Ye.src = "https://cdn.jsdelivr.net/npm/lottie-web@5.13.0/build/player/lottie_light.min.js", Ye.onload = () => Be(window.lottie), Ye.onerror = Le, document.head.appendChild(Ye);
|
|
28920
28920
|
}), lottiePromise);
|
|
28921
28921
|
}
|
|
28922
|
-
function Lottie({
|
|
28923
|
-
|
|
28924
|
-
|
|
28922
|
+
function Lottie({
|
|
28923
|
+
animationData: Be,
|
|
28924
|
+
loop: Le = !0,
|
|
28925
|
+
autoplay: Ye = !0,
|
|
28926
|
+
style: tt,
|
|
28927
|
+
onComplete: nt
|
|
28928
|
+
}) {
|
|
28929
|
+
const ft = useRef(null), ht = useRef({
|
|
28930
|
+
container: ft.current,
|
|
28925
28931
|
renderer: "svg",
|
|
28926
28932
|
loop: Le,
|
|
28927
28933
|
autoplay: Ye,
|
|
28928
28934
|
animationData: Be
|
|
28929
28935
|
});
|
|
28930
28936
|
return useEffect(() => {
|
|
28931
|
-
|
|
28932
|
-
container:
|
|
28937
|
+
ht.current = {
|
|
28938
|
+
container: ft.current,
|
|
28933
28939
|
renderer: "svg",
|
|
28934
28940
|
loop: Le,
|
|
28935
28941
|
autoplay: Ye,
|
|
28936
28942
|
animationData: Be
|
|
28937
28943
|
};
|
|
28938
28944
|
}, [Be, Le, Ye]), useEffect(() => {
|
|
28939
|
-
if (!
|
|
28940
|
-
let
|
|
28941
|
-
return loadLottie().then((
|
|
28942
|
-
|
|
28945
|
+
if (!ft.current) return;
|
|
28946
|
+
let gt;
|
|
28947
|
+
return loadLottie().then((At) => {
|
|
28948
|
+
gt = At.loadAnimation(ht.current), nt && gt.addEventListener("complete", nt);
|
|
28943
28949
|
}), () => {
|
|
28944
|
-
|
|
28950
|
+
gt && (nt && gt.removeEventListener("complete", nt), gt.destroy());
|
|
28945
28951
|
};
|
|
28946
|
-
}, []), /* @__PURE__ */ jsx$1("div", { ref:
|
|
28952
|
+
}, [nt]), /* @__PURE__ */ jsx$1("div", { ref: ft, style: tt });
|
|
28947
28953
|
}
|
|
28948
28954
|
const fr$c = 60, v$c = "5.9.6", ip$c = 0, op$c = 149, w$c = 74, h$d = 123, nm$c = "aligndevicelottie", ddd$c = 0, markers$c = [], assets$c = [
|
|
28949
28955
|
{
|
|
@@ -195651,14 +195657,14 @@ const ShowInstructions = ({
|
|
|
195651
195657
|
}).catch((gt) => {
|
|
195652
195658
|
Le(gt);
|
|
195653
195659
|
}));
|
|
195654
|
-
}, [Ye, Le, tt, nt, ft]), /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
195660
|
+
}, [Ye, Le, tt, nt, ft]), /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
195655
195661
|
FaceFlowContent,
|
|
195656
195662
|
{
|
|
195657
195663
|
onSuccess: Be,
|
|
195658
195664
|
onError: Le,
|
|
195659
195665
|
session: Ye.token
|
|
195660
195666
|
}
|
|
195661
|
-
)
|
|
195667
|
+
);
|
|
195662
195668
|
}, FaceFlowContent = ({
|
|
195663
195669
|
onSuccess: Be,
|
|
195664
195670
|
onError: Le,
|