@megafon/ui-shared 5.15.0 → 6.0.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (285) hide show
  1. package/dist/es/components/AccordionBox/AccordionBox.css +1 -15
  2. package/dist/es/components/AccordionBox/AccordionBox.d.ts +2 -2
  3. package/dist/es/components/AccordionBox/AccordionBox.js +6 -49
  4. package/dist/es/components/AudioPlayer/AudioPlayer.d.ts +2 -2
  5. package/dist/es/components/AudioPlayer/AudioPlayer.js +11 -27
  6. package/dist/es/components/AudioPlayer/AudioProgress.d.ts +1 -1
  7. package/dist/es/components/AudioPlayer/AudioProgress.js +10 -22
  8. package/dist/es/components/AudioPlayer/AudioRange.d.ts +1 -1
  9. package/dist/es/components/AudioPlayer/AudioRange.js +8 -10
  10. package/dist/es/components/AudioPlayer/AudioVolume.d.ts +1 -1
  11. package/dist/es/components/AudioPlayer/AudioVolume.js +3 -12
  12. package/dist/es/components/AudioPlayer/hooks/useTrackDuration.js +4 -10
  13. package/dist/es/components/AudioPlayer/style/AudioPlayer.css +1 -58
  14. package/dist/es/components/AudioPlayer/style/AudioProgress.css +1 -35
  15. package/dist/es/components/AudioPlayer/style/AudioRange.css +1 -68
  16. package/dist/es/components/AudioPlayer/style/AudioVolume.css +1 -34
  17. package/dist/es/components/AudioPlayer/timerFormatUtil.js +1 -9
  18. package/dist/es/components/BannerBox/BannerBox.d.ts +1 -1
  19. package/dist/es/components/BannerBox/BannerBox.js +3 -12
  20. package/dist/es/components/BenefitsIcons/BenefitsIcons.d.ts +1 -1
  21. package/dist/es/components/BenefitsIcons/BenefitsIcons.js +23 -64
  22. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.d.ts +1 -1
  23. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.js +9 -36
  24. package/dist/es/components/BenefitsIcons/helpers.d.ts +3 -3
  25. package/dist/es/components/BenefitsIcons/helpers.js +6 -20
  26. package/dist/es/components/BenefitsIcons/style/BenefitsIcons.css +1 -38
  27. package/dist/es/components/BenefitsIcons/style/BenefitsIconsTile.css +1 -90
  28. package/dist/es/components/BenefitsIcons/types.d.ts +5 -5
  29. package/dist/es/components/BenefitsPictures/BenefitsPictures.d.ts +1 -1
  30. package/dist/es/components/BenefitsPictures/BenefitsPictures.js +19 -49
  31. package/dist/es/components/BenefitsPictures/BenfitsPictures.css +1 -43
  32. package/dist/es/components/BenefitsPictures/helpers.d.ts +2 -2
  33. package/dist/es/components/BenefitsPictures/helpers.js +0 -14
  34. package/dist/es/components/BenefitsPictures/types.d.ts +3 -3
  35. package/dist/es/components/BenefitsPictures/types.js +1 -0
  36. package/dist/es/components/Breadcrumbs/Breadcrumbs.css +1 -43
  37. package/dist/es/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
  38. package/dist/es/components/Breadcrumbs/Breadcrumbs.js +10 -39
  39. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.css +1 -16
  40. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.d.ts +4 -4
  41. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.js +11 -36
  42. package/dist/es/components/ButtonBanner/ButtonBanner.css +1 -122
  43. package/dist/es/components/ButtonBanner/ButtonBanner.d.ts +7 -7
  44. package/dist/es/components/ButtonBanner/ButtonBanner.js +22 -53
  45. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.css +1 -19
  46. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.d.ts +3 -3
  47. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.js +20 -51
  48. package/dist/es/components/Card/Card.css +1 -308
  49. package/dist/es/components/Card/Card.d.ts +3 -3
  50. package/dist/es/components/Card/Card.js +20 -109
  51. package/dist/es/components/Card/types.d.ts +9 -9
  52. package/dist/es/components/Card/types.js +1 -0
  53. package/dist/es/components/CardsBox/CardsBox.js +3 -14
  54. package/dist/es/components/CardsBox/helpers.d.ts +2 -2
  55. package/dist/es/components/CardsBox/helpers.js +0 -4
  56. package/dist/es/components/CarouselBox/CarouselBox.d.ts +2 -2
  57. package/dist/es/components/CarouselBox/CarouselBox.js +11 -24
  58. package/dist/es/components/Container/Container.css +1 -3101
  59. package/dist/es/components/Container/Container.d.ts +7 -5
  60. package/dist/es/components/Container/Container.js +10 -25
  61. package/dist/es/components/DownloadLinks/DownloadLink.css +1 -37
  62. package/dist/es/components/DownloadLinks/DownloadLink.d.ts +1 -1
  63. package/dist/es/components/DownloadLinks/DownloadLink.js +13 -44
  64. package/dist/es/components/DownloadLinks/DownloadLinks.css +1 -36
  65. package/dist/es/components/DownloadLinks/DownloadLinks.d.ts +3 -3
  66. package/dist/es/components/DownloadLinks/DownloadLinks.js +2 -13
  67. package/dist/es/components/FaqWrapper/FaqWrapper.d.ts +5 -2
  68. package/dist/es/components/FaqWrapper/FaqWrapper.js +1 -3
  69. package/dist/es/components/ImageBanner/ImageBanner.css +1 -239
  70. package/dist/es/components/ImageBanner/ImageBanner.d.ts +14 -16
  71. package/dist/es/components/ImageBanner/ImageBanner.js +41 -111
  72. package/dist/es/components/Instructions/Instructions.css +1 -790
  73. package/dist/es/components/Instructions/Instructions.d.ts +11 -11
  74. package/dist/es/components/Instructions/Instructions.js +41 -94
  75. package/dist/es/components/NotificationBox/NotificationBox.css +1 -0
  76. package/dist/es/components/NotificationBox/NotificationBox.d.ts +4 -4
  77. package/dist/es/components/NotificationBox/NotificationBox.js +5 -19
  78. package/dist/es/components/PageTitle/PageTitle.css +1 -80
  79. package/dist/es/components/PageTitle/PageTitle.d.ts +2 -2
  80. package/dist/es/components/PageTitle/PageTitle.js +12 -37
  81. package/dist/es/components/Partners/Partners.css +1 -53
  82. package/dist/es/components/Partners/Partners.d.ts +2 -2
  83. package/dist/es/components/Partners/Partners.js +17 -48
  84. package/dist/es/components/PictureWithDescription/PictureWithDescription.css +1 -80
  85. package/dist/es/components/PictureWithDescription/PictureWithDescription.d.ts +4 -2
  86. package/dist/es/components/PictureWithDescription/PictureWithDescription.js +10 -28
  87. package/dist/es/components/Property/Property.css +1 -156
  88. package/dist/es/components/Property/Property.d.ts +4 -4
  89. package/dist/es/components/Property/Property.js +37 -81
  90. package/dist/es/components/Property/PropertyDescription.css +1 -17
  91. package/dist/es/components/Property/PropertyDescription.d.ts +3 -3
  92. package/dist/es/components/Property/PropertyDescription.js +8 -28
  93. package/dist/es/components/Property/types.d.ts +7 -5
  94. package/dist/es/components/Property/types.js +1 -0
  95. package/dist/es/components/Steps/Steps.css +1 -41
  96. package/dist/es/components/Steps/Steps.d.ts +2 -1
  97. package/dist/es/components/Steps/Steps.js +4 -19
  98. package/dist/es/components/Steps/StepsItem.css +1 -42
  99. package/dist/es/components/Steps/StepsItem.d.ts +2 -2
  100. package/dist/es/components/Steps/StepsItem.js +2 -9
  101. package/dist/es/components/StoreBanner/StoreBanner.css +1 -346
  102. package/dist/es/components/StoreBanner/StoreBanner.d.ts +5 -5
  103. package/dist/es/components/StoreBanner/StoreBanner.js +41 -97
  104. package/dist/es/components/StoreButton/StoreButton.css +1 -327
  105. package/dist/es/components/StoreButton/StoreButton.d.ts +3 -3
  106. package/dist/es/components/StoreButton/StoreButton.js +13 -44
  107. package/dist/es/components/Table/Table.css +1 -157
  108. package/dist/es/components/Table/Table.d.ts +1 -1
  109. package/dist/es/components/Table/Table.js +31 -51
  110. package/dist/es/components/Table/TableCell.js +0 -6
  111. package/dist/es/components/Table/TableRow.js +1 -10
  112. package/dist/es/components/TabsBox/TabsBox.d.ts +1 -1
  113. package/dist/es/components/TabsBox/TabsBox.js +4 -13
  114. package/dist/es/components/TextBox/TextBox.css +1 -25
  115. package/dist/es/components/TextBox/TextBox.d.ts +2 -1
  116. package/dist/es/components/TextBox/TextBox.js +8 -23
  117. package/dist/es/components/TextBox/TextBoxPicture.css +1 -27
  118. package/dist/es/components/TextBox/TextBoxPicture.d.ts +2 -2
  119. package/dist/es/components/TextBox/TextBoxPicture.js +5 -14
  120. package/dist/es/components/TextWithIcon/TextWithIcon.css +1 -10
  121. package/dist/es/components/TextWithIcon/TextWithIcon.d.ts +1 -1
  122. package/dist/es/components/TextWithIcon/TextWithIcon.js +6 -24
  123. package/dist/es/components/TextWithIcon/TextWithIconItem.css +1 -31
  124. package/dist/es/components/TextWithIcon/TextWithIconItem.d.ts +1 -1
  125. package/dist/es/components/TextWithIcon/TextWithIconItem.js +6 -21
  126. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.css +1 -31
  127. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +1 -1
  128. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.js +6 -23
  129. package/dist/es/components/VideoBanner/VideoBanner.css +1 -225
  130. package/dist/es/components/VideoBanner/VideoBanner.d.ts +7 -7
  131. package/dist/es/components/VideoBanner/VideoBanner.js +47 -110
  132. package/dist/es/components/VideoBlock/VideoBlock.css +1 -106
  133. package/dist/es/components/VideoBlock/VideoBlock.d.ts +4 -4
  134. package/dist/es/components/VideoBlock/VideoBlock.js +35 -75
  135. package/dist/es/helpers/getColumnConfig.d.ts +5 -1
  136. package/dist/lib/components/AccordionBox/AccordionBox.css +1 -15
  137. package/dist/lib/components/AccordionBox/AccordionBox.d.ts +2 -2
  138. package/dist/lib/components/AccordionBox/AccordionBox.js +10 -66
  139. package/dist/lib/components/AudioPlayer/AudioPlayer.d.ts +2 -2
  140. package/dist/lib/components/AudioPlayer/AudioPlayer.js +32 -56
  141. package/dist/lib/components/AudioPlayer/AudioProgress.d.ts +1 -1
  142. package/dist/lib/components/AudioPlayer/AudioProgress.js +12 -43
  143. package/dist/lib/components/AudioPlayer/AudioRange.d.ts +1 -1
  144. package/dist/lib/components/AudioPlayer/AudioRange.js +9 -17
  145. package/dist/lib/components/AudioPlayer/AudioVolume.d.ts +1 -1
  146. package/dist/lib/components/AudioPlayer/AudioVolume.js +4 -23
  147. package/dist/lib/components/AudioPlayer/hooks/useTrackDuration.js +5 -16
  148. package/dist/lib/components/AudioPlayer/style/AudioPlayer.css +1 -58
  149. package/dist/lib/components/AudioPlayer/style/AudioProgress.css +1 -35
  150. package/dist/lib/components/AudioPlayer/style/AudioRange.css +1 -68
  151. package/dist/lib/components/AudioPlayer/style/AudioVolume.css +1 -34
  152. package/dist/lib/components/AudioPlayer/timerFormatUtil.js +2 -13
  153. package/dist/lib/components/BannerBox/BannerBox.d.ts +1 -1
  154. package/dist/lib/components/BannerBox/BannerBox.js +7 -25
  155. package/dist/lib/components/BenefitsIcons/BenefitsIcons.d.ts +1 -1
  156. package/dist/lib/components/BenefitsIcons/BenefitsIcons.js +26 -86
  157. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.d.ts +1 -1
  158. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.js +13 -53
  159. package/dist/lib/components/BenefitsIcons/helpers.d.ts +3 -3
  160. package/dist/lib/components/BenefitsIcons/helpers.js +10 -37
  161. package/dist/lib/components/BenefitsIcons/style/BenefitsIcons.css +1 -38
  162. package/dist/lib/components/BenefitsIcons/style/BenefitsIconsTile.css +1 -90
  163. package/dist/lib/components/BenefitsIcons/types.d.ts +5 -5
  164. package/dist/lib/components/BenefitsIcons/types.js +5 -8
  165. package/dist/lib/components/BenefitsPictures/BenefitsPictures.d.ts +1 -1
  166. package/dist/lib/components/BenefitsPictures/BenefitsPictures.js +24 -71
  167. package/dist/lib/components/BenefitsPictures/BenfitsPictures.css +1 -43
  168. package/dist/lib/components/BenefitsPictures/helpers.d.ts +2 -2
  169. package/dist/lib/components/BenefitsPictures/helpers.js +9 -40
  170. package/dist/lib/components/BenefitsPictures/types.d.ts +3 -3
  171. package/dist/lib/components/BenefitsPictures/types.js +5 -1
  172. package/dist/lib/components/Breadcrumbs/Breadcrumbs.css +1 -43
  173. package/dist/lib/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
  174. package/dist/lib/components/Breadcrumbs/Breadcrumbs.js +18 -60
  175. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.css +1 -16
  176. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.d.ts +4 -4
  177. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.js +22 -55
  178. package/dist/lib/components/ButtonBanner/ButtonBanner.css +1 -122
  179. package/dist/lib/components/ButtonBanner/ButtonBanner.d.ts +7 -7
  180. package/dist/lib/components/ButtonBanner/ButtonBanner.js +40 -89
  181. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.css +1 -19
  182. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.d.ts +3 -3
  183. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.js +29 -72
  184. package/dist/lib/components/Card/Card.css +1 -308
  185. package/dist/lib/components/Card/Card.d.ts +3 -3
  186. package/dist/lib/components/Card/Card.js +58 -154
  187. package/dist/lib/components/Card/types.d.ts +9 -9
  188. package/dist/lib/components/Card/types.js +5 -1
  189. package/dist/lib/components/CardsBox/CardsBox.js +7 -31
  190. package/dist/lib/components/CardsBox/helpers.d.ts +2 -2
  191. package/dist/lib/components/CardsBox/helpers.js +1 -8
  192. package/dist/lib/components/CarouselBox/CarouselBox.d.ts +2 -2
  193. package/dist/lib/components/CarouselBox/CarouselBox.js +15 -39
  194. package/dist/lib/components/Container/Container.css +1 -3101
  195. package/dist/lib/components/Container/Container.d.ts +7 -5
  196. package/dist/lib/components/Container/Container.js +17 -39
  197. package/dist/lib/components/DownloadLinks/DownloadLink.css +1 -37
  198. package/dist/lib/components/DownloadLinks/DownloadLink.d.ts +1 -1
  199. package/dist/lib/components/DownloadLinks/DownloadLink.js +17 -60
  200. package/dist/lib/components/DownloadLinks/DownloadLinks.css +1 -36
  201. package/dist/lib/components/DownloadLinks/DownloadLinks.d.ts +3 -3
  202. package/dist/lib/components/DownloadLinks/DownloadLinks.js +8 -33
  203. package/dist/lib/components/FaqWrapper/FaqWrapper.d.ts +5 -2
  204. package/dist/lib/components/FaqWrapper/FaqWrapper.js +6 -9
  205. package/dist/lib/components/ImageBanner/ImageBanner.css +1 -239
  206. package/dist/lib/components/ImageBanner/ImageBanner.d.ts +14 -16
  207. package/dist/lib/components/ImageBanner/ImageBanner.js +64 -161
  208. package/dist/lib/components/Instructions/Instructions.css +1 -790
  209. package/dist/lib/components/Instructions/Instructions.d.ts +11 -11
  210. package/dist/lib/components/Instructions/Instructions.js +103 -186
  211. package/dist/lib/components/NotificationBox/NotificationBox.css +1 -0
  212. package/dist/lib/components/NotificationBox/NotificationBox.d.ts +4 -4
  213. package/dist/lib/components/NotificationBox/NotificationBox.js +9 -37
  214. package/dist/lib/components/PageTitle/PageTitle.css +1 -80
  215. package/dist/lib/components/PageTitle/PageTitle.d.ts +2 -2
  216. package/dist/lib/components/PageTitle/PageTitle.js +15 -52
  217. package/dist/lib/components/Partners/Partners.css +1 -53
  218. package/dist/lib/components/Partners/Partners.d.ts +2 -2
  219. package/dist/lib/components/Partners/Partners.js +21 -65
  220. package/dist/lib/components/PictureWithDescription/PictureWithDescription.css +1 -80
  221. package/dist/lib/components/PictureWithDescription/PictureWithDescription.d.ts +4 -2
  222. package/dist/lib/components/PictureWithDescription/PictureWithDescription.js +16 -46
  223. package/dist/lib/components/Property/Property.css +1 -156
  224. package/dist/lib/components/Property/Property.d.ts +4 -4
  225. package/dist/lib/components/Property/Property.js +60 -120
  226. package/dist/lib/components/Property/PropertyDescription.css +1 -17
  227. package/dist/lib/components/Property/PropertyDescription.d.ts +3 -3
  228. package/dist/lib/components/Property/PropertyDescription.js +15 -46
  229. package/dist/lib/components/Property/types.d.ts +7 -5
  230. package/dist/lib/components/Property/types.js +5 -1
  231. package/dist/lib/components/Steps/Steps.css +1 -41
  232. package/dist/lib/components/Steps/Steps.d.ts +2 -1
  233. package/dist/lib/components/Steps/Steps.js +8 -35
  234. package/dist/lib/components/Steps/StepsItem.css +1 -42
  235. package/dist/lib/components/Steps/StepsItem.d.ts +2 -2
  236. package/dist/lib/components/Steps/StepsItem.js +11 -23
  237. package/dist/lib/components/StoreBanner/StoreBanner.css +1 -346
  238. package/dist/lib/components/StoreBanner/StoreBanner.d.ts +5 -5
  239. package/dist/lib/components/StoreBanner/StoreBanner.js +47 -118
  240. package/dist/lib/components/StoreButton/StoreButton.css +1 -327
  241. package/dist/lib/components/StoreButton/StoreButton.d.ts +3 -3
  242. package/dist/lib/components/StoreButton/StoreButton.js +17 -63
  243. package/dist/lib/components/Table/Table.css +1 -157
  244. package/dist/lib/components/Table/Table.d.ts +1 -1
  245. package/dist/lib/components/Table/Table.js +35 -68
  246. package/dist/lib/components/Table/TableCell.js +4 -16
  247. package/dist/lib/components/Table/TableRow.js +5 -19
  248. package/dist/lib/components/TabsBox/TabBox.js +1 -4
  249. package/dist/lib/components/TabsBox/TabsBox.d.ts +1 -1
  250. package/dist/lib/components/TabsBox/TabsBox.js +8 -26
  251. package/dist/lib/components/TextBox/TextBox.css +1 -25
  252. package/dist/lib/components/TextBox/TextBox.d.ts +2 -1
  253. package/dist/lib/components/TextBox/TextBox.js +12 -36
  254. package/dist/lib/components/TextBox/TextBoxPicture.css +1 -27
  255. package/dist/lib/components/TextBox/TextBoxPicture.d.ts +2 -2
  256. package/dist/lib/components/TextBox/TextBoxPicture.js +11 -29
  257. package/dist/lib/components/TextWithIcon/TextWithIcon.css +1 -10
  258. package/dist/lib/components/TextWithIcon/TextWithIcon.d.ts +1 -1
  259. package/dist/lib/components/TextWithIcon/TextWithIcon.js +10 -39
  260. package/dist/lib/components/TextWithIcon/TextWithIconItem.css +1 -31
  261. package/dist/lib/components/TextWithIcon/TextWithIconItem.d.ts +1 -1
  262. package/dist/lib/components/TextWithIcon/TextWithIconItem.js +10 -37
  263. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.css +1 -31
  264. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +1 -1
  265. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.js +10 -40
  266. package/dist/lib/components/VideoBanner/VideoBanner.css +1 -225
  267. package/dist/lib/components/VideoBanner/VideoBanner.d.ts +7 -7
  268. package/dist/lib/components/VideoBanner/VideoBanner.js +83 -176
  269. package/dist/lib/components/VideoBlock/VideoBlock.css +1 -106
  270. package/dist/lib/components/VideoBlock/VideoBlock.d.ts +4 -4
  271. package/dist/lib/components/VideoBlock/VideoBlock.js +58 -114
  272. package/dist/lib/constants/throttleTime.js +2 -3
  273. package/dist/lib/helpers/getColumnConfig.d.ts +5 -1
  274. package/dist/lib/helpers/getColumnConfig.js +2 -5
  275. package/dist/lib/index.js +10 -57
  276. package/package.json +89 -92
  277. package/CHANGELOG.md +0 -3962
  278. package/dist/es/components/NotificationBox/style/NotificationBox.css +0 -28
  279. package/dist/es/components/StoreBanner/doc/img/android-screen.png +0 -0
  280. package/dist/es/components/StoreBanner/doc/img/qr-code.png +0 -0
  281. package/dist/es/components/StoreBanner/doc/img/screen.png +0 -0
  282. package/dist/lib/components/NotificationBox/style/NotificationBox.css +0 -28
  283. package/dist/lib/components/StoreBanner/doc/img/android-screen.png +0 -0
  284. package/dist/lib/components/StoreBanner/doc/img/qr-code.png +0 -0
  285. package/dist/lib/components/StoreBanner/doc/img/screen.png +0 -0
@@ -1,239 +1 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-image-banner {
9
- position: relative;
10
- display: -webkit-box;
11
- display: -ms-flexbox;
12
- display: flex;
13
- -webkit-box-orient: vertical;
14
- -webkit-box-direction: normal;
15
- -ms-flex-direction: column;
16
- flex-direction: column;
17
- -webkit-box-pack: justify;
18
- -ms-flex-pack: justify;
19
- justify-content: space-between;
20
- overflow: hidden;
21
- }
22
- @media screen and (min-width: 1024px) {
23
- .mfui-image-banner {
24
- -webkit-box-orient: horizontal;
25
- -webkit-box-direction: normal;
26
- -ms-flex-direction: row;
27
- flex-direction: row;
28
- -webkit-box-align: center;
29
- -ms-flex-align: center;
30
- align-items: center;
31
- height: 420px;
32
- padding: 0 80px;
33
- }
34
- }
35
- .mfui-image-banner__picture {
36
- display: -webkit-box;
37
- display: -ms-flexbox;
38
- display: flex;
39
- -ms-flex-negative: 0;
40
- flex-shrink: 0;
41
- -webkit-box-pack: center;
42
- -ms-flex-pack: center;
43
- justify-content: center;
44
- }
45
- @media screen and (min-width: 1024px) {
46
- .mfui-image-banner__picture {
47
- width: 356px;
48
- height: 100%;
49
- }
50
- }
51
- @media screen and (min-width: 1280px) {
52
- .mfui-image-banner__picture {
53
- width: 408px;
54
- }
55
- }
56
- .mfui-image-banner__picture_v-align_top {
57
- -webkit-box-align: start;
58
- -ms-flex-align: start;
59
- align-items: flex-start;
60
- }
61
- .mfui-image-banner__picture_v-align_center {
62
- -webkit-box-align: center;
63
- -ms-flex-align: center;
64
- align-items: center;
65
- }
66
- .mfui-image-banner__picture_v-align_bottom {
67
- -webkit-box-align: end;
68
- -ms-flex-align: end;
69
- align-items: flex-end;
70
- }
71
- .mfui-image-banner__background-image {
72
- display: block;
73
- max-width: 100%;
74
- max-height: 150px;
75
- }
76
- @media screen and (min-width: 768px) and (max-width: 1023px) {
77
- .mfui-image-banner__background-image {
78
- max-height: 230px;
79
- }
80
- }
81
- @media screen and (min-width: 1024px) {
82
- .mfui-image-banner__background-image {
83
- max-height: 100%;
84
- -o-object-fit: contain;
85
- object-fit: contain;
86
- }
87
- }
88
- .mfui-image-banner__content {
89
- z-index: 1;
90
- }
91
- @media screen and (max-width: 1023px) {
92
- .mfui-image-banner__content {
93
- padding: 24px;
94
- }
95
- }
96
- @media screen and (min-width: 768px) and (max-width: 1023px) {
97
- .mfui-image-banner__content {
98
- text-align: center;
99
- }
100
- }
101
- .mfui-image-banner__description {
102
- margin-top: 16px;
103
- white-space: pre-wrap;
104
- }
105
- .mfui-image-banner__cost {
106
- font-size: 15px;
107
- line-height: 24px;
108
- font-weight: 500;
109
- margin-top: 16px;
110
- }
111
- .mfui-image-banner__value {
112
- display: inline;
113
- margin: 0 4px;
114
- }
115
- @media screen and (max-width: 1023px), screen and (min-width: 1024px) and (max-width: 1279px) {
116
- .mfui-image-banner__value {
117
- line-height: 21px;
118
- }
119
- }
120
- .mfui-image-banner__title,
121
- .mfui-image-banner__text {
122
- white-space: pre-wrap;
123
- }
124
- .mfui-image-banner__children {
125
- display: -webkit-box;
126
- display: -ms-flexbox;
127
- display: flex;
128
- -webkit-box-orient: vertical;
129
- -webkit-box-direction: normal;
130
- -ms-flex-direction: column;
131
- flex-direction: column;
132
- -ms-flex-wrap: wrap;
133
- flex-wrap: wrap;
134
- gap: 16px;
135
- -webkit-box-align: center;
136
- -ms-flex-align: center;
137
- align-items: center;
138
- -webkit-box-pack: center;
139
- -ms-flex-pack: center;
140
- justify-content: center;
141
- margin-top: 32px;
142
- }
143
- @media screen and (min-width: 768px) {
144
- .mfui-image-banner__children {
145
- -webkit-box-orient: horizontal;
146
- -webkit-box-direction: normal;
147
- -ms-flex-direction: row;
148
- flex-direction: row;
149
- }
150
- }
151
- @media screen and (min-width: 1024px) {
152
- .mfui-image-banner__children {
153
- -webkit-box-pack: start;
154
- -ms-flex-pack: start;
155
- justify-content: flex-start;
156
- }
157
- }
158
- @media screen and (max-width: 1023px) {
159
- .mfui-image-banner__badges-container {
160
- display: -webkit-box;
161
- display: -ms-flexbox;
162
- display: flex;
163
- gap: 8px;
164
- }
165
- }
166
- .mfui-image-banner__badges {
167
- display: -webkit-box;
168
- display: -ms-flexbox;
169
- display: flex;
170
- -webkit-box-flex: 1;
171
- -ms-flex-positive: 1;
172
- flex-grow: 1;
173
- -ms-flex-wrap: wrap;
174
- flex-wrap: wrap;
175
- gap: 8px;
176
- margin-bottom: 16px;
177
- }
178
- .mfui-image-banner__ad-block {
179
- margin: 0 0 16px auto;
180
- }
181
- @media screen and (min-width: 1024px) {
182
- .mfui-image-banner__ad-block {
183
- position: absolute;
184
- top: 24px;
185
- right: 24px;
186
- }
187
- }
188
- .mfui-image-banner_radius_rounded {
189
- border-radius: 24px;
190
- }
191
- @media screen and (min-width: 1024px) {
192
- .mfui-image-banner_auto-height .mfui-image-banner__content {
193
- padding: 48px 0;
194
- }
195
- }
196
- @media screen and (min-width: 1024px) {
197
- .mfui-image-banner_auto-height {
198
- height: auto;
199
- }
200
- }
201
- @media screen and (min-width: 1024px) {
202
- .mfui-image-banner_full-width .mfui-image-banner__background-image {
203
- position: absolute;
204
- right: 0;
205
- bottom: 0;
206
- display: block;
207
- max-width: unset;
208
- }
209
- }
210
- @media screen and (min-width: 1024px) {
211
- .mfui-image-banner_full-width.mfui-image-banner_auto-height .mfui-image-banner__background-image {
212
- width: 100%;
213
- height: 100%;
214
- -o-object-fit: cover;
215
- object-fit: cover;
216
- }
217
- }
218
- .mfui-image-banner_background-color_green {
219
- background-color: var(--brandGreen);
220
- }
221
- .mfui-image-banner_background-color_purple {
222
- background-color: var(--brandPurple);
223
- }
224
- .mfui-image-banner_background-color_gradient {
225
- background: -webkit-gradient(linear, right top, left top, from(#ADA6BA), to(#F6F2F9));
226
- background: linear-gradient(270deg, #ADA6BA 0%, #F6F2F9 100%);
227
- }
228
- .mfui-image-banner_background-color_light {
229
- background-color: #F6F2F9;
230
- }
231
- .mfui-image-banner_background-color_spbSky0 {
232
- background-color: var(--spbSky0);
233
- }
234
- .mfui-image-banner_text-color_light .mfui-image-banner__content {
235
- color: var(--stcWhite);
236
- }
237
- .mfui-image-banner_text-color_dark .mfui-image-banner__content {
238
- color: var(--stcBlack);
239
- }
1
+ h1,h2,h3,h4,h5{margin:0}.mfui-image-banner{overflow:hidden;position:relative}@media screen and (min-width:1024px){.mfui-image-banner{height:420px;padding:0 80px}.mfui-image-banner__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;height:100%;justify-content:space-between}}.mfui-image-banner__picture{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (min-width:1024px){.mfui-image-banner__picture{height:100%;width:356px}}@media screen and (min-width:1280px){.mfui-image-banner__picture{width:408px}}.mfui-image-banner__picture_v-align_top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mfui-image-banner__picture_v-align_center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mfui-image-banner__picture_v-align_bottom{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.mfui-image-banner__background-image{display:block;max-height:250px;max-width:100%}@media screen and (min-width:768px) and (max-width:1023px){.mfui-image-banner__background-image{max-height:280px}}@media screen and (min-width:1024px){.mfui-image-banner__background-image{max-height:100%;-o-object-fit:contain;object-fit:contain}}.mfui-image-banner__content{z-index:1}@media screen and (max-width:1023px){.mfui-image-banner__content{padding:24px}}@media screen and (min-width:768px) and (max-width:1023px){.mfui-image-banner__content{text-align:center}}@media screen and (max-width:1023px){.mfui-image-banner_bottom-offset .mfui-image-banner__content{padding-bottom:72px}}.mfui-image-banner__description{margin-top:16px;white-space:pre-wrap}.mfui-image-banner__cost{font-size:15px;font-weight:500;line-height:24px;margin-top:16px}.mfui-image-banner__value{display:inline;margin:0 4px}@media screen and (max-width:1023px),screen and (min-width:1024px) and (max-width:1279px){.mfui-image-banner__value{line-height:21px}}.mfui-image-banner__text,.mfui-image-banner__title{white-space:pre-wrap}.mfui-image-banner__children{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:32px}@media screen and (min-width:768px){.mfui-image-banner__children{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media screen and (min-width:1024px){.mfui-image-banner__children{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media screen and (max-width:1023px){.mfui-image-banner__badges-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}}.mfui-image-banner__badges{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-bottom:16px}.mfui-image-banner__ad-block{margin:0 0 16px auto}@media screen and (min-width:1024px){.mfui-image-banner__ad-block{position:absolute;right:24px;top:24px}}.mfui-image-banner_radius_rounded{border-radius:24px}@media screen and (min-width:1024px){.mfui-image-banner_auto-height .mfui-image-banner__content{padding:48px 0}.mfui-image-banner_auto-height{height:auto}.mfui-image-banner_full-width .mfui-image-banner__background-image{bottom:0;display:block;max-width:unset;position:absolute;right:0}.mfui-image-banner_full-width.mfui-image-banner_auto-height .mfui-image-banner__background-image{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}}.mfui-image-banner_background-color_green{background-color:var(--brandGreen)}.mfui-image-banner_background-color_purple{background-color:var(--brandPurple)}.mfui-image-banner_background-color_gradient{background:-webkit-gradient(linear,right top,left top,from(#ada6ba),to(#f6f2f9));background:linear-gradient(270deg,#ada6ba,#f6f2f9)}.mfui-image-banner_background-color_light{background-color:#f6f2f9}.mfui-image-banner_background-color_spbSky0{background-color:var(--spbSky0)}.mfui-image-banner_text-color_light .mfui-image-banner__content{color:var(--stcWhite)}.mfui-image-banner_text-color_dark .mfui-image-banner__content{color:var(--stcBlack)}
@@ -1,6 +1,6 @@
1
- import React, { Ref } from 'react';
1
+ import * as React from 'react';
2
2
  import { PriceBadge } from '@megafon/ui-core';
3
- import './ImageBanner.less';
3
+ import './ImageBanner.scss';
4
4
  export declare const BackgroundColor: {
5
5
  readonly TRANSPARENT: "transparent";
6
6
  readonly GREEN: "green";
@@ -9,25 +9,25 @@ export declare const BackgroundColor: {
9
9
  readonly GRADIENT: "gradient";
10
10
  readonly LIGHT: "light";
11
11
  };
12
- export declare type BackgroundColorType = typeof BackgroundColor[keyof typeof BackgroundColor];
12
+ export type BackgroundColorType = (typeof BackgroundColor)[keyof typeof BackgroundColor];
13
13
  export declare const Radius: {
14
14
  readonly CORNERS: "corners";
15
15
  readonly ROUNDED: "rounded";
16
16
  };
17
- export declare type RadiusType = typeof Radius[keyof typeof Radius];
17
+ export type RadiusType = (typeof Radius)[keyof typeof Radius];
18
18
  export declare const NavTheme: {
19
19
  readonly LIGHT: "light";
20
20
  readonly DARK: "dark";
21
21
  };
22
- export declare type NavThemeType = typeof NavTheme[keyof typeof NavTheme];
22
+ export type NavThemeType = (typeof NavTheme)[keyof typeof NavTheme];
23
23
  export declare const ImageVerticalAlign: {
24
24
  readonly TOP: "top";
25
25
  readonly CENTER: "center";
26
26
  readonly BOTTOM: "bottom";
27
27
  };
28
- export declare type ImageVerticalAlignType = typeof ImageVerticalAlign[keyof typeof ImageVerticalAlign];
29
- declare type PriceBadgeTypes = React.ComponentProps<typeof PriceBadge>;
30
- export declare type PriceBadgePropsType = Pick<PriceBadgeTypes, 'iconType'> & {
28
+ export type ImageVerticalAlignType = (typeof ImageVerticalAlign)[keyof typeof ImageVerticalAlign];
29
+ type PriceBadgeTypes = React.ComponentProps<typeof PriceBadge>;
30
+ export type PriceBadgePropsType = Pick<PriceBadgeTypes, 'iconType'> & {
31
31
  /** Текст бейджа */
32
32
  text: string;
33
33
  };
@@ -52,17 +52,13 @@ export interface IImageBannerProps {
52
52
  adBlock?: string;
53
53
  };
54
54
  /** Ссылка на корневой элемент */
55
- rootRef?: Ref<HTMLDivElement>;
55
+ rootRef?: React.Ref<HTMLDivElement>;
56
56
  /** Заголовок */
57
- title?: string | React.ReactNode | React.ReactNode[];
57
+ title: string | React.ReactNode | React.ReactNode[];
58
58
  /** Текст-описание */
59
59
  description?: string | React.ReactNode | React.ReactNode[];
60
60
  /** Строка со стоимостью услуги */
61
61
  cost?: string;
62
- /** Тег заголовка на разрешении экрана 0-767 */
63
- headerLevelMobile?: 'h1' | 'h2';
64
- /** Тег заголовка на разрешении экрана 768+ */
65
- headerLevel?: 'h1' | 'h2';
66
62
  /** Фоновый цвет */
67
63
  backgroundColor?: BackgroundColorType;
68
64
  /** Радиус границы */
@@ -85,8 +81,10 @@ export interface IImageBannerProps {
85
81
  isImageFullWidth?: boolean;
86
82
  /** Данные для блока с бейджами */
87
83
  badges?: PriceBadgePropsType[];
84
+ /** Дополнительный отступ снизу при использовании в баннере */
85
+ hasBottomOffset?: boolean;
88
86
  /** Элемент блока с рекламой */
89
- adBlock?: JSX.Element | null;
87
+ adBlock?: JSX.Element;
90
88
  }
91
- declare const ImageBanner: React.FC<IImageBannerProps>;
89
+ declare const ImageBanner: React.FC<React.PropsWithChildren<IImageBannerProps>>;
92
90
  export default ImageBanner;
@@ -1,41 +1,22 @@
1
1
  "use strict";
2
2
 
3
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
4
-
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
5
4
  Object.defineProperty(exports, "__esModule", {
6
5
  value: true
7
6
  });
8
- exports["default"] = exports.ImageVerticalAlign = exports.NavTheme = exports.Radius = exports.BackgroundColor = void 0;
9
-
7
+ exports["default"] = exports.Radius = exports.NavTheme = exports.ImageVerticalAlign = exports.BackgroundColor = void 0;
10
8
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
11
-
12
- var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
13
-
14
9
  require("core-js/modules/es.symbol.js");
15
-
16
10
  require("core-js/modules/es.symbol.description.js");
17
-
18
- require("core-js/modules/es.array.map.js");
19
-
20
11
  require("core-js/modules/es.array.concat.js");
21
-
22
- require("core-js/modules/es.object.values.js");
23
-
24
- var _react = _interopRequireDefault(require("react"));
25
-
12
+ require("core-js/modules/es.array.map.js");
13
+ var React = _interopRequireWildcard(require("react"));
26
14
  var _uiCore = require("@megafon/ui-core");
27
-
28
15
  var _uiHelpers = require("@megafon/ui-helpers");
29
-
30
- var PropTypes = _interopRequireWildcard(require("prop-types"));
31
-
32
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
33
-
34
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
35
-
16
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
17
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
36
18
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
37
-
38
- var BackgroundColor = {
19
+ var BackgroundColor = exports.BackgroundColor = {
39
20
  TRANSPARENT: 'transparent',
40
21
  GREEN: 'green',
41
22
  PURPLE: 'purple',
@@ -43,41 +24,34 @@ var BackgroundColor = {
43
24
  GRADIENT: 'gradient',
44
25
  LIGHT: 'light'
45
26
  };
46
- exports.BackgroundColor = BackgroundColor;
47
- var Radius = {
27
+ var Radius = exports.Radius = {
48
28
  CORNERS: 'corners',
49
29
  ROUNDED: 'rounded'
50
30
  };
51
- exports.Radius = Radius;
52
- var NavTheme = {
31
+ var NavTheme = exports.NavTheme = {
53
32
  LIGHT: 'light',
54
33
  DARK: 'dark'
55
34
  };
56
- exports.NavTheme = NavTheme;
57
- var ImageVerticalAlign = {
35
+ var ImageVerticalAlign = exports.ImageVerticalAlign = {
58
36
  TOP: 'top',
59
37
  CENTER: 'center',
60
38
  BOTTOM: 'bottom'
61
39
  };
62
- exports.ImageVerticalAlign = ImageVerticalAlign;
63
-
64
40
  var getTheme = function getTheme(backgrounColor) {
65
41
  switch (backgrounColor) {
66
42
  case BackgroundColor.GREEN:
67
43
  case BackgroundColor.PURPLE:
68
44
  return NavTheme.LIGHT;
69
-
70
45
  default:
71
46
  return NavTheme.DARK;
72
47
  }
73
48
  };
74
-
75
49
  var cn = (0, _uiHelpers.cnCreate)('mfui-image-banner');
76
50
  var typographyConfig = {
77
51
  b: {
78
52
  component: function component(_ref) {
79
53
  var children = _ref.children;
80
- return /*#__PURE__*/_react["default"].createElement(_uiCore.Header, {
54
+ return /*#__PURE__*/React.createElement(_uiCore.Header, {
81
55
  className: cn('value'),
82
56
  as: "h3",
83
57
  color: "inherit"
@@ -85,169 +59,98 @@ var typographyConfig = {
85
59
  }
86
60
  }
87
61
  };
88
-
89
62
  var ImageBanner = function ImageBanner(_ref2) {
90
63
  var dataAttrs = _ref2.dataAttrs,
91
- className = _ref2.className,
92
- _ref2$classes = _ref2.classes,
93
- classes = _ref2$classes === void 0 ? {} : _ref2$classes,
94
- rootRef = _ref2.rootRef,
95
- _ref2$imageMobile = _ref2.imageMobile,
96
- imageMobile = _ref2$imageMobile === void 0 ? '' : _ref2$imageMobile,
97
- _ref2$imageMobile2x = _ref2.imageMobile2x,
98
- imageMobile2x = _ref2$imageMobile2x === void 0 ? '' : _ref2$imageMobile2x,
99
- _ref2$imageDesktop = _ref2.imageDesktop,
100
- imageDesktop = _ref2$imageDesktop === void 0 ? '' : _ref2$imageDesktop,
101
- _ref2$imageDesktop2x = _ref2.imageDesktop2x,
102
- imageDesktop2x = _ref2$imageDesktop2x === void 0 ? '' : _ref2$imageDesktop2x,
103
- _ref2$imageAlt = _ref2.imageAlt,
104
- imageAlt = _ref2$imageAlt === void 0 ? '' : _ref2$imageAlt,
105
- _ref2$imageVerticalAl = _ref2.imageVerticalAlign,
106
- imageVerticalAlign = _ref2$imageVerticalAl === void 0 ? ImageVerticalAlign.CENTER : _ref2$imageVerticalAl,
107
- title = _ref2.title,
108
- description = _ref2.description,
109
- cost = _ref2.cost,
110
- _ref2$headerLevelMobi = _ref2.headerLevelMobile,
111
- headerLevelMobile = _ref2$headerLevelMobi === void 0 ? 'h1' : _ref2$headerLevelMobi,
112
- _ref2$headerLevel = _ref2.headerLevel,
113
- headerLevel = _ref2$headerLevel === void 0 ? 'h1' : _ref2$headerLevel,
114
- _ref2$backgroundColor = _ref2.backgroundColor,
115
- backgroundColor = _ref2$backgroundColor === void 0 ? BackgroundColor.TRANSPARENT : _ref2$backgroundColor,
116
- _ref2$radius = _ref2.radius,
117
- radius = _ref2$radius === void 0 ? Radius.CORNERS : _ref2$radius,
118
- autoHeight = _ref2.autoHeight,
119
- isImageFullWidth = _ref2.isImageFullWidth,
120
- _ref2$badges = _ref2.badges,
121
- badges = _ref2$badges === void 0 ? [] : _ref2$badges,
122
- adBlock = _ref2.adBlock,
123
- _ref2$children = _ref2.children,
124
- children = _ref2$children === void 0 ? [] : _ref2$children;
125
-
126
- var _React$useState = _react["default"].useState(false),
127
- _React$useState2 = (0, _slicedToArray2["default"])(_React$useState, 2),
128
- isMobile = _React$useState2[0],
129
- setIsMobile = _React$useState2[1];
130
-
131
- _react["default"].useEffect(function () {
132
- var mediaQuery = window.matchMedia("(max-width: ".concat(_uiHelpers.breakpoints.MOBILE_MIDDLE_END, "px)"));
133
-
134
- var handleMediaChange = function handleMediaChange(_ref3) {
135
- var matches = _ref3.matches;
136
- setIsMobile(matches);
137
- };
138
-
139
- setIsMobile(mediaQuery.matches);
140
- mediaQuery.addEventListener('change', handleMediaChange);
141
- return function () {
142
- mediaQuery.removeEventListener('change', handleMediaChange);
143
- };
144
- }, []);
145
-
64
+ className = _ref2.className,
65
+ _ref2$classes = _ref2.classes,
66
+ classes = _ref2$classes === void 0 ? {} : _ref2$classes,
67
+ rootRef = _ref2.rootRef,
68
+ _ref2$imageMobile = _ref2.imageMobile,
69
+ imageMobile = _ref2$imageMobile === void 0 ? '' : _ref2$imageMobile,
70
+ _ref2$imageMobile2x = _ref2.imageMobile2x,
71
+ imageMobile2x = _ref2$imageMobile2x === void 0 ? '' : _ref2$imageMobile2x,
72
+ _ref2$imageDesktop = _ref2.imageDesktop,
73
+ imageDesktop = _ref2$imageDesktop === void 0 ? '' : _ref2$imageDesktop,
74
+ _ref2$imageDesktop2x = _ref2.imageDesktop2x,
75
+ imageDesktop2x = _ref2$imageDesktop2x === void 0 ? '' : _ref2$imageDesktop2x,
76
+ _ref2$imageAlt = _ref2.imageAlt,
77
+ imageAlt = _ref2$imageAlt === void 0 ? '' : _ref2$imageAlt,
78
+ _ref2$imageVerticalAl = _ref2.imageVerticalAlign,
79
+ imageVerticalAlign = _ref2$imageVerticalAl === void 0 ? ImageVerticalAlign.CENTER : _ref2$imageVerticalAl,
80
+ title = _ref2.title,
81
+ description = _ref2.description,
82
+ cost = _ref2.cost,
83
+ _ref2$backgroundColor = _ref2.backgroundColor,
84
+ backgroundColor = _ref2$backgroundColor === void 0 ? BackgroundColor.TRANSPARENT : _ref2$backgroundColor,
85
+ _ref2$radius = _ref2.radius,
86
+ radius = _ref2$radius === void 0 ? Radius.CORNERS : _ref2$radius,
87
+ autoHeight = _ref2.autoHeight,
88
+ isImageFullWidth = _ref2.isImageFullWidth,
89
+ _ref2$badges = _ref2.badges,
90
+ badges = _ref2$badges === void 0 ? [] : _ref2$badges,
91
+ hasBottomOffset = _ref2.hasBottomOffset,
92
+ adBlock = _ref2.adBlock,
93
+ _ref2$children = _ref2.children,
94
+ children = _ref2$children === void 0 ? [] : _ref2$children;
146
95
  var navTheme = getTheme(backgroundColor);
147
96
  var hasImage = !!(imageMobile || imageMobile2x || imageDesktop || imageDesktop2x);
148
-
149
- var renderBadges = !!badges.length && /*#__PURE__*/_react["default"].createElement("div", {
97
+ var renderBadges = !!badges.length && /*#__PURE__*/React.createElement("div", {
150
98
  className: cn('badges', [classes.badges])
151
- }, badges.map(function (_ref4) {
152
- var text = _ref4.text,
153
- iconType = _ref4.iconType;
154
- return /*#__PURE__*/_react["default"].createElement(_uiCore.PriceBadge, {
99
+ }, badges.map(function (_ref3) {
100
+ var text = _ref3.text,
101
+ iconType = _ref3.iconType;
102
+ return /*#__PURE__*/React.createElement(_uiCore.PriceBadge, {
155
103
  className: classes.badge,
156
104
  theme: navTheme,
157
105
  iconType: iconType,
158
106
  key: text
159
107
  }, text);
160
108
  }));
161
-
162
- var renderAdBlock = !!adBlock && /*#__PURE__*/_react["default"].createElement("div", {
109
+ var renderAdBlock = !!adBlock && /*#__PURE__*/React.createElement("div", {
163
110
  className: cn('ad-block', [classes.adBlock])
164
111
  }, adBlock);
165
-
166
- var renderContent = /*#__PURE__*/_react["default"].createElement("div", {
112
+ var renderContent = /*#__PURE__*/React.createElement("div", {
167
113
  className: cn('content')
168
- }, /*#__PURE__*/_react["default"].createElement("div", {
114
+ }, /*#__PURE__*/React.createElement("div", {
169
115
  className: cn('badges-container', [classes.badgesContainer])
170
- }, renderBadges, renderAdBlock), !!title && /*#__PURE__*/_react["default"].createElement(_uiCore.Header, {
116
+ }, renderBadges, renderAdBlock), !!title && /*#__PURE__*/React.createElement(_uiCore.Header, {
171
117
  className: cn('title', [classes.title]),
172
- color: "inherit",
173
- as: isMobile ? headerLevelMobile : headerLevel
174
- }, typeof title === 'string' ? (0, _uiHelpers.convert)(title, _uiHelpers.titleConvertConfig) : title), !!description && /*#__PURE__*/_react["default"].createElement(_uiCore.Header, {
118
+ color: "inherit"
119
+ }, typeof title === 'string' ? (0, _uiHelpers.convert)(title, _uiHelpers.titleConvertConfig) : title), !!description && /*#__PURE__*/React.createElement(_uiCore.Header, {
175
120
  className: cn('description', [classes.description]),
176
121
  as: "h5",
177
122
  color: "inherit"
178
- }, typeof description === 'string' ? (0, _uiHelpers.convert)(description, _uiHelpers.titleConvertConfig) : description), !!cost && /*#__PURE__*/_react["default"].createElement("div", {
123
+ }, typeof description === 'string' ? (0, _uiHelpers.convert)(description, _uiHelpers.titleConvertConfig) : description), !!cost && /*#__PURE__*/React.createElement("div", {
179
124
  className: cn('cost', [classes.cost])
180
- }, (0, _uiHelpers.convert)(cost, typographyConfig)), !!children && !!_react["default"].Children.count(children) && /*#__PURE__*/_react["default"].createElement("div", {
125
+ }, (0, _uiHelpers.convert)(cost, typographyConfig)), !!children && !!React.Children.count(children) && /*#__PURE__*/React.createElement("div", {
181
126
  className: cn('children')
182
127
  }, children));
183
-
184
- var renderImage = /*#__PURE__*/_react["default"].createElement("picture", {
128
+ var renderImage = /*#__PURE__*/React.createElement("picture", {
185
129
  className: cn('picture', {
186
130
  'v-align': imageVerticalAlign
187
131
  })
188
- }, /*#__PURE__*/_react["default"].createElement("source", {
132
+ }, /*#__PURE__*/React.createElement("source", {
189
133
  media: "(min-width: ".concat(_uiHelpers.breakpoints.DESKTOP_SMALL_START, "px)"),
190
134
  srcSet: "".concat(imageDesktop, ", ").concat(imageDesktop2x, " 2x")
191
- }), /*#__PURE__*/_react["default"].createElement("img", (0, _extends2["default"])({}, (0, _uiHelpers.filterDataAttrs)(dataAttrs === null || dataAttrs === void 0 ? void 0 : dataAttrs.image), {
135
+ }), /*#__PURE__*/React.createElement("img", (0, _extends2["default"])({}, (0, _uiHelpers.filterDataAttrs)(dataAttrs === null || dataAttrs === void 0 ? void 0 : dataAttrs.image), {
192
136
  className: cn('background-image', [classes.image]),
193
137
  src: imageMobile || imageMobile2x,
194
138
  srcSet: imageMobile2x ? "".concat(imageMobile2x, " 2x") : undefined,
195
139
  alt: imageAlt
196
140
  })));
197
-
198
- return /*#__PURE__*/_react["default"].createElement("div", (0, _extends2["default"])({}, (0, _uiHelpers.filterDataAttrs)(dataAttrs === null || dataAttrs === void 0 ? void 0 : dataAttrs.root), {
141
+ return /*#__PURE__*/React.createElement("div", (0, _extends2["default"])({}, (0, _uiHelpers.filterDataAttrs)(dataAttrs === null || dataAttrs === void 0 ? void 0 : dataAttrs.root), {
199
142
  className: cn({
200
143
  'background-color': backgroundColor,
201
144
  'text-color': navTheme,
202
145
  'has-image': hasImage,
203
146
  'auto-height': autoHeight,
204
147
  'full-width': isImageFullWidth,
148
+ 'bottom-offset': hasBottomOffset && !hasImage,
205
149
  radius: radius
206
150
  }, [className, classes.root]),
207
151
  ref: rootRef
208
- }), renderContent, hasImage && renderImage);
209
- };
210
-
211
- ImageBanner.propTypes = {
212
- dataAttrs: PropTypes.shape({
213
- root: PropTypes.objectOf(PropTypes.string.isRequired),
214
- image: PropTypes.objectOf(PropTypes.string.isRequired)
215
- }),
216
- className: PropTypes.string,
217
- classes: PropTypes.shape({
218
- root: PropTypes.string,
219
- image: PropTypes.string,
220
- title: PropTypes.string,
221
- description: PropTypes.string,
222
- cost: PropTypes.string,
223
- badgesContainer: PropTypes.string,
224
- badges: PropTypes.string,
225
- badge: PropTypes.string,
226
- adBlock: PropTypes.string
227
- }),
228
- rootRef: PropTypes.oneOfType([PropTypes.func, PropTypes.oneOfType([PropTypes.shape({
229
- current: PropTypes.elementType
230
- }), PropTypes.any])]),
231
- title: PropTypes.oneOfType([PropTypes.string, PropTypes.node, PropTypes.arrayOf(PropTypes.node)]),
232
- description: PropTypes.oneOfType([PropTypes.string, PropTypes.node, PropTypes.arrayOf(PropTypes.node)]),
233
- cost: PropTypes.string,
234
- headerLevelMobile: PropTypes.oneOf(['h1', 'h2']),
235
- headerLevel: PropTypes.oneOf(['h1', 'h2']),
236
- backgroundColor: PropTypes.oneOf(Object.values(BackgroundColor)),
237
- radius: PropTypes.oneOf(Object.values(Radius)),
238
- imageMobile: PropTypes.string,
239
- imageMobile2x: PropTypes.string,
240
- imageDesktop: PropTypes.string,
241
- imageDesktop2x: PropTypes.string,
242
- imageAlt: PropTypes.string,
243
- imageVerticalAlign: PropTypes.oneOf(Object.values(ImageVerticalAlign)),
244
- autoHeight: PropTypes.bool,
245
- isImageFullWidth: PropTypes.bool,
246
- badges: PropTypes.arrayOf(PropTypes.shape({
247
- iconType: PropTypes.oneOf(['timer', 'price', 'check', 'attention', 'info', 'profile']).isRequired,
248
- text: PropTypes.string.isRequired
249
- }).isRequired),
250
- adBlock: PropTypes.element
152
+ }), /*#__PURE__*/React.createElement("div", {
153
+ className: cn('wrapper')
154
+ }, renderContent, hasImage && renderImage));
251
155
  };
252
- var _default = ImageBanner;
253
- exports["default"] = _default;
156
+ var _default = exports["default"] = ImageBanner;