ui.shipaid.com 0.3.162 → 0.3.164
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 +5 -4
- package/dist/widget.iife.js +5 -4
- package/dist/widget.umd.js +5 -4
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -2542,7 +2542,6 @@ const styles = i2`
|
|
|
2542
2542
|
.prompt-product-details
|
|
2543
2543
|
.prompt-product-details-description {
|
|
2544
2544
|
font-size: var(--shipaid-font-xxs);
|
|
2545
|
-
margin-top: var(--shipaid-prompt-product-description-margin, 5px);
|
|
2546
2545
|
}
|
|
2547
2546
|
|
|
2548
2547
|
.shipaid-prompt .prompt-product .prompt-product-actions {
|
|
@@ -2611,6 +2610,7 @@ const styles = i2`
|
|
|
2611
2610
|
}
|
|
2612
2611
|
.prompt-product-details-subtitle {
|
|
2613
2612
|
display: flex;
|
|
2613
|
+
margin-top: var(--shipaid-prompt-product-description-margin, 5px);
|
|
2614
2614
|
}
|
|
2615
2615
|
|
|
2616
2616
|
.shipaid-benefits-container {
|
|
@@ -2652,7 +2652,7 @@ const styles = i2`
|
|
|
2652
2652
|
padding: 0;
|
|
2653
2653
|
display: flex;
|
|
2654
2654
|
flex-direction: column;
|
|
2655
|
-
gap:
|
|
2655
|
+
gap: 10px;
|
|
2656
2656
|
}
|
|
2657
2657
|
|
|
2658
2658
|
.shipaid-benefits li {
|
|
@@ -2661,6 +2661,7 @@ const styles = i2`
|
|
|
2661
2661
|
gap: 0.5rem;
|
|
2662
2662
|
font-size: 11px;
|
|
2663
2663
|
line-height: 1.3;
|
|
2664
|
+
text-align: left;
|
|
2664
2665
|
}
|
|
2665
2666
|
|
|
2666
2667
|
.shipaid-benefits li svg {
|
|
@@ -5219,6 +5220,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
5219
5220
|
gap: 8px;
|
|
5220
5221
|
font-size: 11px;
|
|
5221
5222
|
line-height: 1.3;
|
|
5223
|
+
text-align: left;
|
|
5222
5224
|
}
|
|
5223
5225
|
.shipaid-benefits li svg {
|
|
5224
5226
|
width: 18px;
|
|
@@ -5927,7 +5929,6 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
5927
5929
|
.prompt-product-details
|
|
5928
5930
|
.prompt-product-details-description {
|
|
5929
5931
|
font-size: var(--shipaid-font-xxs);
|
|
5930
|
-
margin-top: var(--shipaid-prompt-product-description-margin, 5px);
|
|
5931
5932
|
color: var(--shipaid-text-description, --shipaid-text);
|
|
5932
5933
|
text-align: var(--shipaid-text-description-text-align, left);
|
|
5933
5934
|
}
|
|
@@ -6026,7 +6027,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
6026
6027
|
font-size: var(--shipaid-font-xs);
|
|
6027
6028
|
display: inline-flex;
|
|
6028
6029
|
align-items: center;
|
|
6029
|
-
gap:
|
|
6030
|
+
gap: 10px;
|
|
6030
6031
|
white-space: nowrap;
|
|
6031
6032
|
}
|
|
6032
6033
|
.shipaid-prompt .prompt-footer .prompt-footer-badge svg {
|
package/dist/widget.iife.js
CHANGED
|
@@ -501,7 +501,6 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
501
501
|
.prompt-product-details
|
|
502
502
|
.prompt-product-details-description {
|
|
503
503
|
font-size: var(--shipaid-font-xxs);
|
|
504
|
-
margin-top: var(--shipaid-prompt-product-description-margin, 5px);
|
|
505
504
|
}
|
|
506
505
|
|
|
507
506
|
.shipaid-prompt .prompt-product .prompt-product-actions {
|
|
@@ -570,6 +569,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
570
569
|
}
|
|
571
570
|
.prompt-product-details-subtitle {
|
|
572
571
|
display: flex;
|
|
572
|
+
margin-top: var(--shipaid-prompt-product-description-margin, 5px);
|
|
573
573
|
}
|
|
574
574
|
|
|
575
575
|
.shipaid-benefits-container {
|
|
@@ -611,7 +611,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
611
611
|
padding: 0;
|
|
612
612
|
display: flex;
|
|
613
613
|
flex-direction: column;
|
|
614
|
-
gap:
|
|
614
|
+
gap: 10px;
|
|
615
615
|
}
|
|
616
616
|
|
|
617
617
|
.shipaid-benefits li {
|
|
@@ -620,6 +620,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
620
620
|
gap: 0.5rem;
|
|
621
621
|
font-size: 11px;
|
|
622
622
|
line-height: 1.3;
|
|
623
|
+
text-align: left;
|
|
623
624
|
}
|
|
624
625
|
|
|
625
626
|
.shipaid-benefits li svg {
|
|
@@ -1543,6 +1544,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
1543
1544
|
gap: 8px;
|
|
1544
1545
|
font-size: 11px;
|
|
1545
1546
|
line-height: 1.3;
|
|
1547
|
+
text-align: left;
|
|
1546
1548
|
}
|
|
1547
1549
|
.shipaid-benefits li svg {
|
|
1548
1550
|
width: 18px;
|
|
@@ -1828,7 +1830,6 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
1828
1830
|
.prompt-product-details
|
|
1829
1831
|
.prompt-product-details-description {
|
|
1830
1832
|
font-size: var(--shipaid-font-xxs);
|
|
1831
|
-
margin-top: var(--shipaid-prompt-product-description-margin, 5px);
|
|
1832
1833
|
color: var(--shipaid-text-description, --shipaid-text);
|
|
1833
1834
|
text-align: var(--shipaid-text-description-text-align, left);
|
|
1834
1835
|
}
|
|
@@ -1927,7 +1928,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
1927
1928
|
font-size: var(--shipaid-font-xs);
|
|
1928
1929
|
display: inline-flex;
|
|
1929
1930
|
align-items: center;
|
|
1930
|
-
gap:
|
|
1931
|
+
gap: 10px;
|
|
1931
1932
|
white-space: nowrap;
|
|
1932
1933
|
}
|
|
1933
1934
|
.shipaid-prompt .prompt-footer .prompt-footer-badge svg {
|
package/dist/widget.umd.js
CHANGED
|
@@ -501,7 +501,6 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
501
501
|
.prompt-product-details
|
|
502
502
|
.prompt-product-details-description {
|
|
503
503
|
font-size: var(--shipaid-font-xxs);
|
|
504
|
-
margin-top: var(--shipaid-prompt-product-description-margin, 5px);
|
|
505
504
|
}
|
|
506
505
|
|
|
507
506
|
.shipaid-prompt .prompt-product .prompt-product-actions {
|
|
@@ -570,6 +569,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
570
569
|
}
|
|
571
570
|
.prompt-product-details-subtitle {
|
|
572
571
|
display: flex;
|
|
572
|
+
margin-top: var(--shipaid-prompt-product-description-margin, 5px);
|
|
573
573
|
}
|
|
574
574
|
|
|
575
575
|
.shipaid-benefits-container {
|
|
@@ -611,7 +611,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
611
611
|
padding: 0;
|
|
612
612
|
display: flex;
|
|
613
613
|
flex-direction: column;
|
|
614
|
-
gap:
|
|
614
|
+
gap: 10px;
|
|
615
615
|
}
|
|
616
616
|
|
|
617
617
|
.shipaid-benefits li {
|
|
@@ -620,6 +620,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
620
620
|
gap: 0.5rem;
|
|
621
621
|
font-size: 11px;
|
|
622
622
|
line-height: 1.3;
|
|
623
|
+
text-align: left;
|
|
623
624
|
}
|
|
624
625
|
|
|
625
626
|
.shipaid-benefits li svg {
|
|
@@ -1543,6 +1544,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
1543
1544
|
gap: 8px;
|
|
1544
1545
|
font-size: 11px;
|
|
1545
1546
|
line-height: 1.3;
|
|
1547
|
+
text-align: left;
|
|
1546
1548
|
}
|
|
1547
1549
|
.shipaid-benefits li svg {
|
|
1548
1550
|
width: 18px;
|
|
@@ -1828,7 +1830,6 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
1828
1830
|
.prompt-product-details
|
|
1829
1831
|
.prompt-product-details-description {
|
|
1830
1832
|
font-size: var(--shipaid-font-xxs);
|
|
1831
|
-
margin-top: var(--shipaid-prompt-product-description-margin, 5px);
|
|
1832
1833
|
color: var(--shipaid-text-description, --shipaid-text);
|
|
1833
1834
|
text-align: var(--shipaid-text-description-text-align, left);
|
|
1834
1835
|
}
|
|
@@ -1927,7 +1928,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
1927
1928
|
font-size: var(--shipaid-font-xs);
|
|
1928
1929
|
display: inline-flex;
|
|
1929
1930
|
align-items: center;
|
|
1930
|
-
gap:
|
|
1931
|
+
gap: 10px;
|
|
1931
1932
|
white-space: nowrap;
|
|
1932
1933
|
}
|
|
1933
1934
|
.shipaid-prompt .prompt-footer .prompt-footer-badge svg {
|