@primestyleai/tryon 5.10.180 → 5.10.181
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
|
@@ -2345,7 +2345,7 @@ const Hs = `
|
|
|
2345
2345
|
}
|
|
2346
2346
|
|
|
2347
2347
|
/* ── Product photo strip (single-garment, below the size card) ──
|
|
2348
|
-
|
|
2348
|
+
Two thumbnails per row, evenly spaced, auto-advances. Lives at
|
|
2349
2349
|
the bottom of the right panel as decoration / entertainment. */
|
|
2350
2350
|
.ps-tryon-photo-strip {
|
|
2351
2351
|
margin-top: 0.65vw;
|
|
@@ -2364,12 +2364,13 @@ const Hs = `
|
|
|
2364
2364
|
}
|
|
2365
2365
|
.ps-tryon-photo-strip-row {
|
|
2366
2366
|
display: grid;
|
|
2367
|
-
grid-template-columns: repeat(
|
|
2367
|
+
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
2368
2368
|
gap: 0.45vw;
|
|
2369
2369
|
animation: ps-tryon-photo-strip-fade 0.5s ease;
|
|
2370
2370
|
}
|
|
2371
|
-
.ps-tryon-photo-strip-row.ps-count-1
|
|
2372
|
-
grid-
|
|
2371
|
+
.ps-tryon-photo-strip-row.ps-count-1 {
|
|
2372
|
+
grid-template-columns: minmax(0, calc((100% - 0.45vw) / 2));
|
|
2373
|
+
justify-content: center;
|
|
2373
2374
|
}
|
|
2374
2375
|
.ps-tryon-photo-strip-cell {
|
|
2375
2376
|
position: relative;
|
|
@@ -2429,6 +2430,9 @@ const Hs = `
|
|
|
2429
2430
|
.ps-tryon-photo-strip-row {
|
|
2430
2431
|
gap: 8px;
|
|
2431
2432
|
}
|
|
2433
|
+
.ps-tryon-photo-strip-row.ps-count-1 {
|
|
2434
|
+
grid-template-columns: minmax(0, calc((100% - 8px) / 2));
|
|
2435
|
+
}
|
|
2432
2436
|
.ps-tryon-photo-strip-cell {
|
|
2433
2437
|
aspect-ratio: 1 / 1; border-radius: 12px;
|
|
2434
2438
|
}
|
|
@@ -11923,7 +11927,7 @@ function $s({
|
|
|
11923
11927
|
null
|
|
11924
11928
|
] });
|
|
11925
11929
|
}
|
|
11926
|
-
const yn =
|
|
11930
|
+
const yn = 2, _s = 4e3;
|
|
11927
11931
|
function Aa({
|
|
11928
11932
|
photos: e,
|
|
11929
11933
|
items: t,
|