@incodetech/welcome 1.85.0-20251110183752.0 → 1.85.0-20251110213953.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 +7 -2
- package/dist/onBoarding.umd.js +3 -3
- 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-20251110213953.0";
|
|
8378
8378
|
function e$2(Be, Le) {
|
|
8379
8379
|
return function(Ye, tt) {
|
|
8380
8380
|
return Object.prototype.hasOwnProperty.call(Ye, tt);
|
|
@@ -197347,6 +197347,10 @@ class IdFlowManager extends AbstractFlowManager {
|
|
|
197347
197347
|
}
|
|
197348
197348
|
async initialize(Le) {
|
|
197349
197349
|
var Ye, tt;
|
|
197350
|
+
if (Le.captureOnly && (!Le.captureConfig || !Le.onCapture))
|
|
197351
|
+
throw new Error(
|
|
197352
|
+
"captureConfig and onCapture are required when captureOnly is enabled"
|
|
197353
|
+
);
|
|
197350
197354
|
Le.kioskOptions && (this.kioskOptions = Le.kioskOptions), this.parentSize = (Ye = Le.parentSize) != null && Ye.width && ((tt = Le.parentSize) != null && tt.height) ? Le.parentSize : this.parentSize, this.onCapture = Le.onCapture || null, this.captureOnly = Le.captureOnly || !1, this.capturedImages = {}, this.captureMode = Le.captureMode || "both", this.uiConfig = Le.uiConfig || null, await super.initialize({
|
|
197351
197355
|
sessionToken: Le.sessionToken,
|
|
197352
197356
|
captureConfig: Le.captureConfig,
|
|
@@ -258837,6 +258841,7 @@ function SMSOTP$1({
|
|
|
258837
258841
|
Text$7,
|
|
258838
258842
|
{
|
|
258839
258843
|
as: "a",
|
|
258844
|
+
display: "inline",
|
|
258840
258845
|
color: vt ? Vt.button.tertiary.disabled : Vt.button.tertiary.text.default,
|
|
258841
258846
|
fontSize: Vt.typography.fontSize.lg,
|
|
258842
258847
|
onClick: Ut,
|
|
@@ -258844,12 +258849,12 @@ function SMSOTP$1({
|
|
|
258844
258849
|
}
|
|
258845
258850
|
),
|
|
258846
258851
|
nt && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
258847
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("br", {}),
|
|
258848
258852
|
` ${wt("otp.or")} `,
|
|
258849
258853
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
258850
258854
|
Text$7,
|
|
258851
258855
|
{
|
|
258852
258856
|
as: "a",
|
|
258857
|
+
display: "inline",
|
|
258853
258858
|
color: vt ? Vt.button.tertiary.disabled : Vt.button.tertiary.text.default,
|
|
258854
258859
|
fontSize: Vt.typography.fontSize.lg,
|
|
258855
258860
|
onClick: $t,
|