@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.
- package/dist/react.js +4 -1
- 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{
|
|
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() {
|