@primestyleai/tryon 5.10.110 → 5.10.111
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
|
@@ -11111,7 +11111,7 @@ function Br({
|
|
|
11111
11111
|
chartUnit: oA,
|
|
11112
11112
|
lengthEntry: null,
|
|
11113
11113
|
onBack: () => {
|
|
11114
|
-
r
|
|
11114
|
+
r && z?.(), f("body-profile");
|
|
11115
11115
|
},
|
|
11116
11116
|
backLabel: h("Back"),
|
|
11117
11117
|
internationalSizes: g?.internationalSizes,
|
|
@@ -11175,7 +11175,9 @@ function Br({
|
|
|
11175
11175
|
unitLbl: O,
|
|
11176
11176
|
chartUnit: oA,
|
|
11177
11177
|
lengthEntry: null,
|
|
11178
|
-
onBack: () =>
|
|
11178
|
+
onBack: () => {
|
|
11179
|
+
r ? (z?.(), f("body-profile")) : M(null);
|
|
11180
|
+
},
|
|
11179
11181
|
backLabel: h("Back"),
|
|
11180
11182
|
internationalSizes: g?.internationalSizes,
|
|
11181
11183
|
onTryOn: r || ye ? void 0 : cA,
|
|
@@ -11206,7 +11208,7 @@ function Br({
|
|
|
11206
11208
|
{
|
|
11207
11209
|
className: "ps-bp-back-btn",
|
|
11208
11210
|
onClick: () => {
|
|
11209
|
-
r
|
|
11211
|
+
r && z?.(), f("body-profile");
|
|
11210
11212
|
},
|
|
11211
11213
|
type: "button",
|
|
11212
11214
|
children: [
|
|
@@ -11259,7 +11261,7 @@ function Br({
|
|
|
11259
11261
|
{
|
|
11260
11262
|
className: "ps-bp-back-btn",
|
|
11261
11263
|
onClick: () => {
|
|
11262
|
-
r
|
|
11264
|
+
r && z?.(), f("body-profile");
|
|
11263
11265
|
},
|
|
11264
11266
|
type: "button",
|
|
11265
11267
|
children: [
|