@mirweb/mir-web-components 2.3.6 → 2.3.7

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.
@@ -149,10 +149,15 @@ const isAccordionActive = (id: string) => {
149
149
  display: flex;
150
150
  flex-direction: column;
151
151
  gap: 30px;
152
+ max-width: 100%;
152
153
 
153
154
  &--reverse {
154
155
  flex-direction: column-reverse;
155
156
  }
157
+
158
+ :deep(img) {
159
+ width: 100%;
160
+ }
156
161
  }
157
162
  &__image {
158
163
  max-width: 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.3.6",
4
+ "version": "2.3.7",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"