ecomlab-components-next 0.1.175 → 0.1.176

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.
@@ -6,9 +6,6 @@
6
6
  }
7
7
 
8
8
  .article-box {
9
- background-color: #fff;
10
- border-radius: 12px;
11
- padding: 20px;
12
9
 
13
10
  .article-box-short {
14
11
  row-gap: 24px;
@@ -66,6 +63,10 @@
66
63
  height: 100%;
67
64
  padding: 0;
68
65
  margin: 0;
66
+ background-color: #fff;
67
+ border-radius: 12px;
68
+ padding: 20px;
69
+ min-height: 60vh;
69
70
 
70
71
  &__header {
71
72
  display: flex;
@@ -151,24 +152,22 @@
151
152
 
152
153
 
153
154
  @media(max-width: 430px) {
154
- .article-box {
155
- padding: 8px;
156
- }
157
155
 
158
156
  .article-main {
157
+ padding: 8px;
159
158
 
160
159
  &__header {
161
160
  flex-direction: column-reverse;
162
161
  gap: 8px;
163
162
  }
164
-
163
+
165
164
  .toolbar-top {
166
165
  display: flex;
167
166
  width: 100%;
168
167
  column-gap: 40px;
169
168
  row-gap: 16px;
170
169
  flex-wrap: wrap;
171
-
170
+
172
171
  .filter-group,
173
172
  .btn-group {
174
173
  display: flex;
@@ -177,28 +176,28 @@
177
176
  align-items: center;
178
177
  width: 100%;
179
178
  flex-wrap: wrap;
180
-
179
+
181
180
  &__header {
182
181
  display: flex;
183
182
  flex-wrap: wrap;
184
183
  justify-content: space-between;
185
184
  gap: 24px;
186
185
  width: 100%;
187
-
186
+
188
187
  &__group {
189
188
  display: flex;
190
189
  align-items: center;
191
190
  gap: 24px;
192
-
191
+
193
192
  .text {
194
193
  white-space: nowrap;
195
194
  font-size: 12px;
196
195
  }
197
196
  }
198
197
  }
199
-
198
+
200
199
  }
201
-
200
+
202
201
  .btn__green,
203
202
  .btn__bej {
204
203
  margin: 0;
@@ -226,6 +226,9 @@ var ModalCrm = function ModalCrm(_ref) {
226
226
  green: colorBtn == 'green',
227
227
  darkViolet: colorBtn == 'darkViolet',
228
228
  width: "100%",
229
+ style: {
230
+ minHeight: '56px'
231
+ },
229
232
  size: "56px",
230
233
  onClick: function onClick(e) {
231
234
  if (validationFields()) {
@@ -88,10 +88,11 @@
88
88
  overflow-y: auto;
89
89
  overflow-x: hidden;
90
90
  padding-top: 10px;
91
+ scrollbar-gutter: stable;
91
92
 
92
- &::-webkit-scrollbar {
93
- display: none;
94
- }
93
+ // &::-webkit-scrollbar {
94
+ // display: none;
95
+ // }
95
96
  }
96
97
 
97
98
  &__successful {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ecomlab-components-next",
3
- "version": "0.1.175",
3
+ "version": "0.1.176",
4
4
  "description": "A set of common and reusable React components",
5
5
  "main": "dist/index.js",
6
6
  "files": [