@primestyleai/tryon 5.8.12 → 5.8.13
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
|
@@ -9531,7 +9531,7 @@ function ImageOptionCard({
|
|
|
9531
9531
|
);
|
|
9532
9532
|
}
|
|
9533
9533
|
const MALE_STEPS = ["basics", "chest", "midsection", "seat"];
|
|
9534
|
-
const FEMALE_STEPS = ["basics", "
|
|
9534
|
+
const FEMALE_STEPS = ["basics", "midsection", "seat", "hips", "bra"];
|
|
9535
9535
|
const BAND_SIZES = {
|
|
9536
9536
|
US: ["28", "30", "32", "34", "36", "38", "40", "42", "44", "46", "48", "50", "52", "54", "56"],
|
|
9537
9537
|
UK: ["28", "30", "32", "34", "36", "38", "40", "42", "44", "46", "48", "50", "52", "54", "56"],
|
|
@@ -18955,7 +18955,7 @@ function ImageOptionCard({
|
|
|
18955
18955
|
);
|
|
18956
18956
|
}
|
|
18957
18957
|
const MALE_STEPS = ["basics", "chest", "midsection", "seat"];
|
|
18958
|
-
const FEMALE_STEPS = ["basics", "
|
|
18958
|
+
const FEMALE_STEPS = ["basics", "midsection", "seat", "hips", "bra"];
|
|
18959
18959
|
const BAND_SIZES = {
|
|
18960
18960
|
US: ["28", "30", "32", "34", "36", "38", "40", "42", "44", "46", "48", "50", "52", "54", "56"],
|
|
18961
18961
|
UK: ["28", "30", "32", "34", "36", "38", "40", "42", "44", "46", "48", "50", "52", "54", "56"],
|