ecomlab-components-next 0.1.271 → 0.1.273

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.
@@ -71,7 +71,7 @@
71
71
  gap: 10px;
72
72
  margin: 0;
73
73
  padding: 0;
74
- max-height: 500px;
74
+ max-height: 800px;
75
75
  overflow: visible;
76
76
  transition: max-height 0.35s ease, opacity 0.3s ease;
77
77
  }
@@ -162,7 +162,7 @@
162
162
  }
163
163
 
164
164
  .footer__list_active {
165
- max-height: 500px;
165
+ max-height: 800px;
166
166
  opacity: 1;
167
167
  visibility: visible;
168
168
  overflow: visible;
@@ -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 {
@@ -199,7 +199,7 @@
199
199
 
200
200
  // На планшете активный список (открытый)
201
201
  &__list {
202
- max-height: 500px;
202
+ max-height: 800px;
203
203
  opacity: 1;
204
204
  visibility: visible;
205
205
  overflow: visible;
@@ -245,7 +245,7 @@
245
245
 
246
246
  // На мобильных активный список (открытый)
247
247
  &__list {
248
- max-height: 500px;
248
+ max-height: 800px;
249
249
  opacity: 1;
250
250
  visibility: visible;
251
251
  overflow: visible;
@@ -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.273",
4
4
  "description": "A set of common and reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "files": [