@incodetech/web 0.0.0-dev-20260313-d658d3a → 0.0.0-dev-20260313-82ba0ca

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.
Files changed (36) hide show
  1. package/dist/{Trans-BnPbhF6c.js → Trans-CVsR_Mce.js} +1 -1
  2. package/dist/authentication/authentication.es.js +3 -3
  3. package/dist/base.css +26 -1
  4. package/dist/{baseTutorial-g5NWjgBD.js → baseTutorial-DmtD23I-.js} +196 -158
  5. package/dist/{captureFooter-qhkTSzDA.js → captureFooter-CokUs1te.js} +1 -1
  6. package/dist/{chevronDown-BZNPUs4a.js → chevronDown-DYJNV1QK.js} +1 -1
  7. package/dist/{closeIcon-B5HxSoNj.js → closeIcon-DQDl1mpN.js} +1 -1
  8. package/dist/curp-validation/curp-validation.es.js +6 -6
  9. package/dist/{dateInputComposed-R0ZEgvu9.js → dateInputComposed-BzMiH4hO.js} +2 -2
  10. package/dist/{documentCapture-CtF0FPAF.js → documentCapture-BxRw-eCN.js} +6 -6
  11. package/dist/{dropdownComposed-BlSDt04F.js → dropdownComposed-DEUeG49j.js} +4 -4
  12. package/dist/{ekybModule-ChD0rtCB.js → ekybModule-C3Ujm2Yw.js} +4 -4
  13. package/dist/{ekycModule-CDUkXo7h.js → ekycModule-BSb0VO0K.js} +5 -5
  14. package/dist/email/email.es.js +3 -3
  15. package/dist/errorContent-DsXEhW_F.js +43 -0
  16. package/dist/{faceMatch-BAu-4UO1.js → faceMatch-BvQGLKCA.js} +2 -2
  17. package/dist/flow/flow.es.js +7 -7
  18. package/dist/flow/styles.css +100 -16
  19. package/dist/geolocation/geolocation.es.js +3 -3
  20. package/dist/governmentValidation/governmentValidation.es.js +6 -6
  21. package/dist/id/id.es.js +6 -6
  22. package/dist/{incodeModule-7zNv7YeX.js → incodeModule-C-yBwl3V.js} +112 -110
  23. package/dist/{otpInput-DWZ7I1PN.js → otpInput-DTGm8I2x.js} +1 -1
  24. package/dist/{page-DoIWDQTP.js → page-DoaUg40Q.js} +55 -40
  25. package/dist/phone/phone.es.js +4 -4
  26. package/dist/{processing-D6kl543t.js → processing-BIuFpDjr.js} +2 -2
  27. package/dist/selfie/selfie.es.js +14 -7
  28. package/dist/selfie/styles.css +28 -16
  29. package/dist/spinner-EHZM4eN1.js +64 -0
  30. package/dist/{successIcon-mP1PQQrr.js → successIcon-CMUvDv_Z.js} +1 -1
  31. package/dist/{tutorial-Ct-q8YeM.js → tutorial-DkmCNA8p.js} +250 -173
  32. package/dist/{verificationResult-6jqSfF6-.js → verificationResult-7tUMuDVH.js} +5 -5
  33. package/dist/{warningIcon-C9TCAUlH.js → warningIcon-m0tjjxQl.js} +1 -1
  34. package/package.json +2 -2
  35. package/dist/errorContent-BCqdWSgy.js +0 -30
  36. package/dist/spinner-BknkxcID.js +0 -48
@@ -172,6 +172,11 @@
172
172
  }
173
173
  }
174
174
 
175
+ .IncodeSelfieMain {
176
+ width: 100%;
177
+ height: 100%;
178
+ }
179
+
175
180
  .IncodeCameraButton {
176
181
  justify-content: center;
177
182
  align-items: center;
@@ -244,14 +249,32 @@
244
249
  transform: scaleX(-1);
245
250
  }
246
251
 
