@mirweb/mir-web-components 2.3.4 → 2.3.5

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.
@@ -262,7 +262,7 @@ withDefaults(defineProps<Props>(), {
262
262
  :slotted(img) {
263
263
  object-position: center;
264
264
  object-fit: cover;
265
- height: 100%;
265
+ height: 100% !important;
266
266
  }
267
267
  }
268
268
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mirweb/mir-web-components",
3
3
  "private": false,
4
- "version": "2.3.4",
4
+ "version": "2.3.5",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"