@getmicdrop/svelte-components 5.16.1 → 5.16.2

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.
@@ -593,7 +593,7 @@
593
593
  <img
594
594
  src={imageArray[0]}
595
595
  alt="Uploaded"
596
- class="w-full h-full object-cover"
596
+ class="w-full h-full object-contain"
597
597
  />
598
598
  {#if !disabled}
599
599
  <div class="absolute inset-0 bg-black/50 opacity-0 group-hover:opacity-100 transition-opacity flex items-center justify-center gap-3">
@@ -684,7 +684,7 @@
684
684
  <img
685
685
  src={slot.image}
686
686
  alt="Uploaded"
687
- class="w-full h-full object-cover pointer-events-none"
687
+ class="w-full h-full object-contain pointer-events-none"
688
688
  draggable="false"
689
689
  />
690
690
  {#if showMainBadge && index === 0}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmicdrop/svelte-components",
3
- "version": "5.16.1",
3
+ "version": "5.16.2",
4
4
  "description": "Shared component library for Micdrop applications",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",