@stokelp/ui 2.29.0 → 2.29.1

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/ui.js CHANGED
@@ -17967,7 +17967,12 @@ const vp = $({
17967
17967
  overflow: "hidden",
17968
17968
  color: "secondary.500",
17969
17969
  background: "secondary.100",
17970
- fontWeight: "semibold"
17970
+ fontWeight: "semibold",
17971
+ '& img:not([data-part="image"])': {
17972
+ width: "100%",
17973
+ height: "100%",
17974
+ objectFit: "cover"
17975
+ }
17971
17976
  },
17972
17977
  fallback: {
17973
17978
  display: "flex",