@loafmarkets/ui 0.1.143 → 0.1.144

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/index.mjs CHANGED
@@ -8107,8 +8107,7 @@ var Track = styled19.div`
8107
8107
  `;
8108
8108
  var Slide = styled19.div`
8109
8109
  min-width: 100%; position: relative; cursor: pointer;
8110
- img { width: 100%; height: 500px; object-fit: cover; border-radius: 8px; }
8111
- @media (max-width: 768px) { img { height: 280px; } }
8110
+ img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 8px; }
8112
8111
  `;
8113
8112
  var SlideCaption = styled19.div`
8114
8113
  position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem;