@volr/react-ui 0.1.129 → 0.1.131
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 +8 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +8 -4
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -193,9 +193,11 @@ declare const en: {
|
|
|
193
193
|
readonly macOS: "Please select Touch ID directly.";
|
|
194
194
|
readonly iOS: "Please use Face ID or Touch ID.";
|
|
195
195
|
readonly android: "Please select this device's biometric.";
|
|
196
|
-
readonly windows: "
|
|
196
|
+
readonly windows: "Scan the QR code on screen with your phone camera.";
|
|
197
|
+
readonly linux: "Scan the QR code on screen with your phone camera.";
|
|
197
198
|
readonly default: "Please use this device's biometric.";
|
|
198
199
|
readonly note: "Using other devices or apps may not work.";
|
|
200
|
+
readonly windowsNote: "This PC will use Face ID or fingerprint from your phone.";
|
|
199
201
|
};
|
|
200
202
|
readonly migration: {
|
|
201
203
|
readonly title: "Set up passkey for this site";
|
package/dist/index.d.ts
CHANGED
|
@@ -193,9 +193,11 @@ declare const en: {
|
|
|
193
193
|
readonly macOS: "Please select Touch ID directly.";
|
|
194
194
|
readonly iOS: "Please use Face ID or Touch ID.";
|
|
195
195
|
readonly android: "Please select this device's biometric.";
|
|
196
|
-
readonly windows: "
|
|
196
|
+
readonly windows: "Scan the QR code on screen with your phone camera.";
|
|
197
|
+
readonly linux: "Scan the QR code on screen with your phone camera.";
|
|
197
198
|
readonly default: "Please use this device's biometric.";
|
|
198
199
|
readonly note: "Using other devices or apps may not work.";
|
|
200
|
+
readonly windowsNote: "This PC will use Face ID or fingerprint from your phone.";
|
|
199
201
|
};
|
|
200
202
|
readonly migration: {
|
|
201
203
|
readonly title: "Set up passkey for this site";
|
package/dist/index.js
CHANGED
|
@@ -569,9 +569,11 @@ var en = {
|
|
|
569
569
|
macOS: "Please select Touch ID directly.",
|
|
570
570
|
iOS: "Please use Face ID or Touch ID.",
|
|
571
571
|
android: "Please select this device's biometric.",
|
|
572
|
-
windows: "
|
|
572
|
+
windows: "Scan the QR code on screen with your phone camera.",
|
|
573
|
+
linux: "Scan the QR code on screen with your phone camera.",
|
|
573
574
|
default: "Please use this device's biometric.",
|
|
574
|
-
note: "Using other devices or apps may not work."
|
|
575
|
+
note: "Using other devices or apps may not work.",
|
|
576
|
+
windowsNote: "This PC will use Face ID or fingerprint from your phone."
|
|
575
577
|
},
|
|
576
578
|
migration: {
|
|
577
579
|
title: "Set up passkey for this site",
|
|
@@ -838,9 +840,11 @@ var ko = {
|
|
|
838
840
|
macOS: "Touch ID\uB97C \uC9C1\uC811 \uC120\uD0DD\uD574\uC8FC\uC138\uC694.",
|
|
839
841
|
iOS: "Face ID \uB610\uB294 Touch ID\uB97C \uC0AC\uC6A9\uD574\uC8FC\uC138\uC694.",
|
|
840
842
|
android: "\uC774 \uAE30\uAE30\uC758 \uC0DD\uCCB4 \uC778\uC99D\uC744 \uC120\uD0DD\uD574\uC8FC\uC138\uC694.",
|
|
841
|
-
windows: "
|
|
843
|
+
windows: "\uD734\uB300\uD3F0 \uCE74\uBA54\uB77C\uB85C \uD654\uBA74\uC758 QR \uCF54\uB4DC\uB97C \uC2A4\uCE94\uD574\uC8FC\uC138\uC694.",
|
|
844
|
+
linux: "\uD734\uB300\uD3F0 \uCE74\uBA54\uB77C\uB85C \uD654\uBA74\uC758 QR \uCF54\uB4DC\uB97C \uC2A4\uCE94\uD574\uC8FC\uC138\uC694.",
|
|
842
845
|
default: "\uC774 \uAE30\uAE30\uC758 \uC0DD\uCCB4 \uC778\uC99D\uC744 \uC0AC\uC6A9\uD574\uC8FC\uC138\uC694.",
|
|
843
|
-
note: "\uB2E4\uB978 \uAE30\uAE30\uB098 \uC571 \uC0AC\uC6A9 \uC2DC \uB3D9\uC791\uD558\uC9C0 \uC54A\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4."
|
|
846
|
+
note: "\uB2E4\uB978 \uAE30\uAE30\uB098 \uC571 \uC0AC\uC6A9 \uC2DC \uB3D9\uC791\uD558\uC9C0 \uC54A\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",
|
|
847
|
+
windowsNote: "\uC774 PC\uC5D0\uC11C\uB294 \uD734\uB300\uD3F0\uC758 Face ID \uB610\uB294 \uC9C0\uBB38 \uC778\uC2DD\uC744 \uC0AC\uC6A9\uD569\uB2C8\uB2E4."
|
|
844
848
|
},
|
|
845
849
|
migration: {
|
|
846
850
|
title: "\uC774 \uC0AC\uC774\uD2B8\uC6A9 \uD328\uC2A4\uD0A4 \uC124\uC815",
|