@megafon/ui-shared 6.5.0 → 6.6.0

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.
Files changed (186) hide show
  1. package/CHANGELOG.md +22 -3
  2. package/dist/es/components/AccordionBox/AccordionBox.css +2 -2
  3. package/dist/es/components/AccordionBox/AccordionBox.js +1 -1
  4. package/dist/es/components/AudioPlayer/AudioPlayer.js +1 -1
  5. package/dist/es/components/AudioPlayer/AudioProgress.js +1 -1
  6. package/dist/es/components/AudioPlayer/AudioRange.js +1 -1
  7. package/dist/es/components/AudioPlayer/AudioVolume.js +1 -1
  8. package/dist/es/components/AudioPlayer/style/AudioPlayer.css +10 -10
  9. package/dist/es/components/AudioPlayer/style/AudioProgress.css +5 -5
  10. package/dist/es/components/AudioPlayer/style/AudioRange.css +8 -8
  11. package/dist/es/components/AudioPlayer/style/AudioVolume.css +7 -7
  12. package/dist/es/components/BannerBox/BannerBox.js +1 -1
  13. package/dist/es/components/BenefitsIcons/BenefitsIcons.js +1 -1
  14. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.js +1 -1
  15. package/dist/es/components/BenefitsIcons/style/BenefitsIcons.css +9 -9
  16. package/dist/es/components/BenefitsIcons/style/BenefitsIconsTile.css +24 -24
  17. package/dist/es/components/BenefitsPictures/BenefitsPictures.js +1 -1
  18. package/dist/es/components/BenefitsPictures/BenfitsPictures.css +9 -9
  19. package/dist/es/components/BlogBox/BlogBox.css +17 -17
  20. package/dist/es/components/BlogBox/BlogBox.js +1 -1
  21. package/dist/es/components/BlogBox/components/BlogBoxTile.css +34 -34
  22. package/dist/es/components/BlogBox/components/BlogBoxTile.js +1 -1
  23. package/dist/es/components/Breadcrumbs/Breadcrumbs.css +9 -9
  24. package/dist/es/components/Breadcrumbs/Breadcrumbs.js +1 -1
  25. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.css +3 -3
  26. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.js +1 -1
  27. package/dist/es/components/ButtonBanner/ButtonBanner.css +21 -21
  28. package/dist/es/components/ButtonBanner/ButtonBanner.js +1 -1
  29. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.css +3 -3
  30. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.js +1 -1
  31. package/dist/es/components/Card/Card.css +60 -60
  32. package/dist/es/components/Card/Card.js +1 -1
  33. package/dist/es/components/CardsBox/CardsBox.js +1 -1
  34. package/dist/es/components/CarouselBox/CarouselBox.js +1 -1
  35. package/dist/es/components/Container/Container.css +1324 -1324
  36. package/dist/es/components/Container/Container.js +1 -1
  37. package/dist/es/components/DarkGradientCards/DarkGradientCards.css +2 -2
  38. package/dist/es/components/DarkGradientCards/DarkGradientCards.js +1 -1
  39. package/dist/es/components/DarkGradientCards/components/DarkGradientCard.css +27 -27
  40. package/dist/es/components/DarkGradientCards/components/DarkGradientCard.js +1 -1
  41. package/dist/es/components/DownloadLinks/DownloadLink.css +5 -5
  42. package/dist/es/components/DownloadLinks/DownloadLink.js +1 -1
  43. package/dist/es/components/DownloadLinks/DownloadLinks.css +7 -7
  44. package/dist/es/components/DownloadLinks/DownloadLinks.js +1 -1
  45. package/dist/es/components/ImageBanner/ImageBanner.css +41 -41
  46. package/dist/es/components/ImageBanner/ImageBanner.js +1 -1
  47. package/dist/es/components/InfoCards/InfoCards.css +14 -14
  48. package/dist/es/components/InfoCards/InfoCards.js +1 -1
  49. package/dist/es/components/InfoCards/components/InfoCard/InfoCard.css +43 -43
  50. package/dist/es/components/InfoCards/components/InfoCard/InfoCard.js +1 -1
  51. package/dist/es/components/Instructions/Instructions.css +140 -140
  52. package/dist/es/components/Instructions/Instructions.js +1 -1
  53. package/dist/es/components/NotificationBox/NotificationBox.js +1 -1
  54. package/dist/es/components/NotificationBox/style/NotificationBox.css +5 -5
  55. package/dist/es/components/PageTitle/PageTitle.css +15 -15
  56. package/dist/es/components/PageTitle/PageTitle.js +1 -1
  57. package/dist/es/components/Partners/Partners.css +8 -8
  58. package/dist/es/components/Partners/Partners.js +1 -1
  59. package/dist/es/components/PictureWithDescription/PictureWithDescription.css +12 -12
  60. package/dist/es/components/PictureWithDescription/PictureWithDescription.js +1 -1
  61. package/dist/es/components/Property/Property.css +28 -28
  62. package/dist/es/components/Property/Property.js +1 -1
  63. package/dist/es/components/Property/PropertyDescription.css +2 -2
  64. package/dist/es/components/Property/PropertyDescription.js +1 -1
  65. package/dist/es/components/SidePictureCards/SidePictureCards.js +1 -1
  66. package/dist/es/components/SidePictureCards/components/SidePictureCard.css +25 -25
  67. package/dist/es/components/SidePictureCards/components/SidePictureCard.js +1 -1
  68. package/dist/es/components/Steps/Steps.css +8 -8
  69. package/dist/es/components/Steps/Steps.js +1 -1
  70. package/dist/es/components/Steps/StepsItem.css +4 -4
  71. package/dist/es/components/Steps/StepsItem.js +1 -1
  72. package/dist/es/components/StoreBanner/StoreBanner.css +67 -67
  73. package/dist/es/components/StoreBanner/StoreBanner.js +1 -1
  74. package/dist/es/components/StoreButton/StoreButton.css +121 -121
  75. package/dist/es/components/StoreButton/StoreButton.js +1 -1
  76. package/dist/es/components/Table/Table.css +27 -27
  77. package/dist/es/components/Table/Table.js +1 -1
  78. package/dist/es/components/TabsBox/TabsBox.js +1 -1
  79. package/dist/es/components/TextBox/TextBox.css +6 -6
  80. package/dist/es/components/TextBox/TextBox.js +1 -1
  81. package/dist/es/components/TextBox/TextBoxPicture.css +6 -6
  82. package/dist/es/components/TextBox/TextBoxPicture.js +1 -1
  83. package/dist/es/components/TextWithIcon/TextWithIcon.css +1 -1
  84. package/dist/es/components/TextWithIcon/TextWithIcon.js +1 -1
  85. package/dist/es/components/TextWithIcon/TextWithIconItem.css +5 -5
  86. package/dist/es/components/TextWithIcon/TextWithIconItem.js +1 -1
  87. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.css +7 -7
  88. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.js +1 -1
  89. package/dist/es/components/VideoBanner/VideoBanner.css +44 -44
  90. package/dist/es/components/VideoBanner/VideoBanner.js +1 -1
  91. package/dist/es/components/VideoBlock/VideoBlock.css +18 -18
  92. package/dist/es/components/VideoBlock/VideoBlock.js +1 -1
  93. package/dist/es/helpers/getColumnConfig.d.ts +1 -1
  94. package/dist/lib/components/AccordionBox/AccordionBox.css +2 -2
  95. package/dist/lib/components/AccordionBox/AccordionBox.js +1 -1
  96. package/dist/lib/components/AudioPlayer/AudioPlayer.js +1 -1
  97. package/dist/lib/components/AudioPlayer/AudioProgress.js +1 -1
  98. package/dist/lib/components/AudioPlayer/AudioRange.js +1 -1
  99. package/dist/lib/components/AudioPlayer/AudioVolume.js +1 -1
  100. package/dist/lib/components/AudioPlayer/style/AudioPlayer.css +10 -10
  101. package/dist/lib/components/AudioPlayer/style/AudioProgress.css +5 -5
  102. package/dist/lib/components/AudioPlayer/style/AudioRange.css +8 -8
  103. package/dist/lib/components/AudioPlayer/style/AudioVolume.css +7 -7
  104. package/dist/lib/components/BannerBox/BannerBox.js +1 -1
  105. package/dist/lib/components/BenefitsIcons/BenefitsIcons.js +1 -1
  106. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.js +1 -1
  107. package/dist/lib/components/BenefitsIcons/style/BenefitsIcons.css +9 -9
  108. package/dist/lib/components/BenefitsIcons/style/BenefitsIconsTile.css +24 -24
  109. package/dist/lib/components/BenefitsPictures/BenefitsPictures.js +1 -1
  110. package/dist/lib/components/BenefitsPictures/BenfitsPictures.css +9 -9
  111. package/dist/lib/components/BlogBox/BlogBox.css +17 -17
  112. package/dist/lib/components/BlogBox/BlogBox.js +1 -1
  113. package/dist/lib/components/BlogBox/components/BlogBoxTile.css +34 -34
  114. package/dist/lib/components/BlogBox/components/BlogBoxTile.js +1 -1
  115. package/dist/lib/components/Breadcrumbs/Breadcrumbs.css +9 -9
  116. package/dist/lib/components/Breadcrumbs/Breadcrumbs.js +1 -1
  117. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.css +3 -3
  118. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.js +1 -1
  119. package/dist/lib/components/ButtonBanner/ButtonBanner.css +21 -21
  120. package/dist/lib/components/ButtonBanner/ButtonBanner.js +1 -1
  121. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.css +3 -3
  122. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.js +1 -1
  123. package/dist/lib/components/Card/Card.css +60 -60
  124. package/dist/lib/components/Card/Card.js +1 -1
  125. package/dist/lib/components/CardsBox/CardsBox.js +1 -1
  126. package/dist/lib/components/CarouselBox/CarouselBox.js +1 -1
  127. package/dist/lib/components/Container/Container.css +1324 -1324
  128. package/dist/lib/components/Container/Container.js +1 -1
  129. package/dist/lib/components/DarkGradientCards/DarkGradientCards.css +2 -2
  130. package/dist/lib/components/DarkGradientCards/DarkGradientCards.js +1 -1
  131. package/dist/lib/components/DarkGradientCards/components/DarkGradientCard.css +27 -27
  132. package/dist/lib/components/DarkGradientCards/components/DarkGradientCard.js +1 -1
  133. package/dist/lib/components/DownloadLinks/DownloadLink.css +5 -5
  134. package/dist/lib/components/DownloadLinks/DownloadLink.js +1 -1
  135. package/dist/lib/components/DownloadLinks/DownloadLinks.css +7 -7
  136. package/dist/lib/components/DownloadLinks/DownloadLinks.js +1 -1
  137. package/dist/lib/components/ImageBanner/ImageBanner.css +41 -41
  138. package/dist/lib/components/ImageBanner/ImageBanner.js +1 -1
  139. package/dist/lib/components/InfoCards/InfoCards.css +14 -14
  140. package/dist/lib/components/InfoCards/InfoCards.js +1 -1
  141. package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.css +43 -43
  142. package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.js +1 -1
  143. package/dist/lib/components/Instructions/Instructions.css +140 -140
  144. package/dist/lib/components/Instructions/Instructions.js +1 -1
  145. package/dist/lib/components/NotificationBox/NotificationBox.js +1 -1
  146. package/dist/lib/components/NotificationBox/style/NotificationBox.css +5 -5
  147. package/dist/lib/components/PageTitle/PageTitle.css +15 -15
  148. package/dist/lib/components/PageTitle/PageTitle.js +1 -1
  149. package/dist/lib/components/Partners/Partners.css +8 -8
  150. package/dist/lib/components/Partners/Partners.js +1 -1
  151. package/dist/lib/components/PictureWithDescription/PictureWithDescription.css +12 -12
  152. package/dist/lib/components/PictureWithDescription/PictureWithDescription.js +1 -1
  153. package/dist/lib/components/Property/Property.css +28 -28
  154. package/dist/lib/components/Property/Property.js +1 -1
  155. package/dist/lib/components/Property/PropertyDescription.css +2 -2
  156. package/dist/lib/components/Property/PropertyDescription.js +1 -1
  157. package/dist/lib/components/SidePictureCards/SidePictureCards.js +1 -1
  158. package/dist/lib/components/SidePictureCards/components/SidePictureCard.css +25 -25
  159. package/dist/lib/components/SidePictureCards/components/SidePictureCard.js +1 -1
  160. package/dist/lib/components/Steps/Steps.css +8 -8
  161. package/dist/lib/components/Steps/Steps.js +1 -1
  162. package/dist/lib/components/Steps/StepsItem.css +4 -4
  163. package/dist/lib/components/Steps/StepsItem.js +1 -1
  164. package/dist/lib/components/StoreBanner/StoreBanner.css +67 -67
  165. package/dist/lib/components/StoreBanner/StoreBanner.js +1 -1
  166. package/dist/lib/components/StoreButton/StoreButton.css +121 -121
  167. package/dist/lib/components/StoreButton/StoreButton.js +1 -1
  168. package/dist/lib/components/Table/Table.css +27 -27
  169. package/dist/lib/components/Table/Table.js +1 -1
  170. package/dist/lib/components/TabsBox/TabsBox.js +1 -1
  171. package/dist/lib/components/TextBox/TextBox.css +6 -6
  172. package/dist/lib/components/TextBox/TextBox.js +1 -1
  173. package/dist/lib/components/TextBox/TextBoxPicture.css +6 -6
  174. package/dist/lib/components/TextBox/TextBoxPicture.js +1 -1
  175. package/dist/lib/components/TextWithIcon/TextWithIcon.css +1 -1
  176. package/dist/lib/components/TextWithIcon/TextWithIcon.js +1 -1
  177. package/dist/lib/components/TextWithIcon/TextWithIconItem.css +5 -5
  178. package/dist/lib/components/TextWithIcon/TextWithIconItem.js +1 -1
  179. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.css +7 -7
  180. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.js +1 -1
  181. package/dist/lib/components/VideoBanner/VideoBanner.css +44 -44
  182. package/dist/lib/components/VideoBanner/VideoBanner.js +1 -1
  183. package/dist/lib/components/VideoBlock/VideoBlock.css +18 -18
  184. package/dist/lib/components/VideoBlock/VideoBlock.js +1 -1
  185. package/dist/lib/helpers/getColumnConfig.d.ts +1 -1
  186. package/package.json +4 -4
