@volr/react-ui 0.2.7 → 0.2.8

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 CHANGED
@@ -592,7 +592,32 @@ var en = {
592
592
  later: "Do it later",
593
593
  inProgress: "Setting up...",
594
594
  success: "Passkey set up successfully!",
595
- error: "Failed to set up passkey. Please try again."
595
+ successTitle: "Migration complete!",
596
+ successMessage: "Your passkey is set up for this site.",
597
+ waitingHint: "Complete the setup in the popup window.",
598
+ error: "Failed to set up passkey. Please try again.",
599
+ // Source popup (domain-a.com)
600
+ source: {
601
+ title: "Verify with existing passkey",
602
+ description: "Verify your identity to move your wallet to {{targetDomain}}.",
603
+ ready: "Ready to verify",
604
+ authenticating: "Verifying...",
605
+ decrypting: "Decrypting wallet data...",
606
+ waiting: "Waiting for registration on the new site...",
607
+ done: "Verification complete!",
608
+ waitingHint: "Complete passkey registration in the new window."
609
+ },
610
+ // Target popup (domain-b.com)
611
+ target: {
612
+ title: "Register a passkey for this site",
613
+ description: "Register a passkey for secure login on {{currentDomain}}.",
614
+ ready: "Ready to register",
615
+ connecting: "Connecting to the original site...",
616
+ registering: "Registering new passkey...",
617
+ completing: "Finishing setup...",
618
+ success: "Passkey registration complete!",
619
+ closing: "Closing window..."
620
+ }
596
621
  }
597
622
  },
598
623
  success: {