ecomlab-components-next 0.1.174 → 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.
|
@@ -102,7 +102,7 @@ var ShortTileArticleBox = function ShortTileArticleBox(_ref) {
|
|
|
102
102
|
href: articlePath
|
|
103
103
|
}, /*#__PURE__*/_react["default"].createElement("h3", {
|
|
104
104
|
className: "tile-short-wiki__title"
|
|
105
|
-
}, search ? (0, _highlightWord.hightlightWord)(search, articleName) : articleName), (Array.isArray(annotation) && (annotation === null || annotation === void 0 ? void 0 : annotation[0]) || annotation) && /*#__PURE__*/_react["default"].createElement("
|
|
105
|
+
}, search ? (0, _highlightWord.hightlightWord)(search, articleName) : articleName), (Array.isArray(annotation) && (annotation === null || annotation === void 0 ? void 0 : annotation[0]) || annotation) && /*#__PURE__*/_react["default"].createElement("div", {
|
|
106
106
|
className: "tile-short-wiki__description"
|
|
107
107
|
}, Array.isArray(annotation) ? annotation !== null && annotation !== void 0 && annotation[0] ? (0, _htmlReactParser["default"])(annotation === null || annotation === void 0 ? void 0 : annotation[0]) : '' : annotation ? (0, _htmlReactParser["default"])(annotation) : ''))) : /*#__PURE__*/_react["default"].createElement("div", {
|
|
108
108
|
className: "tile-short"
|
|
@@ -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()) {
|