@primestyleai/tryon 5.10.178 → 5.10.179
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/api-client.d.ts +4 -0
- package/dist/index-CYT0nGWX.js.map +1 -1
- package/dist/react/PrimeStyleTryonInner.d.ts +1 -1
- package/dist/react/index.js +5316 -5234
- package/dist/react/index.js.map +1 -1
- package/dist/react/styles.d.ts +1 -1
- package/dist/react/types.d.ts +2 -0
- package/dist/sizing/fit-compute.d.ts +3 -4
- package/dist/storefront/primestyle-tryon.js +300 -47
- package/dist/storefront/size-guide-modal.d.ts +1 -0
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
package/dist/api-client.d.ts
CHANGED
|
@@ -18,8 +18,12 @@ export interface TryOnContext {
|
|
|
18
18
|
* because waist 54.4 exceeds size 50 drop"). All fields optional. */
|
|
19
19
|
silhouetteContext?: {
|
|
20
20
|
recommendedSize?: string;
|
|
21
|
+
recommendedSizeMeasurements?: string;
|
|
22
|
+
/** @deprecated Full size guides are no longer forwarded to try-on prompts. */
|
|
21
23
|
sizeChartSummary?: string;
|
|
22
24
|
userMeasurementsText?: string;
|
|
25
|
+
userHeight?: string;
|
|
26
|
+
userWeight?: string;
|
|
23
27
|
};
|
|
24
28
|
/** True when `modelImage` is a previous try-on result rather than the
|
|
25
29
|
* user's raw photo. Switches the backend to an edit-mode prompt that
|