@embarkai/ui-kit 0.1.3 → 0.1.4

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>EmbarkAI Secure Wallet - iframe version 0.1.3</title>
18
+ <title>EmbarkAI Secure Wallet - iframe version 0.1.4</title>
19
19
 
20
20
  <!-- Styles will be injected by build process -->
21
21
  <style>
@@ -3858,7 +3858,7 @@ var StorageManager = class {
3858
3858
  };
3859
3859
 
3860
3860
  // src/iframe/lib/trusted-apps-manager.ts
3861
- var STORAGE_KEY2 = "passport-trusted-apps";
3861
+ var STORAGE_KEY2 = "lumia_passport_trusted_apps";
3862
3862
  var TrustedAppsManager = class {
3863
3863
  /**
3864
3864
  * Check if app is trusted by user
@@ -4404,7 +4404,7 @@ var SigningManager = class extends TokenRefreshApiClient {
4404
4404
  };
4405
4405
 
4406
4406
  // src/iframe/main.ts
4407
- var IFRAME_VERSION = "0.1.3";
4407
+ var IFRAME_VERSION = "0.1.4";
4408
4408
  var IframeWallet = class {
4409
4409
  constructor() {
4410
4410
  console.log("=".repeat(60));