@thefittingroom/shop-ui 0.0.9 → 0.0.10
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 +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.min.js +2 -2
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* thefittingroom v0.0.
|
|
2
|
+
* thefittingroom v0.0.10 (2023-07-26T23:22:44.034Z)
|
|
3
3
|
* Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
/*!
|
|
@@ -36292,7 +36292,7 @@ class FittingRoom {
|
|
|
36292
36292
|
const firstSizes = availableSizeLabels.slice(0, -1);
|
|
36293
36293
|
const lastSize = availableSizeLabels.slice(-1);
|
|
36294
36294
|
const tryFirstSizes = `${L.TrySize} ${firstSizes.join(', ')}`;
|
|
36295
|
-
const trySizes = availableSizeLabels.length > 1 ? `${tryFirstSizes} ${L.
|
|
36295
|
+
const trySizes = availableSizeLabels.length > 1 ? `${tryFirstSizes} ${L.OrSize} ${lastSize}` : tryFirstSizes;
|
|
36296
36296
|
return `${trySizes} ${L.WeRecommendSize} ${recommendedSizeLabel}`;
|
|
36297
36297
|
}
|
|
36298
36298
|
async tryOn() {
|