@seekora-ai/ui-sdk-react 0.2.27 → 0.2.28

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.
@@ -9980,7 +9980,7 @@ function ImageZoom({ src, alt = '', mode = 'both', zoomLevel = 2.5, className, s
9980
9980
  const imageStyle = {
9981
9981
  width: '100%',
9982
9982
  height: '100%',
9983
- objectFit: 'cover',
9983
+ objectFit: style?.objectFit ?? 'cover',
9984
9984
  display: 'block',
9985
9985
  };
9986
9986
  // Compute the indicator rectangle (what portion of the image the zoom panel shows).