@primestyleai/tryon 5.8.10 → 5.8.11
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
|
@@ -9479,7 +9479,7 @@ function ImageOptionCard({
|
|
|
9479
9479
|
);
|
|
9480
9480
|
}
|
|
9481
9481
|
const MALE_STEPS = ["basics", "chest", "midsection", "seat"];
|
|
9482
|
-
const FEMALE_STEPS = ["basics", "midsection", "seat", "hips"];
|
|
9482
|
+
const FEMALE_STEPS = ["basics", "bra", "midsection", "seat", "hips"];
|
|
9483
9483
|
const BAND_SIZES = {
|
|
9484
9484
|
US: ["28", "30", "32", "34", "36", "38", "40", "42", "44", "46", "48", "50", "52", "54", "56"],
|
|
9485
9485
|
UK: ["28", "30", "32", "34", "36", "38", "40", "42", "44", "46", "48", "50", "52", "54", "56"],
|
|
@@ -18903,7 +18903,7 @@ function ImageOptionCard({
|
|
|
18903
18903
|
);
|
|
18904
18904
|
}
|
|
18905
18905
|
const MALE_STEPS = ["basics", "chest", "midsection", "seat"];
|
|
18906
|
-
const FEMALE_STEPS = ["basics", "midsection", "seat", "hips"];
|
|
18906
|
+
const FEMALE_STEPS = ["basics", "bra", "midsection", "seat", "hips"];
|
|
18907
18907
|
const BAND_SIZES = {
|
|
18908
18908
|
US: ["28", "30", "32", "34", "36", "38", "40", "42", "44", "46", "48", "50", "52", "54", "56"],
|
|
18909
18909
|
UK: ["28", "30", "32", "34", "36", "38", "40", "42", "44", "46", "48", "50", "52", "54", "56"],
|