@primestyleai/tryon 5.10.111 → 5.10.113
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 +311 -311
- package/dist/react/index.js.map +1 -1
- package/dist/storefront/primestyle-tryon.js +3 -2
- package/package.json +1 -1
|
@@ -21141,7 +21141,7 @@ function SizeResultView({
|
|
|
21141
21141
|
}
|
|
21142
21142
|
) : null,
|
|
21143
21143
|
t: t2,
|
|
21144
|
-
allSizes: sizingResult?.allSizes
|
|
21144
|
+
allSizes: entry.secResult?.allSizes ?? sizingResult?.allSizes
|
|
21145
21145
|
}
|
|
21146
21146
|
)
|
|
21147
21147
|
] });
|
|
@@ -21170,7 +21170,7 @@ function SizeResultView({
|
|
|
21170
21170
|
onBack: () => setActiveSection(null),
|
|
21171
21171
|
internationalSizes: entry.secResult?.internationalSizes,
|
|
21172
21172
|
t: t2,
|
|
21173
|
-
allSizes: sizingResult?.allSizes
|
|
21173
|
+
allSizes: entry.secResult?.allSizes ?? sizingResult?.allSizes
|
|
21174
21174
|
}
|
|
21175
21175
|
)
|
|
21176
21176
|
] }, `detail-${activeSection}`)
|
|
@@ -29117,6 +29117,7 @@ function PrimeStyleTryonInner({
|
|
|
29117
29117
|
const restoreHistory = reactExports.useCallback((entry) => {
|
|
29118
29118
|
historySavedRef.current = true;
|
|
29119
29119
|
historyTryonSavedRef.current = !!entry.resultImageUrl;
|
|
29120
|
+
autoTryOnFiredRef.current = true;
|
|
29120
29121
|
if (entry.sizingResult) {
|
|
29121
29122
|
setSizingResult(entry.sizingResult);
|
|
29122
29123
|
} else if (entry.recommendedSize) {
|