ui.shipaid.com 0.3.2 → 0.3.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/widget.es.js +2 -2
- package/dist/widget.iife.js +2 -2
- package/dist/widget.umd.js +2 -2
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -1522,7 +1522,7 @@ const styles = i$2`
|
|
|
1522
1522
|
max-width: 100%;
|
|
1523
1523
|
display: flex;
|
|
1524
1524
|
flex-direction: column;
|
|
1525
|
-
gap:
|
|
1525
|
+
gap: 0.5rem;
|
|
1526
1526
|
margin: var(--shipaid-prompt-margin, 2rem 0px 4rem auto);
|
|
1527
1527
|
}
|
|
1528
1528
|
|
|
@@ -1620,7 +1620,7 @@ const styles = i$2`
|
|
|
1620
1620
|
var(--shipaid-prompt-badge)
|
|
1621
1621
|
);
|
|
1622
1622
|
color: var(--shipaid-prompt-badge-text-color, var(--shipaid-text));
|
|
1623
|
-
padding: 0.
|
|
1623
|
+
padding: 0.2rem 1rem;
|
|
1624
1624
|
border-radius: 30px;
|
|
1625
1625
|
cursor: pointer;
|
|
1626
1626
|
text-decoration: none;
|
package/dist/widget.iife.js
CHANGED
|
@@ -547,7 +547,7 @@ function zt(t,e,i){return t?e():null==i?void 0:i()}const Mt=h`
|
|
|
547
547
|
max-width: 100%;
|
|
548
548
|
display: flex;
|
|
549
549
|
flex-direction: column;
|
|
550
|
-
gap:
|
|
550
|
+
gap: 0.5rem;
|
|
551
551
|
margin: var(--shipaid-prompt-margin, 2rem 0px 4rem auto);
|
|
552
552
|
}
|
|
553
553
|
|
|
@@ -645,7 +645,7 @@ function zt(t,e,i){return t?e():null==i?void 0:i()}const Mt=h`
|
|
|
645
645
|
var(--shipaid-prompt-badge)
|
|
646
646
|
);
|
|
647
647
|
color: var(--shipaid-prompt-badge-text-color, var(--shipaid-text));
|
|
648
|
-
padding: 0.
|
|
648
|
+
padding: 0.2rem 1rem;
|
|
649
649
|
border-radius: 30px;
|
|
650
650
|
cursor: pointer;
|
|
651
651
|
text-decoration: none;
|
package/dist/widget.umd.js
CHANGED
|
@@ -547,7 +547,7 @@ function zt(t,e,i){return t?e():null==i?void 0:i()}const Mt=h`
|
|
|
547
547
|
max-width: 100%;
|
|
548
548
|
display: flex;
|
|
549
549
|
flex-direction: column;
|
|
550
|
-
gap:
|
|
550
|
+
gap: 0.5rem;
|
|
551
551
|
margin: var(--shipaid-prompt-margin, 2rem 0px 4rem auto);
|
|
552
552
|
}
|
|
553
553
|
|
|
@@ -645,7 +645,7 @@ function zt(t,e,i){return t?e():null==i?void 0:i()}const Mt=h`
|
|
|
645
645
|
var(--shipaid-prompt-badge)
|
|
646
646
|
);
|
|
647
647
|
color: var(--shipaid-prompt-badge-text-color, var(--shipaid-text));
|
|
648
|
-
padding: 0.
|
|
648
|
+
padding: 0.2rem 1rem;
|
|
649
649
|
border-radius: 30px;
|
|
650
650
|
cursor: pointer;
|
|
651
651
|
text-decoration: none;
|