@lumiapassport/ui-kit 1.14.15 → 1.14.16
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/iframe/index.html +1 -1
- package/dist/iframe/main.js +67 -7
- package/dist/iframe/main.js.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2658,7 +2658,7 @@ var init_iframe_manager = __esm({
|
|
|
2658
2658
|
this.iframe.style.border = "none";
|
|
2659
2659
|
this.iframe.style.zIndex = "999999";
|
|
2660
2660
|
this.iframe.style.background = "rgba(0, 0, 0, 0.5)";
|
|
2661
|
-
this.iframe.setAttribute("sandbox", "allow-scripts allow-same-origin");
|
|
2661
|
+
this.iframe.setAttribute("sandbox", "allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox");
|
|
2662
2662
|
this.iframe.setAttribute("allow", "publickey-credentials-get *; publickey-credentials-create *");
|
|
2663
2663
|
this.messageListener = this.handleMessage.bind(this);
|
|
2664
2664
|
window.addEventListener("message", this.messageListener);
|
|
@@ -5346,7 +5346,7 @@ function Header() {
|
|
|
5346
5346
|
// package.json
|
|
5347
5347
|
var package_default = {
|
|
5348
5348
|
name: "@lumiapassport/ui-kit",
|
|
5349
|
-
version: "1.14.
|
|
5349
|
+
version: "1.14.16",
|
|
5350
5350
|
description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
|
|
5351
5351
|
type: "module",
|
|
5352
5352
|
main: "./dist/index.cjs",
|