@social-mail/social-mail-client 1.4.87 → 1.4.88

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.
@@ -46529,7 +46529,10 @@ System.register(["tslib", "@web-atoms/core/dist/core/BindableProperty", "@web-at
46529
46529
  href: Bind.oneWay(() => generateUrl(this.selectedConfig)),
46530
46530
  target: "_blank",
46531
46531
  text: "Open Messages"
46532
- }))));
46532
+ })), XNode.create("details", null, XNode.create("summary", null, "Show QR Code"), XNode.create("div", null, XNode.create("img", {
46533
+ class: "qr-code",
46534
+ src: Bind.oneWay(() => `data:image/svg+xml;base64,${btoa(this.selectedConfig.qrCodeUrl)}`)
46535
+ })))));
46533
46536
  return;
46534
46537
  }
46535
46538
  this.renderer = XNode.create("div", null, XNode.create(AppForm, null, XNode.create("h4", null, "Please verify your phone number"), XNode.create("div", null, "Scan following QR Code with your phone to open the Messages(SMS/Text) with generated code. And hit the send button."), XNode.create(FormField, {