ecomlab-components-next 0.1.138 → 0.1.139

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.
@@ -94,7 +94,6 @@
94
94
  img {
95
95
  border-radius: 10px;
96
96
  max-width: max-content;
97
- width: 100%;
98
97
  height: auto;
99
98
  object-fit: cover;
100
99
  animation: fadeInUp 0.3s;
@@ -185,7 +184,7 @@
185
184
 
186
185
  img {
187
186
  width: 100%;
188
- max-width: 100%;
187
+ max-width: max-content;
189
188
  }
190
189
  }
191
190
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecomlab-components-next",
3
- "version": "0.1.138",
3
+ "version": "0.1.139",
4
4
  "description": "A set of common and reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "files": [