ecomlab-components-next 0.1.136 → 0.1.138

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.
@@ -81,11 +81,11 @@
81
81
  max-width: 674px;
82
82
  min-width: 65%;
83
83
  max-width: 65%;
84
- max-height: max-content;
85
84
  display: flex;
86
85
  flex-direction: column;
87
86
  align-items: center;
88
87
  border: 1px solid #8495ED;
88
+ background-color: #F7F7F7;
89
89
  border-radius: 10px;
90
90
  height: 100%;
91
91
  max-height: 364px;
@@ -93,7 +93,8 @@
93
93
 
94
94
  img {
95
95
  border-radius: 10px;
96
- max-width: 100%;
96
+ max-width: max-content;
97
+ width: 100%;
97
98
  height: auto;
98
99
  object-fit: cover;
99
100
  animation: fadeInUp 0.3s;
@@ -231,7 +232,7 @@
231
232
 
232
233
  img {
233
234
  width: 100%;
234
- max-width: 100%;
235
+ max-width: max-content;
235
236
  }
236
237
  }
237
238
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecomlab-components-next",
3
- "version": "0.1.136",
3
+ "version": "0.1.138",
4
4
  "description": "A set of common and reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "files": [