ui.shipaid.com 0.3.89 → 0.3.90

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 CHANGED
@@ -3211,6 +3211,9 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
3211
3211
  display: flex;
3212
3212
  align-items: center;
3213
3213
  }
3214
+ .shipaid-checkout-text {
3215
+ margin-right: 1rem;
3216
+ }
3214
3217
  </style>
3215
3218
 
3216
3219
  <div class="shipaid-container">
@@ -3240,7 +3243,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
3240
3243
  var _a2;
3241
3244
  sessionStorage.setItem("shipaid_variant", JSON.stringify((_a2 = this._protectionVariant) == null ? void 0 : _a2.id));
3242
3245
  }}>
3243
- <span class="shipaid-checkout-text">CHECKOUT+ </span>
3246
+ <span class="shipaid-checkout-text">CHECKOUT+</span>
3244
3247
  <span class="shipaid-checkout-amount">${cartTotal ? this._currencyFormat(cartTotal) : loading2}</span>
3245
3248
  </a>
3246
3249
 
@@ -1362,6 +1362,9 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
1362
1362
  display: flex;
1363
1363
  align-items: center;
1364
1364
  }
1365
+ .shipaid-checkout-text {
1366
+ margin-right: 1rem;
1367
+ }
1365
1368
  </style>
1366
1369
 
1367
1370
  <div class="shipaid-container">
@@ -1383,7 +1386,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
1383
1386
  </div>
1384
1387
 
1385
1388
  <a href="/checkout${(null==(o=this._protectionVariant)?void 0:o.id)?`?attributes[_shipaid-internal]=1&updates[${null==(r=this._protectionVariant)?void 0:r.id}]=1`:""}" id="shipaid-checkout-button" class="${a}" @click=${()=>{var t;sessionStorage.setItem("shipaid_variant",JSON.stringify(null==(t=this._protectionVariant)?void 0:t.id))}}>
1386
- <span class="shipaid-checkout-text">CHECKOUT+ </span>
1389
+ <span class="shipaid-checkout-text">CHECKOUT+</span>
1387
1390
  <span class="shipaid-checkout-amount">${p?this._currencyFormat(p):l}</span>
1388
1391
  </a>
1389
1392
 
@@ -1362,6 +1362,9 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
1362
1362
  display: flex;
1363
1363
  align-items: center;
1364
1364
  }
1365
+ .shipaid-checkout-text {
1366
+ margin-right: 1rem;
1367
+ }
1365
1368
  </style>
1366
1369
 
1367
1370
  <div class="shipaid-container">
@@ -1383,7 +1386,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
1383
1386
  </div>
1384
1387
 
1385
1388
  <a href="/checkout${(null==(o=this._protectionVariant)?void 0:o.id)?`?attributes[_shipaid-internal]=1&updates[${null==(r=this._protectionVariant)?void 0:r.id}]=1`:""}" id="shipaid-checkout-button" class="${a}" @click=${()=>{var t;sessionStorage.setItem("shipaid_variant",JSON.stringify(null==(t=this._protectionVariant)?void 0:t.id))}}>
1386
- <span class="shipaid-checkout-text">CHECKOUT+ </span>
1389
+ <span class="shipaid-checkout-text">CHECKOUT+</span>
1387
1390
  <span class="shipaid-checkout-amount">${p?this._currencyFormat(p):l}</span>
1388
1391
  </a>
1389
1392
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.89",
4
+ "version": "0.3.90",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",