@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.
package/dist/react/index.js
CHANGED
|
@@ -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 =
|
|
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 =
|
|
17201
|
+
const sectionName = t2("Your Fit");
|
|
17202
17202
|
if (isMobile) {
|
|
17203
17203
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
17204
17204
|
SectionDetailView,
|