@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.
@@ -9531,7 +9531,7 @@ function ImageOptionCard({
9531
9531
  );
9532
9532
  }
9533
9533
  const MALE_STEPS = ["basics", "chest", "midsection", "seat"];
9534
- const FEMALE_STEPS = ["basics", "bra", "midsection", "seat", "hips"];
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", "bra", "midsection", "seat", "hips"];
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"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primestyleai/tryon",
3
- "version": "5.8.12",
3
+ "version": "5.8.13",
4
4
  "description": "PrimeStyle Virtual Try-On SDK — React component & Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/primestyle-tryon.js",