@megafon/ui-shared 6.5.1 → 6.7.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 (236) hide show
  1. package/CHANGELOG.md +26 -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 +12 -9
  24. package/dist/es/components/Breadcrumbs/Breadcrumbs.d.ts +4 -0
  25. package/dist/es/components/Breadcrumbs/Breadcrumbs.js +19 -4
  26. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.css +3 -3
  27. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.js +1 -1
  28. package/dist/es/components/ButtonBanner/ButtonBanner.css +21 -21
  29. package/dist/es/components/ButtonBanner/ButtonBanner.js +1 -1
  30. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.css +3 -3
  31. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.js +1 -1
  32. package/dist/es/components/Card/Card.css +60 -60
  33. package/dist/es/components/Card/Card.js +1 -1
  34. package/dist/es/components/CardsBox/CardsBox.js +1 -1
  35. package/dist/es/components/CarouselBox/CarouselBox.js +1 -1
  36. package/dist/es/components/Container/Container.css +1324 -1324
  37. package/dist/es/components/Container/Container.js +1 -1
  38. package/dist/es/components/DarkGradientCards/DarkGradientCards.css +2 -2
  39. package/dist/es/components/DarkGradientCards/DarkGradientCards.js +1 -1
  40. package/dist/es/components/DarkGradientCards/components/DarkGradientCard.css +27 -27
  41. package/dist/es/components/DarkGradientCards/components/DarkGradientCard.js +1 -1
  42. package/dist/es/components/DownloadLinks/DownloadLink.css +5 -5
  43. package/dist/es/components/DownloadLinks/DownloadLink.js +1 -1
  44. package/dist/es/components/DownloadLinks/DownloadLinks.css +7 -7
  45. package/dist/es/components/DownloadLinks/DownloadLinks.js +1 -1
  46. package/dist/es/components/ImageBanner/ImageBanner.css +44 -41
  47. package/dist/es/components/ImageBanner/ImageBanner.d.ts +2 -0
  48. package/dist/es/components/ImageBanner/ImageBanner.js +7 -3
  49. package/dist/es/components/InfoCards/InfoCards.css +14 -14
  50. package/dist/es/components/InfoCards/InfoCards.js +1 -1
  51. package/dist/es/components/InfoCards/components/InfoCard/InfoCard.css +43 -43
  52. package/dist/es/components/InfoCards/components/InfoCard/InfoCard.js +1 -1
  53. package/dist/es/components/Instructions/Instructions.css +140 -140
  54. package/dist/es/components/Instructions/Instructions.js +1 -1
  55. package/dist/es/components/Instructions/img/android-new.png +0 -0
  56. package/dist/es/components/Instructions/img/android.png +0 -0
  57. package/dist/es/components/Instructions/img/blackIphone.png +0 -0
  58. package/dist/es/components/Instructions/img/iphone-new.png +0 -0
  59. package/dist/es/components/Instructions/img/iphone15.png +0 -0
  60. package/dist/es/components/Instructions/img/laptop-new.png +0 -0
  61. package/dist/es/components/Instructions/img/laptop.png +0 -0
  62. package/dist/es/components/Instructions/img/newIphone.png +0 -0
  63. package/dist/es/components/Instructions/img/whiteIphone.png +0 -0
  64. package/dist/es/components/NotificationBox/NotificationBox.js +1 -1
  65. package/dist/es/components/NotificationBox/style/NotificationBox.css +5 -5
  66. package/dist/es/components/PageTitle/PageTitle.css +13 -21
  67. package/dist/es/components/PageTitle/PageTitle.js +3 -1
  68. package/dist/es/components/Partners/Partners.css +8 -8
  69. package/dist/es/components/Partners/Partners.js +1 -1
  70. package/dist/es/components/PictureWithDescription/PictureWithDescription.css +12 -12
  71. package/dist/es/components/PictureWithDescription/PictureWithDescription.js +1 -1
  72. package/dist/es/components/Property/Property.css +28 -28
  73. package/dist/es/components/Property/Property.js +1 -1
  74. package/dist/es/components/Property/PropertyDescription.css +2 -2
  75. package/dist/es/components/Property/PropertyDescription.js +1 -1
  76. package/dist/es/components/SidePictureCards/SidePictureCards.js +1 -1
  77. package/dist/es/components/SidePictureCards/components/SidePictureCard.css +25 -25
  78. package/dist/es/components/SidePictureCards/components/SidePictureCard.js +1 -1
  79. package/dist/es/components/Steps/Steps.css +8 -8
  80. package/dist/es/components/Steps/Steps.js +1 -1
  81. package/dist/es/components/Steps/StepsItem.css +4 -4
  82. package/dist/es/components/Steps/StepsItem.js +1 -1
  83. package/dist/es/components/StoreBanner/StoreBanner.css +67 -67
  84. package/dist/es/components/StoreBanner/StoreBanner.js +1 -1
  85. package/dist/es/components/StoreBanner/doc/img/android-screen.png +0 -0
  86. package/dist/es/components/StoreBanner/doc/img/qr-code.png +0 -0
  87. package/dist/es/components/StoreBanner/doc/img/screen.png +0 -0
  88. package/dist/es/components/StoreBanner/img/android.png +0 -0
  89. package/dist/es/components/StoreBanner/img/black-iphone.png +0 -0
  90. package/dist/es/components/StoreBanner/img/new-iphone.png +0 -0
  91. package/dist/es/components/StoreBanner/img/white-iphone.png +0 -0
  92. package/dist/es/components/StoreButton/StoreButton.css +121 -121
  93. package/dist/es/components/StoreButton/StoreButton.js +1 -1
  94. package/dist/es/components/StoreButton/img/app-store-large.png +0 -0
  95. package/dist/es/components/StoreButton/img/galaxy-store-large.png +0 -0
  96. package/dist/es/components/StoreButton/img/google-play-large.png +0 -0
  97. package/dist/es/components/StoreButton/img/huawei-store-large.png +0 -0
  98. package/dist/es/components/StoreButton/img/mi-store-large.png +0 -0
  99. package/dist/es/components/StoreButton/img/ru-store-large.png +0 -0
  100. package/dist/es/components/StoreButton/img/v-appstore-large.png +0 -0
  101. package/dist/es/components/StoreButton/img/v-appstore.png +0 -0
  102. package/dist/es/components/Table/Table.css +27 -27
  103. package/dist/es/components/Table/Table.js +1 -1
  104. package/dist/es/components/TabsBox/TabsBox.js +1 -1
  105. package/dist/es/components/TextBox/TextBox.css +6 -6
  106. package/dist/es/components/TextBox/TextBox.js +1 -1
  107. package/dist/es/components/TextBox/TextBoxPicture.css +6 -6
  108. package/dist/es/components/TextBox/TextBoxPicture.js +1 -1
  109. package/dist/es/components/TextWithIcon/TextWithIcon.css +1 -1
  110. package/dist/es/components/TextWithIcon/TextWithIcon.js +1 -1
  111. package/dist/es/components/TextWithIcon/TextWithIconItem.css +5 -5
  112. package/dist/es/components/TextWithIcon/TextWithIconItem.js +1 -1
  113. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.css +7 -7
  114. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.js +1 -1
  115. package/dist/es/components/VideoBanner/VideoBanner.css +43 -48
  116. package/dist/es/components/VideoBanner/VideoBanner.js +2 -1
  117. package/dist/es/components/VideoBlock/VideoBlock.css +18 -18
  118. package/dist/es/components/VideoBlock/VideoBlock.js +1 -1
  119. package/dist/lib/components/AccordionBox/AccordionBox.css +2 -2
  120. package/dist/lib/components/AccordionBox/AccordionBox.js +1 -1
  121. package/dist/lib/components/AudioPlayer/AudioPlayer.js +1 -1
  122. package/dist/lib/components/AudioPlayer/AudioProgress.js +1 -1
  123. package/dist/lib/components/AudioPlayer/AudioRange.js +1 -1
  124. package/dist/lib/components/AudioPlayer/AudioVolume.js +1 -1
  125. package/dist/lib/components/AudioPlayer/style/AudioPlayer.css +10 -10
  126. package/dist/lib/components/AudioPlayer/style/AudioProgress.css +5 -5
  127. package/dist/lib/components/AudioPlayer/style/AudioRange.css +8 -8
  128. package/dist/lib/components/AudioPlayer/style/AudioVolume.css +7 -7
  129. package/dist/lib/components/BannerBox/BannerBox.js +1 -1
  130. package/dist/lib/components/BenefitsIcons/BenefitsIcons.js +1 -1
  131. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.js +1 -1
  132. package/dist/lib/components/BenefitsIcons/style/BenefitsIcons.css +9 -9
  133. package/dist/lib/components/BenefitsIcons/style/BenefitsIconsTile.css +24 -24
  134. package/dist/lib/components/BenefitsPictures/BenefitsPictures.js +1 -1
  135. package/dist/lib/components/BenefitsPictures/BenfitsPictures.css +9 -9
  136. package/dist/lib/components/BlogBox/BlogBox.css +17 -17
  137. package/dist/lib/components/BlogBox/BlogBox.js +1 -1
  138. package/dist/lib/components/BlogBox/components/BlogBoxTile.css +34 -34
  139. package/dist/lib/components/BlogBox/components/BlogBoxTile.js +1 -1
  140. package/dist/lib/components/Breadcrumbs/Breadcrumbs.css +12 -9
  141. package/dist/lib/components/Breadcrumbs/Breadcrumbs.d.ts +4 -0
  142. package/dist/lib/components/Breadcrumbs/Breadcrumbs.js +20 -4
  143. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.css +3 -3
  144. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.js +1 -1
  145. package/dist/lib/components/ButtonBanner/ButtonBanner.css +21 -21
  146. package/dist/lib/components/ButtonBanner/ButtonBanner.js +1 -1
  147. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.css +3 -3
  148. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.js +1 -1
  149. package/dist/lib/components/Card/Card.css +60 -60
  150. package/dist/lib/components/Card/Card.js +1 -1
  151. package/dist/lib/components/CardsBox/CardsBox.js +1 -1
  152. package/dist/lib/components/CarouselBox/CarouselBox.js +1 -1
  153. package/dist/lib/components/Container/Container.css +1324 -1324
  154. package/dist/lib/components/Container/Container.js +1 -1
  155. package/dist/lib/components/DarkGradientCards/DarkGradientCards.css +2 -2
  156. package/dist/lib/components/DarkGradientCards/DarkGradientCards.js +1 -1
  157. package/dist/lib/components/DarkGradientCards/components/DarkGradientCard.css +27 -27
  158. package/dist/lib/components/DarkGradientCards/components/DarkGradientCard.js +1 -1
  159. package/dist/lib/components/DownloadLinks/DownloadLink.css +5 -5
  160. package/dist/lib/components/DownloadLinks/DownloadLink.js +1 -1
  161. package/dist/lib/components/DownloadLinks/DownloadLinks.css +7 -7
  162. package/dist/lib/components/DownloadLinks/DownloadLinks.js +1 -1
  163. package/dist/lib/components/ImageBanner/ImageBanner.css +44 -41
  164. package/dist/lib/components/ImageBanner/ImageBanner.d.ts +2 -0
  165. package/dist/lib/components/ImageBanner/ImageBanner.js +7 -3
  166. package/dist/lib/components/InfoCards/InfoCards.css +14 -14
  167. package/dist/lib/components/InfoCards/InfoCards.js +1 -1
  168. package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.css +43 -43
  169. package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.js +1 -1
  170. package/dist/lib/components/Instructions/Instructions.css +140 -140
  171. package/dist/lib/components/Instructions/Instructions.js +1 -1
  172. package/dist/lib/components/Instructions/img/android-new.png +0 -0
  173. package/dist/lib/components/Instructions/img/android.png +0 -0
  174. package/dist/lib/components/Instructions/img/blackIphone.png +0 -0
  175. package/dist/lib/components/Instructions/img/iphone-new.png +0 -0
  176. package/dist/lib/components/Instructions/img/iphone15.png +0 -0
  177. package/dist/lib/components/Instructions/img/laptop-new.png +0 -0
  178. package/dist/lib/components/Instructions/img/laptop.png +0 -0
  179. package/dist/lib/components/Instructions/img/newIphone.png +0 -0
  180. package/dist/lib/components/Instructions/img/whiteIphone.png +0 -0
  181. package/dist/lib/components/NotificationBox/NotificationBox.js +1 -1
  182. package/dist/lib/components/NotificationBox/style/NotificationBox.css +5 -5
  183. package/dist/lib/components/PageTitle/PageTitle.css +13 -21
  184. package/dist/lib/components/PageTitle/PageTitle.js +3 -1
  185. package/dist/lib/components/Partners/Partners.css +8 -8
  186. package/dist/lib/components/Partners/Partners.js +1 -1
  187. package/dist/lib/components/PictureWithDescription/PictureWithDescription.css +12 -12
  188. package/dist/lib/components/PictureWithDescription/PictureWithDescription.js +1 -1
  189. package/dist/lib/components/Property/Property.css +28 -28
  190. package/dist/lib/components/Property/Property.js +1 -1
  191. package/dist/lib/components/Property/PropertyDescription.css +2 -2
  192. package/dist/lib/components/Property/PropertyDescription.js +1 -1
  193. package/dist/lib/components/SidePictureCards/SidePictureCards.js +1 -1
  194. package/dist/lib/components/SidePictureCards/components/SidePictureCard.css +25 -25
  195. package/dist/lib/components/SidePictureCards/components/SidePictureCard.js +1 -1
  196. package/dist/lib/components/Steps/Steps.css +8 -8
  197. package/dist/lib/components/Steps/Steps.js +1 -1
  198. package/dist/lib/components/Steps/StepsItem.css +4 -4
  199. package/dist/lib/components/Steps/StepsItem.js +1 -1
  200. package/dist/lib/components/StoreBanner/StoreBanner.css +67 -67
  201. package/dist/lib/components/StoreBanner/StoreBanner.js +1 -1
  202. package/dist/lib/components/StoreBanner/doc/img/android-screen.png +0 -0
  203. package/dist/lib/components/StoreBanner/doc/img/qr-code.png +0 -0
  204. package/dist/lib/components/StoreBanner/doc/img/screen.png +0 -0
  205. package/dist/lib/components/StoreBanner/img/android.png +0 -0
  206. package/dist/lib/components/StoreBanner/img/black-iphone.png +0 -0
  207. package/dist/lib/components/StoreBanner/img/new-iphone.png +0 -0
  208. package/dist/lib/components/StoreBanner/img/white-iphone.png +0 -0
  209. package/dist/lib/components/StoreButton/StoreButton.css +121 -121
  210. package/dist/lib/components/StoreButton/StoreButton.js +1 -1
  211. package/dist/lib/components/StoreButton/img/app-store-large.png +0 -0
  212. package/dist/lib/components/StoreButton/img/galaxy-store-large.png +0 -0
  213. package/dist/lib/components/StoreButton/img/google-play-large.png +0 -0
  214. package/dist/lib/components/StoreButton/img/huawei-store-large.png +0 -0
  215. package/dist/lib/components/StoreButton/img/mi-store-large.png +0 -0
  216. package/dist/lib/components/StoreButton/img/ru-store-large.png +0 -0
  217. package/dist/lib/components/StoreButton/img/v-appstore-large.png +0 -0
  218. package/dist/lib/components/StoreButton/img/v-appstore.png +0 -0
  219. package/dist/lib/components/Table/Table.css +27 -27
  220. package/dist/lib/components/Table/Table.js +1 -1
  221. package/dist/lib/components/TabsBox/TabsBox.js +1 -1
  222. package/dist/lib/components/TextBox/TextBox.css +6 -6
  223. package/dist/lib/components/TextBox/TextBox.js +1 -1
  224. package/dist/lib/components/TextBox/TextBoxPicture.css +6 -6
  225. package/dist/lib/components/TextBox/TextBoxPicture.js +1 -1
  226. package/dist/lib/components/TextWithIcon/TextWithIcon.css +1 -1
  227. package/dist/lib/components/TextWithIcon/TextWithIcon.js +1 -1
  228. package/dist/lib/components/TextWithIcon/TextWithIconItem.css +5 -5
  229. package/dist/lib/components/TextWithIcon/TextWithIconItem.js +1 -1
  230. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.css +7 -7
  231. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.js +1 -1
  232. package/dist/lib/components/VideoBanner/VideoBanner.css +43 -48
  233. package/dist/lib/components/VideoBanner/VideoBanner.js +2 -1
  234. package/dist/lib/components/VideoBlock/VideoBlock.css +18 -18
  235. package/dist/lib/components/VideoBlock/VideoBlock.js +1 -1
  236. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,29 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [6.7.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-shared@6.6.0...@megafon/ui-shared@6.7.0) (2024-10-15)
