@lumiapassport/ui-kit 1.13.7 → 1.13.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.
@@ -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.13.7</title>
18
+ <title>Lumia Passport Secure Wallet - iframe version 1.13.8</title>
19
19
 
20
20
  <!-- Styles will be injected by build process -->
21
21
  <style>
@@ -22,14 +22,19 @@
22
22
  margin: 0;
23
23
  }
24
24
 
25
- html,
25
+ html::-webkit-scrollbar,
26
26
  body::-webkit-scrollbar {
27
27
  display: none;
28
28
  }
29
29
 
30
30
  #sumsub-websdk-container {
31
31
  width: 100%;
32
- min-height: 100vh;
32
+ font-size: 0;
33
+ line-height: 0;
34
+ }
35
+
36
+ #sumsub-websdk-container iframe {
37
+ display: block;
33
38
  }
34
39
 
35
40
  .loading-container {
@@ -4010,7 +4010,7 @@ var SigningManager = class extends TokenRefreshApiClient {
4010
4010
  };
4011
4011
 
4012
4012
  // src/iframe/main.ts
4013
- var IFRAME_VERSION = "1.13.7";
4013
+ var IFRAME_VERSION = "1.13.8";
4014
4014
  var IframeWallet = class {
4015
4015
  constructor() {
4016
4016
  console.log("=".repeat(60));
package/dist/index.cjs CHANGED
@@ -4610,7 +4610,7 @@ var import_react44 = require("react");
4610
4610
  // package.json
4611
4611
  var package_default = {
4612
4612
  name: "@lumiapassport/ui-kit",
4613
- version: "1.13.7",
4613
+ version: "1.13.8",
4614
4614
  description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
4615
4615
  type: "module",
4616
4616
  main: "./dist/index.cjs",