@thefittingroom/shop-ui 1.4.4 → 1.4.5
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 +51 -51
- package/package.json +2 -2
package/dist/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* thefittingroom v1.4.
|
|
2
|
+
* thefittingroom v1.4.5 (2024-07-24T23:31:08.604Z)
|
|
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.4.
|
|
50
|
+
* thefittingroom v1.4.2 (2024-07-24T23:29:32.892Z)
|
|
51
51
|
* Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
|
|
52
52
|
*/
|
|
53
53
|
|
|
@@ -25535,7 +25535,7 @@ class TfrShop {
|
|
|
25535
25535
|
async getMeasurementLocations() {
|
|
25536
25536
|
const locations = await this.fetchMeasurementLocations();
|
|
25537
25537
|
locations.forEach((location) => {
|
|
25538
|
-
this.measurementLocations.set(location.name, location.
|
|
25538
|
+
this.measurementLocations.set(location.name, location.garment_label);
|
|
25539
25539
|
});
|
|
25540
25540
|
}
|
|
25541
25541
|
async fetchMeasurementLocations() {
|