@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.cjs
CHANGED
|
@@ -2655,7 +2655,7 @@ var init_iframe_manager = __esm({
|
|
|
2655
2655
|
this.iframe.style.border = "none";
|
|
2656
2656
|
this.iframe.style.zIndex = "999999";
|
|
2657
2657
|
this.iframe.style.background = "rgba(0, 0, 0, 0.5)";
|
|
2658
|
-
this.iframe.setAttribute("sandbox", "allow-scripts allow-same-origin");
|
|
2658
|
+
this.iframe.setAttribute("sandbox", "allow-scripts allow-same-origin allow-popups allow-popups-to-escape-sandbox");
|
|
2659
2659
|
this.iframe.setAttribute("allow", "publickey-credentials-get *; publickey-credentials-create *");
|
|
2660
2660
|
this.messageListener = this.handleMessage.bind(this);
|
|
2661
2661
|
window.addEventListener("message", this.messageListener);
|
|
@@ -5392,7 +5392,7 @@ function Header() {
|
|
|
5392
5392
|
// package.json
|
|
5393
5393
|
var package_default = {
|
|
5394
5394
|
name: "@lumiapassport/ui-kit",
|
|
5395
|
-
version: "1.14.
|
|
5395
|
+
version: "1.14.16",
|
|
5396
5396
|
description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
|
|
5397
5397
|
type: "module",
|
|
5398
5398
|
main: "./dist/index.cjs",
|