@thefittingroom/shop-ui 1.1.1 → 1.1.2

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.1.1 (2024-02-27T19:28:24.149Z)
2
+ * thefittingroom v1.1.2 (2024-02-27T19:30:19.045Z)
3
3
  * Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
4
4
  */
5
5
  function loadImageRecursive(imageURL, imageURLs) {
@@ -36417,7 +36417,7 @@ class TfrModal {
36417
36417
  }
36418
36418
  }
36419
36419
 
36420
- const svgSrc = '';
36420
+ const svgSrc = 'https://assets.dev.thefittingroom.xyz/shop-sdk/assets/login-icon.svg';
36421
36421
  class SizeRecComponent {
36422
36422
  constructor(sizeRecMainDivId, tfrShop, onSignInClick, onSignOutClick) {
36423
36423
  this.tfrShop = tfrShop;