@megafon/ui-shared 5.17.0 → 6.0.0-beta.2

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 (283) 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/timerFormatUtil.js +1 -9
  14. package/dist/es/components/BannerBox/BannerBox.d.ts +1 -1
  15. package/dist/es/components/BannerBox/BannerBox.js +3 -12
  16. package/dist/es/components/BenefitsIcons/BenefitsIcons.d.ts +1 -1
  17. package/dist/es/components/BenefitsIcons/BenefitsIcons.js +23 -64
  18. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.d.ts +1 -1
  19. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.js +9 -36
  20. package/dist/es/components/BenefitsIcons/helpers.d.ts +3 -3
  21. package/dist/es/components/BenefitsIcons/helpers.js +6 -20
  22. package/dist/es/components/BenefitsIcons/types.d.ts +5 -5
  23. package/dist/es/components/BenefitsPictures/BenefitsPictures.d.ts +1 -1
  24. package/dist/es/components/BenefitsPictures/BenefitsPictures.js +19 -49
  25. package/dist/es/components/BenefitsPictures/BenfitsPictures.css +1 -43
  26. package/dist/es/components/BenefitsPictures/helpers.d.ts +2 -2
  27. package/dist/es/components/BenefitsPictures/helpers.js +0 -14
  28. package/dist/es/components/BenefitsPictures/types.d.ts +3 -3
  29. package/dist/es/components/BenefitsPictures/types.js +1 -0
  30. package/dist/es/components/Breadcrumbs/Breadcrumbs.css +1 -43
  31. package/dist/es/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
  32. package/dist/es/components/Breadcrumbs/Breadcrumbs.js +10 -39
  33. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.d.ts +4 -4
  34. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.js +11 -36
  35. package/dist/es/components/ButtonBanner/ButtonBanner.css +1 -122
  36. package/dist/es/components/ButtonBanner/ButtonBanner.d.ts +7 -7
  37. package/dist/es/components/ButtonBanner/ButtonBanner.js +22 -53
  38. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.css +1 -19
  39. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.d.ts +3 -3
  40. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.js +20 -51
  41. package/dist/es/components/Card/Card.d.ts +4 -4
  42. package/dist/es/components/Card/Card.js +25 -115
  43. package/dist/es/components/Card/types.d.ts +10 -10
  44. package/dist/es/components/Card/types.js +1 -0
  45. package/dist/es/components/CardsBox/CardsBox.js +3 -14
  46. package/dist/es/components/CardsBox/helpers.d.ts +2 -2
  47. package/dist/es/components/CardsBox/helpers.js +0 -4
  48. package/dist/es/components/CarouselBox/CarouselBox.d.ts +2 -2
  49. package/dist/es/components/CarouselBox/CarouselBox.js +11 -24
  50. package/dist/es/components/Container/Container.d.ts +7 -5
  51. package/dist/es/components/Container/Container.js +10 -25
  52. package/dist/es/components/DownloadLinks/DownloadLink.d.ts +1 -1
  53. package/dist/es/components/DownloadLinks/DownloadLink.js +13 -44
  54. package/dist/es/components/DownloadLinks/DownloadLinks.d.ts +3 -3
  55. package/dist/es/components/DownloadLinks/DownloadLinks.js +2 -13
  56. package/dist/es/components/FaqWrapper/FaqWrapper.d.ts +5 -2
  57. package/dist/es/components/FaqWrapper/FaqWrapper.js +1 -3
  58. package/dist/es/components/ImageBanner/ImageBanner.d.ts +8 -7
  59. package/dist/es/components/ImageBanner/ImageBanner.js +37 -88
  60. package/dist/es/components/Instructions/Instructions.d.ts +11 -11
  61. package/dist/es/components/Instructions/Instructions.js +41 -94
  62. package/dist/es/components/NotificationBox/NotificationBox.d.ts +4 -4
  63. package/dist/es/components/NotificationBox/NotificationBox.js +5 -19
  64. package/dist/es/components/PageTitle/PageTitle.d.ts +2 -2
  65. package/dist/es/components/PageTitle/PageTitle.js +12 -37
  66. package/dist/es/components/Partners/Partners.d.ts +2 -2
  67. package/dist/es/components/Partners/Partners.js +17 -48
  68. package/dist/es/components/PictureWithDescription/PictureWithDescription.d.ts +4 -2
  69. package/dist/es/components/PictureWithDescription/PictureWithDescription.js +10 -28
  70. package/dist/es/components/Property/Property.d.ts +4 -4
  71. package/dist/es/components/Property/Property.js +37 -81
  72. package/dist/es/components/Property/PropertyDescription.d.ts +3 -3
  73. package/dist/es/components/Property/PropertyDescription.js +8 -28
  74. package/dist/es/components/Property/types.d.ts +7 -5
  75. package/dist/es/components/Property/types.js +1 -0
  76. package/dist/es/components/Steps/Steps.d.ts +2 -1
  77. package/dist/es/components/Steps/Steps.js +4 -19
  78. package/dist/es/components/Steps/StepsItem.d.ts +2 -2
  79. package/dist/es/components/Steps/StepsItem.js +2 -9
  80. package/dist/es/components/StoreBanner/StoreBanner.d.ts +5 -5
  81. package/dist/es/components/StoreBanner/StoreBanner.js +41 -97
  82. package/dist/es/components/StoreButton/StoreButton.d.ts +3 -3
  83. package/dist/es/components/StoreButton/StoreButton.js +13 -44
  84. package/dist/es/components/Table/Table.d.ts +1 -1
  85. package/dist/es/components/Table/Table.js +31 -51
  86. package/dist/es/components/Table/TableCell.js +0 -6
  87. package/dist/es/components/Table/TableRow.js +1 -10
  88. package/dist/es/components/TabsBox/TabsBox.d.ts +1 -1
  89. package/dist/es/components/TabsBox/TabsBox.js +4 -13
  90. package/dist/es/components/TextBox/TextBox.d.ts +2 -1
  91. package/dist/es/components/TextBox/TextBox.js +8 -23
  92. package/dist/es/components/TextBox/TextBoxPicture.d.ts +2 -2
  93. package/dist/es/components/TextBox/TextBoxPicture.js +5 -14
  94. package/dist/es/components/TextWithIcon/TextWithIcon.d.ts +1 -1
  95. package/dist/es/components/TextWithIcon/TextWithIcon.js +6 -24
  96. package/dist/es/components/TextWithIcon/TextWithIconItem.d.ts +1 -1
  97. package/dist/es/components/TextWithIcon/TextWithIconItem.js +6 -21
  98. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +1 -1
  99. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.js +6 -23
  100. package/dist/es/components/VideoBanner/VideoBanner.d.ts +7 -7
  101. package/dist/es/components/VideoBanner/VideoBanner.js +47 -110
  102. package/dist/es/components/VideoBlock/VideoBlock.d.ts +4 -4
  103. package/dist/es/components/VideoBlock/VideoBlock.js +35 -75
  104. package/dist/es/helpers/getColumnConfig.d.ts +5 -1
  105. package/dist/lib/components/AccordionBox/AccordionBox.css +1 -15
  106. package/dist/lib/components/AccordionBox/AccordionBox.d.ts +2 -2
  107. package/dist/lib/components/AccordionBox/AccordionBox.js +10 -66
  108. package/dist/lib/components/AudioPlayer/AudioPlayer.d.ts +2 -2
  109. package/dist/lib/components/AudioPlayer/AudioPlayer.js +32 -56
  110. package/dist/lib/components/AudioPlayer/AudioProgress.d.ts +1 -1
  111. package/dist/lib/components/AudioPlayer/AudioProgress.js +12 -43
  112. package/dist/lib/components/AudioPlayer/AudioRange.d.ts +1 -1
  113. package/dist/lib/components/AudioPlayer/AudioRange.js +9 -17
  114. package/dist/lib/components/AudioPlayer/AudioVolume.d.ts +1 -1
  115. package/dist/lib/components/AudioPlayer/AudioVolume.js +4 -23
  116. package/dist/lib/components/AudioPlayer/hooks/useTrackDuration.js +5 -16
  117. package/dist/lib/components/AudioPlayer/timerFormatUtil.js +2 -13
  118. package/dist/lib/components/BannerBox/BannerBox.d.ts +1 -1
  119. package/dist/lib/components/BannerBox/BannerBox.js +7 -25
  120. package/dist/lib/components/BenefitsIcons/BenefitsIcons.d.ts +1 -1
  121. package/dist/lib/components/BenefitsIcons/BenefitsIcons.js +26 -86
  122. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.d.ts +1 -1
  123. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.js +13 -53
  124. package/dist/lib/components/BenefitsIcons/helpers.d.ts +3 -3
  125. package/dist/lib/components/BenefitsIcons/helpers.js +10 -37
  126. package/dist/lib/components/BenefitsIcons/types.d.ts +5 -5
  127. package/dist/lib/components/BenefitsIcons/types.js +5 -8
  128. package/dist/lib/components/BenefitsPictures/BenefitsPictures.d.ts +1 -1
  129. package/dist/lib/components/BenefitsPictures/BenefitsPictures.js +24 -71
  130. package/dist/lib/components/BenefitsPictures/BenfitsPictures.css +1 -43
  131. package/dist/lib/components/BenefitsPictures/helpers.d.ts +2 -2
  132. package/dist/lib/components/BenefitsPictures/helpers.js +9 -40
  133. package/dist/lib/components/BenefitsPictures/types.d.ts +3 -3
  134. package/dist/lib/components/BenefitsPictures/types.js +5 -1
  135. package/dist/lib/components/Breadcrumbs/Breadcrumbs.css +1 -43
  136. package/dist/lib/components/Breadcrumbs/Breadcrumbs.d.ts +6 -6
  137. package/dist/lib/components/Breadcrumbs/Breadcrumbs.js +18 -60
  138. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.d.ts +4 -4
  139. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.js +22 -55
  140. package/dist/lib/components/ButtonBanner/ButtonBanner.css +1 -122
  141. package/dist/lib/components/ButtonBanner/ButtonBanner.d.ts +7 -7
  142. package/dist/lib/components/ButtonBanner/ButtonBanner.js +40 -89
  143. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.css +1 -19
  144. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.d.ts +3 -3
  145. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.js +29 -72
  146. package/dist/lib/components/Card/Card.d.ts +4 -4
  147. package/dist/lib/components/Card/Card.js +67 -164
  148. package/dist/lib/components/Card/types.d.ts +10 -10
  149. package/dist/lib/components/Card/types.js +5 -1
  150. package/dist/lib/components/CardsBox/CardsBox.js +7 -31
  151. package/dist/lib/components/CardsBox/helpers.d.ts +2 -2
  152. package/dist/lib/components/CardsBox/helpers.js +1 -8
  153. package/dist/lib/components/CarouselBox/CarouselBox.d.ts +2 -2
  154. package/dist/lib/components/CarouselBox/CarouselBox.js +15 -39
  155. package/dist/lib/components/Container/Container.d.ts +7 -5
  156. package/dist/lib/components/Container/Container.js +18 -40
  157. package/dist/lib/components/DownloadLinks/DownloadLink.d.ts +1 -1
  158. package/dist/lib/components/DownloadLinks/DownloadLink.js +17 -60
  159. package/dist/lib/components/DownloadLinks/DownloadLinks.d.ts +3 -3
  160. package/dist/lib/components/DownloadLinks/DownloadLinks.js +8 -33
  161. package/dist/lib/components/FaqWrapper/FaqWrapper.d.ts +5 -2
  162. package/dist/lib/components/FaqWrapper/FaqWrapper.js +6 -9
  163. package/dist/lib/components/ImageBanner/ImageBanner.d.ts +8 -7
  164. package/dist/lib/components/ImageBanner/ImageBanner.js +61 -138
  165. package/dist/lib/components/Instructions/Instructions.d.ts +11 -11
  166. package/dist/lib/components/Instructions/Instructions.js +103 -186
  167. package/dist/lib/components/NotificationBox/NotificationBox.d.ts +4 -4
  168. package/dist/lib/components/NotificationBox/NotificationBox.js +9 -37
  169. package/dist/lib/components/PageTitle/PageTitle.d.ts +2 -2
  170. package/dist/lib/components/PageTitle/PageTitle.js +15 -52
  171. package/dist/lib/components/Partners/Partners.d.ts +2 -2
  172. package/dist/lib/components/Partners/Partners.js +21 -65
  173. package/dist/lib/components/PictureWithDescription/PictureWithDescription.d.ts +4 -2
  174. package/dist/lib/components/PictureWithDescription/PictureWithDescription.js +16 -46
  175. package/dist/lib/components/Property/Property.d.ts +4 -4
  176. package/dist/lib/components/Property/Property.js +60 -120
  177. package/dist/lib/components/Property/PropertyDescription.d.ts +3 -3
  178. package/dist/lib/components/Property/PropertyDescription.js +15 -46
  179. package/dist/lib/components/Property/types.d.ts +7 -5
  180. package/dist/lib/components/Property/types.js +5 -1
  181. package/dist/lib/components/Steps/Steps.d.ts +2 -1
  182. package/dist/lib/components/Steps/Steps.js +8 -35
  183. package/dist/lib/components/Steps/StepsItem.d.ts +2 -2
  184. package/dist/lib/components/Steps/StepsItem.js +11 -23
  185. package/dist/lib/components/StoreBanner/StoreBanner.d.ts +5 -5
  186. package/dist/lib/components/StoreBanner/StoreBanner.js +47 -118
  187. package/dist/lib/components/StoreButton/StoreButton.d.ts +3 -3
  188. package/dist/lib/components/StoreButton/StoreButton.js +17 -63
  189. package/dist/lib/components/Table/Table.d.ts +1 -1
  190. package/dist/lib/components/Table/Table.js +35 -68
  191. package/dist/lib/components/Table/TableCell.js +4 -16
  192. package/dist/lib/components/Table/TableRow.js +5 -19
  193. package/dist/lib/components/TabsBox/TabBox.js +1 -4
  194. package/dist/lib/components/TabsBox/TabsBox.d.ts +1 -1
  195. package/dist/lib/components/TabsBox/TabsBox.js +8 -26
  196. package/dist/lib/components/TextBox/TextBox.d.ts +2 -1
  197. package/dist/lib/components/TextBox/TextBox.js +12 -36
  198. package/dist/lib/components/TextBox/TextBoxPicture.d.ts +2 -2
  199. package/dist/lib/components/TextBox/TextBoxPicture.js +11 -29
  200. package/dist/lib/components/TextWithIcon/TextWithIcon.d.ts +1 -1
  201. package/dist/lib/components/TextWithIcon/TextWithIcon.js +10 -39
  202. package/dist/lib/components/TextWithIcon/TextWithIconItem.d.ts +1 -1
  203. package/dist/lib/components/TextWithIcon/TextWithIconItem.js +10 -37
  204. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +1 -1
  205. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.js +10 -40
  206. package/dist/lib/components/VideoBanner/VideoBanner.d.ts +7 -7
  207. package/dist/lib/components/VideoBanner/VideoBanner.js +83 -176
  208. package/dist/lib/components/VideoBlock/VideoBlock.d.ts +4 -4
  209. package/dist/lib/components/VideoBlock/VideoBlock.js +58 -114
  210. package/dist/lib/constants/throttleTime.js +2 -3
  211. package/dist/lib/helpers/getColumnConfig.d.ts +5 -1
  212. package/dist/lib/helpers/getColumnConfig.js +2 -5
  213. package/dist/lib/index.js +10 -57
  214. package/package.json +87 -92
  215. package/CHANGELOG.md +0 -4002
  216. package/dist/es/components/AudioPlayer/style/AudioPlayer.css +0 -58
  217. package/dist/es/components/AudioPlayer/style/AudioProgress.css +0 -35
  218. package/dist/es/components/AudioPlayer/style/AudioRange.css +0 -68
  219. package/dist/es/components/AudioPlayer/style/AudioVolume.css +0 -34
  220. package/dist/es/components/BenefitsIcons/style/BenefitsIcons.css +0 -38
  221. package/dist/es/components/BenefitsIcons/style/BenefitsIconsTile.css +0 -90
  222. package/dist/es/components/Breadcrumbs/components/BreadcrumbsItem.css +0 -16
  223. package/dist/es/components/Card/Card.css +0 -354
  224. package/dist/es/components/Container/Container.css +0 -3245
  225. package/dist/es/components/DownloadLinks/DownloadLink.css +0 -37
  226. package/dist/es/components/DownloadLinks/DownloadLinks.css +0 -36
  227. package/dist/es/components/ImageBanner/ImageBanner.css +0 -252
  228. package/dist/es/components/Instructions/Instructions.css +0 -790
  229. package/dist/es/components/NotificationBox/style/NotificationBox.css +0 -28
  230. package/dist/es/components/PageTitle/PageTitle.css +0 -80
  231. package/dist/es/components/Partners/Partners.css +0 -53
  232. package/dist/es/components/PictureWithDescription/PictureWithDescription.css +0 -80
  233. package/dist/es/components/Property/Property.css +0 -156
  234. package/dist/es/components/Property/PropertyDescription.css +0 -17
  235. package/dist/es/components/Steps/Steps.css +0 -41
  236. package/dist/es/components/Steps/StepsItem.css +0 -42
  237. package/dist/es/components/StoreBanner/StoreBanner.css +0 -346
  238. package/dist/es/components/StoreBanner/doc/img/android-screen.png +0 -0
  239. package/dist/es/components/StoreBanner/doc/img/qr-code.png +0 -0
  240. package/dist/es/components/StoreBanner/doc/img/screen.png +0 -0
  241. package/dist/es/components/StoreButton/StoreButton.css +0 -327
  242. package/dist/es/components/Table/Table.css +0 -157
  243. package/dist/es/components/TextBox/TextBox.css +0 -25
  244. package/dist/es/components/TextBox/TextBoxPicture.css +0 -27
  245. package/dist/es/components/TextWithIcon/TextWithIcon.css +0 -10
  246. package/dist/es/components/TextWithIcon/TextWithIconItem.css +0 -29
  247. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.css +0 -31
  248. package/dist/es/components/VideoBanner/VideoBanner.css +0 -225
  249. package/dist/es/components/VideoBlock/VideoBlock.css +0 -106
  250. package/dist/lib/components/AudioPlayer/style/AudioPlayer.css +0 -58
  251. package/dist/lib/components/AudioPlayer/style/AudioProgress.css +0 -35
  252. package/dist/lib/components/AudioPlayer/style/AudioRange.css +0 -68
  253. package/dist/lib/components/AudioPlayer/style/AudioVolume.css +0 -34
  254. package/dist/lib/components/BenefitsIcons/style/BenefitsIcons.css +0 -38
  255. package/dist/lib/components/BenefitsIcons/style/BenefitsIconsTile.css +0 -90
  256. package/dist/lib/components/Breadcrumbs/components/BreadcrumbsItem.css +0 -16
  257. package/dist/lib/components/Card/Card.css +0 -354
  258. package/dist/lib/components/Container/Container.css +0 -3245
  259. package/dist/lib/components/DownloadLinks/DownloadLink.css +0 -37
  260. package/dist/lib/components/DownloadLinks/DownloadLinks.css +0 -36
  261. package/dist/lib/components/ImageBanner/ImageBanner.css +0 -252
  262. package/dist/lib/components/Instructions/Instructions.css +0 -790
  263. package/dist/lib/components/NotificationBox/style/NotificationBox.css +0 -28
  264. package/dist/lib/components/PageTitle/PageTitle.css +0 -80
  265. package/dist/lib/components/Partners/Partners.css +0 -53
  266. package/dist/lib/components/PictureWithDescription/PictureWithDescription.css +0 -80
  267. package/dist/lib/components/Property/Property.css +0 -156
  268. package/dist/lib/components/Property/PropertyDescription.css +0 -17
  269. package/dist/lib/components/Steps/Steps.css +0 -41
  270. package/dist/lib/components/Steps/StepsItem.css +0 -42
  271. package/dist/lib/components/StoreBanner/StoreBanner.css +0 -346
  272. package/dist/lib/components/StoreBanner/doc/img/android-screen.png +0 -0
  273. package/dist/lib/components/StoreBanner/doc/img/qr-code.png +0 -0
  274. package/dist/lib/components/StoreBanner/doc/img/screen.png +0 -0
  275. package/dist/lib/components/StoreButton/StoreButton.css +0 -327
  276. package/dist/lib/components/Table/Table.css +0 -157
  277. package/dist/lib/components/TextBox/TextBox.css +0 -25
  278. package/dist/lib/components/TextBox/TextBoxPicture.css +0 -27
  279. package/dist/lib/components/TextWithIcon/TextWithIcon.css +0 -10
  280. package/dist/lib/components/TextWithIcon/TextWithIconItem.css +0 -29
  281. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.css +0 -31
  282. package/dist/lib/components/VideoBanner/VideoBanner.css +0 -225
  283. package/dist/lib/components/VideoBlock/VideoBlock.css +0 -106
