@mirweb/mir-web-components 2.2.14 → 2.2.15

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.
@@ -265,7 +265,7 @@ const selectedVariant = computed(() => VARIANTS[props.variant]);
265
265
  }
266
266
  }
267
267
 
268
- :slotted(img) {
268
+ :deep(.image__wrapper > img) {
269
269
  object-position: center;
270
270
  object-fit: cover;
271
271
  height: 100%;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mirweb/mir-web-components",
3
3
  "private": false,
4
- "version": "2.2.14",
4
+ "version": "2.2.15",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"