@primestyleai/tryon 5.10.183 → 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.
package/dist/react/index.js
CHANGED
|
@@ -16927,7 +16927,7 @@ function $a({
|
|
|
16927
16927
|
let X = null;
|
|
16928
16928
|
if (typeof window < "u")
|
|
16929
16929
|
try {
|
|
16930
|
-
const G = localStorage.getItem("
|
|
16930
|
+
const G = localStorage.getItem("profiles");
|
|
16931
16931
|
if (G) {
|
|
16932
16932
|
const DA = JSON.parse(G);
|
|
16933
16933
|
DA.length > 0 && (X = DA[0].id ?? null);
|
|
@@ -22132,7 +22132,7 @@ function BB({
|
|
|
22132
22132
|
tryOnProcessing: L,
|
|
22133
22133
|
tryOnStartedAt: Me,
|
|
22134
22134
|
tryOnAvailable: qe && AA?.found !== !1,
|
|
22135
|
-
showProfileCompletionCta: fA
|
|
22135
|
+
showProfileCompletionCta: fA === "body" && !!AA && AA.found !== !1 && (!no || SA.length === 0),
|
|
22136
22136
|
onProfileCompletionCta: Ui,
|
|
22137
22137
|
bodyLandmarks: rr,
|
|
22138
22138
|
faceLandmarks: Ri,
|