@primestyleai/tryon 5.10.140 → 5.10.141

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.
@@ -28510,8 +28510,8 @@ function PrimeStyleTryonInner({
28510
28510
  const profileWeight = p2.weight ?? p2.weightKg ?? 0;
28511
28511
  const hasIdentity = profileHeight > 0 && profileWeight > 0;
28512
28512
  if (!hasIdentity) return;
28513
- setConfirmProfile(p2);
28514
- }, [profiles, activeProfileId]);
28513
+ void runRecommendWithProfile(p2);
28514
+ }, [profiles, activeProfileId, runRecommendWithProfile]);
28515
28515
  const proceedFromConfirmProfile = reactExports.useCallback(() => {
28516
28516
  if (!confirmProfile) return;
28517
28517
  const p2 = confirmProfile;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primestyleai/tryon",
3
- "version": "5.10.140",
3
+ "version": "5.10.141",
4
4
  "description": "PrimeStyle Virtual Try-On SDK — React component & Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/primestyle-tryon.js",