@incodetech/welcome 1.85.0-20251103190408.0 → 1.85.0-20251104090115.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.
@@ -8372,7 +8372,7 @@ class MlWasmJSApi {
8372
8372
  );
8373
8373
  }
8374
8374
  }
8375
- const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-20251103190408.0";
8375
+ const MlWasmJSApi$1 = MlWasmJSApi.getInstance(), version$4 = "1.85.0-20251104090115.0";
8376
8376
  function e$2(Be, Le) {
8377
8377
  return function(Ye, tt) {
8378
8378
  return Object.prototype.hasOwnProperty.call(Ye, tt);
@@ -26567,6 +26567,7 @@ const FlexCenter = (Be) => /* @__PURE__ */ jsx$1(Flex, { justify: "center", alig
26567
26567
  }
26568
26568
  ::placeholder {
26569
26569
  color: ${(Be) => Be.color || Be.tokens.input.primary.text.field.placeholder};
26570
+ font-weight: 500;
26570
26571
  }
26571
26572
  &[type='date'] {
26572
26573
  appearance: none;
@@ -26954,7 +26955,7 @@ const FlexCenter = (Be) => /* @__PURE__ */ jsx$1(Flex, { justify: "center", alig
26954
26955
  }
26955
26956
  );
26956
26957
  }, VerifiedLogo = () => {
26957
- const Le = useTokens().color.text.body.primary;
26958
+ const Le = useTokens().color.text.body.secondary;
26958
26959
  return /* @__PURE__ */ jsxs(
26959
26960
  "svg",
26960
26961
  {
@@ -27076,9 +27077,13 @@ const FlexCenter = (Be) => /* @__PURE__ */ jsx$1(Flex, { justify: "center", alig
27076
27077
  max-width: ${(Be) => Be.maxW};
27077
27078
  max-height: ${(Be) => Be.maxH};
27078
27079
 
27080
+
27079
27081
  @media screen and (min-width: 767px) {
27080
- max-width: ${(Be) => Be.maxW || "800px"};
27081
- max-height: ${(Be) => Be.maxH || "840px"};
27082
+ width: 800px;
27083
+ height: 840px;
27084
+ max-width: ${(Be) => Be.maxW};
27085
+ max-height: ${(Be) => Be.maxH};
27086
+ margin: auto;
27082
27087
  }
27083
27088
  `, Header$4 = ({ hideHeaderBranding: Be, logo: Le, closeButton: Ye }) => {
27084
27089
  const tt = useTokens(), nt = typeof (Le == null ? void 0 : Le.height) == "number" ? tt.spacing[Le.height] : Le == null ? void 0 : Le.height, ft = (Ye == null ? void 0 : Ye.offset) !== void 0 ? typeof Ye.offset == "string" ? Ye.offset : tt.spacing[Ye.offset] : tt.spacing[6], ht = () => {
@@ -27956,7 +27961,7 @@ const FlexCenter = (Be) => /* @__PURE__ */ jsx$1(Flex, { justify: "center", alig
27956
27961
  fontSize: Ye.typography.fontSize.base,
27957
27962
  textAlign: "center",
27958
27963
  m: Ye.spacing[0],
27959
- letterSpacing: Ye.typography.letterSpacing.tight,
27964
+ letterSpacing: "-0.5px",
27960
27965
  lineHeight: Ye.typography.lineHeight.normal,
27961
27966
  fontWeight: Ye.typography.fontWeight.medium,
27962
27967
  color: Ye.color.text.body.secondary,
@@ -150214,7 +150219,7 @@ const SynchronizedInputGroup = styled.div`
150214
150219
  as: "span",
150215
150220
  "aria-hidden": "true",
150216
150221
  ml: wt.spacing[1],
150217
- color: wt.color.text.body.primary,
150222
+ color: gt ? wt.input.primary.text.field.disabled : wt.color.text.body.primary,
150218
150223
  fontWeight: wt.typography.fontWeight.medium,
150219
150224
  fontSize: wt.typography.fontSize.lg,
150220
150225
  children: Et == null ? void 0 : Et.code
@@ -150339,13 +150344,26 @@ const SynchronizedInputGroup = styled.div`
150339
150344
  /* @__PURE__ */ jsx$1(
150340
150345
  InputComposed,
150341
150346
  {
150342
- ref: (ht) => {
150343
- ft.current = ht, typeof nt == "function" ? nt(ht) : nt && (nt.current = ht);
150347
+ ref: (gt) => {
150348
+ ft.current = gt, typeof nt == "function" ? nt(gt) : nt && (nt.current = gt);
150344
150349
  },
150345
150350
  label: Ye,
150346
150351
  type: "date",
150347
150352
  value: Be,
150348
150353
  onChange: Le,
150354
+ onClick: () => {
150355
+ const gt = ft.current;
150356
+ if (gt)
150357
+ if ("showPicker" in HTMLInputElement.prototype)
150358
+ try {
150359
+ gt.showPicker();
150360
+ } catch {
150361
+ gt.focus(), gt.click();
150362
+ }
150363
+ else
150364
+ gt.focus(), gt.click();
150365
+ },
150366
+ style: { cursor: "pointer" },
150349
150367
  ...tt
150350
150368
  }
150351
150369
  ),
@@ -205165,7 +205183,7 @@ const idHorizontalFrame = "644650346f9f47edf1ca6b31", idVerticalFixedFrame = "64
205165
205183
  var Le, Ye, tt, nt, ft, ht, gt, At, xt, yt, Ct, Et, vt, kt;
205166
205184
  return this.captureConfig ? {
205167
205185
  showTutorial: this.captureConfig.showTutorial,
205168
- captureAttempts: this.captureConfig.captureAttempts,
205186
+ captureAttempts: this.captureConfig.captureAttempts ?? 3,
205169
205187
  enableIdRecording: this.captureConfig.enableIdRecording,
205170
205188
  autoCaptureTimeout: this.captureConfig.autoCaptureTimeout * 1e3,
205171
205189
  enablePassport: this.captureConfig.enablePassport,
@@ -205333,7 +205351,7 @@ class IdFlowManager extends AbstractFlowManager {
205333
205351
  if (Le)
205334
205352
  return {
205335
205353
  showTutorial: Le.showTutorial,
205336
- captureAttempts: Le.captureAttempts,
205354
+ captureAttempts: Le.captureAttempts ?? 3,
205337
205355
  isRecordingEnabled: Le.enableIdRecording,
205338
205356
  autoCaptureTimeout: Le.autoCaptureTimeout * 1e3,
205339
205357
  enablePassport: Le.enablePassport,
@@ -205360,7 +205378,7 @@ class IdFlowManager extends AbstractFlowManager {
205360
205378
  isRecordingEnabled: Ye.enableIdRecording,
205361
205379
  autoCaptureTimeout: Ye.autoCaptureTimeout * 1e3,
205362
205380
  isSecondId: !1,
205363
- captureAttempts: Ye.captureAttempts,
205381
+ captureAttempts: Ye.captureAttempts ?? 3,
205364
205382
  idDetectedTimeout: Ye.deviceIdleTimeout * 1e3,
205365
205383
  ageAssurance: this.flow.ageAssurance,
205366
205384
  mergeSessionRecordings: this.flow.mergeSessionRecordings,
@@ -211381,7 +211399,7 @@ path {
211381
211399
  onContinue: _t,
211382
211400
  finishWithError: Gt
211383
211401
  }), W0 = async (O0) => {
211384
- It.isRecordingEnabled && await Ut(O0);
211402
+ !Pt && It.isRecordingEnabled && await Ut(O0);
211385
211403
  };
211386
211404
  if (f0 === "offline")
211387
211405
  return /* @__PURE__ */ jsxRuntimeExports.jsx(NoInternetError, { isV2: !0 });
@@ -366098,7 +366116,7 @@ function IdModule({
366098
366116
  session: { token: Le },
366099
366117
  captureConfig: {
366100
366118
  showTutorial: Ye.showTutorial,
366101
- captureAttempts: Ye.captureAttempts,
366119
+ captureAttempts: Ye.captureAttempts ?? 3,
366102
366120
  enableIdRecording: Ye.enableIdRecording,
366103
366121
  autoCaptureTimeout: Ye.autoCaptureTimeout,
366104
366122
  enablePassport: Ye.enablePassport,