@volr/react-ui 0.1.130 → 0.1.132
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 +9 -30
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -24
- package/dist/index.d.ts +3 -24
- package/dist/index.js +9 -30
- 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";
|
|
@@ -209,29 +211,6 @@ declare const en: {
|
|
|
209
211
|
readonly inProgress: "Setting up...";
|
|
210
212
|
readonly success: "Passkey set up successfully!";
|
|
211
213
|
readonly error: "Failed to set up passkey. Please try again.";
|
|
212
|
-
readonly successTitle: "Migration Complete!";
|
|
213
|
-
readonly successMessage: "Your passkey has been set up for this site.";
|
|
214
|
-
readonly waitingHint: "Please complete the setup in the popup window.";
|
|
215
|
-
readonly source: {
|
|
216
|
-
readonly title: "Authenticate with existing passkey";
|
|
217
|
-
readonly description: "Verify your identity to migrate wallet to {{targetDomain}}";
|
|
218
|
-
readonly ready: "Ready to authenticate";
|
|
219
|
-
readonly authenticating: "Authenticating...";
|
|
220
|
-
readonly decrypting: "Decrypting wallet data...";
|
|
221
|
-
readonly waiting: "Waiting for registration on new site...";
|
|
222
|
-
readonly done: "Authentication complete!";
|
|
223
|
-
readonly waitingHint: "Please complete passkey registration in the new window.";
|
|
224
|
-
};
|
|
225
|
-
readonly target: {
|
|
226
|
-
readonly title: "Register passkey for this site";
|
|
227
|
-
readonly description: "Set up secure login for {{currentDomain}}";
|
|
228
|
-
readonly ready: "Ready to register";
|
|
229
|
-
readonly connecting: "Connecting to source site...";
|
|
230
|
-
readonly registering: "Registering new passkey...";
|
|
231
|
-
readonly completing: "Completing setup...";
|
|
232
|
-
readonly success: "Passkey registered!";
|
|
233
|
-
readonly closing: "Closing window...";
|
|
234
|
-
};
|
|
235
214
|
};
|
|
236
215
|
};
|
|
237
216
|
readonly success: {
|
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";
|
|
@@ -209,29 +211,6 @@ declare const en: {
|
|
|
209
211
|
readonly inProgress: "Setting up...";
|
|
210
212
|
readonly success: "Passkey set up successfully!";
|
|
211
213
|
readonly error: "Failed to set up passkey. Please try again.";
|
|
212
|
-
readonly successTitle: "Migration Complete!";
|
|
213
|
-
readonly successMessage: "Your passkey has been set up for this site.";
|
|
214
|
-
readonly waitingHint: "Please complete the setup in the popup window.";
|
|
215
|
-
readonly source: {
|
|
216
|
-
readonly title: "Authenticate with existing passkey";
|
|
217
|
-
readonly description: "Verify your identity to migrate wallet to {{targetDomain}}";
|
|
218
|
-
readonly ready: "Ready to authenticate";
|
|
219
|
-
readonly authenticating: "Authenticating...";
|
|
220
|
-
readonly decrypting: "Decrypting wallet data...";
|
|
221
|
-
readonly waiting: "Waiting for registration on new site...";
|
|
222
|
-
readonly done: "Authentication complete!";
|
|
223
|
-
readonly waitingHint: "Please complete passkey registration in the new window.";
|
|
224
|
-
};
|
|
225
|
-
readonly target: {
|
|
226
|
-
readonly title: "Register passkey for this site";
|
|
227
|
-
readonly description: "Set up secure login for {{currentDomain}}";
|
|
228
|
-
readonly ready: "Ready to register";
|
|
229
|
-
readonly connecting: "Connecting to source site...";
|
|
230
|
-
readonly registering: "Registering new passkey...";
|
|
231
|
-
readonly completing: "Completing setup...";
|
|
232
|
-
readonly success: "Passkey registered!";
|
|
233
|
-
readonly closing: "Closing window...";
|
|
234
|
-
};
|
|
235
214
|
};
|
|
236
215
|
};
|
|
237
216
|
readonly success: {
|
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",
|
|
@@ -584,32 +586,7 @@ var en = {
|
|
|
584
586
|
later: "Do it later",
|
|
585
587
|
inProgress: "Setting up...",
|
|
586
588
|
success: "Passkey set up successfully!",
|
|
587
|
-
error: "Failed to set up passkey. Please try again."
|
|
588
|
-
successTitle: "Migration Complete!",
|
|
589
|
-
successMessage: "Your passkey has been set up for this site.",
|
|
590
|
-
waitingHint: "Please complete the setup in the popup window.",
|
|
591
|
-
// Source popup (domain-a.com)
|
|
592
|
-
source: {
|
|
593
|
-
title: "Authenticate with existing passkey",
|
|
594
|
-
description: "Verify your identity to migrate wallet to {{targetDomain}}",
|
|
595
|
-
ready: "Ready to authenticate",
|
|
596
|
-
authenticating: "Authenticating...",
|
|
597
|
-
decrypting: "Decrypting wallet data...",
|
|
598
|
-
waiting: "Waiting for registration on new site...",
|
|
599
|
-
done: "Authentication complete!",
|
|
600
|
-
waitingHint: "Please complete passkey registration in the new window."
|
|
601
|
-
},
|
|
602
|
-
// Target popup (domain-b.com)
|
|
603
|
-
target: {
|
|
604
|
-
title: "Register passkey for this site",
|
|
605
|
-
description: "Set up secure login for {{currentDomain}}",
|
|
606
|
-
ready: "Ready to register",
|
|
607
|
-
connecting: "Connecting to source site...",
|
|
608
|
-
registering: "Registering new passkey...",
|
|
609
|
-
completing: "Completing setup...",
|
|
610
|
-
success: "Passkey registered!",
|
|
611
|
-
closing: "Closing window..."
|
|
612
|
-
}
|
|
589
|
+
error: "Failed to set up passkey. Please try again."
|
|
613
590
|
}
|
|
614
591
|
},
|
|
615
592
|
success: {
|
|
@@ -838,9 +815,11 @@ var ko = {
|
|
|
838
815
|
macOS: "Touch ID\uB97C \uC9C1\uC811 \uC120\uD0DD\uD574\uC8FC\uC138\uC694.",
|
|
839
816
|
iOS: "Face ID \uB610\uB294 Touch ID\uB97C \uC0AC\uC6A9\uD574\uC8FC\uC138\uC694.",
|
|
840
817
|
android: "\uC774 \uAE30\uAE30\uC758 \uC0DD\uCCB4 \uC778\uC99D\uC744 \uC120\uD0DD\uD574\uC8FC\uC138\uC694.",
|
|
841
|
-
windows: "
|
|
818
|
+
windows: "\uD734\uB300\uD3F0 \uCE74\uBA54\uB77C\uB85C \uD654\uBA74\uC758 QR \uCF54\uB4DC\uB97C \uC2A4\uCE94\uD574\uC8FC\uC138\uC694.",
|
|
819
|
+
linux: "\uD734\uB300\uD3F0 \uCE74\uBA54\uB77C\uB85C \uD654\uBA74\uC758 QR \uCF54\uB4DC\uB97C \uC2A4\uCE94\uD574\uC8FC\uC138\uC694.",
|
|
842
820
|
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."
|
|
821
|
+
note: "\uB2E4\uB978 \uAE30\uAE30\uB098 \uC571 \uC0AC\uC6A9 \uC2DC \uB3D9\uC791\uD558\uC9C0 \uC54A\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4.",
|
|
822
|
+
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
823
|
},
|
|
845
824
|
migration: {
|
|
846
825
|
title: "\uC774 \uC0AC\uC774\uD2B8\uC6A9 \uD328\uC2A4\uD0A4 \uC124\uC815",
|