@thefittingroom/shop-ui 3.0.0-alpha-14 → 3.0.0-alpha-15
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 +4 -4
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.min.js +3 -4
- package/package.json +2 -2
- package/dist/esm/index.min.js.map +0 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* thefittingroom v3.0.0-alpha-14 (2025-06-
|
|
2
|
+
* thefittingroom v3.0.0-alpha-14 (2025-06-30T17:08:48.412Z)
|
|
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-3 (2025-
|
|
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
|
|
|
@@ -27927,10 +27927,10 @@ class TfrSizeRec {
|
|
|
27927
27927
|
if (!sizeRec)
|
|
27928
27928
|
return null;
|
|
27929
27929
|
return {
|
|
27930
|
-
recommended: sizeRec.recommended_size.size_value.
|
|
27930
|
+
recommended: sizeRec.recommended_size.size_value.name,
|
|
27931
27931
|
sizes: sizeRec.fits.map((fit) => {
|
|
27932
27932
|
return {
|
|
27933
|
-
size: sizeRec.available_sizes.find((size) => size.id === fit.size_id).size_value.
|
|
27933
|
+
size: sizeRec.available_sizes.find((size) => size.id === fit.size_id).size_value.name,
|
|
27934
27934
|
size_id: fit.size_id,
|
|
27935
27935
|
locations: fit.measurement_location_fits
|
|
27936
27936
|
.map((locationFit) => {
|