@@ -1,157 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-table {
9
- display: -webkit-box;
10
- display: -ms-flexbox;
11
- display: flex;
12
- font-family: inherit;
13
- font-size: 15px;
14
- line-height: 24px;
15
- }
16
- .mfui-table:not(.mfui-table_touch) ::-webkit-scrollbar {
17
- width: 8px;
18
- height: 8px;
19
- }
20
- .mfui-table:not(.mfui-table_touch) ::-webkit-scrollbar-track {
21
- background-color: var(--spbSky1);
22
- }
23
- .mfui-table:not(.mfui-table_touch) ::-webkit-scrollbar-thumb {
24
- border-radius: 4px;
25
- background-color: var(--spbSky2);
26
- }
27
- .mfui-table:not(.mfui-table_touch) ::-webkit-scrollbar-corner {
28
- background-color: var(--base);
29
- }
30
- .mfui-table:not(.mfui-table_touch) .mfui-table__scroll {
31
- scrollbar-color: var(--spbSky2) var(--spbSky1);
32
- scrollbar-width: thin;
33
- }
34
- .mfui-table__scroll {
35
- position: relative;
36
- display: grid;
37
- grid-template-columns: auto auto auto;
38
- max-width: 100%;
39
- border: 1px solid var(--spbSky2);
40
- overflow: auto;
41
- }
42
- @media screen and (min-width: 1024px) {
43
- .mfui-table__scroll_limit {
44
- max-height: 500px;
45
- }
46
- }
47
- .mfui-table__top-shadow {
48
- position: sticky;
49
- top: 0;
50
- z-index: 2;
51
- display: block;
52
- grid-column-start: 1;
53
- grid-column-end: 4;
54
- width: 100%;
55
- height: 6px;
56
- margin-bottom: -6px;
57
- background: linear-gradient(359.94deg, rgba(0, 0, 0, 0.0001) 0.06%, rgba(0, 0, 0, 0.03) 38.08%, rgba(0, 0, 0, 0.08) 74.98%);
58
- }
59
- .mfui-table__left-shadow {
60
- position: sticky;
61
- top: 0;
62
- bottom: 0;
63
- left: 0;
64
- z-index: 2;
65
- width: 6px;
66
- margin-right: -6px;
67
- background: -webkit-gradient(linear, right top, left top, color-stop(16.3%, rgba(0, 0, 0, 0.0001)), color-stop(51.81%, rgba(0, 0, 0, 0.03)), color-stop(86.27%, rgba(0, 0, 0, 0.08)));
68
- background: linear-gradient(270deg, rgba(0, 0, 0, 0.0001) 16.3%, rgba(0, 0, 0, 0.03) 51.81%, rgba(0, 0, 0, 0.08) 86.27%);
69
- }
70
- .mfui-table__bottom-gradient {
71
- position: sticky;
72
- bottom: 0;
73
- z-index: 1;
74
- display: block;
75
- grid-column-start: 1;
76
- grid-column-end: 4;
77
- width: 100%;
78
- height: 48px;
79
- margin-top: -48px;
80
- background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, var(--base)), to(rgba(255, 255, 255, 0)));
81
- background: linear-gradient(to top, var(--base) 25%, rgba(255, 255, 255, 0));
82
- }
83
- .mfui-table__right-gradient {
84
- position: sticky;
85
- right: 0;
86
- z-index: 1;
87
- display: block;
88
- width: 48px;
89
- height: 100%;
90
- margin-left: -48px;
91
- background: -webkit-gradient(linear, right top, left top, color-stop(25%, var(--base)), to(rgba(255, 255, 255, 0)));
92
- background: linear-gradient(to left, var(--base) 25%, rgba(255, 255, 255, 0));
93
- }
94
- .mfui-table__table {
95
- border-width: 0;
96
- border-collapse: separate;
97
- border-spacing: 0;
98
- background-color: var(--base);
99
- }
100
- .mfui-table__cell {
101
- -webkit-box-sizing: border-box;
102
- box-sizing: border-box;
103
- padding: 24px;
104
- background-color: var(--base);
105
- }
106
- @media screen and (max-width: 767px) {
107
- .mfui-table__cell {
108
- padding-right: 16px;
109
- padding-left: 16px;
110
- }
111
- }
112
- .mfui-table__cell:first-child {
113
- position: relative;
114
- left: 0;
115
- width: 144px;
116
- min-width: 144px;
117
- border-right: 1px solid var(--spbSky2);
118
- }
119
- .mfui-table__cell:not(:first-child) {
120
- max-width: 288px;
121
- }
122
- .mfui-table__row_head .mfui-table__cell {
123
- font-size: 12px;
124
- line-height: 18px;
125
- height: 72px;
126
- padding-bottom: 12px;
127
- color: var(--spbSky3);
128
- vertical-align: bottom;
129
- background-color: var(--spbSky0);
130
- }
131
- .mfui-table__row:not(:last-child) .mfui-table__cell {
132
- border-bottom: 1px solid var(--spbSky2);
133
- }
134
- .mfui-table__row_align_bottom .mfui-table__cell {
135
- vertical-align: bottom;
136
- }
137
- .mfui-table__row_align_top .mfui-table__cell {
138
- vertical-align: top;
139
- }
140
- .mfui-table__row_align_top.mfui-table__row_head .mfui-table__cell {
141
- padding-top: 12px;
142
- }
143
- .mfui-table_min-cell-size_small .mfui-table__cell:not(:first-child) {
144
- min-width: 72px;
145
- }
146
- .mfui-table_min-cell-size_large .mfui-table__cell:not(:first-child) {
147
- min-width: 144px;
148
- }
149
- .mfui-table_fix-column .mfui-table__cell:first-child {
150
- position: sticky;
151
- }
152
- .mfui-table_fix-column .mfui-table__left-shadow {
153
- left: 144px;
154
- }
155
- .mfui-table_fix-column .mfui-table__bottom-gradient {
156
- z-index: 3;
157
- }
@@ -1,25 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-text-box__content :first-child {
9
- margin-top: 0 !important;
10
- }
11
- .mfui-text-box__content :last-child {
12
- margin-bottom: 0 !important;
13
- }
14
- .mfui-text-box_text-center {
15
- text-align: center;
16
- }
17
- .mfui-text-box .mfui-text-with-icon {
18
- margin: 24px 0;
19
- }
20
- .mfui-text-box .mfui-text-with-icon + .mfui-header {
21
- margin-top: 32px;
22
- }
23
- .mfui-text-box .mfui-text-box-picture + .mfui-text-with-icon {
24
- margin: 32px 0 24px;
25
- }
@@ -1,27 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-text-box-picture_margin_default {
9
- margin: 16px 0;
10
- }
11
- .mfui-text-box-picture_margin_big-top {
12
- margin: 24px 0 16px;
13
- }
14
- .mfui-text-box-picture_margin_big-bottom {
15
- margin: 16px 0 24px;
16
- }
17
- .mfui-text-box-picture_margin_big-vertical {
18
- margin: 24px 0;
19
- }
20
- .mfui-text-box-picture__img {
21
- display: block;
22
- max-width: 100%;
23
- border: 1px solid var(--spbSky1);
24
- }
25
- .mfui-text-box-picture__img_no-border {
26
- border: none;
27
- }
@@ -1,10 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-text-with-icon__header {
9
- margin-bottom: 24px;
10
- }
@@ -1,29 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-text-with-icon-item {
9
- display: -webkit-box;
10
- display: -ms-flexbox;
11
- display: flex;
12
- -webkit-box-align: center;
13
- -ms-flex-align: center;
14
- align-items: center;
15
- }
16
- .mfui-text-with-icon-item:not(:first-of-type) {
17
- margin-top: 12px;
18
- }
19
- .mfui-text-with-icon-item__svg-icon {
20
- width: 44px;
21
- min-width: 44px;
22
- height: 44px;
23
- min-height: 44px;
24
- margin-right: 16px;
25
- padding: 6px;
26
- border: 1px solid var(--spbSky2);
27
- border-radius: 50%;
28
- overflow: hidden;
29
- }
@@ -1,31 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-title-description-box {
9
- font-family: inherit;
10
- color: var(--content);
11
- }
12
- .mfui-title-description-box__item_header {
13
- white-space: pre-wrap;
14
- }
15
- .mfui-title-description-box__item:not(:last-child) {
16
- margin-bottom: 16px;
17
- }
18
- .mfui-title-description-box_text-color_white {
19
- color: var(--stcWhite);
20
- }
21
- .mfui-title-description-box_h-align_center {
22
- text-align: center;
23
- }
24
- .mfui-title-description-box__description {
25
- font-size: 15px;
26
- line-height: 24px;
27
- font-weight: 400;
28
- }
29
- .mfui-title-description-box__description :last-child {
30
- margin-bottom: 0 !important;
31
- }
@@ -1,225 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-video-banner {
9
- position: relative;
10
- overflow: hidden;
11
- }
12
- @media screen and (min-width: 1280px) {
13
- .mfui-video-banner {
14
- margin-right: -80px;
15
- margin-left: -80px;
16
- }
17
- }
18
- @media screen and (min-width: 1024px) and (max-width: 1279px) {
19
- .mfui-video-banner {
20
- margin-right: -64px;
21
- margin-left: -64px;
22
- }
23
- }
24
- @media screen and (min-width: 768px) and (max-width: 1023px) {
25
- .mfui-video-banner {
26
- margin-right: -48px;
27
- margin-left: -48px;
28
- }
29
- }
30
- @media screen and (max-width: 767px) {
31
- .mfui-video-banner {
32
- margin-right: -16px;
33
- margin-left: -16px;
34
- }
35
- }
36
- .mfui-video-banner_bottom-shadow:after {
37
- content: '';
38
- position: absolute;
39
- right: 0;
40
- bottom: 0;
41
- width: 100%;
42
- height: 100%;
43
- background: -webkit-gradient(linear, left top, left bottom, color-stop(95.25%, rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.024)));
44
- background: linear-gradient(180deg, rgba(255, 255, 255, 0) 95.25%, rgba(0, 0, 0, 0.024) 100%);
45
- }
46
- .mfui-video-banner__wrapper {
47
- display: -webkit-box;
48
- display: -ms-flexbox;
49
- display: flex;
50
- -webkit-box-align: center;
51
- -ms-flex-align: center;
52
- align-items: center;
53
- min-height: 400px;
54
- }
55
- @media screen and (min-width: 1440px) {
56
- .mfui-video-banner__wrapper {
57
- height: 562px;
58
- }
59
- }
60
- @media screen and (min-width: 1280px) and (max-width: 1439px) {
61
- .mfui-video-banner__wrapper {
62
- height: 500px;
63
- }
64
- }
65
- @media screen and (min-width: 1024px) and (max-width: 1279px) {
66
- .mfui-video-banner__wrapper {
67
- max-height: 440px;
68
- padding-top: 52px;
69
- padding-bottom: 52px;
70
- }
71
- }
72
- @media screen and (min-width: 768px) and (max-width: 1023px) {
73
- .mfui-video-banner__wrapper {
74
- max-height: 440px;
75
- padding-top: 64px;
76
- padding-bottom: 64px;
77
- }
78
- }
79
- @media screen and (max-width: 767px) {
80
- .mfui-video-banner__wrapper {
81
- max-height: 488px;
82
- padding-top: 42px;
83
- padding-bottom: 42px;
84
- }
85
- }
86
- .mfui-video-banner__background-image,
87
- .mfui-video-banner__video {
88
- position: absolute;
89
- top: 50%;
90
- left: 50%;
91
- -webkit-transform: translate(-50%, -50%);
92
- transform: translate(-50%, -50%);
93
- }
94
- .mfui-video-banner__background-image {
95
- width: 100%;
96
- height: 100%;
97
- -o-object-fit: cover;
98
- object-fit: cover;
99
- }
100
- .mfui-video-banner__content {
101
- position: relative;
102
- -webkit-box-sizing: border-box;
103
- box-sizing: border-box;
104
- }
105
- @media screen and (min-width: 1440px) {
106
- .mfui-video-banner__content {
107
- max-height: calc(562px - 2 * 70px);
108
- }
109
- }
110
- @media screen and (min-width: 1280px) and (max-width: 1439px) {
111
- .mfui-video-banner__content {
112
- max-height: calc(500px - 2 * 70px);
113
- }
114
- }
115
- @media screen and (min-width: 1024px) and (max-width: 1279px) {
116
- .mfui-video-banner__content {
117
- max-height: calc(440px - 2 * 52px);
118
- }
119
- }
120
- @media screen and (min-width: 768px) and (max-width: 1023px) {
121
- .mfui-video-banner__content {
122
- max-height: calc(440px - 2 * 64px);
123
- }
124
- }
125
- @media screen and (max-width: 767px) {
126
- .mfui-video-banner__content {
127
- max-height: calc(488px - 2 * 42px);
128
- }
129
- }
130
- .mfui-video-banner__content_text-color_black {
131
- color: var(--stcBlack);
132
- }
133
- .mfui-video-banner__content_text-color_white {
134
- color: var(--stcWhite);
135
- }
136
- @media screen and (max-width: 767px) {
137
- .mfui-video-banner__content_text-color-mobile_black {
138
- color: var(--stcBlack);
139
- }
140
- }
141
- @media screen and (max-width: 767px) {
142
- .mfui-video-banner__content_text-color-mobile_white {
143
- color: var(--stcWhite);
144
- }
145
- }
146
- .mfui-video-banner__description {
147
- margin-bottom: 32px;
148
- white-space: pre-wrap;
149
- }
150
- .mfui-video-banner__title {
151
- margin-bottom: 24px;
152
- }
153
- @media screen and (max-width: 767px) {
154
- .mfui-video-banner__title {
155
- margin-bottom: 20px;
156
- }
157
- }
158
- .mfui-video-banner__title,
159
- .mfui-video-banner__text {
160
- white-space: pre-wrap;
161
- }
162
- @media screen and (max-width: 767px) {
163
- .mfui-video-banner__title,
164
- .mfui-video-banner__text {
165
- text-align: center;
166
- }
167
- }
168
- .mfui-video-banner__btns-wrapper {
169
- display: -webkit-box;
170
- display: -ms-flexbox;
171
- display: flex;
172
- -ms-flex-wrap: wrap;
173
- flex-wrap: wrap;
174
- -webkit-box-align: center;
175
- -ms-flex-align: center;
176
- align-items: center;
177
- -webkit-box-pack: start;
178
- -ms-flex-pack: start;
179
- justify-content: flex-start;
180
- margin: -24px -10px 0;
181
- }
182
- @media screen and (max-width: 767px) {
183
- .mfui-video-banner__btns-wrapper {
184
- -webkit-box-pack: center;
185
- -ms-flex-pack: center;
186
- justify-content: center;
187
- }
188
- }
189
- @media screen and (max-width: 479px) {
190
- .mfui-video-banner__btns-wrapper {
191
- -webkit-box-orient: vertical;
192
- -webkit-box-direction: normal;
193
- -ms-flex-direction: column;
194
- flex-direction: column;
195
- }
196
- }
197
- .mfui-video-banner__link,
198
- .mfui-video-banner__button {
199
- margin: 24px 10px 0;
200
- }
201
- .mfui-video-banner__cost {
202
- font-size: 12px;
203
- line-height: 18px;
204
- margin-bottom: 18px;
205
- }
206
- .mfui-video-banner__value {
207
- display: inline;
208
- margin: 0 3px;
209
- }
210
- .mfui-video-banner__content,
211
- .mfui-video-banner__breadcrumbs {
212
- z-index: 1;
213
- }
214
- .mfui-video-banner__breadcrumbs {
215
- position: absolute;
216
- top: 32px;
217
- }
218
- @media screen and (max-width: 767px) {
219
- .mfui-video-banner__breadcrumbs {
220
- display: none;
221
- }
222
- }
223
- .mfui-video-banner__grid {
224
- width: 100%;
225
- }
@@ -1,106 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-video-block {
9
- display: -webkit-box;
10
- display: -ms-flexbox;
11
- display: flex;
12
- -webkit-box-align: center;
13
- -ms-flex-align: center;
14
- align-items: center;
15
- }
16
- .mfui-video-block__content {
17
- display: -webkit-box;
18
- display: -ms-flexbox;
19
- display: flex;
20
- -webkit-box-orient: vertical;
21
- -webkit-box-direction: normal;
22
- -ms-flex-direction: column;
23
- flex-direction: column;
24
- -webkit-box-pack: center;
25
- -ms-flex-pack: center;
26
- justify-content: center;
27
- }
28
- @media screen and (max-width: 767px) {
29
- .mfui-video-block__content {
30
- margin-top: 24px;
31
- }
32
- }
33
- @media screen and (min-width: 768px) and (max-width: 1023px) {
34
- .mfui-video-block__content {
35
- margin-top: 32px;
36
- }
37
- }
38
- @media screen and (min-width: 1024px) {
39
- .mfui-video-block__content {
40
- height: 100%;
41
- margin-right: 20px;
42
- padding-right: 20px;
43
- }
44
- }
45
- @media screen and (min-width: 1024px) {
46
- .mfui-video-block__content_position-right {
47
- margin: 0 0 0 20px;
48
- padding: 0 0 0 20px;
49
- }
50
- }
51
- .mfui-video-block__header {
52
- margin-bottom: 24px;
53
- }
54
- @media screen and (max-width: 1023px) {
55
- .mfui-video-block__header {
56
- margin-bottom: 16px;
57
- }
58
- }
59
- .mfui-video-block__description {
60
- font-size: 15px;
61
- line-height: 24px;
62
- font-weight: 400;
63
- }
64
- .mfui-video-block__button {
65
- -ms-flex-item-align: start;
66
- align-self: flex-start;
67
- max-width: 100%;
68
- margin-top: 32px;
69
- }
70
- @media screen and (max-width: 767px) {
71
- .mfui-video-block__button {
72
- -ms-flex-item-align: center;
73
- align-self: center;
74
- }
75
- }
76
- .mfui-video-block__video {
77
- width: 100%;
78
- -o-object-fit: contain;
79
- object-fit: contain;
80
- }
81
- .mfui-video-block__video_fix-background {
82
- -webkit-filter: brightness(108.5%);
83
- filter: brightness(108.5%);
84
- }
85
- .mfui-video-block__youtube {
86
- position: relative;
87
- padding-bottom: 56.25%;
88
- }
89
- .mfui-video-block__iframe {
90
- position: absolute;
91
- top: 0;
92
- left: 0;
93
- }
94
- .mfui-video-block__grid {
95
- width: 100%;
96
- }
97
- .mfui-video-block__content-column_position-right {
98
- -webkit-box-ordinal-group: 3;
99
- -ms-flex-order: 2;
100
- order: 2;
101
- }
102
- .mfui-video-block__video-column_position-left {
103
- -webkit-box-ordinal-group: 2;
104
- -ms-flex-order: 1;
105
- order: 1;
106
- }
@@ -1,58 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-audio-player {
9
- margin-top: 24px;
10
- }
11
- .mfui-audio-player__player {
12
- display: -webkit-box;
13
- display: -ms-flexbox;
14
- display: flex;
15
- -webkit-box-align: center;
16
- -ms-flex-align: center;
17
- align-items: center;
18
- -webkit-box-pack: justify;
19
- -ms-flex-pack: justify;
20
- justify-content: space-between;
21
- -webkit-box-sizing: border-box;
22
- box-sizing: border-box;
23
- padding: 16px;
24
- border-radius: 12px;
25
- background: var(--spbSky0);
26
- }
27
- @media screen and (min-width: 768px) and (max-width: 1023px) {
28
- .mfui-audio-player__player {
29
- max-width: 530px;
30
- }
31
- }
32
- @media screen and (min-width: 1024px) {
33
- .mfui-audio-player__player {
34
- max-width: 550px;
35
- }
36
- }
37
- .mfui-audio-player__playing-controls {
38
- margin-right: 16px;
39
- }
40
- .mfui-audio-player_position_center .mfui-audio-player__player {
41
- margin: 0 auto;
42
- }
43
- .mfui-audio-player_position_left .mfui-audio-player__player {
44
- margin-right: auto;
45
- }
46
- .mfui-audio-player_position_right .mfui-audio-player__player {
47
- margin-left: auto;
48
- }
49
- @media screen and (min-width: 768px) and (max-width: 1023px) {
50
- .mfui-audio-player_full-width .mfui-audio-player__player {
51
- max-width: 100%;
52
- }
53
- }
54
- @media screen and (min-width: 1024px) {
55
- .mfui-audio-player_full-width .mfui-audio-player__player {
56
- max-width: 100%;
57
- }
58
- }
@@ -1,35 +0,0 @@
1
- h1,
2
- h2,
3
- h3,
4
- h4,
5
- h5 {
6
- margin: 0;
7
- }
8
- .mfui-audio-progress {
9
- width: 100%;
10
- margin-right: 16px;
11
- }
12
- .mfui-audio-progress__info {
13
- display: -webkit-box;
14
- display: -ms-flexbox;
15
- display: flex;
16
- -webkit-box-align: center;
17
- -ms-flex-align: center;
18
- align-items: center;
19
- -webkit-box-pack: justify;
20
- -ms-flex-pack: justify;
21
- justify-content: space-between;
22
- }
23
- .mfui-audio-progress__value {
24
- color: var(-spbSky3);
25
- font-size: 12px;
26
- line-height: 18px;
27
- }
28
- .mfui-audio-progress__range-wrapper {
29
- margin-top: -2px;
30
- }
31
- .mfui-audio-progress__title {
32
- color: var(--stcBlack);
33
- font-size: 12px;
34
- line-height: 18px;
35
- }