@primestyleai/tryon 5.6.5 → 5.6.7

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.
@@ -14,7 +14,9 @@ interface ProfileMeasurementsViewProps {
14
14
  onEdit: () => void;
15
15
  onDelete: () => void;
16
16
  onBack: () => void;
17
+ /** Save the profile and return to the grid (only enabled once measurements arrive) */
18
+ onSave: () => void;
17
19
  t: TranslateFn;
18
20
  }
19
- export declare function ProfileMeasurementsView({ profile, isActive, onSelect, onEdit, onDelete, onBack, t, }: ProfileMeasurementsViewProps): import("react/jsx-runtime").JSX.Element;
21
+ export declare function ProfileMeasurementsView({ profile, isActive, onSelect, onEdit, onDelete, onBack, onSave, t, }: ProfileMeasurementsViewProps): import("react/jsx-runtime").JSX.Element;
20
22
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primestyleai/tryon",
3
- "version": "5.6.5",
3
+ "version": "5.6.7",
4
4
  "description": "PrimeStyle Virtual Try-On SDK — React component & Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/primestyle-tryon.js",