@megafon/ui-core 6.3.0 → 6.4.1
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/CHANGELOG.md +28 -4
- package/dist/es/components/Accordion/Accordion.css +14 -14
- package/dist/es/components/Accordion/Accordion.js +1 -1
- package/dist/es/components/Avatar/Avatar.css +9 -9
- package/dist/es/components/Avatar/Avatar.js +1 -1
- 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/Badges/components/CounterBadge/CounterBadge.css +10 -10
- package/dist/es/components/Badges/components/CounterBadge/CounterBadge.js +1 -1
- package/dist/es/components/Badges/components/NotificationBadge/NotificationBadge.css +9 -9
- package/dist/es/components/Badges/components/NotificationBadge/NotificationBadge.js +1 -1
- package/dist/es/components/Badges/components/PriceBadge/PriceBadge.css +29 -29
- package/dist/es/components/Badges/components/PriceBadge/PriceBadge.js +1 -1
- package/dist/es/components/Badges/components/PromoBadge/PromoBadge.css +16 -16
- package/dist/es/components/Badges/components/PromoBadge/PromoBadge.js +1 -1
- package/dist/es/components/Badges/components/TimerBadge/Timer/Timer.js +1 -1
- package/dist/es/components/Badges/components/TimerBadge/TimerBadge.css +9 -9
- package/dist/es/components/Badges/components/TimerBadge/TimerBadge.js +1 -1
- package/dist/es/components/Banner/Banner.css +41 -41
- package/dist/es/components/Banner/Banner.js +1 -1
- package/dist/es/components/Banner/BannerDot.css +8 -8
- package/dist/es/components/Banner/BannerDot.js +1 -1
- package/dist/es/components/Button/Button.css +278 -263
- package/dist/es/components/Button/Button.js +1 -1
- package/dist/es/components/Calendar/Calendar.css +5 -5
- package/dist/es/components/Calendar/Calendar.js +1 -1
- package/dist/es/components/Calendar/components/Day/Day.css +59 -59
- package/dist/es/components/Calendar/components/Day/Day.js +1 -1
- package/dist/es/components/Calendar/components/Month/Month.css +14 -14
- package/dist/es/components/Calendar/components/Month/Month.js +1 -1
- package/dist/es/components/Caption/Caption.css +15 -15
- package/dist/es/components/Caption/Caption.js +1 -1
- package/dist/es/components/Carousel/Carousel.css +38 -38
- package/dist/es/components/Carousel/Carousel.js +1 -1
- package/dist/es/components/Checkbox/Checkbox.css +35 -35
- package/dist/es/components/Checkbox/Checkbox.js +1 -1
- package/dist/es/components/Chips/Chip.css +33 -33
- package/dist/es/components/Chips/Chip.js +1 -1
- package/dist/es/components/Chips/Chips.css +3 -3
- package/dist/es/components/Chips/Chips.js +1 -1
- package/dist/es/components/Chips/components/ChipsDropdown.css +12 -12
- package/dist/es/components/Chips/components/ChipsDropdown.js +1 -1
- package/dist/es/components/Collapse/Collapse.css +1 -1
- package/dist/es/components/Collapse/Collapse.js +1 -1
- package/dist/es/components/ContentArea/ContentArea.css +25 -25
- package/dist/es/components/ContentArea/ContentArea.js +1 -1
- package/dist/es/components/ContentView/ContentView.css +19 -19
- package/dist/es/components/ContentView/ContentView.js +1 -1
- package/dist/es/components/Counter/Counter.css +13 -13
- package/dist/es/components/Counter/Counter.js +1 -1
- package/dist/es/components/Grid/Grid.css +22 -22
- package/dist/es/components/Grid/Grid.js +1 -1
- package/dist/es/components/Grid/GridColumn.css +691 -691
- package/dist/es/components/Grid/GridColumn.js +1 -1
- package/dist/es/components/Header/Header.css +29 -29
- package/dist/es/components/Header/Header.js +1 -1
- package/dist/es/components/List/List.css +17 -17
- package/dist/es/components/List/List.js +1 -1
- package/dist/es/components/List/ListItem.css +2 -2
- package/dist/es/components/List/ListItem.js +1 -1
- package/dist/es/components/ListData/ListData.css +25 -25
- package/dist/es/components/ListData/ListData.js +1 -1
- package/dist/es/components/ListData/ListDataGroup.css +2 -2
- package/dist/es/components/ListData/ListDataGroup.js +1 -1
- package/dist/es/components/ListData/components/ListDataSortable.css +14 -14
- package/dist/es/components/ListData/components/ListDataSortable.js +1 -1
- package/dist/es/components/ListData/doc/i/img.png +0 -0
- package/dist/es/components/Logo/Logo.css +12 -12
- package/dist/es/components/Logo/Logo.js +1 -1
- package/dist/es/components/NavArrow/NavArrow.css +13 -13
- package/dist/es/components/NavArrow/NavArrow.js +1 -1
- package/dist/es/components/Notification/Notification.css +71 -71
- package/dist/es/components/Notification/Notification.js +1 -1
- package/dist/es/components/Pagination/Pagination.css +1 -1
- package/dist/es/components/Pagination/Pagination.js +1 -1
- package/dist/es/components/Pagination/components/PaginationButton/PaginationButton.css +12 -12
- package/dist/es/components/Pagination/components/PaginationButton/PaginationButton.js +1 -1
- package/dist/es/components/Pagination/components/PaginationButtons/PaginationButtons.css +2 -2
- package/dist/es/components/Pagination/components/PaginationButtons/PaginationButtons.js +1 -1
- package/dist/es/components/Pagination/components/PaginationNavigation/PaginationNavigation.css +3 -3
- package/dist/es/components/Pagination/components/PaginationNavigation/PaginationNavigation.js +1 -1
- package/dist/es/components/Paragraph/Paragraph.css +13 -13
- package/dist/es/components/Paragraph/Paragraph.js +1 -1
- package/dist/es/components/Preloader/Preloader.css +34 -34
- package/dist/es/components/Preloader/Preloader.js +1 -1
- package/dist/es/components/RadioButton/RadioButton.css +24 -24
- package/dist/es/components/RadioButton/RadioButton.js +1 -1
- package/dist/es/components/Row/Row.css +41 -41
- package/dist/es/components/Row/Row.js +1 -1
- package/dist/es/components/Search/Search.css +72 -72
- package/dist/es/components/Search/Search.d.ts +2 -0
- package/dist/es/components/Search/Search.js +7 -2
- package/dist/es/components/Select/Select.css +60 -60
- package/dist/es/components/Select/Select.js +1 -1
- package/dist/es/components/Selector/Selector.css +29 -29
- package/dist/es/components/Selector/Selector.js +1 -1
- package/dist/es/components/Selector/i/check.svg +3 -1
- package/dist/es/components/Sliders/Slider/Slider.css +16 -16
- package/dist/es/components/Sliders/Slider/Slider.js +1 -1
- package/dist/es/components/Sliders/SliderRange/SliderRange.css +24 -24
- package/dist/es/components/Sliders/SliderRange/SliderRange.js +1 -1
- package/dist/es/components/Sliders/SliderRatio/SliderRatio.css +26 -26
- package/dist/es/components/Sliders/SliderRatio/SliderRatio.js +1 -1
- package/dist/es/components/Sliders/SliderRatio/i/thumb.png +0 -0
- package/dist/es/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.css +15 -15
- package/dist/es/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.js +1 -1
- package/dist/es/components/Sliders/components/SliderScale/SliderScale.css +3 -3
- package/dist/es/components/Sliders/components/SliderScale/SliderScale.js +1 -1
- package/dist/es/components/Snackbar/Snackbar.css +27 -26
- package/dist/es/components/Snackbar/Snackbar.js +1 -1
- package/dist/es/components/Snackbar/SnackbarTimer/SnackbarTimer.css +5 -5
- package/dist/es/components/Snackbar/SnackbarTimer/SnackbarTimer.js +1 -1
- package/dist/es/components/Switcher/Switcher.css +27 -27
- package/dist/es/components/Switcher/Switcher.js +1 -1
- package/dist/es/components/Tabs/Tabs.css +57 -57
- package/dist/es/components/Tabs/Tabs.js +1 -1
- package/dist/es/components/TextField/TextField.css +78 -78
- package/dist/es/components/TextField/TextField.js +1 -1
- package/dist/es/components/TextField/i/textarea-resizer.svg +4 -1
- package/dist/es/components/TextLink/TextLink.css +15 -15
- package/dist/es/components/TextLink/TextLink.js +1 -1
- package/dist/es/components/Tile/Tile.css +14 -14
- package/dist/es/components/Tile/Tile.js +1 -1
- package/dist/es/components/Tooltip/Tooltip.css +123 -123
- package/dist/es/components/Tooltip/Tooltip.js +1 -1
- package/dist/lib/components/Accordion/Accordion.css +14 -14
- package/dist/lib/components/Accordion/Accordion.js +1 -1
- package/dist/lib/components/Avatar/Avatar.css +9 -9
- package/dist/lib/components/Avatar/Avatar.js +1 -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/Badges/components/CounterBadge/CounterBadge.css +10 -10
- package/dist/lib/components/Badges/components/CounterBadge/CounterBadge.js +1 -1
- package/dist/lib/components/Badges/components/NotificationBadge/NotificationBadge.css +9 -9
- package/dist/lib/components/Badges/components/NotificationBadge/NotificationBadge.js +1 -1
- package/dist/lib/components/Badges/components/PriceBadge/PriceBadge.css +29 -29
- package/dist/lib/components/Badges/components/PriceBadge/PriceBadge.js +1 -1
- package/dist/lib/components/Badges/components/PromoBadge/PromoBadge.css +16 -16
- package/dist/lib/components/Badges/components/PromoBadge/PromoBadge.js +1 -1
- package/dist/lib/components/Badges/components/TimerBadge/Timer/Timer.js +1 -1
- package/dist/lib/components/Badges/components/TimerBadge/TimerBadge.css +9 -9
- package/dist/lib/components/Badges/components/TimerBadge/TimerBadge.js +1 -1
- package/dist/lib/components/Banner/Banner.css +41 -41
- package/dist/lib/components/Banner/Banner.js +1 -1
- package/dist/lib/components/Banner/BannerDot.css +8 -8
- package/dist/lib/components/Banner/BannerDot.js +1 -1
- package/dist/lib/components/Button/Button.css +278 -263
- package/dist/lib/components/Button/Button.js +1 -1
- package/dist/lib/components/Calendar/Calendar.css +5 -5
- package/dist/lib/components/Calendar/Calendar.js +1 -1
- package/dist/lib/components/Calendar/components/Day/Day.css +59 -59
- package/dist/lib/components/Calendar/components/Day/Day.js +1 -1
- package/dist/lib/components/Calendar/components/Month/Month.css +14 -14
- package/dist/lib/components/Calendar/components/Month/Month.js +1 -1
- package/dist/lib/components/Caption/Caption.css +15 -15
- package/dist/lib/components/Caption/Caption.js +1 -1
- package/dist/lib/components/Carousel/Carousel.css +38 -38
- package/dist/lib/components/Carousel/Carousel.js +1 -1
- package/dist/lib/components/Checkbox/Checkbox.css +35 -35
- package/dist/lib/components/Checkbox/Checkbox.js +1 -1
- package/dist/lib/components/Chips/Chip.css +33 -33
- package/dist/lib/components/Chips/Chip.js +1 -1
- package/dist/lib/components/Chips/Chips.css +3 -3
- package/dist/lib/components/Chips/Chips.js +1 -1
- package/dist/lib/components/Chips/components/ChipsDropdown.css +12 -12
- package/dist/lib/components/Chips/components/ChipsDropdown.js +1 -1
- package/dist/lib/components/Collapse/Collapse.css +1 -1
- package/dist/lib/components/Collapse/Collapse.js +1 -1
- package/dist/lib/components/ContentArea/ContentArea.css +25 -25
- package/dist/lib/components/ContentArea/ContentArea.js +1 -1
- package/dist/lib/components/ContentView/ContentView.css +19 -19
- package/dist/lib/components/ContentView/ContentView.js +1 -1
- package/dist/lib/components/Counter/Counter.css +13 -13
- package/dist/lib/components/Counter/Counter.js +1 -1
- package/dist/lib/components/Grid/Grid.css +22 -22
- package/dist/lib/components/Grid/Grid.js +1 -1
- package/dist/lib/components/Grid/GridColumn.css +691 -691
- package/dist/lib/components/Grid/GridColumn.js +1 -1
- package/dist/lib/components/Header/Header.css +29 -29
- package/dist/lib/components/Header/Header.js +1 -1
- package/dist/lib/components/List/List.css +17 -17
- package/dist/lib/components/List/List.js +1 -1
- package/dist/lib/components/List/ListItem.css +2 -2
- package/dist/lib/components/List/ListItem.js +1 -1
- package/dist/lib/components/ListData/ListData.css +25 -25
- package/dist/lib/components/ListData/ListData.js +1 -1
- package/dist/lib/components/ListData/ListDataGroup.css +2 -2
- package/dist/lib/components/ListData/ListDataGroup.js +1 -1
- package/dist/lib/components/ListData/components/ListDataSortable.css +14 -14
- package/dist/lib/components/ListData/components/ListDataSortable.js +1 -1
- package/dist/lib/components/ListData/doc/i/img.png +0 -0
- package/dist/lib/components/Logo/Logo.css +12 -12
- package/dist/lib/components/Logo/Logo.js +1 -1
- package/dist/lib/components/NavArrow/NavArrow.css +13 -13
- package/dist/lib/components/NavArrow/NavArrow.js +1 -1
- package/dist/lib/components/Notification/Notification.css +71 -71
- package/dist/lib/components/Notification/Notification.js +1 -1
- package/dist/lib/components/Pagination/Pagination.css +1 -1
- package/dist/lib/components/Pagination/Pagination.js +1 -1
- package/dist/lib/components/Pagination/components/PaginationButton/PaginationButton.css +12 -12
- package/dist/lib/components/Pagination/components/PaginationButton/PaginationButton.js +1 -1
- package/dist/lib/components/Pagination/components/PaginationButtons/PaginationButtons.css +2 -2
- package/dist/lib/components/Pagination/components/PaginationButtons/PaginationButtons.js +1 -1
- package/dist/lib/components/Pagination/components/PaginationNavigation/PaginationNavigation.css +3 -3
- package/dist/lib/components/Pagination/components/PaginationNavigation/PaginationNavigation.js +1 -1
- package/dist/lib/components/Paragraph/Paragraph.css +13 -13
- package/dist/lib/components/Paragraph/Paragraph.js +1 -1
- package/dist/lib/components/Preloader/Preloader.css +34 -34
- package/dist/lib/components/Preloader/Preloader.js +1 -1
- package/dist/lib/components/RadioButton/RadioButton.css +24 -24
- package/dist/lib/components/RadioButton/RadioButton.js +1 -1
- package/dist/lib/components/Row/Row.css +41 -41
- package/dist/lib/components/Row/Row.js +1 -1
- package/dist/lib/components/Search/Search.css +72 -72
- package/dist/lib/components/Search/Search.d.ts +2 -0
- package/dist/lib/components/Search/Search.js +7 -2
- package/dist/lib/components/Select/Select.css +60 -60
- package/dist/lib/components/Select/Select.js +1 -1
- package/dist/lib/components/Selector/Selector.css +29 -29
- package/dist/lib/components/Selector/Selector.js +1 -1
- package/dist/lib/components/Selector/i/check.svg +3 -1
- package/dist/lib/components/Sliders/Slider/Slider.css +16 -16
- package/dist/lib/components/Sliders/Slider/Slider.js +1 -1
- package/dist/lib/components/Sliders/SliderRange/SliderRange.css +24 -24
- package/dist/lib/components/Sliders/SliderRange/SliderRange.js +1 -1
- package/dist/lib/components/Sliders/SliderRatio/SliderRatio.css +26 -26
- package/dist/lib/components/Sliders/SliderRatio/SliderRatio.js +1 -1
- package/dist/lib/components/Sliders/SliderRatio/i/thumb.png +0 -0
- package/dist/lib/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.css +15 -15
- package/dist/lib/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.js +1 -1
- package/dist/lib/components/Sliders/components/SliderScale/SliderScale.css +3 -3
- package/dist/lib/components/Sliders/components/SliderScale/SliderScale.js +1 -1
- package/dist/lib/components/Snackbar/Snackbar.css +27 -26
- package/dist/lib/components/Snackbar/Snackbar.js +1 -1
- package/dist/lib/components/Snackbar/SnackbarTimer/SnackbarTimer.css +5 -5
- package/dist/lib/components/Snackbar/SnackbarTimer/SnackbarTimer.js +1 -1
- package/dist/lib/components/Switcher/Switcher.css +27 -27
- package/dist/lib/components/Switcher/Switcher.js +1 -1
- package/dist/lib/components/Tabs/Tabs.css +57 -57
- package/dist/lib/components/Tabs/Tabs.js +1 -1
- package/dist/lib/components/TextField/TextField.css +78 -78
- package/dist/lib/components/TextField/TextField.js +1 -1
- package/dist/lib/components/TextField/i/textarea-resizer.svg +4 -1
- package/dist/lib/components/TextLink/TextLink.css +15 -15
- package/dist/lib/components/TextLink/TextLink.js +1 -1
- package/dist/lib/components/Tile/Tile.css +14 -14
- package/dist/lib/components/Tile/Tile.js +1 -1
- package/dist/lib/components/Tooltip/Tooltip.css +123 -123
- package/dist/lib/components/Tooltip/Tooltip.js +1 -1
- package/package.json +3 -3
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
.mfui-banner {
|
|
1
|
+
.mfui-v6-banner {
|
|
2
2
|
position: relative;
|
|
3
3
|
}
|
|
4
|
-
.mfui-banner .swiper-wrapper {
|
|
4
|
+
.mfui-v6-banner .swiper-wrapper {
|
|
5
5
|
display: -webkit-box;
|
|
6
6
|
display: -ms-flexbox;
|
|
7
7
|
display: flex;
|
|
8
8
|
}
|
|
9
|
-
.mfui-banner .mfui-banner__swiper-container {
|
|
9
|
+
.mfui-v6-banner .mfui-v6-banner__swiper-container {
|
|
10
10
|
position: relative;
|
|
11
11
|
}
|
|
12
|
-
.mfui-banner__swiper {
|
|
12
|
+
.mfui-v6-banner__swiper {
|
|
13
13
|
overflow: hidden;
|
|
14
14
|
}
|
|
15
|
-
.mfui-banner__slide {
|
|
15
|
+
.mfui-v6-banner__slide {
|
|
16
16
|
-ms-flex-negative: 0;
|
|
17
17
|
flex-shrink: 0;
|
|
18
18
|
height: 500px;
|
|
19
19
|
}
|
|
20
20
|
@media screen and (min-width: 1024px) and (max-width: 1279px) {
|
|
21
|
-
.mfui-banner__slide {
|
|
21
|
+
.mfui-v6-banner__slide {
|
|
22
22
|
height: 420px;
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
@media screen and (min-width: 1280px) {
|
|
26
|
-
.mfui-banner__slide {
|
|
26
|
+
.mfui-v6-banner__slide {
|
|
27
27
|
height: 400px;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
.mfui-banner__slide-content {
|
|
30
|
+
.mfui-v6-banner__slide-content {
|
|
31
31
|
margin-right: -1px;
|
|
32
32
|
border-right: 1px solid transparent;
|
|
33
33
|
}
|
|
34
34
|
@media screen and (max-width: 1023px) {
|
|
35
|
-
.mfui-banner__slide-content {
|
|
35
|
+
.mfui-v6-banner__slide-content {
|
|
36
36
|
height: 100%;
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
|
-
.mfui-banner_auto-height .mfui-banner__slide {
|
|
39
|
+
.mfui-v6-banner_auto-height .mfui-v6-banner__slide {
|
|
40
40
|
height: auto;
|
|
41
41
|
}
|
|
42
|
-
.mfui-banner .mfui-banner__arrow {
|
|
42
|
+
.mfui-v6-banner .mfui-v6-banner__arrow {
|
|
43
43
|
position: absolute;
|
|
44
44
|
top: 50%;
|
|
45
45
|
z-index: 10;
|
|
@@ -48,70 +48,70 @@
|
|
|
48
48
|
transition: scale 0.2s linear;
|
|
49
49
|
}
|
|
50
50
|
@media screen and (max-width: 767px) {
|
|
51
|
-
.mfui-banner .mfui-banner__arrow {
|
|
51
|
+
.mfui-v6-banner .mfui-v6-banner__arrow {
|
|
52
52
|
display: none;
|
|
53
53
|
}
|
|
54
54
|
}
|
|
55
|
-
.mfui-banner .mfui-banner__arrow_theme_white {
|
|
55
|
+
.mfui-v6-banner .mfui-v6-banner__arrow_theme_white {
|
|
56
56
|
width: 64px;
|
|
57
57
|
height: 64px;
|
|
58
58
|
}
|
|
59
59
|
@media screen and (max-width: 1023px) {
|
|
60
|
-
.mfui-banner .mfui-banner__arrow_theme_white {
|
|
60
|
+
.mfui-v6-banner .mfui-v6-banner__arrow_theme_white {
|
|
61
61
|
display: none;
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
|
-
.mfui-banner .mfui-banner__arrow_prev {
|
|
64
|
+
.mfui-v6-banner .mfui-v6-banner__arrow_prev {
|
|
65
65
|
left: 12px;
|
|
66
66
|
}
|
|
67
67
|
@media screen and (max-width: 767px) {
|
|
68
|
-
.mfui-banner .mfui-banner__arrow_prev {
|
|
68
|
+
.mfui-v6-banner .mfui-v6-banner__arrow_prev {
|
|
69
69
|
left: 8px;
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
72
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
|
73
|
-
.mfui-banner .mfui-banner__arrow_prev {
|
|
73
|
+
.mfui-v6-banner .mfui-v6-banner__arrow_prev {
|
|
74
74
|
left: 16px;
|
|
75
75
|
}
|
|
76
76
|
}
|
|
77
77
|
@media screen and (min-width: 1280px) {
|
|
78
|
-
.mfui-banner .mfui-banner__arrow_prev {
|
|
78
|
+
.mfui-v6-banner .mfui-v6-banner__arrow_prev {
|
|
79
79
|
left: 20px;
|
|
80
80
|
}
|
|
81
81
|
}
|
|
82
|
-
.mfui-banner .mfui-banner__arrow_next {
|
|
82
|
+
.mfui-v6-banner .mfui-v6-banner__arrow_next {
|
|
83
83
|
right: 12px;
|
|
84
84
|
}
|
|
85
85
|
@media screen and (max-width: 767px) {
|
|
86
|
-
.mfui-banner .mfui-banner__arrow_next {
|
|
86
|
+
.mfui-v6-banner .mfui-v6-banner__arrow_next {
|
|
87
87
|
right: 8px;
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
|
91
|
-
.mfui-banner .mfui-banner__arrow_next {
|
|
91
|
+
.mfui-v6-banner .mfui-v6-banner__arrow_next {
|
|
92
92
|
right: 16px;
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
@media screen and (min-width: 1280px) {
|
|
96
|
-
.mfui-banner .mfui-banner__arrow_next {
|
|
96
|
+
.mfui-v6-banner .mfui-v6-banner__arrow_next {
|
|
97
97
|
right: 20px;
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
|
-
.mfui-banner .mfui-banner__arrow_prev.mfui-banner__arrow_theme_white {
|
|
100
|
+
.mfui-v6-banner .mfui-v6-banner__arrow_prev.mfui-v6-banner__arrow_theme_white {
|
|
101
101
|
left: 0;
|
|
102
102
|
translate: -50% -50%;
|
|
103
103
|
}
|
|
104
|
-
.mfui-banner .mfui-banner__arrow_next.mfui-banner__arrow_theme_white {
|
|
104
|
+
.mfui-v6-banner .mfui-v6-banner__arrow_next.mfui-v6-banner__arrow_theme_white {
|
|
105
105
|
right: 0;
|
|
106
106
|
translate: 50% -50%;
|
|
107
107
|
}
|
|
108
|
-
.mfui-banner_no-touch .mfui-banner__arrow_theme_white:hover {
|
|
108
|
+
.mfui-v6-banner_no-touch .mfui-v6-banner__arrow_theme_white:hover {
|
|
109
109
|
scale: 1.25;
|
|
110
110
|
}
|
|
111
|
-
.mfui-banner_no-touch .mfui-banner__arrow_theme_white:active {
|
|
111
|
+
.mfui-v6-banner_no-touch .mfui-v6-banner__arrow_theme_white:active {
|
|
112
112
|
scale: 1.125;
|
|
113
113
|
}
|
|
114
|
-
.mfui-banner__pagination {
|
|
114
|
+
.mfui-v6-banner__pagination {
|
|
115
115
|
left: 50%;
|
|
116
116
|
z-index: 10;
|
|
117
117
|
display: -webkit-box;
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
justify-content: center;
|
|
127
127
|
margin-top: 32px;
|
|
128
128
|
}
|
|
129
|
-
.mfui-banner__pagination_bottom-offset {
|
|
129
|
+
.mfui-v6-banner__pagination_bottom-offset {
|
|
130
130
|
position: absolute;
|
|
131
131
|
bottom: 60px;
|
|
132
132
|
left: 50%;
|
|
@@ -135,30 +135,30 @@
|
|
|
135
135
|
transform: translateX(-50%);
|
|
136
136
|
}
|
|
137
137
|
@media screen and (min-width: 768px) and (max-width: 1023px) {
|
|
138
|
-
.mfui-banner__pagination_bottom-offset {
|
|
138
|
+
.mfui-v6-banner__pagination_bottom-offset {
|
|
139
139
|
bottom: 89px;
|
|
140
140
|
}
|
|
141
141
|
}
|
|
142
142
|
@media screen and (min-width: 1024px) and (max-width: 1279px) {
|
|
143
|
-
.mfui-banner__pagination_bottom-offset {
|
|
143
|
+
.mfui-v6-banner__pagination_bottom-offset {
|
|
144
144
|
bottom: 90px;
|
|
145
145
|
}
|
|
146
146
|
}
|
|
147
147
|
@media screen and (min-width: 1280px) and (max-width: 1439px) {
|
|
148
|
-
.mfui-banner__pagination_bottom-offset {
|
|
148
|
+
.mfui-v6-banner__pagination_bottom-offset {
|
|
149
149
|
bottom: 65px;
|
|
150
150
|
}
|
|
151
151
|
}
|
|
152
152
|
@media screen and (min-width: 1440px) {
|
|
153
|
-
.mfui-banner__pagination_bottom-offset {
|
|
153
|
+
.mfui-v6-banner__pagination_bottom-offset {
|
|
154
154
|
bottom: 72px;
|
|
155
155
|
}
|
|
156
156
|
}
|
|
157
|
-
.mfui-banner_radius_rounded .mfui-banner__swiper {
|
|
157
|
+
.mfui-v6-banner_radius_rounded .mfui-v6-banner__swiper {
|
|
158
158
|
border-radius: 24px;
|
|
159
159
|
}
|
|
160
160
|
@media screen and (max-width: 767px) {
|
|
161
|
-
.mfui-banner_show-next-slide .mfui-banner__swiper {
|
|
161
|
+
.mfui-v6-banner_show-next-slide .mfui-v6-banner__swiper {
|
|
162
162
|
margin-right: -16px;
|
|
163
163
|
margin-left: -16px;
|
|
164
164
|
padding-right: 32px;
|
|
@@ -167,29 +167,29 @@
|
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
@media screen and (max-width: 767px) {
|
|
170
|
-
.mfui-banner_show-next-slide .mfui-banner__slide-content {
|
|
170
|
+
.mfui-v6-banner_show-next-slide .mfui-v6-banner__slide-content {
|
|
171
171
|
margin-right: 0;
|
|
172
172
|
border-right: none;
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
175
|
@media screen and (max-width: 767px) {
|
|
176
|
-
.mfui-banner_show-next-slide.mfui-banner_radius_rounded .mfui-banner__slide-content {
|
|
176
|
+
.mfui-v6-banner_show-next-slide.mfui-v6-banner_radius_rounded .mfui-v6-banner__slide-content {
|
|
177
177
|
border-radius: 24px;
|
|
178
178
|
}
|
|
179
179
|
}
|
|
180
|
-
.mfui-banner_background-color_green .mfui-banner__swiper {
|
|
180
|
+
.mfui-v6-banner_background-color_green .mfui-v6-banner__swiper {
|
|
181
181
|
background-color: var(--brandGreen);
|
|
182
182
|
}
|
|
183
|
-
.mfui-banner_background-color_purple .mfui-banner__swiper {
|
|
183
|
+
.mfui-v6-banner_background-color_purple .mfui-v6-banner__swiper {
|
|
184
184
|
background-color: var(--brandPurple);
|
|
185
185
|
}
|
|
186
|
-
.mfui-banner_background-color_gradient .mfui-banner__swiper {
|
|
186
|
+
.mfui-v6-banner_background-color_gradient .mfui-v6-banner__swiper {
|
|
187
187
|
background: -webkit-gradient(linear, right top, left top, from(#ADA6BA), to(#F6F2F9));
|
|
188
188
|
background: linear-gradient(270deg, #ADA6BA 0%, #F6F2F9 100%);
|
|
189
189
|
}
|
|
190
|
-
.mfui-banner_background-color_light .mfui-banner__swiper {
|
|
190
|
+
.mfui-v6-banner_background-color_light .mfui-v6-banner__swiper {
|
|
191
191
|
background-color: #F6F2F9;
|
|
192
192
|
}
|
|
193
|
-
.mfui-banner_background-color_spbSky0 .mfui-banner__swiper {
|
|
193
|
+
.mfui-v6-banner_background-color_spbSky0 .mfui-v6-banner__swiper {
|
|
194
194
|
background-color: var(--spbSky0);
|
|
195
195
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.mfui-banner-dot {
|
|
1
|
+
.mfui-v6-banner-dot {
|
|
2
2
|
position: relative;
|
|
3
3
|
display: -webkit-box;
|
|
4
4
|
display: -ms-flexbox;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
padding: 2px;
|
|
16
16
|
cursor: pointer;
|
|
17
17
|
}
|
|
18
|
-
.mfui-banner-dot:before {
|
|
18
|
+
.mfui-v6-banner-dot:before {
|
|
19
19
|
content: '';
|
|
20
20
|
display: block;
|
|
21
21
|
width: 8px;
|
|
@@ -23,27 +23,27 @@
|
|
|
23
23
|
border-radius: 4px;
|
|
24
24
|
background-color: var(--spbSky2);
|
|
25
25
|
}
|
|
26
|
-
.mfui-banner-dot_active {
|
|
26
|
+
.mfui-v6-banner-dot_active {
|
|
27
27
|
cursor: default;
|
|
28
28
|
}
|
|
29
|
-
.mfui-banner-dot_active:before {
|
|
29
|
+
.mfui-v6-banner-dot_active:before {
|
|
30
30
|
width: 20px;
|
|
31
31
|
background-color: var(--brandGreen);
|
|
32
32
|
}
|
|
33
|
-
.mfui-banner-dot_active .mfui-banner-dot__timer-inner {
|
|
33
|
+
.mfui-v6-banner-dot_active .mfui-v6-banner-dot__timer-inner {
|
|
34
34
|
fill: var(--brandGreen);
|
|
35
35
|
}
|
|
36
|
-
.mfui-banner-dot_active.mfui-banner-dot_timer:before {
|
|
36
|
+
.mfui-v6-banner-dot_active.mfui-v6-banner-dot_timer:before {
|
|
37
37
|
background-color: var(--spbSky2);
|
|
38
38
|
}
|
|
39
|
-
.mfui-banner-dot__timer {
|
|
39
|
+
.mfui-v6-banner-dot__timer {
|
|
40
40
|
position: absolute;
|
|
41
41
|
display: block;
|
|
42
42
|
width: 20px;
|
|
43
43
|
height: 8px;
|
|
44
44
|
border-radius: 4px;
|
|
45
45
|
}
|
|
46
|
-
.mfui-banner-dot__timer-inner {
|
|
46
|
+
.mfui-v6-banner-dot__timer-inner {
|
|
47
47
|
-webkit-transform: scale(-1, 1);
|
|
48
48
|
transform: scale(-1, 1);
|
|
49
49
|
-webkit-transform-origin: center;
|
|
@@ -3,7 +3,7 @@ import * as React from 'react';
|
|
|
3
3
|
import { cnCreate, filterDataAttrs } from '@megafon/ui-helpers';
|
|
4
4
|
import * as PropTypes from 'prop-types';
|
|
5
5
|
import "./BannerDot.css";
|
|
6
|
-
var cn = cnCreate('mfui-banner-dot');
|
|
6
|
+
var cn = cnCreate('mfui-v6-banner-dot');
|
|
7
7
|
|
|
8
8
|
var BannerDot = function BannerDot(_ref) {
|
|
9
9
|
var className = _ref.className,
|