@primestyleai/tryon 5.8.41 → 5.8.42
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
|
@@ -10365,7 +10365,7 @@ function CreateProfileWizard({ onSave, onCancel, onPhotoPreview, onEstimate, t }
|
|
|
10365
10365
|
setAgeConfirmed(true);
|
|
10366
10366
|
setError("");
|
|
10367
10367
|
},
|
|
10368
|
-
children: t("Yes
|
|
10368
|
+
children: t("Yes")
|
|
10369
10369
|
}
|
|
10370
10370
|
),
|
|
10371
10371
|
/* @__PURE__ */ jsx(
|
|
@@ -10374,7 +10374,7 @@ function CreateProfileWizard({ onSave, onCancel, onPhotoPreview, onEstimate, t }
|
|
|
10374
10374
|
type: "button",
|
|
10375
10375
|
className: "ps-cpw-age-gate-btn ps-cpw-age-gate-btn-secondary",
|
|
10376
10376
|
onClick: () => setAgeConfirmed(false),
|
|
10377
|
-
children: t("No
|
|
10377
|
+
children: t("No")
|
|
10378
10378
|
}
|
|
10379
10379
|
)
|
|
10380
10380
|
] })
|
|
@@ -11324,8 +11324,8 @@ function PhotoStepMobile({
|
|
|
11324
11324
|
/* @__PURE__ */ jsx("div", { className: "ps-pm-age-gate-eyebrow", children: t("AGE VERIFICATION") }),
|
|
11325
11325
|
/* @__PURE__ */ jsx("div", { className: "ps-pm-age-gate-question", children: t("Is the person in this photo 18 years or older?") }),
|
|
11326
11326
|
/* @__PURE__ */ jsxs("div", { className: "ps-pm-age-gate-actions", children: [
|
|
11327
|
-
/* @__PURE__ */ jsx("button", { type: "button", className: "ps-pm-age-gate-btn ps-pm-age-gate-btn-primary", onClick: () => setAgeConfirmed(true), children: t("Yes
|
|
11328
|
-
/* @__PURE__ */ jsx("button", { type: "button", className: "ps-pm-age-gate-btn ps-pm-age-gate-btn-secondary", onClick: () => setAgeConfirmed(false), children: t("No
|
|
11327
|
+
/* @__PURE__ */ jsx("button", { type: "button", className: "ps-pm-age-gate-btn ps-pm-age-gate-btn-primary", onClick: () => setAgeConfirmed(true), children: t("Yes") }),
|
|
11328
|
+
/* @__PURE__ */ jsx("button", { type: "button", className: "ps-pm-age-gate-btn ps-pm-age-gate-btn-secondary", onClick: () => setAgeConfirmed(false), children: t("No") })
|
|
11329
11329
|
] })
|
|
11330
11330
|
] }) }),
|
|
11331
11331
|
ageConfirmed === false && /* @__PURE__ */ jsx("div", { className: "ps-pm-age-gate", role: "alert", children: /* @__PURE__ */ jsxs("div", { className: "ps-pm-age-gate-card", children: [
|
|
@@ -11901,7 +11901,7 @@ function BodyProfileView({
|
|
|
11901
11901
|
cursor: "pointer",
|
|
11902
11902
|
transition: "transform 0.18s, background 0.18s"
|
|
11903
11903
|
},
|
|
11904
|
-
children: t("Yes
|
|
11904
|
+
children: t("Yes")
|
|
11905
11905
|
}
|
|
11906
11906
|
),
|
|
11907
11907
|
/* @__PURE__ */ jsx(
|
|
@@ -11922,7 +11922,7 @@ function BodyProfileView({
|
|
|
11922
11922
|
cursor: "pointer",
|
|
11923
11923
|
transition: "background 0.18s, border-color 0.18s"
|
|
11924
11924
|
},
|
|
11925
|
-
children: t("No
|
|
11925
|
+
children: t("No")
|
|
11926
11926
|
}
|
|
11927
11927
|
)
|
|
11928
11928
|
] })
|
|
@@ -19789,7 +19789,7 @@ function CreateProfileWizard({ onSave, onCancel, onPhotoPreview, onEstimate, t:
|
|
|
19789
19789
|
setAgeConfirmed(true);
|
|
19790
19790
|
setError("");
|
|
19791
19791
|
},
|
|
19792
|
-
children: t2("Yes
|
|
19792
|
+
children: t2("Yes")
|
|
19793
19793
|
}
|
|
19794
19794
|
),
|
|
19795
19795
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
@@ -19798,7 +19798,7 @@ function CreateProfileWizard({ onSave, onCancel, onPhotoPreview, onEstimate, t:
|
|
|
19798
19798
|
type: "button",
|
|
19799
19799
|
className: "ps-cpw-age-gate-btn ps-cpw-age-gate-btn-secondary",
|
|
19800
19800
|
onClick: () => setAgeConfirmed(false),
|
|
19801
|
-
children: t2("No
|
|
19801
|
+
children: t2("No")
|
|
19802
19802
|
}
|
|
19803
19803
|
)
|
|
19804
19804
|
] })
|
|
@@ -20748,8 +20748,8 @@ function PhotoStepMobile({
|
|
|
20748
20748
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "ps-pm-age-gate-eyebrow", children: t2("AGE VERIFICATION") }),
|
|
20749
20749
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "ps-pm-age-gate-question", children: t2("Is the person in this photo 18 years or older?") }),
|
|
20750
20750
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "ps-pm-age-gate-actions", children: [
|
|
20751
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("button", { type: "button", className: "ps-pm-age-gate-btn ps-pm-age-gate-btn-primary", onClick: () => setAgeConfirmed(true), children: t2("Yes
|
|
20752
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("button", { type: "button", className: "ps-pm-age-gate-btn ps-pm-age-gate-btn-secondary", onClick: () => setAgeConfirmed(false), children: t2("No
|
|
20751
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("button", { type: "button", className: "ps-pm-age-gate-btn ps-pm-age-gate-btn-primary", onClick: () => setAgeConfirmed(true), children: t2("Yes") }),
|
|
20752
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("button", { type: "button", className: "ps-pm-age-gate-btn ps-pm-age-gate-btn-secondary", onClick: () => setAgeConfirmed(false), children: t2("No") })
|
|
20753
20753
|
] })
|
|
20754
20754
|
] }) }),
|
|
20755
20755
|
ageConfirmed === false && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "ps-pm-age-gate", role: "alert", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "ps-pm-age-gate-card", children: [
|
|
@@ -21325,7 +21325,7 @@ function BodyProfileView({
|
|
|
21325
21325
|
cursor: "pointer",
|
|
21326
21326
|
transition: "transform 0.18s, background 0.18s"
|
|
21327
21327
|
},
|
|
21328
|
-
children: t2("Yes
|
|
21328
|
+
children: t2("Yes")
|
|
21329
21329
|
}
|
|
21330
21330
|
),
|
|
21331
21331
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
@@ -21346,7 +21346,7 @@ function BodyProfileView({
|
|
|
21346
21346
|
cursor: "pointer",
|
|
21347
21347
|
transition: "background 0.18s, border-color 0.18s"
|
|
21348
21348
|
},
|
|
21349
|
-
children: t2("No
|
|
21349
|
+
children: t2("No")
|
|
21350
21350
|
}
|
|
21351
21351
|
)
|
|
21352
21352
|
] })
|