@swype-org/react-sdk 0.2.315 → 0.2.316
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -10605,14 +10605,14 @@ var textStyle2 = (color, fontWeight) => ({
|
|
|
10605
10605
|
});
|
|
10606
10606
|
|
|
10607
10607
|
// src/deviceBiometricUnlockText.ts
|
|
10608
|
-
var FALLBACK = "
|
|
10608
|
+
var FALLBACK = "Passkey";
|
|
10609
10609
|
function getDeviceBiometricUnlockText() {
|
|
10610
10610
|
const ua = typeof navigator !== "undefined" && typeof navigator.userAgent === "string" ? navigator.userAgent : "";
|
|
10611
10611
|
if (/iPhone|iPad|iPod/i.test(ua)) {
|
|
10612
10612
|
return "Face ID";
|
|
10613
10613
|
}
|
|
10614
10614
|
if (/Android/i.test(ua)) {
|
|
10615
|
-
return "Fingerprint or
|
|
10615
|
+
return "Fingerprint or Face";
|
|
10616
10616
|
}
|
|
10617
10617
|
if (/Windows NT/i.test(ua)) {
|
|
10618
10618
|
return "Windows Hello";
|