@thefittingroom/shop-ui 1.3.3 → 1.3.4
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 +3 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.min.js +3 -3
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* thefittingroom v1.3.
|
|
2
|
+
* thefittingroom v1.3.4 (2024-06-27T17:23:20.328Z)
|
|
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 v1.2.
|
|
50
|
+
* thefittingroom v1.2.1 (2024-06-27T17:22:36.881Z)
|
|
51
51
|
* Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
|
|
52
52
|
*/
|
|
53
53
|
|
|
@@ -23007,7 +23007,7 @@ class TfrShop {
|
|
|
23007
23007
|
throw new Error('Taxonomy not found for style garment category id');
|
|
23008
23008
|
const filteredLocations = !filledLocations.length
|
|
23009
23009
|
? taxonomy.garment_measurement_locations.female
|
|
23010
|
-
: taxonomy.garment_measurement_locations.female.filter((location) =>
|
|
23010
|
+
: taxonomy.garment_measurement_locations.female.filter((location) => filledLocations.includes(location));
|
|
23011
23011
|
return filteredLocations.map((location) => {
|
|
23012
23012
|
return this.measurementLocations.has(location) ? this.measurementLocations.get(location) : location;
|
|
23013
23013
|
});
|