@incodetech/web 0.0.0-dev-20260312-e476b70 → 0.0.0-dev-20260313-d658d3a
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/authentication/authentication.es.js +2 -2
- package/dist/base.css +71 -80
- package/dist/{baseTutorial-By7hI83C.js → baseTutorial-g5NWjgBD.js} +1 -1
- package/dist/curp-validation/curp-validation.es.js +4 -4
- package/dist/curp-validation/styles.css +22 -28
- package/dist/{dateInputComposed-Badm2Tzx.js → dateInputComposed-R0ZEgvu9.js} +1 -1
- package/dist/document-capture/styles.css +18 -18
- package/dist/{documentCapture-ChFrtfzB.js → documentCapture-CtF0FPAF.js} +3 -3
- package/dist/{dropdownComposed-DgA0fNAh.js → dropdownComposed-BlSDt04F.js} +1 -1
- package/dist/ekyb/styles.css +2 -2
- package/dist/{ekybModule-DexnANPQ.js → ekybModule-ChD0rtCB.js} +3 -3
- package/dist/ekyc/styles.css +4 -4
- package/dist/{ekycModule-D8_or1xq.js → ekycModule-CDUkXo7h.js} +4 -4
- package/dist/email/email.es.js +1 -1
- package/dist/email/styles.css +1 -1
- package/dist/{errorContent-BMXamgg9.js → errorContent-BCqdWSgy.js} +2 -2
- package/dist/face-match/styles.css +3 -3
- package/dist/{faceMatch-DXcWwP9u.js → faceMatch-BAu-4UO1.js} +1 -1
- package/dist/flow/flow.es.js +5 -5
- package/dist/flow/styles.css +132 -140
- package/dist/geolocation/geolocation.es.js +15 -15
- package/dist/geolocation/styles.css +4 -4
- package/dist/governmentValidation/governmentValidation.es.js +2 -2
- package/dist/governmentValidation/styles.css +6 -8
- package/dist/id/id.es.js +2 -2
- package/dist/id/styles.css +54 -54
- package/dist/{page-Bdz8JP3P.js → page-DoIWDQTP.js} +9 -9
- package/dist/phone/phone.es.js +1 -1
- package/dist/phone/styles.css +8 -8
- package/dist/selfie/selfie.es.js +2 -2
- package/dist/selfie/styles.css +4 -4
- package/dist/{successIcon-BPe0Wymn.js → successIcon-mP1PQQrr.js} +5 -5
- package/dist/themes/dark.css +415 -149
- package/dist/themes/light.css +371 -119
- package/dist/{tutorial-CJs2GHe1.js → tutorial-Ct-q8YeM.js} +6 -6
- package/dist/{verificationResult-BfLzIvM8.js → verificationResult-6jqSfF6-.js} +3 -3
- package/package.json +2 -2
package/dist/selfie/styles.css
CHANGED
|
@@ -179,7 +179,7 @@
|
|
|
179
179
|
}
|
|
180
180
|
|
|
181
181
|
.IncodeCameraButton .IncodeCameraButtonPath {
|
|
182
|
-
fill: var(--color-border-brand-500, var(--border-brand-500
|
|
182
|
+
fill: var(--color-border-brand-500, var(--border-brand-500));
|
|
183
183
|
}
|
|
184
184
|
|
|
185
185
|
.IncodeCameraButton .IncodeCameraButtonBackground {
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
262
262
|
--tw-tracking: -1px;
|
|
263
263
|
letter-spacing: -1px;
|
|
264
|
-
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
264
|
+
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
265
265
|
}
|
|
266
266
|
|
|
267
267
|
.IncodeCaptureUploadingPage .IncodeCaptureUploadingPrimaryIcon {
|
|
@@ -326,7 +326,7 @@
|
|
|
326
326
|
--tw-font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
327
327
|
line-height: 1.14;
|
|
328
328
|
font-weight: var(--font-weight-medium, var(--primitive-typography-weight-medium));
|
|
329
|
-
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
329
|
+
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
.IncodeManualCaptureButtonButton {
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
--tw-font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
348
348
|
line-height: 1.2;
|
|
349
349
|
font-weight: var(--font-weight-bold, var(--primitive-typography-weight-bold));
|
|
350
|
-
color: var(--color-text-body-primary, var(--text-body-primary));
|
|
350
|
+
color: var(--color-text-body-primary, var(--text-body-800-primary));
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
.IncodeSelfieTutorial {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { u as t } from "./incodeModule-7zNv7YeX.js";
|
|
2
|
-
const
|
|
2
|
+
const n = ({ size: r = 32 }) => /* @__PURE__ */ t(
|
|
3
3
|
"svg",
|
|
4
4
|
{
|
|
5
5
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -20,7 +20,7 @@ const i = ({ size: r = 32 }) => /* @__PURE__ */ t(
|
|
|
20
20
|
)
|
|
21
21
|
]
|
|
22
22
|
}
|
|
23
|
-
),
|
|
23
|
+
), i = ({ size: r = 64 }) => /* @__PURE__ */ t(
|
|
24
24
|
"svg",
|
|
25
25
|
{
|
|
26
26
|
width: r,
|
|
@@ -36,13 +36,13 @@ const i = ({ size: r = 32 }) => /* @__PURE__ */ t(
|
|
|
36
36
|
"path",
|
|
37
37
|
{
|
|
38
38
|
d: "M8 0.5C12.4182 0.500064 16 4.0818 16 8.5C16 12.9182 12.4181 16.4999 8 16.5C3.58181 16.5 3.68521e-05 12.9182 0 8.5C0 4.08176 3.58179 0.5 8 0.5ZM11.1748 6.11621C10.9423 5.88373 10.5747 5.86781 10.3242 6.06934L10.3203 6.07324L10.2764 6.1123L6.85742 9.53125L5.72656 8.40039C5.47758 8.1514 5.0732 8.1514 4.82422 8.40039C4.59169 8.63292 4.57673 9.00038 4.77832 9.25098L4.78125 9.25488L4.82031 9.29883L6.40625 10.8848C6.63867 11.117 7.00542 11.1319 7.25586 10.9307L7.26074 10.9277L7.30371 10.8877L11.1748 7.01758C11.4235 6.76863 11.4234 6.36521 11.1748 6.11621Z",
|
|
39
|
-
fill: "var(--icon-status-positive
|
|
39
|
+
fill: "var(--icon-status-positive)"
|
|
40
40
|
}
|
|
41
41
|
)
|
|
42
42
|
]
|
|
43
43
|
}
|
|
44
44
|
);
|
|
45
45
|
export {
|
|
46
|
-
|
|
47
|
-
|
|
46
|
+
n as E,
|
|
47
|
+
i as S
|
|
48
48
|
};
|