@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.js
CHANGED
|
@@ -10581,14 +10581,14 @@ var textStyle2 = (color, fontWeight) => ({
|
|
|
10581
10581
|
});
|
|
10582
10582
|
|
|
10583
10583
|
// src/deviceBiometricUnlockText.ts
|
|
10584
|
-
var FALLBACK = "
|
|
10584
|
+
var FALLBACK = "Passkey";
|
|
10585
10585
|
function getDeviceBiometricUnlockText() {
|
|
10586
10586
|
const ua = typeof navigator !== "undefined" && typeof navigator.userAgent === "string" ? navigator.userAgent : "";
|
|
10587
10587
|
if (/iPhone|iPad|iPod/i.test(ua)) {
|
|
10588
10588
|
return "Face ID";
|
|
10589
10589
|
}
|
|
10590
10590
|
if (/Android/i.test(ua)) {
|
|
10591
|
-
return "Fingerprint or
|
|
10591
|
+
return "Fingerprint or Face";
|
|
10592
10592
|
}
|
|
10593
10593
|
if (/Windows NT/i.test(ua)) {
|
|
10594
10594
|
return "Windows Hello";
|