@thefittingroom/shop-ui 3.0.0-alpha-11 → 3.0.0-alpha-13

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 v3.0.0-alpha-11 (2025-04-18T19:21:24.018Z)
2
+ * thefittingroom v3.0.0-alpha-13 (2025-04-18T19:25:18.466Z)
3
3
  * Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
4
4
  */
5
5
  function loadImageRecursive(imageURL, imageURLs) {
@@ -47,7 +47,7 @@ const InitImageSlider = (sliderID, onChange) => {
47
47
  };
48
48
 
49
49
  /*!
50
- * thefittingroom v2.0.0-alpha-1 (2025-01-17T20:00:16.432Z)
50
+ * thefittingroom v2.0.0-alpha-3 (2025-04-18T19:19:57.543Z)
51
51
  * Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
52
52
  */
53
53
 
@@ -26135,7 +26135,10 @@ class TfrShop {
26135
26135
  if (error)
26136
26136
  throw error;
26137
26137
  try {
26138
- await this.requestColorwaySizeAssetFrames(colorwaySizeAsset.id);
26138
+ try {
26139
+ this.requestColorwaySizeAssetFrames(colorwaySizeAsset.id);
26140
+ }
26141
+ catch (_a) { }
26139
26142
  return this.awaitColorwaySizeAssetFrames(colorwaySizeAssetSku);
26140
26143
  }
26141
26144
  catch (error) {