@megafon/ui-core 6.4.0 → 6.4.2
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/es/components/Avatar/doc/i/img.png +0 -0
- package/dist/es/components/Avatar/i/placeholder.svg +4 -1
- package/dist/es/components/Button/Button.css +15 -0
- package/dist/es/components/Collapse/Collapse.js +8 -22
- package/dist/es/components/ListData/doc/i/img.png +0 -0
- package/dist/es/components/Selector/i/check.svg +3 -1
- package/dist/es/components/Sliders/SliderRatio/i/thumb.png +0 -0
- package/dist/es/components/Snackbar/Snackbar.css +1 -0
- package/dist/es/components/TextField/i/textarea-resizer.svg +4 -1
- package/dist/lib/components/Avatar/doc/i/img.png +0 -0
- package/dist/lib/components/Avatar/i/placeholder.svg +4 -1
- package/dist/lib/components/Button/Button.css +15 -0
- package/dist/lib/components/Collapse/Collapse.js +8 -22
- package/dist/lib/components/ListData/doc/i/img.png +0 -0
- package/dist/lib/components/Selector/i/check.svg +3 -1
- package/dist/lib/components/Sliders/SliderRatio/i/thumb.png +0 -0
- package/dist/lib/components/Snackbar/Snackbar.css +1 -0
- package/dist/lib/components/TextField/i/textarea-resizer.svg +4 -1
- package/package.json +101 -101
- package/CHANGELOG.md +0 -4086
|
Binary file
|
|
@@ -1 +1,4 @@
|
|
|
1
|
-
<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M29.1875 40.75L31.8125 30.9981L31.3925 30.5913C28.272 27.7768 24.2017 26.2481 20 26.3125C15.7967 26.253 11.7267 27.7863 8.6075 30.6044L8.1875 30.9981L10.8125 40.75H29.1875Z" />
|
|
3
|
+
<path d="M12.125 15.8125C12.125 17.37 12.5869 18.8926 13.4522 20.1876C14.3175 21.4827 15.5474 22.492 16.9864 23.0881C18.4253 23.6841 20.0087 23.84 21.5363 23.5362C23.0639 23.2323 24.4671 22.4823 25.5685 21.381C26.6698 20.2796 27.4198 18.8764 27.7237 17.3488C28.0275 15.8212 27.8716 14.2378 27.2756 12.7989C26.6795 11.3599 25.6702 10.13 24.3751 9.26468C23.0801 8.39936 21.5575 7.9375 20 7.9375C17.9114 7.9375 15.9084 8.76719 14.4315 10.244C12.9547 11.7209 12.125 13.7239 12.125 15.8125Z" />
|
|
4
|
+
</svg>
|
|
@@ -48,6 +48,9 @@
|
|
|
48
48
|
.mfui-v6-button_size-all_extra-small.mfui-v6-button_content-type_icon-text .mfui-v6-button__icon {
|
|
49
49
|
margin-right: 2px;
|
|
50
50
|
}
|
|
51
|
+
.mfui-v6-button_size-all_extra-small .mfui-v6-button__icon-arrow {
|
|
52
|
+
margin-left: 0;
|
|
53
|
+
}
|
|
51
54
|
.mfui-v6-button_size-all_small {
|
|
52
55
|
min-width: 40px;
|
|
53
56
|
height: 40px;
|
|
@@ -117,6 +120,9 @@
|
|
|
117
120
|
.mfui-v6-button_size-desktop_extra-small.mfui-v6-button_content-type_icon-text .mfui-v6-button__icon {
|
|
118
121
|
margin-right: 2px;
|
|
119
122
|
}
|
|
123
|
+
.mfui-v6-button_size-desktop_extra-small .mfui-v6-button__icon-arrow {
|
|
124
|
+
margin-left: 0;
|
|
125
|
+
}
|
|
120
126
|
.mfui-v6-button_size-desktop_small {
|
|
121
127
|
min-width: 40px;
|
|
122
128
|
height: 40px;
|
|
@@ -187,6 +193,9 @@
|
|
|
187
193
|
.mfui-v6-button_size-wide_extra-small.mfui-v6-button_content-type_icon-text .mfui-v6-button__icon {
|
|
188
194
|
margin-right: 2px;
|
|
189
195
|
}
|
|
196
|
+
.mfui-v6-button_size-wide_extra-small .mfui-v6-button__icon-arrow {
|
|
197
|
+
margin-left: 0;
|
|
198
|
+
}
|
|
190
199
|
.mfui-v6-button_size-wide_small {
|
|
191
200
|
min-width: 40px;
|
|
192
201
|
height: 40px;
|
|
@@ -257,6 +266,9 @@
|
|
|
257
266
|
.mfui-v6-button_size-tablet_extra-small.mfui-v6-button_content-type_icon-text .mfui-v6-button__icon {
|
|
258
267
|
margin-right: 2px;
|
|
259
268
|
}
|
|
269
|
+
.mfui-v6-button_size-tablet_extra-small .mfui-v6-button__icon-arrow {
|
|
270
|
+
margin-left: 0;
|
|
271
|
+
}
|
|
260
272
|
.mfui-v6-button_size-tablet_small {
|
|
261
273
|
min-width: 40px;
|
|
262
274
|
height: 40px;
|
|
@@ -327,6 +339,9 @@
|
|
|
327
339
|
.mfui-v6-button_size-mobile_extra-small.mfui-v6-button_content-type_icon-text .mfui-v6-button__icon {
|
|
328
340
|
margin-right: 2px;
|
|
329
341
|
}
|
|
342
|
+
.mfui-v6-button_size-mobile_extra-small .mfui-v6-button__icon-arrow {
|
|
343
|
+
margin-left: 0;
|
|
344
|
+
}
|
|
330
345
|
.mfui-v6-button_size-mobile_small {
|
|
331
346
|
min-width: 40px;
|
|
332
347
|
height: 40px;
|
|
@@ -33,7 +33,7 @@ var Collapse = function Collapse(_ref) {
|
|
|
33
33
|
var duration = animation ? animationDuration : 0;
|
|
34
34
|
var animationStart = React.useRef(null);
|
|
35
35
|
var animationId = React.useRef(null);
|
|
36
|
-
var
|
|
36
|
+
var isBeforeOpened = React.useRef(false);
|
|
37
37
|
var rootNode = React.useRef(null);
|
|
38
38
|
useEffect(function () {
|
|
39
39
|
animationId.current && window.cancelAnimationFrame(animationId.current);
|
|
@@ -76,28 +76,14 @@ var Collapse = function Collapse(_ref) {
|
|
|
76
76
|
var _rootNode$current$scr = rootNode.current.scrollHeight,
|
|
77
77
|
scrollHeight = _rootNode$current$scr === void 0 ? 0 : _rootNode$current$scr;
|
|
78
78
|
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
break;
|
|
87
|
-
|
|
88
|
-
case isOpened:
|
|
89
|
-
animationId.current = window.requestAnimationFrame(function (timePassed) {
|
|
90
|
-
return animateSlide(scrollHeight, duration, timePassed, true);
|
|
91
|
-
});
|
|
92
|
-
break;
|
|
93
|
-
|
|
94
|
-
default:
|
|
95
|
-
animationId.current = window.requestAnimationFrame(function (timePassed) {
|
|
96
|
-
return animateSlide(scrollHeight, duration, timePassed);
|
|
97
|
-
});
|
|
79
|
+
if (isBeforeOpened.current === isOpened) {
|
|
80
|
+
rootNode.current.style.height = isOpened ? 'auto' : '0px';
|
|
81
|
+
} else {
|
|
82
|
+
animationId.current = window.requestAnimationFrame(function (timePassed) {
|
|
83
|
+
return animateSlide(scrollHeight, duration, timePassed, isOpened);
|
|
84
|
+
});
|
|
85
|
+
isBeforeOpened.current = isOpened;
|
|
98
86
|
}
|
|
99
|
-
|
|
100
|
-
canUpdate.current = true;
|
|
101
87
|
}, [isOpened, duration, animateSlide]);
|
|
102
88
|
return /*#__PURE__*/React.createElement("div", _extends({}, filterDataAttrs(dataAttrs === null || dataAttrs === void 0 ? void 0 : dataAttrs.root), {
|
|
103
89
|
className: cn([className]),
|
|
Binary file
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
<svg viewBox="0 0 14 12" xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg viewBox="0 0 14 12" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.5228 8.36841L12.386 0L14 1.91387L4.5228 12L0 7.1866L1.61401 5.27272L4.5228 8.36841Z"/>
|
|
3
|
+
</svg>
|
|
Binary file
|
|
@@ -1 +1,4 @@
|
|
|
1
|
-
<svg width="12" height="12" xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1 11L11 1" stroke-opacity="0.2" stroke-width="2" stroke-linecap="round"/>
|
|
3
|
+
<path d="M7 11L11 7" stroke-opacity="0.2" stroke-width="2" stroke-linecap="round"/>
|
|
4
|
+
</svg>
|
|
Binary file
|
|
@@ -1 +1,4 @@
|
|
|
1
|
-
<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M29.1875 40.75L31.8125 30.9981L31.3925 30.5913C28.272 27.7768 24.2017 26.2481 20 26.3125C15.7967 26.253 11.7267 27.7863 8.6075 30.6044L8.1875 30.9981L10.8125 40.75H29.1875Z" />
|
|
3
|
+
<path d="M12.125 15.8125C12.125 17.37 12.5869 18.8926 13.4522 20.1876C14.3175 21.4827 15.5474 22.492 16.9864 23.0881C18.4253 23.6841 20.0087 23.84 21.5363 23.5362C23.0639 23.2323 24.4671 22.4823 25.5685 21.381C26.6698 20.2796 27.4198 18.8764 27.7237 17.3488C28.0275 15.8212 27.8716 14.2378 27.2756 12.7989C26.6795 11.3599 25.6702 10.13 24.3751 9.26468C23.0801 8.39936 21.5575 7.9375 20 7.9375C17.9114 7.9375 15.9084 8.76719 14.4315 10.244C12.9547 11.7209 12.125 13.7239 12.125 15.8125Z" />
|
|
4
|
+
</svg>
|
|
@@ -48,6 +48,9 @@
|
|
|
48
48
|
.mfui-v6-button_size-all_extra-small.mfui-v6-button_content-type_icon-text .mfui-v6-button__icon {
|
|
49
49
|
margin-right: 2px;
|
|
50
50
|
}
|
|
51
|
+
.mfui-v6-button_size-all_extra-small .mfui-v6-button__icon-arrow {
|
|
52
|
+
margin-left: 0;
|
|
53
|
+
}
|
|
51
54
|
.mfui-v6-button_size-all_small {
|
|
52
55
|
min-width: 40px;
|
|
53
56
|
height: 40px;
|
|
@@ -117,6 +120,9 @@
|
|
|
117
120
|
.mfui-v6-button_size-desktop_extra-small.mfui-v6-button_content-type_icon-text .mfui-v6-button__icon {
|
|
118
121
|
margin-right: 2px;
|
|
119
122
|
}
|
|
123
|
+
.mfui-v6-button_size-desktop_extra-small .mfui-v6-button__icon-arrow {
|
|
124
|
+
margin-left: 0;
|
|
125
|
+
}
|
|
120
126
|
.mfui-v6-button_size-desktop_small {
|
|
121
127
|
min-width: 40px;
|
|
122
128
|
height: 40px;
|
|
@@ -187,6 +193,9 @@
|
|
|
187
193
|
.mfui-v6-button_size-wide_extra-small.mfui-v6-button_content-type_icon-text .mfui-v6-button__icon {
|
|
188
194
|
margin-right: 2px;
|
|
189
195
|
}
|
|
196
|
+
.mfui-v6-button_size-wide_extra-small .mfui-v6-button__icon-arrow {
|
|
197
|
+
margin-left: 0;
|
|
198
|
+
}
|
|
190
199
|
.mfui-v6-button_size-wide_small {
|
|
191
200
|
min-width: 40px;
|
|
192
201
|
height: 40px;
|
|
@@ -257,6 +266,9 @@
|
|
|
257
266
|
.mfui-v6-button_size-tablet_extra-small.mfui-v6-button_content-type_icon-text .mfui-v6-button__icon {
|
|
258
267
|
margin-right: 2px;
|
|
259
268
|
}
|
|
269
|
+
.mfui-v6-button_size-tablet_extra-small .mfui-v6-button__icon-arrow {
|
|
270
|
+
margin-left: 0;
|
|
271
|
+
}
|
|
260
272
|
.mfui-v6-button_size-tablet_small {
|
|
261
273
|
min-width: 40px;
|
|
262
274
|
height: 40px;
|
|
@@ -327,6 +339,9 @@
|
|
|
327
339
|
.mfui-v6-button_size-mobile_extra-small.mfui-v6-button_content-type_icon-text .mfui-v6-button__icon {
|
|
328
340
|
margin-right: 2px;
|
|
329
341
|
}
|
|
342
|
+
.mfui-v6-button_size-mobile_extra-small .mfui-v6-button__icon-arrow {
|
|
343
|
+
margin-left: 0;
|
|
344
|
+
}
|
|
330
345
|
.mfui-v6-button_size-mobile_small {
|
|
331
346
|
min-width: 40px;
|
|
332
347
|
height: 40px;
|
|
@@ -50,7 +50,7 @@ var Collapse = function Collapse(_ref) {
|
|
|
50
50
|
var duration = animation ? animationDuration : 0;
|
|
51
51
|
var animationStart = React.useRef(null);
|
|
52
52
|
var animationId = React.useRef(null);
|
|
53
|
-
var
|
|
53
|
+
var isBeforeOpened = React.useRef(false);
|
|
54
54
|
var rootNode = React.useRef(null);
|
|
55
55
|
(0, React.useEffect)(function () {
|
|
56
56
|
animationId.current && window.cancelAnimationFrame(animationId.current);
|
|
@@ -93,28 +93,14 @@ var Collapse = function Collapse(_ref) {
|
|
|
93
93
|
var _rootNode$current$scr = rootNode.current.scrollHeight,
|
|
94
94
|
scrollHeight = _rootNode$current$scr === void 0 ? 0 : _rootNode$current$scr;
|
|
95
95
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
break;
|
|
104
|
-
|
|
105
|
-
case isOpened:
|
|
106
|
-
animationId.current = window.requestAnimationFrame(function (timePassed) {
|
|
107
|
-
return animateSlide(scrollHeight, duration, timePassed, true);
|
|
108
|
-
});
|
|
109
|
-
break;
|
|
110
|
-
|
|
111
|
-
default:
|
|
112
|
-
animationId.current = window.requestAnimationFrame(function (timePassed) {
|
|
113
|
-
return animateSlide(scrollHeight, duration, timePassed);
|
|
114
|
-
});
|
|
96
|
+
if (isBeforeOpened.current === isOpened) {
|
|
97
|
+
rootNode.current.style.height = isOpened ? 'auto' : '0px';
|
|
98
|
+
} else {
|
|
99
|
+
animationId.current = window.requestAnimationFrame(function (timePassed) {
|
|
100
|
+
return animateSlide(scrollHeight, duration, timePassed, isOpened);
|
|
101
|
+
});
|
|
102
|
+
isBeforeOpened.current = isOpened;
|
|
115
103
|
}
|
|
116
|
-
|
|
117
|
-
canUpdate.current = true;
|
|
118
104
|
}, [isOpened, duration, animateSlide]);
|
|
119
105
|
return /*#__PURE__*/React.createElement("div", (0, _extends2["default"])({}, (0, _uiHelpers.filterDataAttrs)(dataAttrs === null || dataAttrs === void 0 ? void 0 : dataAttrs.root), {
|
|
120
106
|
className: cn([className]),
|
|
Binary file
|
|
@@ -1 +1,3 @@
|
|
|
1
|
-
<svg viewBox="0 0 14 12" xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg viewBox="0 0 14 12" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M4.5228 8.36841L12.386 0L14 1.91387L4.5228 12L0 7.1866L1.61401 5.27272L4.5228 8.36841Z"/>
|
|
3
|
+
</svg>
|
|
Binary file
|
|
@@ -1 +1,4 @@
|
|
|
1
|
-
<svg width="12" height="12" xmlns="http://www.w3.org/2000/svg"
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M1 11L11 1" stroke-opacity="0.2" stroke-width="2" stroke-linecap="round"/>
|
|
3
|
+
<path d="M7 11L11 7" stroke-opacity="0.2" stroke-width="2" stroke-linecap="round"/>
|
|
4
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,103 +1,103 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
2
|
+
"name": "@megafon/ui-core",
|
|
3
|
+
"version": "6.4.2",
|
|
4
|
+
"files": [
|
|
5
|
+
"dist",
|
|
6
|
+
"styles"
|
|
7
|
+
],
|
|
8
|
+
"main": "dist/lib/index.js",
|
|
9
|
+
"module": "dist/es/index.js",
|
|
10
|
+
"typings": "dist/lib/index.d.ts",
|
|
11
|
+
"sideEffects": [
|
|
12
|
+
"*.css",
|
|
13
|
+
"*.less"
|
|
14
|
+
],
|
|
15
|
+
"author": "MegaFon",
|
|
16
|
+
"license": "MIT",
|
|
17
|
+
"scripts": {
|
|
18
|
+
"build": "gulp build",
|
|
19
|
+
"cleanDist": "rm -rf dist styles",
|
|
20
|
+
"coverage": "yarn coverage:unit",
|
|
21
|
+
"coverage:unit": "jest --coverage",
|
|
22
|
+
"typecheck": "tsc --noEmit -p .",
|
|
23
|
+
"prettier:check": "prettier --list-different \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
24
|
+
"prettier:fix": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
|
|
25
|
+
"lint": "yarn lint:ts && yarn lint:less",
|
|
26
|
+
"lint:ts": "eslint --ext .js,.jsx,.ts,.tsx src --max-warnings=0",
|
|
27
|
+
"lint:less": "stylelint --syntax less src/**/*.less src/**/**/*.less",
|
|
28
|
+
"lint:less:fix": "yarn lint:less --fix",
|
|
29
|
+
"test": "yarn test:unit",
|
|
30
|
+
"test:unit": "jest",
|
|
31
|
+
"test:update": "jest --updateSnapshot"
|
|
32
|
+
},
|
|
33
|
+
"publishConfig": {
|
|
34
|
+
"access": "public"
|
|
35
|
+
},
|
|
36
|
+
"lint-staged": {
|
|
37
|
+
"src/**/**/*.(js|jsx|ts|tsx)": [
|
|
38
|
+
"eslint --max-warnings=0 --config ../../.eslintrc.json"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"peerDependencies": {
|
|
42
|
+
"@megafon/ui-icons": "^2.0.0",
|
|
43
|
+
"react": ">=16.13.0",
|
|
44
|
+
"react-dom": ">=16.13.0"
|
|
45
|
+
},
|
|
46
|
+
"devDependencies": {
|
|
47
|
+
"@babel/core": "^7.8.6",
|
|
48
|
+
"@babel/plugin-transform-object-assign": "^7.8.3",
|
|
49
|
+
"@babel/plugin-transform-runtime": "^7.8.3",
|
|
50
|
+
"@babel/preset-env": "^7.8.6",
|
|
51
|
+
"@babel/preset-react": "^7.8.3",
|
|
52
|
+
"@babel/preset-typescript": "^7.8.3",
|
|
53
|
+
"@megafon/ui-icons": "^2.30.0",
|
|
54
|
+
"@svgr/core": "^2.4.1",
|
|
55
|
+
"@testing-library/jest-dom": "5.16.2",
|
|
56
|
+
"@testing-library/react": "12.1.2",
|
|
57
|
+
"@testing-library/react-hooks": "^7.0.1",
|
|
58
|
+
"@testing-library/user-event": "13.5.0",
|
|
59
|
+
"@types/enzyme": "^3.10.5",
|
|
60
|
+
"@types/enzyme-adapter-react-16": "^1.0.6",
|
|
61
|
+
"@types/jest": "^25.1.3",
|
|
62
|
+
"@types/node": "^13.9.1",
|
|
63
|
+
"@types/prop-types": "^15.7.3",
|
|
64
|
+
"@types/react": "^16.9.23",
|
|
65
|
+
"@types/react-dom": "^16.9.5",
|
|
66
|
+
"babel-plugin-module-resolver": "^3.2.0",
|
|
67
|
+
"del": "^3.0.0",
|
|
68
|
+
"enzyme": "^3.11.0",
|
|
69
|
+
"enzyme-adapter-react-16": "^1.15.2",
|
|
70
|
+
"enzyme-to-json": "^3.4.4",
|
|
71
|
+
"glob": "^7.1.6",
|
|
72
|
+
"gulp": "^4.0.2",
|
|
73
|
+
"gulp-babel": "^8.0.0-beta.2",
|
|
74
|
+
"gulp-imagemin": "^7.1.0",
|
|
75
|
+
"gulp-less": "^4.0.1",
|
|
76
|
+
"gulp-typescript": "^5.0.1",
|
|
77
|
+
"jest": "^25.1.0",
|
|
78
|
+
"less-plugin-autoprefix": "^2.0.0",
|
|
79
|
+
"merge2": "^1.3.0",
|
|
80
|
+
"react": "^16.13.0",
|
|
81
|
+
"react-dom": "^16.13.0",
|
|
82
|
+
"stylelint": "^9.10.1",
|
|
83
|
+
"through2": "^2.0.5",
|
|
84
|
+
"typescript": "^3.8.3"
|
|
85
|
+
},
|
|
86
|
+
"dependencies": {
|
|
87
|
+
"@babel/runtime": "^7.8.4",
|
|
88
|
+
"@datepicker-react/hooks": "^2.7.0",
|
|
89
|
+
"@dnd-kit/core": "^6.1.0",
|
|
90
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
91
|
+
"@megafon/ui-helpers": "^2.6.0",
|
|
92
|
+
"@popperjs/core": "^2.5.3",
|
|
93
|
+
"core-js": "^3.6.4",
|
|
94
|
+
"date-fns": "^2.16.1",
|
|
95
|
+
"lodash.debounce": "^4.0.8",
|
|
96
|
+
"lodash.throttle": "^4.1.1",
|
|
97
|
+
"prop-types": "^15.7.2",
|
|
98
|
+
"react-input-mask": "^2.0.4",
|
|
99
|
+
"react-popper": "^2.2.3",
|
|
100
|
+
"swiper": "^6.5.6"
|
|
101
|
+
},
|
|
102
|
+
"gitHead": "fea7e711b2427c835cd6ec8016df37d7996ef4de"
|
|
103
103
|
}
|