@thefittingroom/shop-ui 0.0.9 → 0.0.11

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * thefittingroom v0.0.9 (2023-07-26T23:20:29.878Z)
2
+ * thefittingroom v0.0.11 (2023-07-26T23:24:34.317Z)
3
3
  * Copyright 2022-present, TheFittingRoom, Inc. All rights reserved.
4
4
  */
5
5
  /*!
@@ -36292,8 +36292,8 @@ 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.Or} ${lastSize}` : tryFirstSizes;
36296
- return `${trySizes} ${L.WeRecommendSize} ${recommendedSizeLabel}`;
36295
+ const trySizes = availableSizeLabels.length > 1 ? `${tryFirstSizes} ${L.OrSize} ${lastSize}` : tryFirstSizes;
36296
+ return `${trySizes}. ${L.WeRecommendSize} ${recommendedSizeLabel}`;
36297
36297
  }
36298
36298
  async tryOn() {
36299
36299
  try {