247
- .IncodeCaptureUploadingPage .IncodeCaptureUploadingContainer {
252
+ .IncodeCaptureCapturingPage .IncodeCaptureCapturingActions {
253
+ justify-content: center;
254
+ margin-top: auto;
255
+ display: flex;
256
+ }
257
+
258
+ .IncodeCaptureVisuallyHidden {
259
+ clip-path: inset(50%);
260
+ white-space: nowrap;
261
+ border-width: 0;
262
+ width: 1px;
263
+ height: 1px;
264
+ margin: -1px;
265
+ padding: 0;
266
+ position: absolute;
267
+ overflow: hidden;
268
+ }
269
+
270
+ .IncodeCaptureStatusPage .IncodeCaptureStatusContainer {
248
271
  flex-direction: column;
249
272
  flex: 1;
250
- animation: .4s ease-out fadeInScale;
273
+ align-items: center;
251
274
  display: flex;
252
275
  }
253
276
 
254
- .IncodeCaptureUploadingPage .IncodeCaptureUploadingTitle {
277
+ .IncodeCaptureStatusPage .IncodeCaptureStatusTitle {
255
278
  text-align: center;
256
279
  font-size: var(--text-2xl, 1.5rem);
257
280
  line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
@@ -264,12 +287,8 @@
264
287
  color: var(--color-text-body-primary, var(--text-body-800-primary));
265
288
  }
266
289
 
267
- .IncodeCaptureUploadingPage .IncodeCaptureUploadingPrimaryIcon {
268
- fill: var(--color-spinner-surface-primary, var(--spinner-surface-primary));
269
- }
270
-
271
- .IncodeCaptureUploadingPage .IncodeCaptureUploadingSecondaryIcon {
272
- fill: var(--color-spinner-surface-secondary, var(--spinner-surface-secondary));
290
+ .IncodeCaptureStatusPage.IncodeCaptureStatusUploading .IncodeCaptureStatusContainer {
291
+ animation: .4s ease-out fadeInScale;
273
292
  }
274
293
 
275
294
  @keyframes fadeInScale {
@@ -284,13 +303,6 @@
284
303
  }
285
304
  }
286
305
 
287
- .IncodeCaptureSuccessPage .IncodeCaptureSuccessContainer {
288
- flex-direction: column;
289
- flex: 1;
290
- align-items: center;
291
- display: flex;
292
- }
293
-
294
306
  .IncodeFaceOutline {
295
307
  height: 100%;
296
308
  }
@@ -0,0 +1,64 @@
1
+ import { u as e, c as p, L as h, S as o } from "./incodeModule-C-yBwl3V.js";
2
+ import { D as S, A as u, y as I, k as i } from "./vendor-preact-DP-hbKuj.js";
3
+ const m = S(
4
+ ({ children: n, className: r, ...c }, s) => /* @__PURE__ */ e("h2", { ref: s, class: `IncodeTitle ${r ?? ""}`, ...c, children: n })
5
+ ), g = ({ children: n, className: r }) => /* @__PURE__ */ e("h4", { class: `IncodeTypographyH4 ${r ?? ""}`, children: n }), z = ({ children: n, className: r }) => /* @__PURE__ */ e("h5", { class: `IncodeTypographyH5 ${r ?? ""}`, children: n }), y = {
6
+ small: 24,
7
+ medium: 48,
8
+ large: 64
9
+ }, v = ({
10
+ title: n,
11
+ subtitle: r,
12
+ size: c = "medium",
13
+ fullScreen: s = !0,
14
+ className: d
15
+ }) => {
16
+ const l = y[c], a = u(null);
17
+ I(() => {
18
+ n && a.current?.focus();
19
+ }, [n]);
20
+ const t = p(
21
+ "IncodeSpinner",
22
+ s && "IncodeSpinnerFullScreen",
23
+ d
24
+ );
25
+ return /* @__PURE__ */ e(
26
+ "div",
27
+ {
28
+ class: t,
29
+ "data-testid": "spinner",
30
+ "data-title": n,
31
+ "data-subtitle": r,
32
+ "data-size": c,
33
+ role: "status",
34
+ "aria-live": "polite",
35
+ children: /* @__PURE__ */ e("div", { class: "IncodeSpinnerContent", children: [
36
+ /* @__PURE__ */ e(h, { size: l }),
37
+ (n || r) && /* @__PURE__ */ e(i, { children: [
38
+ /* @__PURE__ */ e(o, { size: 16 }),
39
+ /* @__PURE__ */ e("div", { class: "IncodeSpinnerText", children: [
40
+ n && /* @__PURE__ */ e(
41
+ m,
42
+ {
43
+ ref: a,
44
+ tabIndex: -1,
45
+ className: "IncodeSpinnerTitle",
46
+ children: n
47
+ }
48
+ ),
49
+ r && /* @__PURE__ */ e(i, { children: [
50
+ n && /* @__PURE__ */ e(o, { size: 12 }),
51
+ /* @__PURE__ */ e("p", { class: "IncodeSpinnerSubtitle", children: r })
52
+ ] })
53
+ ] })
54
+ ] })
55
+ ] })
56
+ }
57
+ );
58
+ };
59
+ export {
60
+ v as S,
61
+ m as T,
62
+ g as a,
63
+ z as b
64
+ };
@@ -1,4 +1,4 @@
1
- import { u as t } from "./incodeModule-7zNv7YeX.js";
1
+ import { u as t } from "./incodeModule-C-yBwl3V.js";
2
2
  const n = ({ size: r = 32 }) => /* @__PURE__ */ t(
3
3
  "svg",
4
4
  {