@@ -8,7 +8,7 @@ import { breakpoints, cnCreate, convert } from '@megafon/ui-helpers';
8
8
  import { setRelAttribute } from "../../../helpers/setRelAttribute";
9
9
  import "./SidePictureCard.css";
10
10
  var MAX_ICON_ITEMS_COUNT = 4;
11
- var cn = cnCreate('mfui-side-picture-card');
11
+ var cn = cnCreate('mfui-v6-side-picture-card');
12
12
 
13
13
  var SidePictureCard = function SidePictureCard(_ref) {
14
14
  var background = _ref.background,
@@ -5,37 +5,37 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-steps {
8
+ .mfui-v6-steps {
9
9
  width: 66%;
10
10
  margin-right: auto;
11
11
  margin-left: auto;
12
12
  }
13
13
  @media screen and (min-width: 1280px) {
14
- .mfui-steps {
14
+ .mfui-v6-steps {
15
15
  width: 49%;
16
16
  }
17
17
  }
18
18
  @media screen and (max-width: 767px) {
19
- .mfui-steps {
19
+ .mfui-v6-steps {
20
20
  width: 100%;
21
21
  }
22
22
  }
23
- .mfui-steps__title {
23
+ .mfui-v6-steps__title {
24
24
  margin-bottom: 40px;
25
25
  }
26
- .mfui-steps__list {
26
+ .mfui-v6-steps__list {
27
27
  margin: 0;
28
28
  padding: 0;
29
29
  list-style: none;
30
30
  }
31
- .mfui-steps__item {
31
+ .mfui-v6-steps__item {
32
32
  margin-bottom: 48px;
33
33
  }
34
34
  @media screen and (max-width: 767px) {
35
- .mfui-steps__item {
35
+ .mfui-v6-steps__item {
36
36
  margin-bottom: 24px;
37
37
  }
38
38
  }
39
- .mfui-steps__item:last-child {
39
+ .mfui-v6-steps__item:last-child {
40
40
  margin-bottom: 0;
41
41
  }
@@ -4,7 +4,7 @@ import { Header } from '@megafon/ui-core';
4
4
  import { cnCreate, convert, titleConvertConfig } from '@megafon/ui-helpers';
5
5
  import PropTypes from 'prop-types';
6
6
  import "./Steps.css";
7
- var cn = cnCreate('mfui-steps');
7
+ var cn = cnCreate('mfui-v6-steps');
8
8
 
9
9
  var Steps = function Steps(_ref) {
10
10
  var className = _ref.className,
@@ -5,12 +5,12 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-steps-item {
8
+ .mfui-v6-steps-item {
9
9
  display: -webkit-box;
10
10
  display: -ms-flexbox;
11
11
  display: flex;
12
12
  }
13
- .mfui-steps-item__step-number {
13
+ .mfui-v6-steps-item__step-number {
14
14
  font-size: 15px;
15
15
  line-height: 24px;
16
16
  font-weight: 500;
@@ -31,11 +31,11 @@ h5 {
31
31
  color: var(--stcWhite);
32
32
  background-color: var(--brandGreen);
33
33
  }
34
- .mfui-steps-item__text-wrapper {
34
+ .mfui-v6-steps-item__text-wrapper {
35
35
  padding-top: 8px;
36
36
  padding-left: 16px;
37
37
  }
38
- .mfui-steps-item__nodes {
38
+ .mfui-v6-steps-item__nodes {
39
39
  font-size: 15px;
40
40
  line-height: 24px;
41
41
  font-weight: 400;
@@ -3,7 +3,7 @@ import { Paragraph } from '@megafon/ui-core';
3
3
  import { cnCreate, convert, textConvertConfig } from '@megafon/ui-helpers';
4
4
  import PropTypes from 'prop-types';
5
5
  import "./StepsItem.css";
6
- var cn = cnCreate('mfui-steps-item');
6
+ var cn = cnCreate('mfui-v6-steps-item');
7
7
 
8
8
  var StepsItem = function StepsItem(_ref) {
9
9
  var index = _ref.index,
@@ -5,179 +5,179 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-store-banner_theme_default .mfui-store-banner__grid {
8
+ .mfui-v6-store-banner_theme_default .mfui-v6-store-banner__grid {
9
9
  background-color: var(--base);
10
10
  }
11
- .mfui-store-banner_theme_default .mfui-store-banner__content {
11
+ .mfui-v6-store-banner_theme_default .mfui-v6-store-banner__content {
12
12
  color: var(--content);
13
13
  }
14
- .mfui-store-banner_theme_green .mfui-store-banner__grid {
14
+ .mfui-v6-store-banner_theme_green .mfui-v6-store-banner__grid {
15
15
  border: 0;
16
16
  background-color: var(--brandGreen);
17
17
  }
18
- .mfui-store-banner_theme_green .mfui-store-banner__content {
18
+ .mfui-v6-store-banner_theme_green .mfui-v6-store-banner__content {
19
19
  color: var(--stcWhite);
20
20
  }
21
- .mfui-store-banner_theme_spbSky1 .mfui-store-banner__grid {
21
+ .mfui-v6-store-banner_theme_spbSky1 .mfui-v6-store-banner__grid {
22
22
  border-color: transparent;
23
23
  background-color: var(--spbSky1);
24
24
  }
25
- .mfui-store-banner_theme_spbSky1 .mfui-store-banner__content {
25
+ .mfui-v6-store-banner_theme_spbSky1 .mfui-v6-store-banner__content {
26
26
  color: var(--content);
27
27
  }
28
- .mfui-store-banner_theme_spbSky0 .mfui-store-banner__grid {
28
+ .mfui-v6-store-banner_theme_spbSky0 .mfui-v6-store-banner__grid {
29
29
  border-color: transparent;
30
30
  background-color: var(--spbSky0);
31
31
  }
32
- .mfui-store-banner_theme_spbSky0 .mfui-store-banner__content {
32
+ .mfui-v6-store-banner_theme_spbSky0 .mfui-v6-store-banner__content {
33
33
  color: var(--content);
34
34
  }
35
- .mfui-store-banner_mask_new-iphone .mfui-store-banner__device-mask {
35
+ .mfui-v6-store-banner_mask_new-iphone .mfui-v6-store-banner__device-mask {
36
36
  position: relative;
37
37
  z-index: 2;
38
38
  background-image: url('./img/new-iphone.png');
39
39
  }
40
- .mfui-store-banner_mask_new-iphone .mfui-store-banner__screen {
40
+ .mfui-v6-store-banner_mask_new-iphone .mfui-v6-store-banner__screen {
41
41
  top: 9px;
42
42
  z-index: 1;
43
43
  width: 90%;
44
44
  border-radius: 14px;
45
45
  }
46
46
  @media screen and (min-width: 768px) and (max-width: 1023px) {
47
- .mfui-store-banner_mask_new-iphone .mfui-store-banner__screen {
47
+ .mfui-v6-store-banner_mask_new-iphone .mfui-v6-store-banner__screen {
48
48
  top: 8px;
49
49
  }
50
50
  }
51
51
  @media screen and (max-width: 767px) {
52
- .mfui-store-banner_mask_new-iphone .mfui-store-banner__screen {
52
+ .mfui-v6-store-banner_mask_new-iphone .mfui-v6-store-banner__screen {
53
53
  top: 30px;
54
54
  }
55
55
  }
56
- .mfui-store-banner_mask_android .mfui-store-banner__device-mask {
56
+ .mfui-v6-store-banner_mask_android .mfui-v6-store-banner__device-mask {
57
57
  position: relative;
58
58
  z-index: 2;
59
59
  background-image: url('./img/android.png');
60
60
  }
61
- .mfui-store-banner_mask_android .mfui-store-banner__screen {
61
+ .mfui-v6-store-banner_mask_android .mfui-v6-store-banner__screen {
62
62
  top: 9px;
63
63
  width: 92%;
64
64
  border-radius: 14px;
65
65
  }
66
66
  @media screen and (min-width: 768px) and (max-width: 1023px) {
67
- .mfui-store-banner_mask_android .mfui-store-banner__screen {
67
+ .mfui-v6-store-banner_mask_android .mfui-v6-store-banner__screen {
68
68
  top: 8px;
69
69
  }
70
70
  }
71
71
  @media screen and (max-width: 767px) {
72
- .mfui-store-banner_mask_android .mfui-store-banner__screen {
72
+ .mfui-v6-store-banner_mask_android .mfui-v6-store-banner__screen {
73
73
  top: 30px;
74
74
  }
75
75
  }
76
- .mfui-store-banner_mask_white-iphone .mfui-store-banner__device-mask {
76
+ .mfui-v6-store-banner_mask_white-iphone .mfui-v6-store-banner__device-mask {
77
77
  background-image: url('./img/white-iphone.png');
78
78
  }
79
- .mfui-store-banner_mask_black-iphone .mfui-store-banner__device-mask {
79
+ .mfui-v6-store-banner_mask_black-iphone .mfui-v6-store-banner__device-mask {
80
80
  background-image: url('./img/black-iphone.png');
81
81
  }
82
- .mfui-store-banner_mask_white-iphone .mfui-store-banner__screen,
83
- .mfui-store-banner_mask_black-iphone .mfui-store-banner__screen {
82
+ .mfui-v6-store-banner_mask_white-iphone .mfui-v6-store-banner__screen,
83
+ .mfui-v6-store-banner_mask_black-iphone .mfui-v6-store-banner__screen {
84
84
  top: 57px;
85
85
  width: 87%;
86
86
  }
87
87
  @media screen and (min-width: 768px) and (max-width: 1023px) {
88
- .mfui-store-banner_mask_white-iphone .mfui-store-banner__screen,
89
- .mfui-store-banner_mask_black-iphone .mfui-store-banner__screen {
88
+ .mfui-v6-store-banner_mask_white-iphone .mfui-v6-store-banner__screen,
89
+ .mfui-v6-store-banner_mask_black-iphone .mfui-v6-store-banner__screen {
90
90
  top: 47px;
91
91
  }
92
92
  }
93
93
  @media screen and (max-width: 767px) {
94
- .mfui-store-banner_mask_white-iphone .mfui-store-banner__screen,
95
- .mfui-store-banner_mask_black-iphone .mfui-store-banner__screen {
94
+ .mfui-v6-store-banner_mask_white-iphone .mfui-v6-store-banner__screen,
95
+ .mfui-v6-store-banner_mask_black-iphone .mfui-v6-store-banner__screen {
96
96
  top: 63px;
97
97
  }
98
98
  }
99
- .mfui-store-banner_mask_iphone-12 .mfui-store-banner__device-mask {
99
+ .mfui-v6-store-banner_mask_iphone-12 .mfui-v6-store-banner__device-mask {
100
100
  position: relative;
101
101
  z-index: 2;
102
102
  background-image: url('./img/iphone12.png');
103
103
  }
104
- .mfui-store-banner_mask_iphone-12 .mfui-store-banner__screen {
104
+ .mfui-v6-store-banner_mask_iphone-12 .mfui-v6-store-banner__screen {
105
105
  top: 16px;
106
106
  z-index: 1;
107
107
  width: 87%;
108
108
  border-radius: 4px;
109
109
  }
110
110
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
111
- .mfui-store-banner_mask_iphone-12 .mfui-store-banner__screen {
111
+ .mfui-v6-store-banner_mask_iphone-12 .mfui-v6-store-banner__screen {
112
112
  top: 17px;
113
113
  }
114
114
  }
115
115
  @media screen and (min-width: 768px) and (max-width: 1023px) {
116
- .mfui-store-banner_mask_iphone-12 .mfui-store-banner__screen {
116
+ .mfui-v6-store-banner_mask_iphone-12 .mfui-v6-store-banner__screen {
117
117
  top: 13px;
118
118
  }
119
119
  }
120
120
  @media screen and (max-width: 767px) {
121
- .mfui-store-banner_mask_iphone-12 .mfui-store-banner__screen {
121
+ .mfui-v6-store-banner_mask_iphone-12 .mfui-v6-store-banner__screen {
122
122
  top: 35px;
123
123
  }
124
124
  }
125
125
  @media screen and (max-width: 767px) {
126
- .mfui-store-banner_content-left-mobile .mfui-store-banner__content {
126
+ .mfui-v6-store-banner_content-left-mobile .mfui-v6-store-banner__content {
127
127
  text-align: left;
128
128
  }
129
129
  }
130
130
  @media screen and (max-width: 767px) {
131
- .mfui-store-banner_content-left-mobile .mfui-store-banner__stores {
131
+ .mfui-v6-store-banner_content-left-mobile .mfui-v6-store-banner__stores {
132
132
  -webkit-box-pack: start;
133
133
  -ms-flex-pack: start;
134
134
  justify-content: flex-start;
135
135
  }
136
136
  }
137
137
  @media screen and (max-width: 767px) {
138
- .mfui-store-banner_content-left-mobile .mfui-store-banner__button {
138
+ .mfui-v6-store-banner_content-left-mobile .mfui-v6-store-banner__button {
139
139
  margin: 0;
140
140
  }
141
141
  }
142
142
  @media screen and (min-width: 1024px) {
143
- .mfui-store-banner__container {
143
+ .mfui-v6-store-banner__container {
144
144
  padding-top: 30px;
145
145
  }
146
146
  }
147
- .mfui-store-banner__grid {
147
+ .mfui-v6-store-banner__grid {
148
148
  padding-top: 32px;
149
149
  padding-bottom: 32px;
150
150
  border: 1px solid var(--spbSky2);
151
151
  border-radius: 24px;
152
152
  }
153
153
  @media screen and (max-width: 767px) {
154
- .mfui-store-banner__grid {
154
+ .mfui-v6-store-banner__grid {
155
155
  padding-top: 24px;
156
156
  padding-bottom: 0;
157
157
  }
158
158
  }
159
- .mfui-store-banner__content {
159
+ .mfui-v6-store-banner__content {
160
160
  padding-left: 32px;
161
161
  }
162
162
  @media screen and (min-width: 768px) and (max-width: 1023px) {
163
- .mfui-store-banner__content {
163
+ .mfui-v6-store-banner__content {
164
164
  padding-right: 10px;
165
165
  }
166
166
  }
167
167
  @media screen and (max-width: 767px) {
168
- .mfui-store-banner__content {
168
+ .mfui-v6-store-banner__content {
169
169
  padding-right: 15px;
170
170
  padding-bottom: 32px;
171
171
  padding-left: 15px;
172
172
  text-align: center;
173
173
  }
174
174
  }
175
- .mfui-store-banner__device-mask {
175
+ .mfui-v6-store-banner__device-mask {
176
176
  height: 100%;
177
177
  background-repeat: no-repeat;
178
178
  background-size: cover;
179
179
  }
180
- .mfui-store-banner__device-wrapper {
180
+ .mfui-v6-store-banner__device-wrapper {
181
181
  position: relative;
182
182
  bottom: calc(2 * (32px - 1px));
183
183
  width: 235px;
@@ -187,34 +187,34 @@ h5 {
187
187
  overflow: hidden;
188
188
  }
189
189
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
190
- .mfui-store-banner__device-wrapper {
190
+ .mfui-v6-store-banner__device-wrapper {
191
191
  width: 260px;
192
192
  }
193
193
  }
194
194
  @media screen and (max-width: 1023px) {
195
- .mfui-store-banner__device-wrapper {
195
+ .mfui-v6-store-banner__device-wrapper {
196
196
  bottom: 0;
197
197
  }
198
198
  }
199
199
  @media screen and (min-width: 768px) and (max-width: 1023px) {
200
- .mfui-store-banner__device-wrapper {
200
+ .mfui-v6-store-banner__device-wrapper {
201
201
  width: 196px;
202
202
  height: calc(100% + 32px);
203
203
  }
204
204
  }
205
205
  @media screen and (max-width: 767px) {
206
- .mfui-store-banner__device-wrapper {
206
+ .mfui-v6-store-banner__device-wrapper {
207
207
  width: 163px;
208
208
  height: 222px;
209
209
  padding-top: 24px;
210
210
  }
211
211
  }
212
- .mfui-store-banner__links {
212
+ .mfui-v6-store-banner__links {
213
213
  display: -webkit-box;
214
214
  display: -ms-flexbox;
215
215
  display: flex;
216
216
  }
217
- .mfui-store-banner__qr-code {
217
+ .mfui-v6-store-banner__qr-code {
218
218
  -ms-flex-item-align: center;
219
219
  align-self: center;
220
220
  -webkit-box-sizing: border-box;
@@ -227,12 +227,12 @@ h5 {
227
227
  background-color: var(--base);
228
228
  }
229
229
  @media screen and (max-width: 767px) {
230
- .mfui-store-banner__qr-code {
230
+ .mfui-v6-store-banner__qr-code {
231
231
  display: none;
232
232
  }
233
233
  }
234
234
  @media screen and (min-width: 768px) {
235
- .mfui-store-banner__qr-code + .mfui-store-banner__stores {
235
+ .mfui-v6-store-banner__qr-code + .mfui-v6-store-banner__stores {
236
236
  -webkit-box-orient: vertical;
237
237
  -webkit-box-direction: normal;
238
238
  -ms-flex-direction: column;
@@ -242,7 +242,7 @@ h5 {
242
242
  justify-content: space-between;
243
243
  }
244
244
  }
245
- .mfui-store-banner__store-link {
245
+ .mfui-v6-store-banner__store-link {
246
246
  width: 136px;
247
247
  height: 40px;
248
248
  margin-right: 8px;
@@ -250,15 +250,15 @@ h5 {
250
250
  margin-left: 8px;
251
251
  }
252
252
  @media screen and (max-width: 767px) {
253
- .mfui-store-banner__store-link {
253
+ .mfui-v6-store-banner__store-link {
254
254
  width: 119px;
255
255
  height: 35px;
256
256
  }
257
257
  }
258
- .mfui-store-banner__store-link:last-child {
258
+ .mfui-v6-store-banner__store-link:last-child {
259
259
  margin-bottom: 0;
260
260
  }
261
- .mfui-store-banner__stores {
261
+ .mfui-v6-store-banner__stores {
262
262
  display: -webkit-box;
263
263
  display: -ms-flexbox;
264
264
  display: flex;
@@ -269,49 +269,49 @@ h5 {
269
269
  flex-wrap: wrap;
270
270
  }
271
271
  @media screen and (max-width: 767px) {
272
- .mfui-store-banner__stores {
272
+ .mfui-v6-store-banner__stores {
273
273
  -webkit-box-pack: center;
274
274
  -ms-flex-pack: center;
275
275
  justify-content: center;
276
276
  }
277
277
  }
278
278
  @media screen and (min-width: 768px) {
279
- .mfui-store-banner__stores {
279
+ .mfui-v6-store-banner__stores {
280
280
  margin-left: -8px;
281
281
  }
282
282
  }
283
- .mfui-store-banner__text {
283
+ .mfui-v6-store-banner__text {
284
284
  margin-bottom: 32px;
285
285
  }
286
- .mfui-store-banner__title {
286
+ .mfui-v6-store-banner__title {
287
287
  margin-bottom: 16px;
288
288
  }
289
- .mfui-store-banner__screen {
289
+ .mfui-v6-store-banner__screen {
290
290
  position: absolute;
291
291
  left: 50%;
292
292
  -webkit-transform: translateX(-50%);
293
293
  transform: translateX(-50%);
294
294
  }
295
295
  @media screen and (max-width: 767px) {
296
- .mfui-store-banner__button {
296
+ .mfui-v6-store-banner__button {
297
297
  margin: 0 auto;
298
298
  }
299
299
  }
300
- .mfui-store-banner__links_three .mfui-store-banner__qr-code {
300
+ .mfui-v6-store-banner__links_three .mfui-v6-store-banner__qr-code {
301
301
  -o-object-fit: contain;
302
302
  object-fit: contain;
303
303
  }
304
304
  @media screen and (min-width: 1280px) {
305
- .mfui-store-banner__links_three .mfui-store-banner__qr-code {
305
+ .mfui-v6-store-banner__links_three .mfui-v6-store-banner__qr-code {
306
306
  max-width: 90px;
307
307
  max-height: 90px;
308
308
  }
309
309
  }
310
- .mfui-store-banner__links_three .mfui-store-banner__qr-code + .mfui-store-banner__stores {
310
+ .mfui-v6-store-banner__links_three .mfui-v6-store-banner__qr-code + .mfui-v6-store-banner__stores {
311
311
  max-width: 305px;
312
312
  }
313
313
  @media screen and (min-width: 1024px) {
314
- .mfui-store-banner__links_three .mfui-store-banner__qr-code + .mfui-store-banner__stores {
314
+ .mfui-v6-store-banner__links_three .mfui-v6-store-banner__qr-code + .mfui-v6-store-banner__stores {
315
315
  -webkit-box-orient: horizontal;
316
316
  -webkit-box-direction: normal;
317
317
  -ms-flex-direction: row;
@@ -322,25 +322,25 @@ h5 {
322
322
  }
323
323
  }
324
324
  @media screen and (max-width: 767px) {
325
- .mfui-store-banner__links_three .mfui-store-banner__qr-code + .mfui-store-banner__stores {
325
+ .mfui-v6-store-banner__links_three .mfui-v6-store-banner__qr-code + .mfui-v6-store-banner__stores {
326
326
  margin: 0 auto;
327
327
  }
328
328
  }
329
- .mfui-store-banner__links_three .mfui-store-banner__store-link {
329
+ .mfui-v6-store-banner__links_three .mfui-v6-store-banner__store-link {
330
330
  width: 136px;
331
331
  height: 40px;
332
332
  }
333
333
  @media screen and (max-width: 1023px) {
334
- .mfui-store-banner__links_three .mfui-store-banner__store-link {
334
+ .mfui-v6-store-banner__links_three .mfui-v6-store-banner__store-link {
335
335
  width: 119px;
336
336
  height: 35px;
337
337
  }
338
338
  }
339
- .mfui-store-banner__links_three .mfui-store-banner__store-link:not(:last-child) {
339
+ .mfui-v6-store-banner__links_three .mfui-v6-store-banner__store-link:not(:last-child) {
340
340
  margin-bottom: 8px;
341
341
  }
342
342
  @media screen and (max-width: 767px) {
343
- .mfui-store-banner__links_three .mfui-store-banner__store-link:not(:last-child) {
343
+ .mfui-v6-store-banner__links_three .mfui-v6-store-banner__store-link:not(:last-child) {
344
344
  margin-bottom: 16px;
345
345
  }
346
346
  }
@@ -22,7 +22,7 @@ export var DeviceMask = {
22
22
  IPHONE_12: 'iphone-12'
23
23
  };
24
24
  var testIdPrefix = 'StoreBanner';
25
- var cn = cnCreate('mfui-store-banner');
25
+ var cn = cnCreate('mfui-v6-store-banner');
26
26
 
27
27
  var StoreBanner = function StoreBanner(_ref) {
28
28
  var className = _ref.className,