ecomlab-components-next 0.1.271 → 0.1.272

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.
@@ -180,7 +180,7 @@
180
180
 
181
181
  &__nav {
182
182
  grid-template-columns: repeat(1, 1fr);
183
- gap: 8px;
183
+ gap: 16px;
184
184
  }
185
185
 
186
186
  &__item {
@@ -44,7 +44,7 @@
44
44
  gap: 10px;
45
45
  margin: 0;
46
46
  padding: 0;
47
- max-height: 500px;
47
+ max-height: 800px;
48
48
  overflow: visible;
49
49
  transition: max-height 0.35s ease, opacity 0.3s ease;
50
50
  }
@@ -85,7 +85,7 @@
85
85
  }
86
86
 
87
87
  .footer__list_active {
88
- max-height: 500px;
88
+ max-height: 800px;
89
89
  opacity: 1;
90
90
  visibility: visible;
91
91
  overflow: visible;
@@ -106,7 +106,7 @@
106
106
  }
107
107
 
108
108
  .footer__list {
109
- max-height: 500px;
109
+ max-height: 800px;
110
110
  opacity: 1;
111
111
  visibility: visible;
112
112
  overflow: visible;
@@ -127,7 +127,7 @@
127
127
  }
128
128
 
129
129
  .footer__list {
130
- max-height: 500px;
130
+ max-height: 800px;
131
131
  opacity: 1;
132
132
  visibility: visible;
133
133
  overflow: visible;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecomlab-components-next",
3
- "version": "0.1.271",
3
+ "version": "0.1.272",
4
4
  "description": "A set of common and reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "files": [