@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
@@ -45,7 +45,7 @@ export var elementOrderTypes = {
45
45
  REVERSED: 'reversed'
46
46
  };
47
47
  var testIdPrefix = 'Instructions';
48
- var cn = cnCreate('mfui-instructions');
48
+ var cn = cnCreate('mfui-v6-instructions');
49
49
  var swiperSlideCn = cn('slide');
50
50
 
51
51
  var Instructions = function Instructions(_ref) {
@@ -25,7 +25,7 @@ export var Align = {
25
25
  LEFT: 'left',
26
26
  CENTER: 'center'
27
27
  };
28
- var cn = cnCreate('mfui-notification-box');
28
+ var cn = cnCreate('mfui-v6-notification-box');
29
29
 
30
30
  var NotificationBox = function NotificationBox(_a) {
31
31
  var _a$align = _a.align,
@@ -5,23 +5,23 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-notification-box {
8
+ .mfui-v6-notification-box {
9
9
  display: -webkit-box;
10
10
  display: -ms-flexbox;
11
11
  display: flex;
12
12
  }
13
- .mfui-notification-box:not(:first-child) {
13
+ .mfui-v6-notification-box:not(:first-child) {
14
14
  margin-top: 24px;
15
15
  }
16
- .mfui-notification-box__notification {
16
+ .mfui-v6-notification-box__notification {
17
17
  max-width: 740px;
18
18
  }
19
- .mfui-notification-box_align_left {
19
+ .mfui-v6-notification-box_align_left {
20
20
  -webkit-box-pack: start;
21
21
  -ms-flex-pack: start;
22
22
  justify-content: flex-start;
23
23
  }
24
- .mfui-notification-box_align_center {
24
+ .mfui-v6-notification-box_align_center {
25
25
  -webkit-box-pack: center;
26
26
  -ms-flex-pack: center;
27
27
  justify-content: center;
@@ -5,37 +5,37 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-page-title {
8
+ .mfui-v6-page-title {
9
9
  display: inline-block;
10
10
  width: 100%;
11
11
  }
12
- .mfui-page-title__breadcrumbs {
12
+ .mfui-v6-page-title__breadcrumbs {
13
13
  margin-top: 32px;
14
14
  }
15
15
  @media screen and (max-width: 767px) {
16
- .mfui-page-title__breadcrumbs {
16
+ .mfui-v6-page-title__breadcrumbs {
17
17
  display: none;
18
18
  }
19
19
  }
20
- .mfui-page-title__title {
20
+ .mfui-v6-page-title__title {
21
21
  margin-top: 110px;
22
22
  }
23
23
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
24
- .mfui-page-title__title {
24
+ .mfui-v6-page-title__title {
25
25
  margin-top: 100px;
26
26
  }
27
27
  }
28
28
  @media screen and (min-width: 768px) and (max-width: 1023px) {
29
- .mfui-page-title__title {
29
+ .mfui-v6-page-title__title {
30
30
  margin-top: 90px;
31
31
  }
32
32
  }
33
33
  @media screen and (max-width: 767px) {
34
- .mfui-page-title__title {
34
+ .mfui-v6-page-title__title {
35
35
  margin-top: 45px;
36
36
  }
37
37
  }
38
- .mfui-page-title__badge {
38
+ .mfui-v6-page-title__badge {
39
39
  font-size: 12px;
40
40
  line-height: 18px;
41
41
  display: inline-block;
@@ -46,35 +46,35 @@ h5 {
46
46
  background-color: var(--brandPurple);
47
47
  }
48
48
  @media screen and (min-width: 1280px) {
49
- .mfui-page-title__badge_under-breadcrumbs {
49
+ .mfui-v6-page-title__badge_under-breadcrumbs {
50
50
  margin-top: 32px;
51
51
  }
52
52
  }
53
53
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
54
- .mfui-page-title__badge_under-breadcrumbs {
54
+ .mfui-v6-page-title__badge_under-breadcrumbs {
55
55
  margin-top: 24px;
56
56
  }
57
57
  }
58
58
  @media screen and (min-width: 768px) and (max-width: 1023px) {
59
- .mfui-page-title__badge_under-breadcrumbs {
59
+ .mfui-v6-page-title__badge_under-breadcrumbs {
60
60
  margin-top: 16px;
61
61
  }
62
62
  }
63
63
  @media screen and (min-width: 1280px) {
64
- .mfui-page-title__title_under-breadcrumbs {
64
+ .mfui-v6-page-title__title_under-breadcrumbs {
65
65
  margin-top: 60px;
66
66
  }
67
67
  }
68
68
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
69
- .mfui-page-title__title_under-breadcrumbs {
69
+ .mfui-v6-page-title__title_under-breadcrumbs {
70
70
  margin-top: 50px;
71
71
  }
72
72
  }
73
73
  @media screen and (min-width: 768px) and (max-width: 1023px) {
74
- .mfui-page-title__title_under-breadcrumbs {
74
+ .mfui-v6-page-title__title_under-breadcrumbs {
75
75
  margin-top: 45px;
76
76
  }
77
77
  }
78
- .mfui-page-title__badge + .mfui-page-title__title {
78
+ .mfui-v6-page-title__badge + .mfui-v6-page-title__title {
79
79
  margin-top: 8px;
80
80
  }
@@ -6,7 +6,7 @@ import PropTypes from 'prop-types';
6
6
  import "./PageTitle.css";
7
7
  import Breadcrumbs from "../Breadcrumbs/Breadcrumbs";
8
8
  var testIdPrefix = 'PageTitle';
9
- var cn = cnCreate('mfui-page-title');
9
+ var cn = cnCreate('mfui-v6-page-title');
10
10
 
11
11
  var PageTitle = function PageTitle(_ref) {
12
12
  var dataAttrs = _ref.dataAttrs,
@@ -5,44 +5,44 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-partners__tile:not(:last-child) {
8
+ .mfui-v6-partners__tile:not(:last-child) {
9
9
  margin-bottom: 20px;
10
10
  }
11
11
  @media screen and (max-width: 767px) {
12
- .mfui-partners__tile:not(:last-child) {
12
+ .mfui-v6-partners__tile:not(:last-child) {
13
13
  margin-bottom: 16px;
14
14
  }
15
15
  }
16
- .mfui-partners__tile-inner {
16
+ .mfui-v6-partners__tile-inner {
17
17
  -webkit-box-sizing: border-box;
18
18
  box-sizing: border-box;
19
19
  height: 132px;
20
20
  padding: 28px 48px;
21
21
  }
22
22
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
23
- .mfui-partners__tile-inner {
23
+ .mfui-v6-partners__tile-inner {
24
24
  height: 104px;
25
25
  padding: 22px 37px;
26
26
  }
27
27
  }
28
28
  @media screen and (min-width: 768px) and (max-width: 1023px) {
29
- .mfui-partners__tile-inner {
29
+ .mfui-v6-partners__tile-inner {
30
30
  height: 77px;
31
31
  padding: 10px;
32
32
  }
33
33
  }
34
34
  @media screen and (max-width: 767px) {
35
- .mfui-partners__tile-inner {
35
+ .mfui-v6-partners__tile-inner {
36
36
  height: 60px;
37
37
  padding: 8px;
38
38
  }
39
39
  }
40
- .mfui-partners__img-wrapper {
40
+ .mfui-v6-partners__img-wrapper {
41
41
  position: relative;
42
42
  width: 100%;
43
43
  height: 100%;
44
44
  }
45
- .mfui-partners__tile-img {
45
+ .mfui-v6-partners__tile-img {
46
46
  position: absolute;
47
47
  top: 50%;
48
48
  left: 50%;
@@ -22,7 +22,7 @@ var slidesSettings = (_slidesSettings = {}, _defineProperty(_slidesSettings, bre
22
22
  spaceBetween: 20
23
23
  }), _slidesSettings);
24
24
  var testIdPrefix = 'Partners';
25
- var cn = cnCreate('mfui-partners');
25
+ var cn = cnCreate('mfui-v6-partners');
26
26
 
27
27
  var Partners = function Partners(_ref) {
28
28
  var rootRef = _ref.rootRef,
@@ -6,7 +6,7 @@ h5 {
6
6
  margin: 0;
7
7
  }
8
8
  @media screen and (min-width: 1024px) {
9
- .mfui-picture-with-description {
9
+ .mfui-v6-picture-with-description {
10
10
  display: -webkit-box;
11
11
  display: -ms-flexbox;
12
12
  display: flex;
@@ -18,22 +18,22 @@ h5 {
18
18
  justify-content: center;
19
19
  }
20
20
  }
21
- .mfui-picture-with-description__title {
21
+ .mfui-v6-picture-with-description__title {
22
22
  margin-bottom: 24px;
23
23
  }
24
- .mfui-picture-with-description__picture {
24
+ .mfui-v6-picture-with-description__picture {
25
25
  -ms-flex-item-align: start;
26
26
  align-self: flex-start;
27
27
  overflow: hidden;
28
28
  text-align: center;
29
29
  }
30
30
  @media screen and (max-width: 1023px) {
31
- .mfui-picture-with-description__picture {
31
+ .mfui-v6-picture-with-description__picture {
32
32
  margin: 0 auto 32px;
33
33
  }
34
34
  }
35
35
  @media screen and (min-width: 1024px) {
36
- .mfui-picture-with-description__picture {
36
+ .mfui-v6-picture-with-description__picture {
37
37
  -webkit-box-ordinal-group: 3;
38
38
  -ms-flex-order: 2;
39
39
  order: 2;
@@ -41,26 +41,26 @@ h5 {
41
41
  }
42
42
  }
43
43
  @media screen and (min-width: 1024px) {
44
- .mfui-picture-with-description__picture_align_left {
44
+ .mfui-v6-picture-with-description__picture_align_left {
45
45
  -webkit-box-ordinal-group: 1;
46
46
  -ms-flex-order: 0;
47
47
  order: 0;
48
48
  margin-right: 20px;
49
49
  }
50
50
  }
51
- .mfui-picture-with-description__img {
51
+ .mfui-v6-picture-with-description__img {
52
52
  width: 100%;
53
53
  max-width: 550px;
54
54
  height: 100%;
55
55
  }
56
- .mfui-picture-with-description__content > :first-child {
56
+ .mfui-v6-picture-with-description__content > :first-child {
57
57
  margin-top: 0 !important;
58
58
  }
59
- .mfui-picture-with-description__content > :last-child {
59
+ .mfui-v6-picture-with-description__content > :last-child {
60
60
  margin-bottom: 0 !important;
61
61
  }
62
62
  @media screen and (min-width: 1024px) {
63
- .mfui-picture-with-description__articles {
63
+ .mfui-v6-picture-with-description__articles {
64
64
  -webkit-box-ordinal-group: 2;
65
65
  -ms-flex-order: 1;
66
66
  order: 1;
@@ -68,13 +68,13 @@ h5 {
68
68
  }
69
69
  }
70
70
  @media screen and (min-width: 1024px) {
71
- .mfui-picture-with-description__articles_text-top-align {
71
+ .mfui-v6-picture-with-description__articles_text-top-align {
72
72
  -ms-flex-item-align: start;
73
73
  align-self: flex-start;
74
74
  }
75
75
  }
76
76
  @media screen and (min-width: 1024px) {
77
- .mfui-picture-with-description__articles_align_right {
77
+ .mfui-v6-picture-with-description__articles_align_right {
78
78
  margin-right: 20px;
79
79
  }
80
80
  }
@@ -8,7 +8,7 @@ export var pictureAlignTypes = {
8
8
  RIGHT: 'right'
9
9
  };
10
10
  var testIdPrefix = 'PictureWithDescription';
11
- var cn = cnCreate('mfui-picture-with-description');
11
+ var cn = cnCreate('mfui-v6-picture-with-description');
12
12
 
13
13
  var PictureWithDescription = function PictureWithDescription(_ref) {
14
14
  var rootRef = _ref.rootRef,
@@ -5,7 +5,7 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-property__wrapper {
8
+ .mfui-v6-property__wrapper {
9
9
  display: -webkit-box;
10
10
  display: -ms-flexbox;
11
11
  display: flex;
@@ -15,19 +15,19 @@ h5 {
15
15
  flex-direction: column;
16
16
  padding: 24px 0;
17
17
  }
18
- .mfui-property_border-top.mfui-property_border-color_default .mfui-property__wrapper {
18
+ .mfui-v6-property_border-top.mfui-v6-property_border-color_default .mfui-v6-property__wrapper {
19
19
  border-top: 1px solid var(--spbSky1);
20
20
  }
21
- .mfui-property_border-bottom.mfui-property_border-color_default .mfui-property__wrapper {
21
+ .mfui-v6-property_border-bottom.mfui-v6-property_border-color_default .mfui-v6-property__wrapper {
22
22
  border-bottom: 1px solid var(--spbSky1);
23
23
  }
24
- .mfui-property_border-top.mfui-property_border-color_darker .mfui-property__wrapper {
24
+ .mfui-v6-property_border-top.mfui-v6-property_border-color_darker .mfui-v6-property__wrapper {
25
25
  border-top: 1px solid var(--spbSky2);
26
26
  }
27
- .mfui-property_border-bottom.mfui-property_border-color_darker .mfui-property__wrapper {
27
+ .mfui-v6-property_border-bottom.mfui-v6-property_border-color_darker .mfui-v6-property__wrapper {
28
28
  border-bottom: 1px solid var(--spbSky2);
29
29
  }
30
- .mfui-property__main {
30
+ .mfui-v6-property__main {
31
31
  display: -webkit-box;
32
32
  display: -ms-flexbox;
33
33
  display: flex;
@@ -39,42 +39,42 @@ h5 {
39
39
  -ms-flex-pack: justify;
40
40
  justify-content: space-between;
41
41
  }
42
- .mfui-property__main:not(:first-child) {
42
+ .mfui-v6-property__main:not(:first-child) {
43
43
  margin-top: 24px;
44
44
  }
45
- .mfui-property__main_with-out-title {
45
+ .mfui-v6-property__main_with-out-title {
46
46
  margin-top: 16px !important;
47
47
  }
48
- .mfui-property__main_with-badge {
48
+ .mfui-v6-property__main_with-badge {
49
49
  -webkit-box-align: center;
50
50
  -ms-flex-align: center;
51
51
  align-items: center;
52
52
  }
53
- .mfui-property__title-item_size_default {
53
+ .mfui-v6-property__title-item_size_default {
54
54
  font-size: 15px;
55
55
  line-height: 24px;
56
56
  font-weight: 500;
57
57
  }
58
- .mfui-property__title-item_size_big {
58
+ .mfui-v6-property__title-item_size_big {
59
59
  font-weight: 500;
60
60
  font-size: 18px;
61
61
  line-height: 24px;
62
62
  letter-spacing: 0.5px;
63
63
  }
64
64
  @media screen and (min-width: 1280px) {
65
- .mfui-property__title-item_size_big {
65
+ .mfui-v6-property__title-item_size_big {
66
66
  font-size: 20px;
67
67
  line-height: 28px;
68
68
  }
69
69
  }
70
70
  @media screen and (max-width: 767px) {
71
- .mfui-property__title-item {
71
+ .mfui-v6-property__title-item {
72
72
  font-size: 15px;
73
73
  line-height: 24px;
74
74
  font-weight: 500;
75
75
  }
76
76
  }
77
- .mfui-property__icon {
77
+ .mfui-v6-property__icon {
78
78
  display: inline-block;
79
79
  width: 24px;
80
80
  height: 24px;
@@ -83,15 +83,15 @@ h5 {
83
83
  overflow: hidden;
84
84
  vertical-align: bottom;
85
85
  }
86
- .mfui-property__badge {
86
+ .mfui-v6-property__badge {
87
87
  margin-bottom: 8px;
88
88
  }
89
89
  @media screen and (min-width: 768px) {
90
- .mfui-property__title .mfui-property__desc {
90
+ .mfui-v6-property__title .mfui-v6-property__desc {
91
91
  width: 100%;
92
92
  }
93
93
  }
94
- .mfui-property__tooltip {
94
+ .mfui-v6-property__tooltip {
95
95
  display: inline-block;
96
96
  width: 20px;
97
97
  height: 20px;
@@ -100,21 +100,21 @@ h5 {
100
100
  cursor: pointer;
101
101
  fill: var(--spbSky2);
102
102
  }
103
- .mfui-property__tooltip-inner {
103
+ .mfui-v6-property__tooltip-inner {
104
104
  max-width: 350px;
105
105
  }
106
- .mfui-property__desc {
106
+ .mfui-v6-property__desc {
107
107
  margin-top: 12px;
108
108
  }
109
109
  @media screen and (min-width: 768px) {
110
- .mfui-property__desc {
110
+ .mfui-v6-property__desc {
111
111
  width: 70%;
112
112
  }
113
113
  }
114
- .mfui-property__desc_collapsible {
114
+ .mfui-v6-property__desc_collapsible {
115
115
  margin-top: 12px;
116
116
  }
117
- .mfui-property__value-wrapper {
117
+ .mfui-v6-property__value-wrapper {
118
118
  display: -webkit-box;
119
119
  display: -ms-flexbox;
120
120
  display: flex;
@@ -126,31 +126,31 @@ h5 {
126
126
  white-space: pre-line;
127
127
  text-align: right;
128
128
  }
129
- .mfui-property__value-wrapper_frame_default {
129
+ .mfui-v6-property__value-wrapper_frame_default {
130
130
  background: var(--base);
131
131
  }
132
- .mfui-property__value-wrapper_frame_gray {
132
+ .mfui-v6-property__value-wrapper_frame_gray {
133
133
  background: var(--spbSky0);
134
134
  }
135
- .mfui-property__value {
135
+ .mfui-v6-property__value {
136
136
  font-weight: 500;
137
137
  font-size: 18px;
138
138
  line-height: 24px;
139
139
  letter-spacing: 0.5px;
140
140
  }
141
141
  @media screen and (min-width: 1280px) {
142
- .mfui-property__value {
142
+ .mfui-v6-property__value {
143
143
  font-size: 20px;
144
144
  line-height: 28px;
145
145
  }
146
146
  }
147
147
  @media screen and (max-width: 767px) {
148
- .mfui-property__value {
148
+ .mfui-v6-property__value {
149
149
  font-size: 15px;
150
150
  line-height: 24px;
151
151
  font-weight: 500;
152
152
  }
153
153
  }
154
- .mfui-property__value-unit:before {
154
+ .mfui-v6-property__value-unit:before {
155
155
  content: '\00a0';
156
156
  }
@@ -19,7 +19,7 @@ var InfoIcon = function InfoIcon(props) {
19
19
  };
20
20
 
21
21
  export var testIdPrefix = 'Property';
22
- var cn = cnCreate('mfui-property');
22
+ var cn = cnCreate('mfui-v6-property');
23
23
 
24
24
  var Property = function Property(_ref) {
25
25
  var rootRef = _ref.rootRef,
@@ -5,13 +5,13 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-property-description__collapse {
8
+ .mfui-v6-property-description__collapse {
9
9
  color: var(--systemBlue);
10
10
  font-size: 12px;
11
11
  -webkit-text-decoration: underline dashed var(--systemBlue);
12
12
  text-decoration: underline dashed var(--systemBlue);
13
13
  cursor: pointer;
14
14
  }
15
- .mfui-property-description__content-inner {
15
+ .mfui-v6-property-description__content-inner {
16
16
  margin-bottom: 8px;
17
17
  }
@@ -10,7 +10,7 @@ import { cnCreate, filterDataAttrs } from '@megafon/ui-helpers';
10
10
  import PropTypes from 'prop-types';
11
11
  import "./PropertyDescription.css";
12
12
  export var testIdPrefix = 'PropertyDescription';
13
- var cn = cnCreate('mfui-property-description');
13
+ var cn = cnCreate('mfui-v6-property-description');
14
14
 
15
15
  var PropertyDescription = function PropertyDescription(_ref) {
16
16
  var value = _ref.value,
@@ -7,7 +7,7 @@ import { cnCreate, filterDataAttrs } from '@megafon/ui-helpers';
7
7
  import PropTypes from 'prop-types';
8
8
  import SidePictureCard from "./components/SidePictureCard";
9
9
  var MIN_ITEMS_COUNT = 2;
10
- var cn = cnCreate('mfui-side-picture-cards');
10
+ var cn = cnCreate('mfui-v6-side-picture-cards');
11
11
 
12
12
  var SidePictureCards = function SidePictureCards(_ref) {
13
13
  var items = _ref.items,
@@ -5,7 +5,7 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-side-picture-card {
8
+ .mfui-v6-side-picture-card {
9
9
  display: grid;
10
10
  grid-template-rows: 1fr auto;
11
11
  grid-template-columns: auto;
@@ -24,15 +24,15 @@ h5 {
24
24
  transition-duration: 0.3s;
25
25
  }
26
26
  @media screen and (min-width: 1280px) {
27
- .mfui-side-picture-card {
27
+ .mfui-v6-side-picture-card {
28
28
  grid-template-rows: none;
29
29
  grid-template-columns: 1fr 1fr;
30
30
  }
31
31
  }
32
- .mfui-side-picture-card:hover {
32
+ .mfui-v6-side-picture-card:hover {
33
33
  text-decoration: none;
34
34
  }
35
- .mfui-side-picture-card__content {
35
+ .mfui-v6-side-picture-card__content {
36
36
  display: -webkit-box;
37
37
  display: -ms-flexbox;
38
38
  display: flex;
@@ -44,11 +44,11 @@ h5 {
44
44
  overflow: hidden;
45
45
  }
46
46
  @media screen and (min-width: 1280px) {
47
- .mfui-side-picture-card__content {
47
+ .mfui-v6-side-picture-card__content {
48
48
  padding: 12px 0 12px 12px;
49
49
  }
50
50
  }
51
- .mfui-side-picture-card__title {
51
+ .mfui-v6-side-picture-card__title {
52
52
  /* stylelint-disable-next-line value-no-vendor-prefix */
53
53
  display: -webkit-box;
54
54
  overflow: hidden;
@@ -59,11 +59,11 @@ h5 {
59
59
  margin-bottom: 16px;
60
60
  }
61
61
  @media screen and (min-width: 1280px) {
62
- .mfui-side-picture-card__title {
62
+ .mfui-v6-side-picture-card__title {
63
63
  margin-bottom: 24px;
64
64
  }
65
65
  }
66
- .mfui-side-picture-card__items {
66
+ .mfui-v6-side-picture-card__items {
67
67
  display: -webkit-box;
68
68
  display: -ms-flexbox;
69
69
  display: flex;
@@ -75,29 +75,29 @@ h5 {
75
75
  margin-bottom: auto;
76
76
  }
77
77
  @media screen and (min-width: 1280px) {
78
- .mfui-side-picture-card__items {
78
+ .mfui-v6-side-picture-card__items {
79
79
  gap: 16px;
80
80
  }
81
81
  }
82
- .mfui-side-picture-card__item {
82
+ .mfui-v6-side-picture-card__item {
83
83
  display: -webkit-box;
84
84
  display: -ms-flexbox;
85
85
  display: flex;
86
86
  gap: 12px;
87
87
  }
88
- .mfui-side-picture-card__item-icon {
88
+ .mfui-v6-side-picture-card__item-icon {
89
89
  display: block;
90
90
  width: 32px;
91
91
  min-width: 32px;
92
92
  max-height: 32px;
93
93
  }
94
- .mfui-side-picture-card__item-icon svg {
94
+ .mfui-v6-side-picture-card__item-icon svg {
95
95
  display: block;
96
96
  width: 100%;
97
97
  height: 100%;
98
98
  fill: var(--brandGreen);
99
99
  }
100
- .mfui-side-picture-card__item-description {
100
+ .mfui-v6-side-picture-card__item-description {
101
101
  display: -webkit-box;
102
102
  display: -ms-flexbox;
103
103
  display: flex;
@@ -110,7 +110,7 @@ h5 {
110
110
  -ms-flex-pack: center;
111
111
  justify-content: center;
112
112
  }
113
- .mfui-side-picture-card__item-text {
113
+ .mfui-v6-side-picture-card__item-text {
114
114
  font-size: 15px;
115
115
  line-height: 24px;
116
116
  font-weight: 400;
@@ -122,7 +122,7 @@ h5 {
122
122
  -webkit-box-orient: vertical;
123
123
  -webkit-line-clamp: 3;
124
124
  }
125
- .mfui-side-picture-card__item-info {
125
+ .mfui-v6-side-picture-card__item-info {
126
126
  font-weight: 500;
127
127
  font-size: 18px;
128
128
  line-height: 24px;
@@ -136,34 +136,34 @@ h5 {
136
136
  -webkit-line-clamp: 2;
137
137
  }
138
138
  @media screen and (min-width: 1280px) {
139
- .mfui-side-picture-card__item-info {
139
+ .mfui-v6-side-picture-card__item-info {
140
140
  font-size: 20px;
141
141
  line-height: 28px;
142
142
  }
143
143
  }
144
- .mfui-side-picture-card__button {
144
+ .mfui-v6-side-picture-card__button {
145
145
  margin-top: 32px;
146
146
  }
147
- .mfui-side-picture-card__picture {
147
+ .mfui-v6-side-picture-card__picture {
148
148
  position: relative;
149
149
  height: 172px;
150
150
  }
151
151
  @media screen and (min-width: 768px) and (max-width: 1023px) {
152
- .mfui-side-picture-card__picture {
152
+ .mfui-v6-side-picture-card__picture {
153
153
  height: 197px;
154
154
  }
155
155
  }
156
156
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
157
- .mfui-side-picture-card__picture {
157
+ .mfui-v6-side-picture-card__picture {
158
158
  height: 270px;
159
159
  }
160
160
  }
161
161
  @media screen and (min-width: 1280px) {
162
- .mfui-side-picture-card__picture {
162
+ .mfui-v6-side-picture-card__picture {
163
163
  height: 100%;
164
164
  }
165
165
  }
166
- .mfui-side-picture-card__image {
166
+ .mfui-v6-side-picture-card__image {
167
167
  position: absolute;
168
168
  width: 100%;
169
169
  height: 100%;
@@ -171,13 +171,13 @@ h5 {
171
171
  -o-object-fit: cover;
172
172
  object-fit: cover;
173
173
  }
174
- .mfui-side-picture-card_active:hover:not(.mfui-side-picture-card_background_gray) {
174
+ .mfui-v6-side-picture-card_active:hover:not(.mfui-v6-side-picture-card_background_gray) {
175
175
  -webkit-box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
176
176
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
177
177
  }
178
- .mfui-side-picture-card_background_gray {
178
+ .mfui-v6-side-picture-card_background_gray {
179
179
  background-color: var(--spbSky0);
180
180
  }
181
- .mfui-side-picture-card_background_gray.mfui-side-picture-card_active:hover {
181
+ .mfui-v6-side-picture-card_background_gray.mfui-v6-side-picture-card_active:hover {
182
182
  background-color: var(--spbSky1);
183
183
  }