@thefittingroom/shop-ui 0.0.10 → 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.10 (2023-07-26T23:22:44.034Z)
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
  /*!
@@ -36293,7 +36293,7 @@ class FittingRoom {
36293
36293
  const lastSize = availableSizeLabels.slice(-1);
36294
36294
  const tryFirstSizes = `${L.TrySize} ${firstSizes.join(', ')}`;
36295
36295
  const trySizes = availableSizeLabels.length > 1 ? `${tryFirstSizes} ${L.OrSize} ${lastSize}` : tryFirstSizes;
36296
- return `${trySizes} ${L.WeRecommendSize} ${recommendedSizeLabel}`;
36296
+ return `${trySizes}. ${L.WeRecommendSize} ${recommendedSizeLabel}`;
36297
36297
  }
36298
36298
  async tryOn() {
36299
36299
  try {