@thefittingroom/shop-ui 1.5.8 → 1.5.9

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/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * thefittingroom v1.5.8 (2024-09-04T00:00:38.339Z)
2
+ * thefittingroom v1.5.9 (2024-09-10T20:53:03.850Z)
3
3
  * Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
4
4
  */
5
5
  function loadImageRecursive(imageURL, imageURLs) {
@@ -27298,7 +27298,7 @@ class SizeRecComponent {
27298
27298
  </div>`;
27299
27299
  }
27300
27300
  renderLoginCta() {
27301
- return `<div class="tfr-size-rec-login-cta">${userIcon} Sign up or login to view</div>`;
27301
+ return `<div class="tfr-size-rec-login-cta">${userIcon} Sign up to view</div>`;
27302
27302
  }
27303
27303
  renderGarmentLocations(locations) {
27304
27304
  const html = locations.map((location) => this.renderSizeRecTableRow(location, this.renderLoginCta())).join('');
@@ -27336,7 +27336,7 @@ class SizeRecComponent {
27336
27336
  Recommended Size:
27337
27337
  <div id="tfr-size-rec-size">
27338
27338
  <div class="tfr-size-rec-login-cta">
27339
- ${userIcon} Sign up or login to view
27339
+ ${userIcon} Sign up to view
27340
27340
  </div>
27341
27341
  </div>
27342
27342
  </div>