ecomlab-components-next 0.1.284 → 0.1.286
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.
- package/dist/components/Article/FormBtn/ModalBitrixForm/ModalBitrixForm.scss +1 -1
- package/dist/components/Article/ModalBitrixFormV2/ModalBitrixFormV2.scss +1 -1
- package/dist/components/Article/NoArticles/NoArticles.js +4 -4
- package/dist/components/ArticleElements/LongTileArticleBox/LongTileArticleBox.scss +2 -2
- package/dist/components/ArticleElements/ShortTileArticleBox/ShortTileArticleBox.scss +5 -5
- package/dist/components/ConstructorComponents/ModalBitrixForm/ModalBitrixForm.scss +1 -1
- package/dist/components/ConstructorComponents/PhoneBlock/PhoneBlock.scss +1 -1
- package/dist/components/Inputs/DropDownSelector/DropdownSelector.scss +1 -1
- package/dist/components/Inputs/InputDynamicWidth/InputDynamicWidth.scss +1 -1
- package/dist/components/ModalCrm/ModalCrm.scss +1 -1
- package/dist/components/ViewSwitch/img/TileLong.js +1 -1
- package/dist/stories/ArticleMainContainer/ArticleMainContainer.scss +2 -2
- package/dist/stories/DropDownSelector/DropdownSelector.scss +1 -1
- package/dist/stories/LongTileArticleBox/LongTileArticleBox.scss +2 -2
- package/dist/stories/ModalBitrixForm/ModalBitrixForm.scss +1 -1
- package/dist/stories/ShortTileArticleBox/ShortTileArticleBox.scss +7 -7
- package/package.json +1 -1
|
@@ -9,7 +9,6 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
9
9
|
var _banner = _interopRequireDefault(require("./img/banner.svg"));
|
|
10
10
|
require("./NoArticles.scss");
|
|
11
11
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
12
|
-
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
13
12
|
var NoArticles = function NoArticles(_ref) {
|
|
14
13
|
var _ref$lang = _ref.lang,
|
|
15
14
|
lang = _ref$lang === void 0 ? 'ru' : _ref$lang;
|
|
@@ -24,9 +23,10 @@ var NoArticles = function NoArticles(_ref) {
|
|
|
24
23
|
className: "no-articles"
|
|
25
24
|
}, /*#__PURE__*/_react["default"].createElement("p", {
|
|
26
25
|
className: "no-articles__text"
|
|
27
|
-
}, translateContent()), /*#__PURE__*/_react["default"].createElement("img",
|
|
26
|
+
}, translateContent()), /*#__PURE__*/_react["default"].createElement("img", {
|
|
28
27
|
className: "no-articles__img",
|
|
29
|
-
alt: "\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445"
|
|
30
|
-
|
|
28
|
+
alt: "\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445",
|
|
29
|
+
src: _banner["default"]
|
|
30
|
+
}));
|
|
31
31
|
};
|
|
32
32
|
var _default = exports["default"] = NoArticles;
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
.info-box {
|
|
313
313
|
display: flex;
|
|
314
314
|
flex-direction: column;
|
|
315
|
-
align-items: end;
|
|
315
|
+
align-items: flex-end;
|
|
316
316
|
gap: 4px;
|
|
317
317
|
|
|
318
318
|
.time-box,
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
.toolbar-bottom {
|
|
345
345
|
display: flex;
|
|
346
346
|
gap: 16px;
|
|
347
|
-
align-items: start;
|
|
347
|
+
align-items: flex-start;
|
|
348
348
|
|
|
349
349
|
.author {
|
|
350
350
|
display: flex;
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
|
|
294
294
|
.info-box {
|
|
295
295
|
display: flex;
|
|
296
|
-
align-items: end;
|
|
296
|
+
align-items: flex-end;
|
|
297
297
|
gap: 14px;
|
|
298
298
|
|
|
299
299
|
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
.info-box {
|
|
322
322
|
display: flex;
|
|
323
323
|
flex-direction: column;
|
|
324
|
-
align-items: end;
|
|
324
|
+
align-items: flex-end;
|
|
325
325
|
gap: 4px;
|
|
326
326
|
|
|
327
327
|
.time-box,
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
.toolbar-bottom {
|
|
354
354
|
display: flex;
|
|
355
355
|
gap: 16px;
|
|
356
|
-
align-items: start;
|
|
356
|
+
align-items: flex-start;
|
|
357
357
|
|
|
358
358
|
.author {
|
|
359
359
|
display: flex;
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
.info-box {
|
|
473
473
|
display: flex;
|
|
474
474
|
flex-direction: column;
|
|
475
|
-
align-items: start;
|
|
475
|
+
align-items: flex-start;
|
|
476
476
|
gap: 4px;
|
|
477
477
|
|
|
478
478
|
.time-box,
|
|
@@ -647,7 +647,7 @@
|
|
|
647
647
|
.info-box {
|
|
648
648
|
display: flex;
|
|
649
649
|
flex-direction: column;
|
|
650
|
-
align-items: start;
|
|
650
|
+
align-items: flex-start;
|
|
651
651
|
gap: 4px;
|
|
652
652
|
|
|
653
653
|
.time-box,
|
|
@@ -15,7 +15,7 @@ var TileLong = exports.TileLong = function TileLong() {
|
|
|
15
15
|
fill: "none",
|
|
16
16
|
xmlns: "http://www.w3.org/2000/svg"
|
|
17
17
|
}, /*#__PURE__*/_react["default"].createElement("path", {
|
|
18
|
-
|
|
18
|
+
fillRule: "evenodd",
|
|
19
19
|
clipRule: "evenodd",
|
|
20
20
|
d: "M1 3.75C1 2.23122 2.23122 1 3.75 1H16.25C17.7688 1 19 2.23122 19 3.75V16.25C19 17.7688 17.7688 19 16.25 19H3.75C2.23122 19 1 17.7688 1 16.25V3.75ZM2.5 10.75V16.25C2.5 16.9404 3.05964 17.5 3.75 17.5H16.25C16.9404 17.5 17.5 16.9404 17.5 16.25V10.75H2.5ZM17.5 9.25H2.5V3.75C2.5 3.05964 3.05964 2.5 3.75 2.5H16.25C16.9404 2.5 17.5 3.05964 17.5 3.75V9.25Z",
|
|
21
21
|
fill: "#C5D3C5"
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
display: flex;
|
|
22
22
|
justify-content: space-between;
|
|
23
23
|
gap: 24px;
|
|
24
|
-
align-items: start;
|
|
24
|
+
align-items: flex-start;
|
|
25
25
|
width: 100%;
|
|
26
26
|
margin-bottom: 7px;
|
|
27
27
|
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
min-height: 400px;
|
|
178
178
|
gap: 30px;
|
|
179
179
|
gap: 16px;
|
|
180
|
-
align-items: start;
|
|
180
|
+
align-items: flex-start;
|
|
181
181
|
width: 100%;
|
|
182
182
|
overflow: hidden;
|
|
183
183
|
height: 100%;
|
|
@@ -309,7 +309,7 @@
|
|
|
309
309
|
.info-box {
|
|
310
310
|
display: flex;
|
|
311
311
|
flex-direction: column;
|
|
312
|
-
align-items: end;
|
|
312
|
+
align-items: flex-end;
|
|
313
313
|
gap: 4px;
|
|
314
314
|
|
|
315
315
|
.time-box,
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
.toolbar-bottom {
|
|
342
342
|
display: flex;
|
|
343
343
|
gap: 16px;
|
|
344
|
-
align-items: start;
|
|
344
|
+
align-items: flex-start;
|
|
345
345
|
|
|
346
346
|
.author {
|
|
347
347
|
display: flex;
|
|
@@ -293,7 +293,7 @@
|
|
|
293
293
|
|
|
294
294
|
.info-box {
|
|
295
295
|
display: flex;
|
|
296
|
-
align-items: end;
|
|
296
|
+
align-items: flex-end;
|
|
297
297
|
gap: 14px;
|
|
298
298
|
|
|
299
299
|
|
|
@@ -321,7 +321,7 @@
|
|
|
321
321
|
.info-box {
|
|
322
322
|
display: flex;
|
|
323
323
|
flex-direction: column;
|
|
324
|
-
align-items: end;
|
|
324
|
+
align-items: flex-end;
|
|
325
325
|
gap: 4px;
|
|
326
326
|
|
|
327
327
|
.time-box,
|
|
@@ -353,7 +353,7 @@
|
|
|
353
353
|
.toolbar-bottom {
|
|
354
354
|
display: flex;
|
|
355
355
|
gap: 16px;
|
|
356
|
-
align-items: start;
|
|
356
|
+
align-items: flex-start;
|
|
357
357
|
|
|
358
358
|
.author {
|
|
359
359
|
display: flex;
|
|
@@ -472,7 +472,7 @@
|
|
|
472
472
|
.info-box {
|
|
473
473
|
display: flex;
|
|
474
474
|
flex-direction: column;
|
|
475
|
-
align-items: start;
|
|
475
|
+
align-items: flex-start;
|
|
476
476
|
gap: 4px;
|
|
477
477
|
|
|
478
478
|
.time-box,
|
|
@@ -631,7 +631,7 @@
|
|
|
631
631
|
.info-box {
|
|
632
632
|
display: flex;
|
|
633
633
|
flex-direction: column;
|
|
634
|
-
align-items: start;
|
|
634
|
+
align-items: flex-start;
|
|
635
635
|
gap: 4px;
|
|
636
636
|
|
|
637
637
|
.time-box,
|
|
@@ -765,7 +765,7 @@
|
|
|
765
765
|
|
|
766
766
|
// .info-box {
|
|
767
767
|
// display: flex;
|
|
768
|
-
// align-items: end;
|
|
768
|
+
// align-items: flex-end;
|
|
769
769
|
// gap: 14px;
|
|
770
770
|
|
|
771
771
|
|
|
@@ -793,7 +793,7 @@
|
|
|
793
793
|
// .info-box {
|
|
794
794
|
// display: flex;
|
|
795
795
|
// flex-direction: column;
|
|
796
|
-
// align-items: end;
|
|
796
|
+
// align-items: flex-end;
|
|
797
797
|
// gap: 4px;
|
|
798
798
|
|
|
799
799
|
// .time-box,
|