@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.
- package/dist/{Trans-BnPbhF6c.js → Trans-CVsR_Mce.js} +1 -1
- package/dist/authentication/authentication.es.js +3 -3
- package/dist/base.css +26 -1
- package/dist/{baseTutorial-g5NWjgBD.js → baseTutorial-DmtD23I-.js} +196 -158
- package/dist/{captureFooter-qhkTSzDA.js → captureFooter-CokUs1te.js} +1 -1
- package/dist/{chevronDown-BZNPUs4a.js → chevronDown-DYJNV1QK.js} +1 -1
- package/dist/{closeIcon-B5HxSoNj.js → closeIcon-DQDl1mpN.js} +1 -1
- package/dist/curp-validation/curp-validation.es.js +6 -6
- package/dist/{dateInputComposed-R0ZEgvu9.js → dateInputComposed-BzMiH4hO.js} +2 -2
- package/dist/{documentCapture-CtF0FPAF.js → documentCapture-BxRw-eCN.js} +6 -6
- package/dist/{dropdownComposed-BlSDt04F.js → dropdownComposed-DEUeG49j.js} +4 -4
- package/dist/{ekybModule-ChD0rtCB.js → ekybModule-C3Ujm2Yw.js} +4 -4
- package/dist/{ekycModule-CDUkXo7h.js → ekycModule-BSb0VO0K.js} +5 -5
- package/dist/email/email.es.js +3 -3
- package/dist/errorContent-DsXEhW_F.js +43 -0
- package/dist/{faceMatch-BAu-4UO1.js → faceMatch-BvQGLKCA.js} +2 -2
- package/dist/flow/flow.es.js +7 -7
- package/dist/flow/styles.css +100 -16
- package/dist/geolocation/geolocation.es.js +3 -3
- package/dist/governmentValidation/governmentValidation.es.js +6 -6
- package/dist/id/id.es.js +6 -6
- package/dist/{incodeModule-7zNv7YeX.js → incodeModule-C-yBwl3V.js} +112 -110
- package/dist/{otpInput-DWZ7I1PN.js → otpInput-DTGm8I2x.js} +1 -1
- package/dist/{page-DoIWDQTP.js → page-DoaUg40Q.js} +55 -40
- package/dist/phone/phone.es.js +4 -4
- package/dist/{processing-D6kl543t.js → processing-BIuFpDjr.js} +2 -2
- package/dist/selfie/selfie.es.js +14 -7
- package/dist/selfie/styles.css +28 -16
- package/dist/spinner-EHZM4eN1.js +64 -0
- package/dist/{successIcon-mP1PQQrr.js → successIcon-CMUvDv_Z.js} +1 -1
- package/dist/{tutorial-Ct-q8YeM.js → tutorial-DkmCNA8p.js} +250 -173
- package/dist/{verificationResult-6jqSfF6-.js → verificationResult-7tUMuDVH.js} +5 -5
- package/dist/{warningIcon-C9TCAUlH.js → warningIcon-m0tjjxQl.js} +1 -1
- package/package.json +2 -2
- package/dist/errorContent-BCqdWSgy.js +0 -30
- package/dist/spinner-BknkxcID.js +0 -48
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { r as a, u as e, I as o, a as l } from "../incodeModule-
|
|
1
|
+
import { r as a, u as e, I as o, a as l } from "../incodeModule-C-yBwl3V.js";
|
|
2
2
|
import { createAuthenticationManager as m } from "@incodetech/core/authentication";
|
|
3
3
|
import "../vendor-preact-DP-hbKuj.js";
|
|
4
4
|
import "@incodetech/core";
|
|
5
|
-
import { P as p } from "../baseTutorial-
|
|
6
|
-
import { T as c, C as d } from "../tutorial-
|
|
5
|
+
import { P as p } from "../baseTutorial-DmtD23I-.js";
|
|
6
|
+
import { T as c, C as d } from "../tutorial-DkmCNA8p.js";
|
|
7
7
|
const f = ({
|
|
8
8
|
config: r,
|
|
9
9
|
authHint: n,
|
package/dist/base.css
CHANGED
|
@@ -2101,6 +2101,8 @@
|
|
|
2101
2101
|
line-height: var(--typography-headline-h2-line-height);
|
|
2102
2102
|
letter-spacing: var(--typography-headline-h2-letter-spacing);
|
|
2103
2103
|
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
2104
|
+
--tw-outline-style: none;
|
|
2105
|
+
outline-style: none;
|
|
2104
2106
|
}
|
|
2105
2107
|
.IncodePageContainer .IncodePageSubtitle {
|
|
2106
2108
|
text-align: center;
|
|
@@ -2149,6 +2151,8 @@
|
|
|
2149
2151
|
--tw-tracking: -1px;
|
|
2150
2152
|
letter-spacing: -1px;
|
|
2151
2153
|
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
2154
|
+
--tw-outline-style: none;
|
|
2155
|
+
outline-style: none;
|
|
2152
2156
|
}
|
|
2153
2157
|
.IncodeComponent .IncodeTypographyH1 {
|
|
2154
2158
|
font-family: var(--typography-headline-family);
|
|
@@ -2855,7 +2859,19 @@
|
|
|
2855
2859
|
margin-top: auto;
|
|
2856
2860
|
display: flex;
|
|
2857
2861
|
}
|
|
2862
|
+
.IncodeSrOnly {
|
|
2863
|
+
clip-path: inset(50%);
|
|
2864
|
+
white-space: nowrap;
|
|
2865
|
+
border-width: 0;
|
|
2866
|
+
width: 1px;
|
|
2867
|
+
height: 1px;
|
|
2868
|
+
margin: -1px;
|
|
2869
|
+
padding: 0;
|
|
2870
|
+
position: absolute;
|
|
2871
|
+
overflow: hidden;
|
|
2872
|
+
}
|
|
2858
2873
|
.IncodeDeniedDesktopContainer {
|
|
2874
|
+
gap: var(--spacing-8, var(--spacing-8, 8px));
|
|
2859
2875
|
flex-direction: column;
|
|
2860
2876
|
display: flex;
|
|
2861
2877
|
}
|
|
@@ -2864,6 +2880,16 @@
|
|
|
2864
2880
|
gap: var(--spacing-8, var(--spacing-8, 8px));
|
|
2865
2881
|
display: flex;
|
|
2866
2882
|
}
|
|
2883
|
+
.IncodeDeniedDesktopStepNumberColumn {
|
|
2884
|
+
flex-direction: column;
|
|
2885
|
+
align-items: center;
|
|
2886
|
+
display: flex;
|
|
2887
|
+
position: relative;
|
|
2888
|
+
}
|
|
2889
|
+
.IncodeDeniedDesktopStepNumberColumn > .IncodeNumberedStepConnector {
|
|
2890
|
+
position: absolute;
|
|
2891
|
+
top: 100%;
|
|
2892
|
+
}
|
|
2867
2893
|
.IncodeLearnMorePage .IncodePageContent {
|
|
2868
2894
|
max-width: 420px;
|
|
2869
2895
|
margin-inline: auto;
|
|
@@ -2932,7 +2958,6 @@
|
|
|
2932
2958
|
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
2933
2959
|
}
|
|
2934
2960
|
.IncodeNumberedStepConnector {
|
|
2935
|
-
margin-left: var(--spacing-24, var(--spacing-24, 24px));
|
|
2936
2961
|
height: var(--spacing-12, var(--spacing-12, 12px));
|
|
2937
2962
|
width: var(--spacing-2, var(--spacing-2, 2px));
|
|
2938
2963
|
background-color: var(--color-border-neutral-100, var(--border-neutral-100));
|