@primestyleai/tryon 5.10.184 → 5.10.185

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.
@@ -34858,7 +34858,7 @@ function PrimeStyleTryonInner({
34858
34858
  tryOnProcessing,
34859
34859
  tryOnStartedAt,
34860
34860
  tryOnAvailable: usedAiPhotoSizing && sizingResult?.found !== false,
34861
- showProfileCompletionCta: measurementType === "body" && !!sizingResult && sizingResult.found !== false,
34861
+ showProfileCompletionCta: measurementType === "body" && !!sizingResult && sizingResult.found !== false && (!profileSession || profiles.length === 0),
34862
34862
  onProfileCompletionCta: handleCompleteProfileFromResult,
34863
34863
  bodyLandmarks,
34864
34864
  faceLandmarks,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primestyleai/tryon",
3
- "version": "5.10.184",
3
+ "version": "5.10.185",
4
4
  "description": "PrimeStyle Virtual Try-On SDK — React component & Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/primestyle-tryon.js",