7
+
8
+
9
+ ### Features
10
+
11
+ * **breadcrumbs:** add optional props disabledOnMobile and hasMarginTop ([898319a](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/898319adb83df6be862c4050b872902f05157be8))
12
+ * **imagebanner:** add optional prop hasMarginTop ([4bb25e6](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/4bb25e6bd0ecb9b3b2ebe9ec9582fc53bca485a8))
13
+
14
+
15
+
16
+
17
+
18
+ # [6.6.0](/compare/@megafon/ui-shared@6.5.1...@megafon/ui-shared@6.6.0) (2024-10-02)
19
+
20
+
21
+ ### Features
22
+
23
+ * **css classes:** add v6 into css classes 11d5ef2
24
+
25
+
26
+
27
+
28
+
6
29
  ## [6.5.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-shared@6.5.0...@megafon/ui-shared@6.5.1) (2024-09-24)
7
30
 
8
31
  **Note:** Version bump only for package @megafon/ui-shared
@@ -1469,13 +1492,13 @@ remove depreacted value 'freshAsphalt'
1469
1492
 
1470
1493
  ### Features
1471
1494
 
1472
- * rename prefix mfui-beta to mfui ([41b2ea4](https://github.com/MegafonWebLab/megafon-ui/commit/41b2ea4880ee6dd0e76b862bfc0d2a86031d734c))
1495
+ * rename prefix mfui-v6-beta to mfui ([41b2ea4](https://github.com/MegafonWebLab/megafon-ui/commit/41b2ea4880ee6dd0e76b862bfc0d2a86031d734c))
1473
1496
 
1474
1497
 
1475
1498
  ### BREAKING CHANGES
1476
1499
 
1477
- * 1.x.x version of ui library also has mfui- prefix for components. please, check,
1478
- that you don't have any styles or business logic (e.g. css or js selectors) using mfui- prefix as
1500
+ * 1.x.x version of ui library also has mfui-v6- prefix for components. please, check,
1501
+ that you don't have any styles or business logic (e.g. css or js selectors) using mfui-v6- prefix as
1479
1502
  match pattern.
1480
1503
 
1481
1504
 
@@ -5,11 +5,11 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-accordion-box + .mfui-accordion-box {
8
+ .mfui-v6-accordion-box + .mfui-v6-accordion-box {
9
9
  margin-top: 8px;
10
10
  }
11
11
  @media screen and (min-width: 768px) {
12
- .mfui-accordion-box + .mfui-accordion-box {
12
+ .mfui-v6-accordion-box + .mfui-v6-accordion-box {
13
13
  margin-top: 12px;
14
14
  }
15
15
  }
@@ -22,7 +22,7 @@ import * as PropTypes from 'prop-types';
22
22
  import "./AccordionBox.css";
23
23
  import { getColumnConfig } from "../../helpers/getColumnConfig";
24
24
  var testIdPrefix = 'AccordionBox';
25
- var cn = cnCreate('mfui-accordion-box');
25
+ var cn = cnCreate('mfui-v6-accordion-box');
26
26
 
27
27
  var AccordionBox = function AccordionBox(_a) {
28
28
  var _a$hCenterAlignWide = _a.hCenterAlignWide,
@@ -23,7 +23,7 @@ var IconPlay = function IconPlay(props) {
23
23
  }));
24
24
  };
25
25
 
26
- var cn = cnCreate('mfui-audio-player');
26
+ var cn = cnCreate('mfui-v6-audio-player');
27
27
 
28
28
  var AudioPlayer = function AudioPlayer(_ref) {
29
29
  var audioSrc = _ref.audioSrc,
@@ -8,7 +8,7 @@ import useTrackDuration from "./hooks/useTrackDuration";
8
8
  import timerFormat from "./timerFormatUtil";
9
9
  import "./style/AudioProgress.css";
10
10
  export var INTERVAL_DELAY = 1000;
11
- var cn = cnCreate('mfui-audio-progress');
11
+ var cn = cnCreate('mfui-v6-audio-progress');
12
12
 
13
13
  var AudioProgress = function AudioProgress(_ref) {
14
14
  var audioRef = _ref.audioRef,
@@ -2,7 +2,7 @@ import _extends from "@babel/runtime/helpers/extends";
2
2
  import React from 'react';
3
3
  import { cnCreate, filterDataAttrs } from '@megafon/ui-helpers';
4
4
  import "./style/AudioRange.css";
5
- var cn = cnCreate('mfui-audio-range');
5
+ var cn = cnCreate('mfui-v6-audio-range');
6
6
 
7
7
  var AudioRange = function AudioRange(_ref) {
8
8
  var className = _ref.className,
@@ -27,7 +27,7 @@ var VolumeIcon = function VolumeIcon(props) {
27
27
  }));
28
28
  };
29
29
 
30
- var cn = cnCreate('mfui-audio-volume');
30
+ var cn = cnCreate('mfui-v6-audio-volume');
31
31
 
32
32
  var AudioVolume = function AudioVolume(_ref) {
33
33
  var onChangeAudioVolume = _ref.onChangeAudioVolume;
@@ -5,10 +5,10 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-audio-player {
8
+ .mfui-v6-audio-player {
9
9
  margin-top: 24px;
10
10
  }
11
- .mfui-audio-player__player {
11
+ .mfui-v6-audio-player__player {
12
12
  display: -webkit-box;
13
13
  display: -ms-flexbox;
14
14
  display: flex;
@@ -25,34 +25,34 @@ h5 {
25
25
  background: var(--spbSky0);
26
26
  }
27
27
  @media screen and (min-width: 768px) and (max-width: 1023px) {
28
- .mfui-audio-player__player {
28
+ .mfui-v6-audio-player__player {
29
29
  max-width: 530px;
30
30
  }
31
31
  }
32
32
  @media screen and (min-width: 1024px) {
33
- .mfui-audio-player__player {
33
+ .mfui-v6-audio-player__player {
34
34
  max-width: 550px;
35
35
  }
36
36
  }
37
- .mfui-audio-player__playing-controls {
37
+ .mfui-v6-audio-player__playing-controls {
38
38
  margin-right: 16px;
39
39
  }
40
- .mfui-audio-player_position_center .mfui-audio-player__player {
40
+ .mfui-v6-audio-player_position_center .mfui-v6-audio-player__player {
41
41
  margin: 0 auto;
42
42
  }
43
- .mfui-audio-player_position_left .mfui-audio-player__player {
43
+ .mfui-v6-audio-player_position_left .mfui-v6-audio-player__player {
44
44
  margin-right: auto;
45
45
  }
46
- .mfui-audio-player_position_right .mfui-audio-player__player {
46
+ .mfui-v6-audio-player_position_right .mfui-v6-audio-player__player {
47
47
  margin-left: auto;
48
48
  }
49
49
  @media screen and (min-width: 768px) and (max-width: 1023px) {
50
- .mfui-audio-player_full-width .mfui-audio-player__player {
50
+ .mfui-v6-audio-player_full-width .mfui-v6-audio-player__player {
51
51
  max-width: 100%;
52
52
  }
53
53
  }
54
54
  @media screen and (min-width: 1024px) {
55
- .mfui-audio-player_full-width .mfui-audio-player__player {
55
+ .mfui-v6-audio-player_full-width .mfui-v6-audio-player__player {
56
56
  max-width: 100%;
57
57
  }
58
58
  }
@@ -5,11 +5,11 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-audio-progress {
8
+ .mfui-v6-audio-progress {
9
9
  width: 100%;
10
10
  margin-right: 16px;
11
11
  }
12
- .mfui-audio-progress__info {
12
+ .mfui-v6-audio-progress__info {
13
13
  display: -webkit-box;
14
14
  display: -ms-flexbox;
15
15
  display: flex;
@@ -20,15 +20,15 @@ h5 {
20
20
  -ms-flex-pack: justify;
21
21
  justify-content: space-between;
22
22
  }
23
- .mfui-audio-progress__value {
23
+ .mfui-v6-audio-progress__value {
24
24
  color: var(-spbSky3);
25
25
  font-size: 12px;
26
26
  line-height: 18px;
27
27
  }
28
- .mfui-audio-progress__range-wrapper {
28
+ .mfui-v6-audio-progress__range-wrapper {
29
29
  margin-top: -2px;
30
30
  }
31
- .mfui-audio-progress__title {
31
+ .mfui-v6-audio-progress__title {
32
32
  color: var(--stcBlack);
33
33
  font-size: 12px;
34
34
  line-height: 18px;
@@ -5,7 +5,7 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-audio-range {
8
+ .mfui-v6-audio-range {
9
9
  width: 100%;
10
10
  height: 4px;
11
11
  border-radius: 2px;
@@ -16,10 +16,10 @@ h5 {
16
16
  cursor: pointer;
17
17
  -webkit-appearance: none;
18
18
  }
19
- .mfui-audio-range:focus {
19
+ .mfui-v6-audio-range:focus {
20
20
  outline: none;
21
21
  }
22
- .mfui-audio-range::-webkit-slider-thumb {
22
+ .mfui-v6-audio-range::-webkit-slider-thumb {
23
23
  width: 16px;
24
24
  height: 16px;
25
25
  border: none;
@@ -29,7 +29,7 @@ h5 {
29
29
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.15);
30
30
  -webkit-appearance: none;
31
31
  }
32
- .mfui-audio-range::-moz-range-thumb {
32
+ .mfui-v6-audio-range::-moz-range-thumb {
33
33
  width: 16px;
34
34
  height: 16px;
35
35
  border: none;
@@ -38,7 +38,7 @@ h5 {
38
38
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.15);
39
39
  -webkit-appearance: none;
40
40
  }
41
- .mfui-audio-range::-ms-thumb {
41
+ .mfui-v6-audio-range::-ms-thumb {
42
42
  width: 16px;
43
43
  height: 16px;
44
44
  border: none;
@@ -47,20 +47,20 @@ h5 {
47
47
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.15);
48
48
  -webkit-appearance: none;
49
49
  }
50
- .mfui-audio-range::-webkit-slider-runnable-track {
50
+ .mfui-v6-audio-range::-webkit-slider-runnable-track {
51
51
  border: none;
52
52
  background: transparent;
53
53
  -webkit-box-shadow: none;
54
54
  box-shadow: none;
55
55
  -webkit-appearance: none;
56
56
  }
57
- .mfui-audio-range::-moz-range-track {
57
+ .mfui-v6-audio-range::-moz-range-track {
58
58
  border: none;
59
59
  background: transparent;
60
60
  box-shadow: none;
61
61
  -webkit-appearance: none;
62
62
  }
63
- .mfui-audio-range::-ms-track {
63
+ .mfui-v6-audio-range::-ms-track {
64
64
  border: none;
65
65
  background: transparent;
66
66
  box-shadow: none;
@@ -5,17 +5,17 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-audio-volume {
8
+ .mfui-v6-audio-volume {
9
9
  width: 24px;
10
10
  }
11
- .mfui-audio-volume__tooltip-content {
11
+ .mfui-v6-audio-volume__tooltip-content {
12
12
  padding: 7px 16px 14px;
13
13
  border-radius: 12px;
14
14
  }
15
- .mfui-audio-volume__tooltip-content-shadow {
15
+ .mfui-v6-audio-volume__tooltip-content-shadow {
16
16
  border-radius: 12px;
17
17
  }
18
- .mfui-audio-volume__icon {
18
+ .mfui-v6-audio-volume__icon {
19
19
  display: none;
20
20
  width: 24px;
21
21
  min-width: 24px;
@@ -23,12 +23,12 @@ h5 {
23
23
  cursor: pointer;
24
24
  fill: var(--brandGreen);
25
25
  }
26
- .mfui-audio-volume__icon_visible {
26
+ .mfui-v6-audio-volume__icon_visible {
27
27
  display: block;
28
28
  }
29
- .mfui-audio-volume__icon:hover {
29
+ .mfui-v6-audio-volume__icon:hover {
30
30
  fill: var(--buttonHoverGreen);
31
31
  }
32
- .mfui-audio-volume__range {
32
+ .mfui-v6-audio-volume__range {
33
33
  max-width: 128px;
34
34
  }
@@ -17,7 +17,7 @@ var __rest = this && this.__rest || function (s, e) {
17
17
  import * as React from 'react';
18
18
  import { Banner } from '@megafon/ui-core';
19
19
  import { cnCreate } from '@megafon/ui-helpers';
20
- var cn = cnCreate('mfui-banner-box');
20
+ var cn = cnCreate('mfui-v6-banner-box');
21
21
 
22
22
  var BannerBox = function BannerBox(_a) {
23
23
  var children = _a.children,
@@ -13,7 +13,7 @@ import getMultiColumnConfig, { getOneColumnConfig } from "./helpers";
13
13
  import { IconPositionEnum, ItemsAlignEnum, BackgroundEnum } from "./types";
14
14
  import "./style/BenefitsIcons.css";
15
15
  var testIdPrefix = 'BenefitsIcons';
16
- var cn = cnCreate('mfui-benefits-icons');
16
+ var cn = cnCreate('mfui-v6-benefits-icons');
17
17
 
18
18
  var BenefitsIcons = function BenefitsIcons(_ref) {
19
19
  var dataAttrs = _ref.dataAttrs,
@@ -7,7 +7,7 @@ import PropTypes from 'prop-types';
7
7
  import { IconPositionEnum, BackgroundEnum } from "./types";
8
8
  import "./style/BenefitsIconsTile.css";
9
9
  var testIdPrefix = 'BenefitsIconsTile';
10
- var cn = cnCreate('mfui-benefits-icons-tile');
10
+ var cn = cnCreate('mfui-v6-benefits-icons-tile');
11
11
 
12
12
  var BenefitsIconsTile = function BenefitsIconsTile(_ref) {
13
13
  var dataAttrs = _ref.dataAttrs,
@@ -5,34 +5,34 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-benefits-icons {
8
+ .mfui-v6-benefits-icons {
9
9
  overflow: hidden;
10
10
  }
11
- .mfui-benefits-icons__inner {
11
+ .mfui-v6-benefits-icons__inner {
12
12
  margin-bottom: -20px;
13
13
  }
14
- .mfui-benefits-icons_background_transparent .mfui-benefits-icons__inner {
14
+ .mfui-v6-benefits-icons_background_transparent .mfui-v6-benefits-icons__inner {
15
15
  margin-bottom: -48px;
16
16
  }
17
- .mfui-benefits-icons__column {
17
+ .mfui-v6-benefits-icons__column {
18
18
  margin-bottom: 20px;
19
19
  }
20
- .mfui-benefits-icons_background_transparent .mfui-benefits-icons__column {
20
+ .mfui-v6-benefits-icons_background_transparent .mfui-v6-benefits-icons__column {
21
21
  margin-bottom: 48px;
22
22
  }
23
- .mfui-benefits-icons_one-column .mfui-benefits-icons__inner {
23
+ .mfui-v6-benefits-icons_one-column .mfui-v6-benefits-icons__inner {
24
24
  margin-bottom: -24px;
25
25
  }
26
26
  @media screen and (max-width: 767px) {
27
- .mfui-benefits-icons_one-column .mfui-benefits-icons__inner {
27
+ .mfui-v6-benefits-icons_one-column .mfui-v6-benefits-icons__inner {
28
28
  margin-bottom: -32px;
29
29
  }
30
30
  }
31
- .mfui-benefits-icons_one-column .mfui-benefits-icons__column {
31
+ .mfui-v6-benefits-icons_one-column .mfui-v6-benefits-icons__column {
32
32
  margin-bottom: 24px;
33
33
  }
34
34
  @media screen and (max-width: 767px) {
35
- .mfui-benefits-icons_one-column .mfui-benefits-icons__column {
35
+ .mfui-v6-benefits-icons_one-column .mfui-v6-benefits-icons__column {
36
36
  margin-bottom: 32px;
37
37
  }
38
38
  }
@@ -5,86 +5,86 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-benefits-icons-tile {
8
+ .mfui-v6-benefits-icons-tile {
9
9
  min-height: 100%;
10
10
  padding: 24px;
11
11
  border-radius: 12px;
12
12
  }
13
- .mfui-benefits-icons-tile_background_transparent {
13
+ .mfui-v6-benefits-icons-tile_background_transparent {
14
14
  padding: 0;
15
15
  }
16
- .mfui-benefits-icons-tile_background_gray {
16
+ .mfui-v6-benefits-icons-tile_background_gray {
17
17
  background-color: var(--spbSky0);
18
18
  }
19
- .mfui-benefits-icons-tile_background_green {
19
+ .mfui-v6-benefits-icons-tile_background_green {
20
20
  background-color: var(--brandGreen20);
21
21
  }
22
- .mfui-benefits-icons-tile_background_purple {
22
+ .mfui-v6-benefits-icons-tile_background_purple {
23
23
  background-color: var(--brandPurple20);
24
24
  }
25
- .mfui-benefits-icons-tile .mfui-benefits-icons-tile__svg-icon {
25
+ .mfui-v6-benefits-icons-tile .mfui-v6-benefits-icons-tile__svg-icon {
26
26
  margin-bottom: 10px;
27
27
  }
28
- .mfui-benefits-icons-tile__content {
28
+ .mfui-v6-benefits-icons-tile__content {
29
29
  font-size: 15px;
30
30
  line-height: 24px;
31
31
  font-weight: 400;
32
32
  }
33
- .mfui-benefits-icons-tile__title + .mfui-benefits-icons-tile__content {
33
+ .mfui-v6-benefits-icons-tile__title + .mfui-v6-benefits-icons-tile__content {
34
34
  margin-top: 4px;
35
35
  }
36
- .mfui-benefits-icons-tile__text {
36
+ .mfui-v6-benefits-icons-tile__text {
37
37
  margin-bottom: 0;
38
38
  }
39
- .mfui-benefits-icons-tile__img-icon {
39
+ .mfui-v6-benefits-icons-tile__img-icon {
40
40
  width: 64px;
41
41
  height: 64px;
42
42
  border-radius: 8px;
43
43
  }
44
- .mfui-benefits-icons-tile__svg-icon {
44
+ .mfui-v6-benefits-icons-tile__svg-icon {
45
45
  width: 40px;
46
46
  height: 40px;
47
47
  overflow: hidden;
48
48
  }
49
- .mfui-benefits-icons-tile__svg-icon svg {
49
+ .mfui-v6-benefits-icons-tile__svg-icon svg {
50
50
  fill: var(--brandGreen) !important;
51
51
  }
52
- .mfui-benefits-icons-tile_background_purple .mfui-benefits-icons-tile__svg-icon svg {
52
+ .mfui-v6-benefits-icons-tile_background_purple .mfui-v6-benefits-icons-tile__svg-icon svg {
53
53
  fill: var(--brandPurple) !important;
54
54
  }
55
- .mfui-benefits-icons-tile_icon-position_left-side .mfui-benefits-icons-tile__inner {
55
+ .mfui-v6-benefits-icons-tile_icon-position_left-side .mfui-v6-benefits-icons-tile__inner {
56
56
  display: -webkit-box;
57
57
  display: -ms-flexbox;
58
58
  display: flex;
59
59
  }
60
- .mfui-benefits-icons-tile_icon-position_left-side .mfui-benefits-icons-tile__content-wrapper {
60
+ .mfui-v6-benefits-icons-tile_icon-position_left-side .mfui-v6-benefits-icons-tile__content-wrapper {
61
61
  padding-top: 8px;
62
62
  }
63
- .mfui-benefits-icons-tile_icon-position_left-side .mfui-benefits-icons-tile__svg-icon,
64
- .mfui-benefits-icons-tile_icon-position_left-side .mfui-benefits-icons-tile__img-icon {
63
+ .mfui-v6-benefits-icons-tile_icon-position_left-side .mfui-v6-benefits-icons-tile__svg-icon,
64
+ .mfui-v6-benefits-icons-tile_icon-position_left-side .mfui-v6-benefits-icons-tile__img-icon {
65
65
  -ms-flex-negative: 0;
66
66
  flex-shrink: 0;
67
67
  margin-right: 14px;
68
68
  margin-bottom: 0;
69
69
  }
70
- .mfui-benefits-icons-tile_icon-position_left-side.mfui-benefits-icons-tile_image .mfui-benefits-icons-tile__inner {
70
+ .mfui-v6-benefits-icons-tile_icon-position_left-side.mfui-v6-benefits-icons-tile_image .mfui-v6-benefits-icons-tile__inner {
71
71
  -webkit-box-align: center;
72
72
  -ms-flex-align: center;
73
73
  align-items: center;
74
74
  }
75
- .mfui-benefits-icons-tile_icon-position_left-side.mfui-benefits-icons-tile_image .mfui-benefits-icons-tile__content-wrapper {
75
+ .mfui-v6-benefits-icons-tile_icon-position_left-side.mfui-v6-benefits-icons-tile_image .mfui-v6-benefits-icons-tile__content-wrapper {
76
76
  padding-top: 0;
77
77
  }
78
- .mfui-benefits-icons-tile_icon-position_left-side.mfui-benefits-icons-tile_image .mfui-benefits-icons-tile__svg-icon,
79
- .mfui-benefits-icons-tile_icon-position_left-side.mfui-benefits-icons-tile_image .mfui-benefits-icons-tile__img-icon {
78
+ .mfui-v6-benefits-icons-tile_icon-position_left-side.mfui-v6-benefits-icons-tile_image .mfui-v6-benefits-icons-tile__svg-icon,
79
+ .mfui-v6-benefits-icons-tile_icon-position_left-side.mfui-v6-benefits-icons-tile_image .mfui-v6-benefits-icons-tile__img-icon {
80
80
  -ms-flex-item-align: start;
81
81
  align-self: start;
82
82
  }
83
- .mfui-benefits-icons-tile_icon-position_center-top .mfui-benefits-icons-tile__inner {
83
+ .mfui-v6-benefits-icons-tile_icon-position_center-top .mfui-v6-benefits-icons-tile__inner {
84
84
  text-align: center;
85
85
  }
86
- .mfui-benefits-icons-tile_icon-position_center-top .mfui-benefits-icons-tile__svg-icon,
87
- .mfui-benefits-icons-tile_icon-position_center-top .mfui-benefits-icons-tile__img-icon {
86
+ .mfui-v6-benefits-icons-tile_icon-position_center-top .mfui-v6-benefits-icons-tile__svg-icon,
87
+ .mfui-v6-benefits-icons-tile_icon-position_center-top .mfui-v6-benefits-icons-tile__img-icon {
88
88
  margin-right: auto;
89
89
  margin-left: auto;
90
90
  }
@@ -13,7 +13,7 @@ import getCenterConfig, { getLeftConfig } from "./helpers";
13
13
  import "./BenfitsPictures.css";
14
14
  export var ONLY_LEFT_ALIGN_ITEMS_COUNT = 3;
15
15
  var testIdPrefix = 'BenefitsPictures';
16
- var cn = cnCreate('mfui-benefits-pictures');
16
+ var cn = cnCreate('mfui-v6-benefits-pictures');
17
17
 
18
18
  var BenefitsPictures = function BenefitsPictures(_ref) {
19
19
  var items = _ref.items,
@@ -5,39 +5,39 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-benefits-pictures {
8
+ .mfui-v6-benefits-pictures {
9
9
  overflow: hidden;
10
10
  }
11
- .mfui-benefits-pictures__inner {
11
+ .mfui-v6-benefits-pictures__inner {
12
12
  margin-bottom: -40px;
13
13
  }
14
14
  @media screen and (min-width: 768px) {
15
- .mfui-benefits-pictures__inner {
15
+ .mfui-v6-benefits-pictures__inner {
16
16
  margin-bottom: -48px;
17
17
  }
18
18
  }
19
- .mfui-benefits-pictures__item {
19
+ .mfui-v6-benefits-pictures__item {
20
20
  margin-bottom: 40px;
21
21
  }
22
22
  @media screen and (min-width: 768px) {
23
- .mfui-benefits-pictures__item {
23
+ .mfui-v6-benefits-pictures__item {
24
24
  margin-bottom: 48px;
25
25
  }
26
26
  }
27
- .mfui-benefits-pictures__content_h-align_center {
27
+ .mfui-v6-benefits-pictures__content_h-align_center {
28
28
  text-align: center;
29
29
  }
30
- .mfui-benefits-pictures__img {
30
+ .mfui-v6-benefits-pictures__img {
31
31
  max-width: 100%;
32
32
  margin-bottom: 32px;
33
33
  border-radius: 12px;
34
34
  vertical-align: top;
35
35
  }
36
- .mfui-benefits-pictures__img_h-align_center {
36
+ .mfui-v6-benefits-pictures__img_h-align_center {
37
37
  display: block;
38
38
  margin-right: auto;
39
39
  margin-left: auto;
40
40
  }
41
- .mfui-benefits-pictures__title {
41
+ .mfui-v6-benefits-pictures__title {
42
42
  margin-bottom: 12px;
43
43
  }
@@ -5,7 +5,7 @@ h4,
5
5
  h5 {
6
6
  margin: 0;
7
7
  }
8
- .mfui-blog-box {
8
+ .mfui-v6-blog-box {
9
9
  display: -webkit-box;
10
10
  display: -ms-flexbox;
11
11
  display: flex;
@@ -18,7 +18,7 @@ h5 {
18
18
  align-items: center;
19
19
  }
20
20
  @media screen and (min-width: 1024px) {
21
- .mfui-blog-box__list {
21
+ .mfui-v6-blog-box__list {
22
22
  display: grid;
23
23
  grid-template-columns: 1fr 1fr;
24
24
  -webkit-column-gap: 20px;
@@ -27,38 +27,38 @@ h5 {
27
27
  row-gap: 24px;
28
28
  }
29
29
  }
30
- .mfui-blog-box__list_row {
30
+ .mfui-v6-blog-box__list_row {
31
31
  grid-template-columns: repeat(6, 1fr);
32
32
  }
33
- .mfui-blog-box__list_row .mfui-blog-box__item {
33
+ .mfui-v6-blog-box__list_row .mfui-v6-blog-box__item {
34
34
  grid-column-end: span 2;
35
35
  }
36
- .mfui-blog-box__list_row-size_1 .mfui-blog-box__item {
36
+ .mfui-v6-blog-box__list_row-size_1 .mfui-v6-blog-box__item {
37
37
  grid-column-start: 3;
38
38
  }
39
- .mfui-blog-box__list_row-size_2 .mfui-blog-box__item:first-child {
39
+ .mfui-v6-blog-box__list_row-size_2 .mfui-v6-blog-box__item:first-child {
40
40
  grid-column-start: 2;
41
41
  }
42
- .mfui-blog-box__item_view_thumbnail {
42
+ .mfui-v6-blog-box__item_view_thumbnail {
43
43
  margin-top: 16px;
44
44
  }
45
45
  @media screen and (min-width: 1024px) {
46
- .mfui-blog-box__item_view_thumbnail {
46
+ .mfui-v6-blog-box__item_view_thumbnail {
47
47
  grid-column-start: 1;
48
48
  grid-column-end: 2;
49
49
  margin-top: 0;
50
50
  }
51
51
  }
52
- .mfui-blog-box__item_view_full {
52
+ .mfui-v6-blog-box__item_view_full {
53
53
  margin-bottom: 24px;
54
54
  }
55
55
  @media screen and (min-width: 768px) and (max-width: 1023px) {
56
- .mfui-blog-box__item_view_full {
56
+ .mfui-v6-blog-box__item_view_full {
57
57
  margin-bottom: 32px;
58
58
  }
59
59
  }
60
60
  @media screen and (min-width: 1024px) {
61
- .mfui-blog-box__item_view_full {
61
+ .mfui-v6-blog-box__item_view_full {
62
62
  grid-row-start: 1;
63
63
  grid-row-end: 4;
64
64
  grid-column-start: 2;
@@ -66,27 +66,27 @@ h5 {
66
66
  margin-bottom: 0;
67
67
  }
68
68
  }
69
- .mfui-blog-box__button-wrapper {
69
+ .mfui-v6-blog-box__button-wrapper {
70
70
  margin-top: 32px;
71
71
  }
72
72
  @media screen and (min-width: 768px) and (max-width: 1023px) {
73
- .mfui-blog-box__button-wrapper {
73
+ .mfui-v6-blog-box__button-wrapper {
74
74
  margin-top: 40px;
75
75
  }
76
76
  }
77
77
  @media screen and (min-width: 1024px) {
78
- .mfui-blog-box__button-wrapper {
78
+ .mfui-v6-blog-box__button-wrapper {
79
79
  margin-top: 56px;
80
80
  }
81
81
  }
82
- .mfui-blog-box__button {
82
+ .mfui-v6-blog-box__button {
83
83
  min-width: 208px;
84
84
  }
85
- .mfui-blog-box_align-left {
85
+ .mfui-v6-blog-box_align-left {
86
86
  -webkit-box-align: start;
87
87
  -ms-flex-align: start;
88
88
  align-items: flex-start;
89
89
  }
90
- .mfui-blog-box_align-left .mfui-blog-box__item:first-child {
90
+ .mfui-v6-blog-box_align-left .mfui-v6-blog-box__item:first-child {
91
91
  grid-column-start: 1;
92
92
  }
@@ -10,7 +10,7 @@ import useResolutions from "../../hooks/useResolutions";
10
10
  import BlogBoxTile from "./components/BlogBoxTile";
11
11
  import "./BlogBox.css";
12
12
  var maxItemsCount = 4;
13
- var cn = cnCreate('mfui-blog-box');
13
+ var cn = cnCreate('mfui-v6-blog-box');
14
14
 
15
15
  var BlogBox = function BlogBox(_ref) {
16
16
  var items = _ref.items,