ui.shipaid.com 0.3.80 → 0.3.81
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 -1
- package/dist/widget.iife.js +2 -1
- package/dist/widget.umd.js +2 -1
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -2018,7 +2018,7 @@ class CheckoutPackageProtection extends s$1 {
|
|
|
2018
2018
|
</div>
|
|
2019
2019
|
|
|
2020
2020
|
<a id="shipaid-checkout-button" class="${this.originalClasses}" href="/checkout${this.shipaidVariant ? `?attributes[_shipaid-internal]=1&updates[${this.shipaidVariant}]=1` : ""}">
|
|
2021
|
-
CHECKOUT+ ${this.checkoutTotal}
|
|
2021
|
+
<span>CHECKOUT+ ${this.checkoutTotal}</span>
|
|
2022
2022
|
</a>
|
|
2023
2023
|
|
|
2024
2024
|
<a id="shipaid-continue-button" href="#" class="continue-link" @click=${this.handleCheckoutWithoutProtection}>
|
|
@@ -3002,6 +3002,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
3002
3002
|
.shipaid-container a#shipaid-checkout-button {
|
|
3003
3003
|
width: 100%;
|
|
3004
3004
|
margin: 0px;
|
|
3005
|
+
text-decoration: unset;
|
|
3005
3006
|
}
|
|
3006
3007
|
.shipaid-container a#shipaid-continue-button {
|
|
3007
3008
|
display: block;
|
package/dist/widget.iife.js
CHANGED
|
@@ -1005,7 +1005,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1005
1005
|
</div>
|
|
1006
1006
|
|
|
1007
1007
|
<a id="shipaid-checkout-button" class="${this.originalClasses}" href="/checkout${this.shipaidVariant?`?attributes[_shipaid-internal]=1&updates[${this.shipaidVariant}]=1`:""}">
|
|
1008
|
-
CHECKOUT+ ${this.checkoutTotal}
|
|
1008
|
+
<span>CHECKOUT+ ${this.checkoutTotal}</span>
|
|
1009
1009
|
</a>
|
|
1010
1010
|
|
|
1011
1011
|
<a id="shipaid-continue-button" href="#" class="continue-link" @click=${this.handleCheckoutWithoutProtection}>
|
|
@@ -1196,6 +1196,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1196
1196
|
.shipaid-container a#shipaid-checkout-button {
|
|
1197
1197
|
width: 100%;
|
|
1198
1198
|
margin: 0px;
|
|
1199
|
+
text-decoration: unset;
|
|
1199
1200
|
}
|
|
1200
1201
|
.shipaid-container a#shipaid-continue-button {
|
|
1201
1202
|
display: block;
|
package/dist/widget.umd.js
CHANGED
|
@@ -1005,7 +1005,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1005
1005
|
</div>
|
|
1006
1006
|
|
|
1007
1007
|
<a id="shipaid-checkout-button" class="${this.originalClasses}" href="/checkout${this.shipaidVariant?`?attributes[_shipaid-internal]=1&updates[${this.shipaidVariant}]=1`:""}">
|
|
1008
|
-
CHECKOUT+ ${this.checkoutTotal}
|
|
1008
|
+
<span>CHECKOUT+ ${this.checkoutTotal}</span>
|
|
1009
1009
|
</a>
|
|
1010
1010
|
|
|
1011
1011
|
<a id="shipaid-continue-button" href="#" class="continue-link" @click=${this.handleCheckoutWithoutProtection}>
|
|
@@ -1196,6 +1196,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1196
1196
|
.shipaid-container a#shipaid-checkout-button {
|
|
1197
1197
|
width: 100%;
|
|
1198
1198
|
margin: 0px;
|
|
1199
|
+
text-decoration: unset;
|
|
1199
1200
|
}
|
|
1200
1201
|
.shipaid-container a#shipaid-continue-button {
|
|
1201
1202
|
display: block;
|