@primestyleai/tryon 5.8.33 → 5.8.35

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.
@@ -1,16 +1,14 @@
1
1
  import type { TranslateFn } from "../../i18n";
2
2
  import type { Profile, ProfileMeasurements } from "../types";
3
3
  /**
4
- * Profile detail view — minimal monoline-icon redesign.
4
+ * Profile detail view — minimal Gemini-icon redesign.
5
5
  *
6
- * Layout: a left column with the profile name eyebrow + a body
7
- * silhouette diagram (acts as the visual reference for what each
8
- * measurement maps to on the body), and a right column with the
9
- * basics (height/weight/age) + the body measurement grid. Every
10
- * measurement label is paired with a small line-art SVG icon.
11
- *
12
- * No more avatar circle. No more dense card boxes. Everything is
13
- * vw/clamp-scaled to keep ratio at any viewport size.
6
+ * Layout: a left column with the profile name eyebrow + a Gemini
7
+ * monoline body silhouette diagram (acts as the visual reference for
8
+ * what each measurement maps to on the body), and a right column with
9
+ * the basics (height/weight/age) + the body measurement list. Every
10
+ * label is paired with a small Gemini-generated line-art icon — same
11
+ * monoline aesthetic as the rest of the SDK assets.
14
12
  */
15
13
  interface ProfileMeasurementsViewProps {
16
14
  profile: Profile;