ui.shipaid.com 0.3.162 → 0.3.163
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 +3 -4
- package/dist/widget.iife.js +3 -4
- package/dist/widget.umd.js +3 -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 {
|
|
@@ -5927,7 +5927,6 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
5927
5927
|
.prompt-product-details
|
|
5928
5928
|
.prompt-product-details-description {
|
|
5929
5929
|
font-size: var(--shipaid-font-xxs);
|
|
5930
|
-
margin-top: var(--shipaid-prompt-product-description-margin, 5px);
|
|
5931
5930
|
color: var(--shipaid-text-description, --shipaid-text);
|
|
5932
5931
|
text-align: var(--shipaid-text-description-text-align, left);
|
|
5933
5932
|
}
|
|
@@ -6026,7 +6025,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
6026
6025
|
font-size: var(--shipaid-font-xs);
|
|
6027
6026
|
display: inline-flex;
|
|
6028
6027
|
align-items: center;
|
|
6029
|
-
gap:
|
|
6028
|
+
gap: 10px;
|
|
6030
6029
|
white-space: nowrap;
|
|
6031
6030
|
}
|
|
6032
6031
|
.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 {
|
|
@@ -1828,7 +1828,6 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
1828
1828
|
.prompt-product-details
|
|
1829
1829
|
.prompt-product-details-description {
|
|
1830
1830
|
font-size: var(--shipaid-font-xxs);
|
|
1831
|
-
margin-top: var(--shipaid-prompt-product-description-margin, 5px);
|
|
1832
1831
|
color: var(--shipaid-text-description, --shipaid-text);
|
|
1833
1832
|
text-align: var(--shipaid-text-description-text-align, left);
|
|
1834
1833
|
}
|
|
@@ -1927,7 +1926,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
1927
1926
|
font-size: var(--shipaid-font-xs);
|
|
1928
1927
|
display: inline-flex;
|
|
1929
1928
|
align-items: center;
|
|
1930
|
-
gap:
|
|
1929
|
+
gap: 10px;
|
|
1931
1930
|
white-space: nowrap;
|
|
1932
1931
|
}
|
|
1933
1932
|
.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 {
|
|
@@ -1828,7 +1828,6 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
1828
1828
|
.prompt-product-details
|
|
1829
1829
|
.prompt-product-details-description {
|
|
1830
1830
|
font-size: var(--shipaid-font-xxs);
|
|
1831
|
-
margin-top: var(--shipaid-prompt-product-description-margin, 5px);
|
|
1832
1831
|
color: var(--shipaid-text-description, --shipaid-text);
|
|
1833
1832
|
text-align: var(--shipaid-text-description-text-align, left);
|
|
1834
1833
|
}
|
|
@@ -1927,7 +1926,7 @@ function UA(A,e,t){return A?e():null==t?void 0:t()}const GA=rA`
|
|
|
1927
1926
|
font-size: var(--shipaid-font-xs);
|
|
1928
1927
|
display: inline-flex;
|
|
1929
1928
|
align-items: center;
|
|
1930
|
-
gap:
|
|
1929
|
+
gap: 10px;
|
|
1931
1930
|
white-space: nowrap;
|
|
1932
1931
|
}
|
|
1933
1932
|
.shipaid-prompt .prompt-footer .prompt-footer-badge svg {
|