@primestyleai/tryon 5.10.98 → 5.10.99

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.
@@ -29200,7 +29200,7 @@ function PrimeStyleTryonInner({
29200
29200
  {
29201
29201
  productImage,
29202
29202
  productTitle,
29203
- onTryOn: () => setView("upload"),
29203
+ onTryOn: () => setView("body-profile"),
29204
29204
  onClose: onClose ?? (() => {
29205
29205
  }),
29206
29206
  t: t2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primestyleai/tryon",
3
- "version": "5.10.98",
3
+ "version": "5.10.99",
4
4
  "description": "PrimeStyle Virtual Try-On SDK — React component & Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/primestyle-tryon.js",