ui.shipaid.com 0.3.150 → 0.3.151

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
@@ -2735,7 +2735,7 @@ x`
2735
2735
  </g>
2736
2736
  </svg>
2737
2737
  `;
2738
- const ShipAidLogoText = x`
2738
+ x`
2739
2739
  <svg
2740
2740
  width="50.000000pt"
2741
2741
  height="50.000000pt"
@@ -5341,7 +5341,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
5341
5341
  }
5342
5342
  }
5343
5343
  promptTemplate() {
5344
- var _a, _b, _c, _d, _e, _f, _g, _h;
5344
+ var _a, _b, _c, _d, _e, _f, _g;
5345
5345
  if (this.useShipAidCheckout && this.dataSelector) {
5346
5346
  return this.checkoutButtonTemplate();
5347
5347
  }
@@ -5445,31 +5445,6 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
5445
5445
  ${n(
5446
5446
  this._state.error,
5447
5447
  () => x`<p class="error">${this._state.error}</p>`
5448
- )}
5449
- ${n(
5450
- (_h = this._store) == null ? void 0 : _h.useCustomApp,
5451
- () => x`
5452
- <div class="prompt-footer">
5453
- <a
5454
- class="prompt-footer-badge"
5455
- @click=${() => {
5456
- this._openLearnMore("shipaid-widget");
5457
- }}
5458
- >
5459
- <span>${translate("footer.button")}</span>
5460
- ${ShipAidLogoText}
5461
- <button
5462
- class="prompt-footer-about"
5463
- @click=${(event) => {
5464
- event.stopPropagation();
5465
- this._openLearnMore("shipaid-widget");
5466
- }}
5467
- >
5468
- i
5469
- </button>
5470
- </a>
5471
- </div>
5472
- `
5473
5448
  )}
5474
5449
  </div>
5475
5450
  `;