@dexterai/connect 0.24.2 → 0.24.3

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.
Files changed (2) hide show
  1. package/dist/react.js +4 -1
  2. package/package.json +1 -1
package/dist/react.js CHANGED
@@ -658,7 +658,10 @@ var APPINSTALL_CSS = `
658
658
  .dx-appbtn:active{ transform:translateY(0); }
659
659
  .dx-appbtn:focus-visible{ outline:none; box-shadow:0 0 0 3px color-mix(in srgb,var(--dx-ember,#f26c18) 38%,transparent); }
660
660
  .dx-appbtn--block{ width:100%; justify-content:flex-start; }
661
- .dx-appbtn__logo{ width:18px; height:18px; display:block; flex:none; }
661
+ .dx-appbtn__logo{
662
+ width:22px; height:22px; display:block; flex:none; box-sizing:border-box;
663
+ background:#fff; padding:3px; border-radius:var(--dx-radius,0px);
664
+ }
662
665
  .dx-appbtn__copied{ color:var(--dx-ember,#f26c18); }
663
666
  `;
664
667
  function ensureAppInstallStyles() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dexterai/connect",
3
- "version": "0.24.2",
3
+ "version": "0.24.3",
4
4
  "description": "Sign in with Dexter — passkey connector. Composes @dexterai/vault.",
5
5
  "type": "module",
6
6
  "exports": {