@primestyleai/tryon 5.8.7 → 5.8.8

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.
@@ -7774,7 +7774,7 @@ function SizeResultView({
7774
7774
  if (sizingResult?.matchDetails) {
7775
7775
  for (const m of sizingResult.matchDetails) singleUserMeasurements[m.measurement.toLowerCase()] = pNumFn(m.userValue);
7776
7776
  }
7777
- const sectionName = productTitle || t("Size");
7777
+ const sectionName = t("Your Fit");
7778
7778
  if (isMobile) {
7779
7779
  return /* @__PURE__ */ jsx(
7780
7780
  SectionDetailView,
@@ -17198,7 +17198,7 @@ function SizeResultView({
17198
17198
  if (sizingResult?.matchDetails) {
17199
17199
  for (const m2 of sizingResult.matchDetails) singleUserMeasurements[m2.measurement.toLowerCase()] = pNumFn(m2.userValue);
17200
17200
  }
17201
- const sectionName = productTitle || t2("Size");
17201
+ const sectionName = t2("Your Fit");
17202
17202
  if (isMobile) {
17203
17203
  return /* @__PURE__ */ jsxRuntimeExports.jsx(
17204
17204
  SectionDetailView,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primestyleai/tryon",
3
- "version": "5.8.7",
3
+ "version": "5.8.8",
4
4
  "description": "PrimeStyle Virtual Try-On SDK — React component & Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/primestyle-tryon.js",