ui.shipaid.com 0.3.152 → 0.3.154
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 +20 -2
- package/dist/widget.iife.js +37 -19
- package/dist/widget.umd.js +20 -2
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -2484,6 +2484,15 @@ const styles = i2`
|
|
|
2484
2484
|
}
|
|
2485
2485
|
}
|
|
2486
2486
|
|
|
2487
|
+
.shipaid-widget-container {
|
|
2488
|
+
display: flex;
|
|
2489
|
+
justify-content: right;
|
|
2490
|
+
}
|
|
2491
|
+
|
|
2492
|
+
.shipaid-prompt {
|
|
2493
|
+
max-width: fit-content;
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2487
2496
|
.shipaid-prompt p,
|
|
2488
2497
|
.shipaid-prompt a {
|
|
2489
2498
|
margin: 0;
|
|
@@ -5005,7 +5014,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
5005
5014
|
href="/checkout${((_e = this._protectionVariant) == null ? void 0 : _e.id) ? `?attributes[_shipaid-internal]=1&updates[${(_f = this._protectionVariant) == null ? void 0 : _f.id}]=0` : ""}"
|
|
5006
5015
|
class="mechanism-continue-link"
|
|
5007
5016
|
>
|
|
5008
|
-
Checkout without
|
|
5017
|
+
Checkout without package protection
|
|
5009
5018
|
</a>
|
|
5010
5019
|
</div>
|
|
5011
5020
|
`;
|
|
@@ -5839,6 +5848,15 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
5839
5848
|
font-size: var(--shipaid-font-sm);
|
|
5840
5849
|
}
|
|
5841
5850
|
|
|
5851
|
+
.shipaid-widget-container {
|
|
5852
|
+
display: flex;
|
|
5853
|
+
justify-content: right;
|
|
5854
|
+
}
|
|
5855
|
+
|
|
5856
|
+
.shipaid-prompt {
|
|
5857
|
+
max-width: fit-content;
|
|
5858
|
+
}
|
|
5859
|
+
|
|
5842
5860
|
.shipaid-prompt p,
|
|
5843
5861
|
.shipaid-prompt a {
|
|
5844
5862
|
margin: 0;
|
|
@@ -6155,7 +6173,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
6155
6173
|
margin-left: 3px;
|
|
6156
6174
|
}
|
|
6157
6175
|
</style>
|
|
6158
|
-
<div class="shipaid">
|
|
6176
|
+
<div class="shipaid-container">
|
|
6159
6177
|
${this._getTemplateToRender()}
|
|
6160
6178
|
</div>
|
|
6161
6179
|
`;
|