@lumiapassport/ui-kit 1.6.1 → 1.6.2

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.
@@ -15,7 +15,7 @@
15
15
  <meta http-equiv="X-Content-Type-Options" content="nosniff" />
16
16
  <meta http-equiv="Referrer-Policy" content="strict-origin-when-cross-origin" />
17
17
 
18
- <title>Lumia Passport Secure Wallet - iframe version 1.6.1</title>
18
+ <title>Lumia Passport Secure Wallet - iframe version 1.6.2</title>
19
19
 
20
20
  <!-- Styles will be injected by build process -->
21
21
  <style>
@@ -3724,7 +3724,7 @@ var BackupManager = class {
3724
3724
  };
3725
3725
 
3726
3726
  // src/iframe/main.ts
3727
- var IFRAME_VERSION = "1.6.1";
3727
+ var IFRAME_VERSION = "1.6.2";
3728
3728
  var IframeWallet = class {
3729
3729
  constructor() {
3730
3730
  console.log("=".repeat(60));
package/dist/index.cjs CHANGED
@@ -8536,7 +8536,7 @@ function useLumiaPassportLinkedProfiles() {
8536
8536
  // package.json
8537
8537
  var package_default = {
8538
8538
  name: "@lumiapassport/ui-kit",
8539
- version: "1.6.1",
8539
+ version: "1.6.2",
8540
8540
  description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
8541
8541
  type: "module",
8542
8542
  main: "./dist/index.cjs",