@neofaceid/web-sdk 1.37.0 → 1.38.2
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/index.d.ts +2 -2
- package/dist/neoface-id-sdk.es.js +11 -11
- package/dist/neoface-id-sdk.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1355,7 +1355,7 @@ export declare const registerPersonWithoutFace: (personData: {
|
|
|
1355
1355
|
/**
|
|
1356
1356
|
* Data de lançamento da versão atual
|
|
1357
1357
|
*/
|
|
1358
|
-
export declare const RELEASE_DATE = "2026-09-
|
|
1358
|
+
export declare const RELEASE_DATE = "2026-09-06";
|
|
1359
1359
|
|
|
1360
1360
|
declare interface RequestChallengeWithSessionParams {
|
|
1361
1361
|
applicationToken: string;
|
|
@@ -1722,7 +1722,7 @@ export declare const validateToken: (applicationToken: string) => Promise<boolea
|
|
|
1722
1722
|
* MINOR: Incrementado quando adicionamos funcionalidades mantendo compatibilidade
|
|
1723
1723
|
* PATCH: Incrementado quando corrigimos bugs mantendo compatibilidade
|
|
1724
1724
|
*/
|
|
1725
|
-
export declare const VERSION = "1.
|
|
1725
|
+
export declare const VERSION = "1.38.2";
|
|
1726
1726
|
|
|
1727
1727
|
/**
|
|
1728
1728
|
* Executa `fn(sessionId)`. Se o servidor devolver 410 (sessão consumida/expirada),
|
|
@@ -8830,9 +8830,9 @@ function ConsentModalComponent({
|
|
|
8830
8830
|
border-top: 1px solid var(--nfid-line);
|
|
8831
8831
|
}
|
|
8832
8832
|
.neofaceid-consent-seal {
|
|
8833
|
-
font-size:
|
|
8834
|
-
font-weight:
|
|
8835
|
-
letter-spacing: 0.
|
|
8833
|
+
font-size: 10px;
|
|
8834
|
+
font-weight: 500;
|
|
8835
|
+
letter-spacing: 0.06em;
|
|
8836
8836
|
text-transform: uppercase;
|
|
8837
8837
|
color: var(--nfid-text-subtle);
|
|
8838
8838
|
}
|
|
@@ -9491,9 +9491,9 @@ class BiometricCaptureModal {
|
|
|
9491
9491
|
border-top: 1px solid var(--nfid-line, #E6ECF4);
|
|
9492
9492
|
}
|
|
9493
9493
|
.neofaceid-seal {
|
|
9494
|
-
font-size:
|
|
9495
|
-
font-weight:
|
|
9496
|
-
letter-spacing: 0.
|
|
9494
|
+
font-size: 10px;
|
|
9495
|
+
font-weight: 500;
|
|
9496
|
+
letter-spacing: 0.06em;
|
|
9497
9497
|
text-transform: uppercase;
|
|
9498
9498
|
color: var(--nfid-text-subtle, #617489);
|
|
9499
9499
|
}
|
|
@@ -11199,8 +11199,8 @@ const biometricDetection = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.
|
|
|
11199
11199
|
initializeBiometricDetection,
|
|
11200
11200
|
isAdvancedDetectionAvailable
|
|
11201
11201
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
11202
|
-
const VERSION = "1.
|
|
11203
|
-
const RELEASE_DATE = "2026-09-
|
|
11202
|
+
const VERSION = "1.38.2";
|
|
11203
|
+
const RELEASE_DATE = "2026-09-06";
|
|
11204
11204
|
let cachedSession = null;
|
|
11205
11205
|
function getCachedCaptureSession() {
|
|
11206
11206
|
return cachedSession;
|
|
@@ -11563,7 +11563,7 @@ class OnboardingCaptureModal {
|
|
|
11563
11563
|
.neofaceid-root .neofaceid-capture-btn { background: var(--nfid-action); color: var(--nfid-action-text); border:none; border-radius:8px; padding:10px 18px; cursor:pointer; min-height: 44px; }
|
|
11564
11564
|
.neofaceid-root .neofaceid-capture-btn:disabled { background: var(--nfid-line); cursor:not-allowed; }
|
|
11565
11565
|
.neofaceid-root .neofaceid-seal-row { display:flex; justify-content:center; padding:12px 20px 14px; border-top: 1px solid var(--nfid-line); }
|
|
11566
|
-
.neofaceid-root .neofaceid-seal { font-size:
|
|
11566
|
+
.neofaceid-root .neofaceid-seal { font-size:10px; font-weight:500; letter-spacing:0.06em; text-transform:uppercase; color: var(--nfid-text-subtle); }
|
|
11567
11567
|
`
|
|
11568
11568
|
);
|
|
11569
11569
|
overlay.classList.add("neofaceid-root");
|
|
@@ -12893,13 +12893,13 @@ function AuthorizeModalComponent({
|
|
|
12893
12893
|
.neofaceid-root .nfid-authorize-header { display: flex; flex-direction: column; gap: 4px; margin-bottom: 16px; }
|
|
12894
12894
|
.neofaceid-root .nfid-authorize-appname { font-size: 15px; font-weight: 700; color: var(--nfid-text); line-height: 1.2; }
|
|
12895
12895
|
.neofaceid-root .nfid-authorize-amount { font-size: 13px; color: var(--nfid-text-muted); }
|
|
12896
|
-
.neofaceid-root .nfid-authorize-brand { font-size:
|
|
12896
|
+
.neofaceid-root .nfid-authorize-brand { font-size: 10px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--nfid-text-subtle); }
|
|
12897
12897
|
.neofaceid-root .nfid-authorize-video { width: 100%; height: 100%; object-fit: cover; transform: scaleX(-1); }
|
|
12898
12898
|
.neofaceid-root .nfid-authorize-instruction { margin: 20px 0 0; font-size: 17px; font-weight: 600; color: var(--nfid-text); text-align: center; line-height: 1.3; }
|
|
12899
12899
|
.neofaceid-root .nfid-authorize-support { margin: 6px 0 0; font-size: 13px; color: var(--nfid-text-muted); text-align: center; }
|
|
12900
12900
|
.neofaceid-root .nfid-authorize-actions { display: flex; flex-direction: column; gap: 10px; margin-top: 20px; align-items: center; }
|
|
12901
12901
|
.neofaceid-root .nfid-authorize-footer { display: flex; justify-content: center; margin-top: 16px; padding-top: 12px; border-top: 1px solid var(--nfid-line); }
|
|
12902
|
-
.neofaceid-root .nfid-authorize-seal { font-size:
|
|
12902
|
+
.neofaceid-root .nfid-authorize-seal { font-size: 10px; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--nfid-text-subtle); }
|
|
12903
12903
|
.neofaceid-root .nfid-authorize-close {
|
|
12904
12904
|
position: absolute; top: 8px; right: 8px;
|
|
12905
12905
|
min-width: 44px; min-height: 44px;
|