@primestyleai/tryon 5.10.11 → 5.10.12
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 +151 -151
- package/dist/react/index.js.map +1 -1
- package/dist/storefront/primestyle-tryon.js +1 -1
- package/package.json +1 -1
|
@@ -18135,7 +18135,7 @@ function SectionDetailView({
|
|
|
18135
18135
|
const diff = userNum - rMax;
|
|
18136
18136
|
fit = diff > threshold * 2 ? "too-tight" : diff > threshold ? "tight" : "a-bit-tight";
|
|
18137
18137
|
}
|
|
18138
|
-
return { area: m2.measurement, userNum, chartLabel: cleanNumFn(chartLabel), fit, isLength:
|
|
18138
|
+
return { area: m2.measurement, userNum, chartLabel: cleanNumFn(chartLabel), fit, isLength: isDirectional };
|
|
18139
18139
|
});
|
|
18140
18140
|
}, [sectionResult, lengthEntry, userMeasurements, displaySize, recSize, chartRangeFor, selectedLength, recLength, renderRaw]);
|
|
18141
18141
|
const goodCount = fitRows.filter(
|