@primestyleai/tryon 5.10.176 → 5.10.177

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.
@@ -15835,9 +15835,15 @@ const STYLES$1 = `
15835
15835
  margin: 0; text-align: center;
15836
15836
  font-size: 13px; color: var(--ps-text-muted);
15837
15837
  }
15838
- .ps-bp-scan-details-center .ps-bp-system-toggle { align-self: center; }
15838
+ .ps-bp-scan-details-center .ps-bp-system-toggle {
15839
+ align-self: center;
15840
+ }
15841
+ .ps-bp-scan-details-center:not(.ps-shoe-scan-details) .ps-bp-system-toggle {
15842
+ margin-top: clamp(34px, 7vh, 78px) !important;
15843
+ margin-bottom: clamp(10px, 2.4vh, 28px) !important;
15844
+ }
15839
15845
  .ps-bp-scan-details-center .ps-bp-inline-fields {
15840
- max-width: 360px; width: 100%; margin: 4px auto 0;
15846
+ max-width: 360px; width: 100%; margin: 0 auto;
15841
15847
  }
15842
15848
  .ps-shoe-scan-details {
15843
15849
  justify-content: flex-start !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primestyleai/tryon",
3
- "version": "5.10.176",
3
+ "version": "5.10.177",
4
4
  "description": "PrimeStyle Virtual Try-On SDK — React component & Web Component",
5
5
  "type": "module",
6
6
  "main": "dist/primestyle-tryon.js",