@volr/react-ui 0.1.131 → 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 +1 -26
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -23
- package/dist/index.d.ts +0 -23
- package/dist/index.js +1 -26
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -211,29 +211,6 @@ declare const en: {
|
|
|
211
211
|
readonly inProgress: "Setting up...";
|
|
212
212
|
readonly success: "Passkey set up successfully!";
|
|
213
213
|
readonly error: "Failed to set up passkey. Please try again.";
|
|
214
|
-
readonly successTitle: "Migration Complete!";
|
|
215
|
-
readonly successMessage: "Your passkey has been set up for this site.";
|
|
216
|
-
readonly waitingHint: "Please complete the setup in the popup window.";
|
|
217
|
-
readonly source: {
|
|
218
|
-
readonly title: "Authenticate with existing passkey";
|
|
219
|
-
readonly description: "Verify your identity to migrate wallet to {{targetDomain}}";
|
|
220
|
-
readonly ready: "Ready to authenticate";
|
|
221
|
-
readonly authenticating: "Authenticating...";
|
|
222
|
-
readonly decrypting: "Decrypting wallet data...";
|
|
223
|
-
readonly waiting: "Waiting for registration on new site...";
|
|
224
|
-
readonly done: "Authentication complete!";
|
|
225
|
-
readonly waitingHint: "Please complete passkey registration in the new window.";
|
|
226
|
-
};
|
|
227
|
-
readonly target: {
|
|
228
|
-
readonly title: "Register passkey for this site";
|
|
229
|
-
readonly description: "Set up secure login for {{currentDomain}}";
|
|
230
|
-
readonly ready: "Ready to register";
|
|
231
|
-
readonly connecting: "Connecting to source site...";
|
|
232
|
-
readonly registering: "Registering new passkey...";
|
|
233
|
-
readonly completing: "Completing setup...";
|
|
234
|
-
readonly success: "Passkey registered!";
|
|
235
|
-
readonly closing: "Closing window...";
|
|
236
|
-
};
|
|
237
214
|
};
|
|
238
215
|
};
|
|
239
216
|
readonly success: {
|
package/dist/index.d.ts
CHANGED
|
@@ -211,29 +211,6 @@ declare const en: {
|
|
|
211
211
|
readonly inProgress: "Setting up...";
|
|
212
212
|
readonly success: "Passkey set up successfully!";
|
|
213
213
|
readonly error: "Failed to set up passkey. Please try again.";
|
|
214
|
-
readonly successTitle: "Migration Complete!";
|
|
215
|
-
readonly successMessage: "Your passkey has been set up for this site.";
|
|
216
|
-
readonly waitingHint: "Please complete the setup in the popup window.";
|
|
217
|
-
readonly source: {
|
|
218
|
-
readonly title: "Authenticate with existing passkey";
|
|
219
|
-
readonly description: "Verify your identity to migrate wallet to {{targetDomain}}";
|
|
220
|
-
readonly ready: "Ready to authenticate";
|
|
221
|
-
readonly authenticating: "Authenticating...";
|
|
222
|
-
readonly decrypting: "Decrypting wallet data...";
|
|
223
|
-
readonly waiting: "Waiting for registration on new site...";
|
|
224
|
-
readonly done: "Authentication complete!";
|
|
225
|
-
readonly waitingHint: "Please complete passkey registration in the new window.";
|
|
226
|
-
};
|
|
227
|
-
readonly target: {
|
|
228
|
-
readonly title: "Register passkey for this site";
|
|
229
|
-
readonly description: "Set up secure login for {{currentDomain}}";
|
|
230
|
-
readonly ready: "Ready to register";
|
|
231
|
-
readonly connecting: "Connecting to source site...";
|
|
232
|
-
readonly registering: "Registering new passkey...";
|
|
233
|
-
readonly completing: "Completing setup...";
|
|
234
|
-
readonly success: "Passkey registered!";
|
|
235
|
-
readonly closing: "Closing window...";
|
|
236
|
-
};
|
|
237
214
|
};
|
|
238
215
|
};
|
|
239
216
|
readonly success: {
|
package/dist/index.js
CHANGED
|
@@ -586,32 +586,7 @@ var en = {
|
|
|
586
586
|
later: "Do it later",
|
|
587
587
|
inProgress: "Setting up...",
|
|
588
588
|
success: "Passkey set up successfully!",
|
|
589
|
-
error: "Failed to set up passkey. Please try again."
|
|
590
|
-
successTitle: "Migration Complete!",
|
|
591
|
-
successMessage: "Your passkey has been set up for this site.",
|
|
592
|
-
waitingHint: "Please complete the setup in the popup window.",
|
|
593
|
-
// Source popup (domain-a.com)
|
|
594
|
-
source: {
|
|
595
|
-
title: "Authenticate with existing passkey",
|
|
596
|
-
description: "Verify your identity to migrate wallet to {{targetDomain}}",
|
|
597
|
-
ready: "Ready to authenticate",
|
|
598
|
-
authenticating: "Authenticating...",
|
|
599
|
-
decrypting: "Decrypting wallet data...",
|
|
600
|
-
waiting: "Waiting for registration on new site...",
|
|
601
|
-
done: "Authentication complete!",
|
|
602
|
-
waitingHint: "Please complete passkey registration in the new window."
|
|
603
|
-
},
|
|
604
|
-
// Target popup (domain-b.com)
|
|
605
|
-
target: {
|
|
606
|
-
title: "Register passkey for this site",
|
|
607
|
-
description: "Set up secure login for {{currentDomain}}",
|
|
608
|
-
ready: "Ready to register",
|
|
609
|
-
connecting: "Connecting to source site...",
|
|
610
|
-
registering: "Registering new passkey...",
|
|
611
|
-
completing: "Completing setup...",
|
|
612
|
-
success: "Passkey registered!",
|
|
613
|
-
closing: "Closing window..."
|
|
614
|
-
}
|
|
589
|
+
error: "Failed to set up passkey. Please try again."
|
|
615
590
|
}
|
|
616
591
|
},
|
|
617
592
|
success: {
|