@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 +6 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.min.js +3 -3
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* thefittingroom v3.0.0-alpha-
|
|
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-
|
|
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
|
-
|
|
26138
|
+
try {
|
|
26139
|
+
this.requestColorwaySizeAssetFrames(colorwaySizeAsset.id);
|
|
26140
|
+
}
|
|
26141
|
+
catch (_a) { }
|
|
26139
26142
|
return this.awaitColorwaySizeAssetFrames(colorwaySizeAssetSku);
|
|
26140
26143
|
}
|
|
26141
26144
|
catch (error) {
|