@megafon/ui-shared 2.0.0-beta.24 → 2.0.0-beta.240

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 (347) hide show
  1. package/CHANGELOG.md +2292 -0
  2. package/README.md +0 -5
  3. package/dist/es/components/AccordionBox/AccordionBox.css +13 -0
  4. package/dist/es/components/AccordionBox/AccordionBox.d.ts +33 -0
  5. package/dist/es/components/AccordionBox/AccordionBox.js +62 -0
  6. package/dist/es/components/BannerBox/BannerBox.d.ts +5 -0
  7. package/dist/es/components/BannerBox/BannerBox.js +31 -0
  8. package/dist/es/components/BenefitsIcons/BenefitsIcons.d.ts +16 -5
  9. package/dist/es/components/BenefitsIcons/BenefitsIcons.js +79 -14
  10. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.d.ts +3 -2
  11. package/dist/es/components/BenefitsIcons/BenefitsIconsTile.js +13 -12
  12. package/dist/es/components/BenefitsIcons/style/BenefitsIcons.css +1 -1
  13. package/dist/es/components/BenefitsIcons/style/BenefitsIconsTile.css +11 -4
  14. package/dist/es/components/BenefitsIcons/types.d.ts +16 -7
  15. package/dist/es/components/BenefitsIcons/types.js +9 -7
  16. package/dist/es/components/BenefitsPictures/BenefitsPictures.d.ts +12 -3
  17. package/dist/es/components/BenefitsPictures/BenefitsPictures.js +25 -11
  18. package/dist/es/components/BenefitsPictures/BenfitsPictures.css +1 -1
  19. package/dist/es/components/BenefitsPictures/types.d.ts +3 -0
  20. package/dist/es/components/Breadcrumbs/Breadcrumbs.css +46 -0
  21. package/dist/es/components/Breadcrumbs/Breadcrumbs.d.ts +21 -0
  22. package/dist/es/components/Breadcrumbs/Breadcrumbs.js +49 -0
  23. package/dist/es/components/ButtonBanner/ButtonBanner.css +122 -0
  24. package/dist/es/components/ButtonBanner/ButtonBanner.d.ts +54 -0
  25. package/dist/es/components/ButtonBanner/ButtonBanner.js +107 -0
  26. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.d.ts +32 -8
  27. package/dist/es/components/ButtonLinkBox/ButtonLinkBox.js +45 -10
  28. package/dist/es/components/Card/Card.css +130 -0
  29. package/dist/es/components/Card/Card.d.ts +67 -0
  30. package/dist/es/components/Card/Card.js +176 -0
  31. package/dist/es/components/CardsBox/CardsBox.d.ts +15 -0
  32. package/dist/es/components/CardsBox/CardsBox.js +80 -0
  33. package/dist/es/components/CarouselBox/CarouselBox.d.ts +5 -0
  34. package/dist/es/components/CarouselBox/CarouselBox.js +31 -0
  35. package/dist/es/components/Container/Container.css +2830 -0
  36. package/dist/es/components/Container/Container.d.ts +26 -0
  37. package/dist/es/components/Container/Container.js +46 -0
  38. package/dist/es/components/DownloadLinks/DownloadLink.css +36 -0
  39. package/dist/es/components/DownloadLinks/DownloadLink.d.ts +25 -0
  40. package/dist/es/components/DownloadLinks/DownloadLink.js +62 -0
  41. package/dist/es/components/DownloadLinks/DownloadLinks.css +36 -0
  42. package/dist/es/components/DownloadLinks/DownloadLinks.d.ts +10 -0
  43. package/dist/es/components/DownloadLinks/DownloadLinks.js +75 -0
  44. package/dist/es/components/Instructions/Instructions.css +489 -0
  45. package/dist/es/components/Instructions/Instructions.d.ts +52 -0
  46. package/dist/es/components/Instructions/Instructions.js +229 -0
  47. package/dist/es/components/Instructions/img/android.png +0 -0
  48. package/dist/es/components/Instructions/img/blackIphone.png +0 -0
  49. package/dist/es/components/Instructions/img/iphone12.png +0 -0
  50. package/dist/es/components/Instructions/img/laptop.png +0 -0
  51. package/dist/es/components/Instructions/img/newIphone.png +0 -0
  52. package/dist/es/components/Instructions/img/whiteIphone.png +0 -0
  53. package/dist/es/components/PageTitle/PageTitle.css +80 -0
  54. package/dist/es/components/PageTitle/PageTitle.d.ts +23 -0
  55. package/dist/es/components/PageTitle/PageTitle.js +65 -0
  56. package/dist/es/components/Partners/Partners.css +53 -0
  57. package/dist/es/components/Partners/Partners.d.ts +32 -0
  58. package/dist/es/components/Partners/Partners.js +114 -0
  59. package/dist/es/components/PictureWithDescription/PictureWithDescription.css +80 -0
  60. package/dist/es/components/PictureWithDescription/PictureWithDescription.d.ts +28 -0
  61. package/dist/es/components/PictureWithDescription/PictureWithDescription.js +61 -0
  62. package/dist/es/components/Property/Property.css +125 -0
  63. package/dist/es/components/Property/Property.d.ts +33 -0
  64. package/dist/es/components/Property/Property.js +130 -0
  65. package/dist/es/components/Property/PropertyDescription.css +17 -0
  66. package/dist/es/components/Property/PropertyDescription.d.ts +5 -0
  67. package/dist/es/components/Property/PropertyDescription.js +51 -0
  68. package/dist/es/components/Property/types.d.ts +14 -0
  69. package/dist/es/components/Property/types.js +0 -0
  70. package/dist/es/components/Steps/Steps.css +41 -0
  71. package/dist/es/components/Steps/Steps.d.ts +10 -0
  72. package/dist/es/components/Steps/Steps.js +35 -0
  73. package/dist/es/components/Steps/StepsItem.css +37 -0
  74. package/dist/es/components/Steps/StepsItem.d.ts +10 -0
  75. package/dist/es/components/Steps/StepsItem.js +26 -0
  76. package/dist/es/components/StoreBanner/StoreBanner.css +289 -0
  77. package/dist/es/components/StoreBanner/StoreBanner.d.ts +65 -0
  78. package/dist/es/components/StoreBanner/StoreBanner.js +145 -0
  79. package/dist/es/components/StoreBanner/doc/img/new-iphone-screen.png +0 -0
  80. package/dist/es/components/StoreBanner/doc/img/qr-code.png +0 -0
  81. package/dist/es/components/StoreBanner/doc/img/screen.png +0 -0
  82. package/dist/es/components/StoreBanner/img/android.png +0 -0
  83. package/dist/es/components/StoreBanner/img/black-iphone.png +0 -0
  84. package/dist/es/components/StoreBanner/img/new-iphone.png +0 -0
  85. package/dist/es/components/StoreBanner/img/white-iphone.png +0 -0
  86. package/dist/es/components/StoreButton/StoreButton.css +15 -0
  87. package/dist/es/components/StoreButton/StoreButton.d.ts +17 -0
  88. package/dist/es/components/StoreButton/StoreButton.js +37 -0
  89. package/dist/es/components/StoreButton/img/app-store.png +0 -0
  90. package/dist/es/components/StoreButton/img/google-play.png +0 -0
  91. package/dist/es/components/StoreButton/img/huawei-store.png +0 -0
  92. package/dist/es/components/Table/Table.css +153 -0
  93. package/dist/es/components/Table/Table.d.ts +14 -0
  94. package/dist/es/components/Table/Table.js +124 -0
  95. package/dist/es/components/Table/TableCell.d.ts +6 -0
  96. package/dist/es/components/Table/TableCell.js +12 -0
  97. package/dist/es/components/Table/TableRow.d.ts +9 -0
  98. package/dist/es/components/Table/TableRow.js +13 -0
  99. package/dist/es/components/TabsBox/TabBox.d.ts +2 -0
  100. package/dist/es/components/TabsBox/TabBox.js +2 -0
  101. package/dist/es/components/TabsBox/TabsBox.d.ts +8 -0
  102. package/dist/es/components/TabsBox/TabsBox.js +32 -0
  103. package/dist/es/components/TextBox/TextBox.css +16 -0
  104. package/dist/es/components/TextBox/TextBox.d.ts +16 -0
  105. package/dist/es/components/TextBox/TextBox.js +53 -0
  106. package/dist/es/components/TextBox/TextBoxPicture.css +24 -0
  107. package/dist/es/components/TextBox/TextBoxPicture.d.ts +17 -0
  108. package/dist/es/components/TextBox/TextBoxPicture.js +31 -0
  109. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.css +11 -0
  110. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +13 -7
  111. package/dist/es/components/TitleDescriptionBox/TitleDescriptionBox.js +33 -13
  112. package/dist/es/components/VideoBanner/VideoBanner.css +216 -0
  113. package/dist/es/components/VideoBanner/VideoBanner.d.ts +90 -0
  114. package/dist/es/components/VideoBanner/VideoBanner.js +272 -0
  115. package/dist/es/components/VideoBlock/VideoBlock.css +127 -0
  116. package/dist/es/components/VideoBlock/VideoBlock.d.ts +49 -0
  117. package/dist/es/components/VideoBlock/VideoBlock.js +147 -0
  118. package/dist/es/constants/throttleTime.d.ts +4 -0
  119. package/dist/es/constants/throttleTime.js +3 -0
  120. package/dist/es/index.d.ts +29 -17
  121. package/dist/es/index.js +30 -18
  122. package/dist/lib/components/AccordionBox/AccordionBox.css +13 -0
  123. package/dist/lib/components/AccordionBox/AccordionBox.d.ts +33 -0
  124. package/dist/lib/components/AccordionBox/AccordionBox.js +80 -0
  125. package/dist/lib/components/BannerBox/BannerBox.d.ts +5 -0
  126. package/dist/lib/components/BannerBox/BannerBox.js +49 -0
  127. package/dist/lib/components/BenefitsIcons/BenefitsIcons.d.ts +16 -5
  128. package/dist/lib/components/BenefitsIcons/BenefitsIcons.js +82 -17
  129. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.d.ts +3 -2
  130. package/dist/lib/components/BenefitsIcons/BenefitsIconsTile.js +14 -15
  131. package/dist/lib/components/BenefitsIcons/style/BenefitsIcons.css +1 -1
  132. package/dist/lib/components/BenefitsIcons/style/BenefitsIconsTile.css +11 -4
  133. package/dist/lib/components/BenefitsIcons/types.d.ts +16 -7
  134. package/dist/lib/components/BenefitsIcons/types.js +11 -8
  135. package/dist/lib/components/BenefitsPictures/BenefitsPictures.d.ts +12 -3
  136. package/dist/lib/components/BenefitsPictures/BenefitsPictures.js +27 -13
  137. package/dist/lib/components/BenefitsPictures/BenfitsPictures.css +1 -1
  138. package/dist/lib/components/BenefitsPictures/types.d.ts +3 -0
  139. package/dist/lib/components/Breadcrumbs/Breadcrumbs.css +46 -0
  140. package/dist/lib/components/Breadcrumbs/Breadcrumbs.d.ts +21 -0
  141. package/dist/lib/components/Breadcrumbs/Breadcrumbs.js +65 -0
  142. package/dist/lib/components/ButtonBanner/ButtonBanner.css +122 -0
  143. package/dist/lib/components/ButtonBanner/ButtonBanner.d.ts +54 -0
  144. package/dist/lib/components/ButtonBanner/ButtonBanner.js +133 -0
  145. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.d.ts +32 -8
  146. package/dist/lib/components/ButtonLinkBox/ButtonLinkBox.js +53 -13
  147. package/dist/lib/components/Card/Card.css +130 -0
  148. package/dist/lib/components/Card/Card.d.ts +67 -0
  149. package/dist/lib/components/Card/Card.js +199 -0
  150. package/dist/lib/components/CardsBox/CardsBox.d.ts +15 -0
  151. package/dist/lib/components/CardsBox/CardsBox.js +105 -0
  152. package/dist/lib/components/CarouselBox/CarouselBox.d.ts +5 -0
  153. package/dist/lib/components/CarouselBox/CarouselBox.js +49 -0
  154. package/dist/lib/components/Container/Container.css +2830 -0
  155. package/dist/lib/components/Container/Container.d.ts +26 -0
  156. package/dist/lib/components/Container/Container.js +61 -0
  157. package/dist/lib/components/DownloadLinks/DownloadLink.css +36 -0
  158. package/dist/lib/components/DownloadLinks/DownloadLink.d.ts +25 -0
  159. package/dist/lib/components/DownloadLinks/DownloadLink.js +83 -0
  160. package/dist/lib/components/DownloadLinks/DownloadLinks.css +36 -0
  161. package/dist/lib/components/DownloadLinks/DownloadLinks.d.ts +10 -0
  162. package/dist/lib/components/DownloadLinks/DownloadLinks.js +95 -0
  163. package/dist/lib/components/Instructions/Instructions.css +489 -0
  164. package/dist/lib/components/Instructions/Instructions.d.ts +52 -0
  165. package/dist/lib/components/Instructions/Instructions.js +258 -0
  166. package/dist/lib/components/Instructions/img/android.png +0 -0
  167. package/dist/lib/components/Instructions/img/blackIphone.png +0 -0
  168. package/dist/lib/components/Instructions/img/iphone12.png +0 -0
  169. package/dist/lib/components/Instructions/img/laptop.png +0 -0
  170. package/dist/lib/components/Instructions/img/newIphone.png +0 -0
  171. package/dist/lib/components/Instructions/img/whiteIphone.png +0 -0
  172. package/dist/lib/components/PageTitle/PageTitle.css +80 -0
  173. package/dist/lib/components/PageTitle/PageTitle.d.ts +23 -0
  174. package/dist/lib/components/PageTitle/PageTitle.js +85 -0
  175. package/dist/lib/components/Partners/Partners.css +53 -0
  176. package/dist/lib/components/Partners/Partners.d.ts +32 -0
  177. package/dist/lib/components/Partners/Partners.js +136 -0
  178. package/dist/lib/components/PictureWithDescription/PictureWithDescription.css +80 -0
  179. package/dist/lib/components/PictureWithDescription/PictureWithDescription.d.ts +28 -0
  180. package/dist/lib/components/PictureWithDescription/PictureWithDescription.js +81 -0
  181. package/dist/lib/components/Property/Property.css +125 -0
  182. package/dist/lib/components/Property/Property.d.ts +33 -0
  183. package/dist/lib/components/Property/Property.js +152 -0
  184. package/dist/lib/components/Property/PropertyDescription.css +17 -0
  185. package/dist/lib/components/Property/PropertyDescription.d.ts +5 -0
  186. package/dist/lib/components/Property/PropertyDescription.js +71 -0
  187. package/dist/lib/components/Property/types.d.ts +14 -0
  188. package/dist/lib/components/Property/types.js +1 -0
  189. package/dist/lib/components/Steps/Steps.css +41 -0
  190. package/dist/lib/components/Steps/Steps.d.ts +10 -0
  191. package/dist/lib/components/Steps/Steps.js +55 -0
  192. package/dist/lib/components/Steps/StepsItem.css +37 -0
  193. package/dist/lib/components/Steps/StepsItem.d.ts +10 -0
  194. package/dist/lib/components/Steps/StepsItem.js +39 -0
  195. package/dist/lib/components/StoreBanner/StoreBanner.css +289 -0
  196. package/dist/lib/components/StoreBanner/StoreBanner.d.ts +65 -0
  197. package/dist/lib/components/StoreBanner/StoreBanner.js +169 -0
  198. package/dist/lib/components/StoreBanner/doc/img/new-iphone-screen.png +0 -0
  199. package/dist/lib/components/StoreBanner/doc/img/qr-code.png +0 -0
  200. package/dist/lib/components/StoreBanner/doc/img/screen.png +0 -0
  201. package/dist/lib/components/StoreBanner/img/android.png +0 -0
  202. package/dist/lib/components/StoreBanner/img/black-iphone.png +0 -0
  203. package/dist/lib/components/StoreBanner/img/new-iphone.png +0 -0
  204. package/dist/lib/components/StoreBanner/img/white-iphone.png +0 -0
  205. package/dist/lib/components/StoreButton/StoreButton.css +15 -0
  206. package/dist/lib/components/StoreButton/StoreButton.d.ts +17 -0
  207. package/dist/lib/components/StoreButton/StoreButton.js +58 -0
  208. package/dist/lib/components/StoreButton/img/app-store.png +0 -0
  209. package/dist/lib/components/StoreButton/img/google-play.png +0 -0
  210. package/dist/lib/components/StoreButton/img/huawei-store.png +0 -0
  211. package/dist/lib/components/Table/Table.css +153 -0
  212. package/dist/lib/components/Table/Table.d.ts +14 -0
  213. package/dist/lib/components/Table/Table.js +146 -0
  214. package/dist/lib/components/Table/TableCell.d.ts +6 -0
  215. package/dist/lib/components/Table/TableCell.js +27 -0
  216. package/dist/lib/components/Table/TableRow.d.ts +9 -0
  217. package/dist/lib/components/Table/TableRow.js +28 -0
  218. package/dist/lib/components/TabsBox/TabBox.d.ts +2 -0
  219. package/dist/lib/components/TabsBox/TabBox.js +11 -0
  220. package/dist/lib/components/TabsBox/TabsBox.d.ts +8 -0
  221. package/dist/lib/components/TabsBox/TabsBox.js +50 -0
  222. package/dist/lib/components/TextBox/TextBox.css +16 -0
  223. package/dist/lib/components/TextBox/TextBox.d.ts +16 -0
  224. package/dist/lib/components/TextBox/TextBox.js +70 -0
  225. package/dist/lib/components/TextBox/TextBoxPicture.css +24 -0
  226. package/dist/lib/components/TextBox/TextBoxPicture.d.ts +17 -0
  227. package/dist/lib/components/TextBox/TextBoxPicture.js +48 -0
  228. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.css +11 -0
  229. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.d.ts +13 -7
  230. package/dist/lib/components/TitleDescriptionBox/TitleDescriptionBox.js +37 -17
  231. package/dist/lib/components/VideoBanner/VideoBanner.css +216 -0
  232. package/dist/lib/components/VideoBanner/VideoBanner.d.ts +90 -0
  233. package/dist/lib/components/VideoBanner/VideoBanner.js +309 -0
  234. package/dist/lib/components/VideoBlock/VideoBlock.css +127 -0
  235. package/dist/lib/components/VideoBlock/VideoBlock.d.ts +49 -0
  236. package/dist/lib/components/VideoBlock/VideoBlock.js +170 -0
  237. package/dist/lib/constants/throttleTime.d.ts +4 -0
  238. package/dist/lib/constants/throttleTime.js +10 -0
  239. package/dist/lib/index.d.ts +29 -17
  240. package/dist/lib/index.js +147 -51
  241. package/package.json +22 -77
  242. package/dist/es/components/ProductCard/ProductCardFeatures.css +0 -35
  243. package/dist/es/components/ProductCard/ProductCardFeatures.d.ts +0 -61
  244. package/dist/es/components/ProductCard/ProductCardFeatures.js +0 -82
  245. package/dist/es/components/ProductCard/ProductCardFeaturesBottom.css +0 -41
  246. package/dist/es/components/ProductCard/ProductCardFeaturesBottom.d.ts +0 -22
  247. package/dist/es/components/ProductCard/ProductCardFeaturesBottom.js +0 -80
  248. package/dist/es/components/ProductCard/ProductCardFeaturesTop.css +0 -16
  249. package/dist/es/components/ProductCard/ProductCardFeaturesTop.d.ts +0 -25
  250. package/dist/es/components/ProductCard/ProductCardFeaturesTop.js +0 -67
  251. package/dist/es/components/ProductCard/ProductCardInfo.css +0 -236
  252. package/dist/es/components/ProductCard/ProductCardInfo.d.ts +0 -75
  253. package/dist/es/components/ProductCard/ProductCardInfo.js +0 -169
  254. package/dist/es/components/ProductCard/ProductCardTotal.css +0 -113
  255. package/dist/es/components/ProductCard/ProductCardTotal.d.ts +0 -86
  256. package/dist/es/components/ProductCard/ProductCardTotal.js +0 -161
  257. package/dist/es/components/ProductCard/ProductCardWrapper.css +0 -162
  258. package/dist/es/components/ProductCard/ProductCardWrapper.d.ts +0 -53
  259. package/dist/es/components/ProductCard/ProductCardWrapper.js +0 -109
  260. package/dist/es/components/ProductSwitcher/ProductSwitcher.css +0 -372
  261. package/dist/es/components/ProductSwitcher/ProductSwitcher.d.ts +0 -86
  262. package/dist/es/components/ProductSwitcher/ProductSwitcher.js +0 -612
  263. package/dist/es/components/ProductTile/ProductTile.d.ts +0 -287
  264. package/dist/es/components/ProductTile/ProductTile.js +0 -497
  265. package/dist/es/components/ProductTile/ProductTileBuy.d.ts +0 -53
  266. package/dist/es/components/ProductTile/ProductTileBuy.js +0 -99
  267. package/dist/es/components/ProductTile/ProductTileCashback.d.ts +0 -20
  268. package/dist/es/components/ProductTile/ProductTileCashback.js +0 -60
  269. package/dist/es/components/ProductTile/ProductTileDynamic.d.ts +0 -42
  270. package/dist/es/components/ProductTile/ProductTileDynamic.js +0 -109
  271. package/dist/es/components/ProductTile/ProductTileHint.d.ts +0 -24
  272. package/dist/es/components/ProductTile/ProductTileHint.js +0 -67
  273. package/dist/es/components/ProductTile/ProductTileOptions.d.ts +0 -31
  274. package/dist/es/components/ProductTile/ProductTileOptions.js +0 -130
  275. package/dist/es/components/ProductTile/ProductTilePrice.d.ts +0 -26
  276. package/dist/es/components/ProductTile/ProductTilePrice.js +0 -75
  277. package/dist/es/components/ProductTile/ProductTileStatic.d.ts +0 -20
  278. package/dist/es/components/ProductTile/ProductTileStatic.js +0 -60
  279. package/dist/es/components/ProductTile/ProductTileValue.d.ts +0 -31
  280. package/dist/es/components/ProductTile/ProductTileValue.js +0 -111
  281. package/dist/es/components/ProductTile/style/ProductTile.css +0 -146
  282. package/dist/es/components/ProductTile/style/ProductTileBuy.css +0 -76
  283. package/dist/es/components/ProductTile/style/ProductTileCashback.css +0 -23
  284. package/dist/es/components/ProductTile/style/ProductTileDynamic.css +0 -38
  285. package/dist/es/components/ProductTile/style/ProductTileHint.css +0 -93
  286. package/dist/es/components/ProductTile/style/ProductTileOptions.css +0 -84
  287. package/dist/es/components/ProductTile/style/ProductTilePrice.css +0 -105
  288. package/dist/es/components/ProductTile/style/ProductTileStatic.css +0 -23
  289. package/dist/es/components/ProductTile/style/ProductTileValue.css +0 -58
  290. package/dist/es/components/ProductTileRest/ProductTileRest.css +0 -226
  291. package/dist/es/components/ProductTileRest/ProductTileRest.d.ts +0 -109
  292. package/dist/es/components/ProductTileRest/ProductTileRest.js +0 -291
  293. package/dist/es/constants/breakpoints.d.ts +0 -1
  294. package/dist/es/constants/breakpoints.js +0 -1
  295. package/dist/lib/components/ProductCard/ProductCardFeatures.css +0 -35
  296. package/dist/lib/components/ProductCard/ProductCardFeatures.d.ts +0 -61
  297. package/dist/lib/components/ProductCard/ProductCardFeatures.js +0 -141
  298. package/dist/lib/components/ProductCard/ProductCardFeaturesBottom.css +0 -41
  299. package/dist/lib/components/ProductCard/ProductCardFeaturesBottom.d.ts +0 -22
  300. package/dist/lib/components/ProductCard/ProductCardFeaturesBottom.js +0 -140
  301. package/dist/lib/components/ProductCard/ProductCardFeaturesTop.css +0 -16
  302. package/dist/lib/components/ProductCard/ProductCardFeaturesTop.d.ts +0 -25
  303. package/dist/lib/components/ProductCard/ProductCardFeaturesTop.js +0 -124
  304. package/dist/lib/components/ProductCard/ProductCardInfo.css +0 -236
  305. package/dist/lib/components/ProductCard/ProductCardInfo.d.ts +0 -75
  306. package/dist/lib/components/ProductCard/ProductCardInfo.js +0 -241
  307. package/dist/lib/components/ProductCard/ProductCardTotal.css +0 -113
  308. package/dist/lib/components/ProductCard/ProductCardTotal.d.ts +0 -86
  309. package/dist/lib/components/ProductCard/ProductCardTotal.js +0 -218
  310. package/dist/lib/components/ProductCard/ProductCardWrapper.css +0 -162
  311. package/dist/lib/components/ProductCard/ProductCardWrapper.d.ts +0 -53
  312. package/dist/lib/components/ProductCard/ProductCardWrapper.js +0 -170
  313. package/dist/lib/components/ProductSwitcher/ProductSwitcher.css +0 -372
  314. package/dist/lib/components/ProductSwitcher/ProductSwitcher.d.ts +0 -86
  315. package/dist/lib/components/ProductSwitcher/ProductSwitcher.js +0 -686
  316. package/dist/lib/components/ProductTile/ProductTile.d.ts +0 -287
  317. package/dist/lib/components/ProductTile/ProductTile.js +0 -590
  318. package/dist/lib/components/ProductTile/ProductTileBuy.d.ts +0 -53
  319. package/dist/lib/components/ProductTile/ProductTileBuy.js +0 -156
  320. package/dist/lib/components/ProductTile/ProductTileCashback.d.ts +0 -20
  321. package/dist/lib/components/ProductTile/ProductTileCashback.js +0 -117
  322. package/dist/lib/components/ProductTile/ProductTileDynamic.d.ts +0 -42
  323. package/dist/lib/components/ProductTile/ProductTileDynamic.js +0 -174
  324. package/dist/lib/components/ProductTile/ProductTileHint.d.ts +0 -24
  325. package/dist/lib/components/ProductTile/ProductTileHint.js +0 -124
  326. package/dist/lib/components/ProductTile/ProductTileOptions.d.ts +0 -31
  327. package/dist/lib/components/ProductTile/ProductTileOptions.js +0 -193
  328. package/dist/lib/components/ProductTile/ProductTilePrice.d.ts +0 -26
  329. package/dist/lib/components/ProductTile/ProductTilePrice.js +0 -136
  330. package/dist/lib/components/ProductTile/ProductTileStatic.d.ts +0 -20
  331. package/dist/lib/components/ProductTile/ProductTileStatic.js +0 -123
  332. package/dist/lib/components/ProductTile/ProductTileValue.d.ts +0 -31
  333. package/dist/lib/components/ProductTile/ProductTileValue.js +0 -171
  334. package/dist/lib/components/ProductTile/style/ProductTile.css +0 -146
  335. package/dist/lib/components/ProductTile/style/ProductTileBuy.css +0 -76
  336. package/dist/lib/components/ProductTile/style/ProductTileCashback.css +0 -23
  337. package/dist/lib/components/ProductTile/style/ProductTileDynamic.css +0 -38
  338. package/dist/lib/components/ProductTile/style/ProductTileHint.css +0 -93
  339. package/dist/lib/components/ProductTile/style/ProductTileOptions.css +0 -84
  340. package/dist/lib/components/ProductTile/style/ProductTilePrice.css +0 -105
  341. package/dist/lib/components/ProductTile/style/ProductTileStatic.css +0 -23
  342. package/dist/lib/components/ProductTile/style/ProductTileValue.css +0 -58
  343. package/dist/lib/components/ProductTileRest/ProductTileRest.css +0 -226
  344. package/dist/lib/components/ProductTileRest/ProductTileRest.d.ts +0 -109
  345. package/dist/lib/components/ProductTileRest/ProductTileRest.js +0 -364
  346. package/dist/lib/constants/breakpoints.d.ts +0 -1
  347. package/dist/lib/constants/breakpoints.js +0 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,2298 @@
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
+ # [2.0.0-beta.240](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.239...@megafon/ui-shared@2.0.0-beta.240) (2021-11-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **instructions:** fix activeInstructionItem class ([4f4c611](https://github.com/MegafonWebLab/megafon-ui/commit/4f4c611d5fdb227f00c164cc2bcfae6f6eb91c5e))
12
+
13
+
14
+ ### Features
15
+
16
+ * **container:** add new indents to child components ([02a4d5b](https://github.com/MegafonWebLab/megafon-ui/commit/02a4d5b819d7c0c653ab819df04c1f069a94c3b1))
17
+ * **storebanner:** fixed style and changed buttons image ([87b77a8](https://github.com/MegafonWebLab/megafon-ui/commit/87b77a8e5da178f8273287bd1be85ac7ccd8f0bd))
18
+
19
+
20
+
21
+
22
+
23
+ # [2.0.0-beta.239](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.238...@megafon/ui-shared@2.0.0-beta.239) (2021-11-15)
24
+
25
+ **Note:** Version bump only for package @megafon/ui-shared
26
+
27
+
28
+
29
+
30
+
31
+ # [2.0.0-beta.238](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.237...@megafon/ui-shared@2.0.0-beta.238) (2021-11-15)
32
+
33
+
34
+ ### Bug Fixes
35
+
36
+ * **card:** fix icon indent ([5429444](https://github.com/MegafonWebLab/megafon-ui/commit/54294443e0cb8ead74516b0d63ddcf130c29f4f5))
37
+
38
+
39
+ ### Features
40
+
41
+ * **instructions:** add mobile and desktop classes for item ([2f27427](https://github.com/MegafonWebLab/megafon-ui/commit/2f27427e665d234f3f175830c0f3f4ea44486de5))
42
+
43
+
44
+
45
+
46
+
47
+ # [2.0.0-beta.237](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.236...@megafon/ui-shared@2.0.0-beta.237) (2021-11-15)
48
+
49
+
50
+ ### Code Refactoring
51
+
52
+ * **videoblock:** change description props type, add description class ([ddde89a](https://github.com/MegafonWebLab/megafon-ui/commit/ddde89a66ba48fd60504781a3e1221f308a91370))
53
+
54
+
55
+ ### BREAKING CHANGES
56
+
57
+ * **videoblock:** description props now receive string or nodes instead of array of strings
58
+
59
+
60
+
61
+
62
+
63
+ # [2.0.0-beta.236](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.235...@megafon/ui-shared@2.0.0-beta.236) (2021-11-15)
64
+
65
+ **Note:** Version bump only for package @megafon/ui-shared
66
+
67
+
68
+
69
+
70
+
71
+ # [2.0.0-beta.235](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.234...@megafon/ui-shared@2.0.0-beta.235) (2021-11-01)
72
+
73
+
74
+ ### Features
75
+
76
+ * add color variable [@fresh](https://github.com/fresh)Asphalt50 to base.less ([9aee3d7](https://github.com/MegafonWebLab/megafon-ui/commit/9aee3d7d6e9250fc61546539ea9e8cb5c3be15aa))
77
+
78
+
79
+
80
+
81
+
82
+ # [2.0.0-beta.234](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.233...@megafon/ui-shared@2.0.0-beta.234) (2021-10-25)
83
+
84
+
85
+ ### Features
86
+
87
+ * **benefitsicons:** add ability render benefits in one column ([9e075ce](https://github.com/MegafonWebLab/megafon-ui/commit/9e075cec1a60474b9e3e22a30815ab3150acc54e))
88
+
89
+
90
+
91
+
92
+
93
+ # [2.0.0-beta.233](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.232...@megafon/ui-shared@2.0.0-beta.233) (2021-10-18)
94
+
95
+ **Note:** Version bump only for package @megafon/ui-shared
96
+
97
+
98
+
99
+
100
+
101
+ # [2.0.0-beta.232](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.231...@megafon/ui-shared@2.0.0-beta.232) (2021-10-11)
102
+
103
+
104
+ ### Bug Fixes
105
+
106
+ * **picturewithdescription:** fix text align ([1cc5829](https://github.com/MegafonWebLab/megafon-ui/commit/1cc5829e62460a57fccf80b2f8ffb83846d0c8f8))
107
+ * **textboxpicture:** fix image styles ([868cf33](https://github.com/MegafonWebLab/megafon-ui/commit/868cf3349ffd2b7e1b8829fec694f7aade416db7))
108
+ * **videoblock:** fix button width ([9fc980b](https://github.com/MegafonWebLab/megafon-ui/commit/9fc980b72d8d716ce2b8d6441610fe0032892f13))
109
+
110
+
111
+
112
+
113
+
114
+ # [2.0.0-beta.231](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.230...@megafon/ui-shared@2.0.0-beta.231) (2021-10-07)
115
+
116
+
117
+ ### Bug Fixes
118
+
119
+ * add lint-staged to pre-commit hook ([83e2e13](https://github.com/MegafonWebLab/megafon-ui/commit/83e2e1304c92cd0125e80fa0c2879e28476499d9))
120
+ * run lint-staged only on pre-commit hook ([8570564](https://github.com/MegafonWebLab/megafon-ui/commit/857056423e738135f6d0866df8c0166ce9bd289e))
121
+
122
+
123
+
124
+
125
+
126
+ # [2.0.0-beta.230](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.229...@megafon/ui-shared@2.0.0-beta.230) (2021-10-05)
127
+
128
+ **Note:** Version bump only for package @megafon/ui-shared
129
+
130
+
131
+
132
+
133
+
134
+ # [2.0.0-beta.229](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.228...@megafon/ui-shared@2.0.0-beta.229) (2021-10-04)
135
+
136
+
137
+ ### Bug Fixes
138
+
139
+ * **gulpfile.js:** fix code replacement ([fe3fca0](https://github.com/MegafonWebLab/megafon-ui/commit/fe3fca05a1915fdd3bd9699579a5a2096c3ffe7e))
140
+ * **ui-shared:** add prettier and eslint configs; fix prettier errors ([0cb5520](https://github.com/MegafonWebLab/megafon-ui/commit/0cb552061dfd58d314ad22a7877ee792d83eb31c))
141
+ * **ui-shared:** remove tslint and tslint config ([3ff4c63](https://github.com/MegafonWebLab/megafon-ui/commit/3ff4c631d5a668e1c388ea317cb1ff4315d4ab4f))
142
+
143
+
144
+ ### Features
145
+
146
+ * **downloadlinks:** add props 'inOneColumn' for render links in one column, regardless of quantity ([b44e3a7](https://github.com/MegafonWebLab/megafon-ui/commit/b44e3a7e2eda4c7aeee85f6b7f58886738452f71))
147
+
148
+
149
+
150
+
151
+
152
+ # [2.0.0-beta.228](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.227...@megafon/ui-shared@2.0.0-beta.228) (2021-09-27)
153
+
154
+ **Note:** Version bump only for package @megafon/ui-shared
155
+
156
+
157
+
158
+
159
+
160
+ # [2.0.0-beta.227](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.226...@megafon/ui-shared@2.0.0-beta.227) (2021-09-27)
161
+
162
+
163
+ ### Bug Fixes
164
+
165
+ * **.stylelintrc.json:** move .stylelint.json to root and extends package configs from it ([ae5eac3](https://github.com/MegafonWebLab/megafon-ui/commit/ae5eac3dbbbea00413cea6b45ecbc22babb723c4))
166
+ * **buttonbanner.less:** fix [@media](https://github.com/media) query position ([955b9b4](https://github.com/MegafonWebLab/megafon-ui/commit/955b9b416933078340e7ad9482073da25ba3a0eb))
167
+ * **textboxpicture:** fix modifiers names ([52e713d](https://github.com/MegafonWebLab/megafon-ui/commit/52e713d60edb8da68a0dafe62df08baec6ad23bf))
168
+ * **ui-shared:** add frontend-presets configs; fix stylelint errors ([06df02d](https://github.com/MegafonWebLab/megafon-ui/commit/06df02d5218c611282fa5aea079bca46afcdbd56))
169
+
170
+
171
+
172
+
173
+
174
+ # [2.0.0-beta.226](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.225...@megafon/ui-shared@2.0.0-beta.226) (2021-09-20)
175
+
176
+
177
+ ### Bug Fixes
178
+
179
+ * add frontend-presets for ui-core package and fix stylelint errors ([752bce5](https://github.com/MegafonWebLab/megafon-ui/commit/752bce59cfd31494e85c11faa4795ca7ee89adcc))
180
+
181
+
182
+ ### Features
183
+
184
+ * **card:** extend type of title and text props ([e275054](https://github.com/MegafonWebLab/megafon-ui/commit/e275054d304ee8870186b21e2e871a94a0e59ca2))
185
+ * **textboxpictures:** add TextBoxPicture component, should be used only in TexBox component ([a88265f](https://github.com/MegafonWebLab/megafon-ui/commit/a88265f5938f8a27fe51b7cb39fa14ef2e4bdb7f))
186
+
187
+
188
+
189
+
190
+
191
+ # [2.0.0-beta.225](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.224...@megafon/ui-shared@2.0.0-beta.225) (2021-09-14)
192
+
193
+ **Note:** Version bump only for package @megafon/ui-shared
194
+
195
+
196
+
197
+
198
+
199
+ # [2.0.0-beta.224](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.223...@megafon/ui-shared@2.0.0-beta.224) (2021-09-13)
200
+
201
+
202
+ ### Bug Fixes
203
+
204
+ * **instructions:** removed javascript resolution tracking ([7cfaddb](https://github.com/MegafonWebLab/megafon-ui/commit/7cfaddb3cda52c671b5541e42ff29bd5864809a5))
205
+
206
+
207
+ ### Features
208
+
209
+ * **benefitsicons:** added classes for Grid and GridColumn ([be71f0c](https://github.com/MegafonWebLab/megafon-ui/commit/be71f0c32ae6e721c30baaa895acca7220a217c0))
210
+ * **instructions:** fix style for Instructions ([acb53fa](https://github.com/MegafonWebLab/megafon-ui/commit/acb53fa8e8574c22631d89edf02c0503d091f72d))
211
+ * **instructions:** fix style for iphone 12 mask ([4ae746b](https://github.com/MegafonWebLab/megafon-ui/commit/4ae746b9a347acaf5de29fdbc82082474d7ffcb7))
212
+ * **pagetitle:** removed breadcrumbs from grid ([04c2c79](https://github.com/MegafonWebLab/megafon-ui/commit/04c2c794061dea920a7db6ed2f1303bbe48127b6))
213
+ * **storebanner:** added new store button and update StoreBanner ([c13f37b](https://github.com/MegafonWebLab/megafon-ui/commit/c13f37bf8d2e5ed61f4d43c0e1d19eb4375a8c15))
214
+
215
+
216
+
217
+
218
+
219
+ # [2.0.0-beta.223](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.222...@megafon/ui-shared@2.0.0-beta.223) (2021-08-30)
220
+
221
+
222
+ ### Features
223
+
224
+ * **videobanner:** add onLinkClick prop ([8e932b2](https://github.com/MegafonWebLab/megafon-ui/commit/8e932b2245457a2b38035aeeccacaad89f8cf8b0))
225
+
226
+
227
+
228
+
229
+
230
+ # [2.0.0-beta.222](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.221...@megafon/ui-shared@2.0.0-beta.222) (2021-08-25)
231
+
232
+
233
+ ### Features
234
+
235
+ * **packages:** extracts icons from @megafon/ui-core to @megafon/ui-icons package ([ddabc32](https://github.com/MegafonWebLab/megafon-ui/commit/ddabc325b888540804f1fa13c94a1c5a58009df2))
236
+
237
+
238
+ ### BREAKING CHANGES
239
+
240
+ * **packages:** icons from @megafon/ui-core removed, use @megafon/ui-icons package instead
241
+
242
+
243
+
244
+
245
+
246
+ # [2.0.0-beta.221](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.220...@megafon/ui-shared@2.0.0-beta.221) (2021-08-23)
247
+
248
+
249
+ ### Features
250
+
251
+ * **card:** add target prop to root element, button and link ([37811e7](https://github.com/MegafonWebLab/megafon-ui/commit/37811e72070550bd1eec7f1bce6cbb12f91aa707))
252
+
253
+
254
+
255
+
256
+
257
+ # [2.0.0-beta.220](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.219...@megafon/ui-shared@2.0.0-beta.220) (2021-08-16)
258
+
259
+
260
+ ### Bug Fixes
261
+
262
+ * **picturewithdescription:** reset margin of first and last child ([5e16fb1](https://github.com/MegafonWebLab/megafon-ui/commit/5e16fb1b78a60b39b5c57d0a9f213d1f3d1ea7a5))
263
+ * **textbox:** reset margin of first and last child ([20a2127](https://github.com/MegafonWebLab/megafon-ui/commit/20a21272cf4ce1b83e4cb717ea55d7d8120233c3))
264
+ * **titledescriptionbox:** reset margin of last child ([1a01a16](https://github.com/MegafonWebLab/megafon-ui/commit/1a01a164af10f010f790c3f51c6d9a6fc345c8b7))
265
+
266
+
267
+
268
+
269
+
270
+ # [2.0.0-beta.219](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.218...@megafon/ui-shared@2.0.0-beta.219) (2021-08-09)
271
+
272
+
273
+ ### Bug Fixes
274
+
275
+ * **titledescriptionbox:** apply white-space to header only ([7e5e185](https://github.com/MegafonWebLab/megafon-ui/commit/7e5e1853f8fa10630742a419c7de9319f625e4b2))
276
+
277
+
278
+
279
+
280
+
281
+ # [2.0.0-beta.218](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.217...@megafon/ui-shared@2.0.0-beta.218) (2021-08-02)
282
+
283
+
284
+ ### Features
285
+
286
+ * **picturewithdescription:** extend title type ([15d4db1](https://github.com/MegafonWebLab/megafon-ui/commit/15d4db1e2372c14ff362483e360a4c590937d693))
287
+
288
+
289
+
290
+
291
+
292
+ # [2.0.0-beta.217](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.216...@megafon/ui-shared@2.0.0-beta.217) (2021-07-26)
293
+
294
+
295
+ ### Features
296
+
297
+ * **pagetitle:** add isFullWidth props, expanded title type ([63f7628](https://github.com/MegafonWebLab/megafon-ui/commit/63f76287857d57c754498bd029084aee0add79df))
298
+ * **textbox:** add centeringWithLimitedWidth and isFullWidth props ([6f3a080](https://github.com/MegafonWebLab/megafon-ui/commit/6f3a080dc3284b2b37e956a585bb854d61f5a772))
299
+
300
+
301
+
302
+
303
+
304
+ # [2.0.0-beta.216](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.215...@megafon/ui-shared@2.0.0-beta.216) (2021-07-26)
305
+
306
+
307
+ ### Features
308
+
309
+ * **picturewithdescription:** add title and classes props ([1bb140c](https://github.com/MegafonWebLab/megafon-ui/commit/1bb140c80cc998fd537fad4069adc1b158de93be))
310
+ * **videobanner:** props buttonTitle made optional ([f7cf47a](https://github.com/MegafonWebLab/megafon-ui/commit/f7cf47a771d2f876935d6b823e5221eb4d218a14))
311
+
312
+
313
+
314
+
315
+
316
+ # [2.0.0-beta.215](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.214...@megafon/ui-shared@2.0.0-beta.215) (2021-07-20)
317
+
318
+
319
+ ### Bug Fixes
320
+
321
+ * **instructions:** fix image on android and video on ios ([10b87f5](https://github.com/MegafonWebLab/megafon-ui/commit/10b87f58c60c9584e811ff69e3391c2beae37eff))
322
+
323
+
324
+ ### Features
325
+
326
+ * **instructions:** add new mask for iphone 12 and some style fix ([eea27c8](https://github.com/MegafonWebLab/megafon-ui/commit/eea27c8d3138c8fc32ac63aa801240b84a1156a9))
327
+ * **instructions:** change image screen ([fc32590](https://github.com/MegafonWebLab/megafon-ui/commit/fc32590d5f9931bb0c28c9828740aa4e6181f799))
328
+
329
+
330
+
331
+
332
+
333
+ # [2.0.0-beta.214](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.213...@megafon/ui-shared@2.0.0-beta.214) (2021-07-14)
334
+
335
+
336
+ ### Bug Fixes
337
+
338
+ * **build:** change contants path resolve ([b4b810a](https://github.com/MegafonWebLab/megafon-ui/commit/b4b810a6b3b753103360dbccc20e891fd6f87cd8))
339
+
340
+
341
+
342
+
343
+
344
+ # [2.0.0-beta.213](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.212...@megafon/ui-shared@2.0.0-beta.213) (2021-07-13)
345
+
346
+
347
+ ### Features
348
+
349
+ * **packages:** added @megafon/ui-helpers package ([811f67c](https://github.com/MegafonWebLab/megafon-ui/commit/811f67c26c87e2582e461c03223b12344513ecac))
350
+
351
+
352
+ ### BREAKING CHANGES
353
+
354
+ * **packages:** utils from @megafon/ui-core removed, use @megafon/ui-helpers package instead
355
+ * **packages:** breakpoints from @megafon/ui-core removed, use @megafon/ui-helpers package instead
356
+ * **packages:** throttleTime removed from export in @megafon/ui-core package
357
+
358
+
359
+
360
+
361
+
362
+ # [2.0.0-beta.212](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.211...@megafon/ui-shared@2.0.0-beta.212) (2021-07-12)
363
+
364
+
365
+ ### Features
366
+
367
+ * **instructions:** add new prop additional text ([1609801](https://github.com/MegafonWebLab/megafon-ui/commit/1609801d701e6d4f49b40bb6422f7f4dee4e7d18))
368
+
369
+
370
+
371
+
372
+
373
+ # [2.0.0-beta.211](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.210...@megafon/ui-shared@2.0.0-beta.211) (2021-07-05)
374
+
375
+
376
+ ### Features
377
+
378
+ * **instructions:** add new classes instructionItemImg for img ([1dac031](https://github.com/MegafonWebLab/megafon-ui/commit/1dac0315b9b565313ca87c3a090eada8ccbdf801))
379
+ * **partners:** configured to display a fixed number of slides ([fde3dc7](https://github.com/MegafonWebLab/megafon-ui/commit/fde3dc7a2e36b46958bf1f5afc8272cb85cbb2ca))
380
+
381
+
382
+
383
+
384
+
385
+ # [2.0.0-beta.210](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.209...@megafon/ui-shared@2.0.0-beta.210) (2021-06-28)
386
+
387
+
388
+ ### Bug Fixes
389
+
390
+ * **videobanner:** fix breadcrumbs render ([aebb08f](https://github.com/MegafonWebLab/megafon-ui/commit/aebb08fa282dbe9449a9b678d875b37c1f7f9cfe))
391
+
392
+
393
+ ### Features
394
+
395
+ * **cardsbox:** add ref prop ([974c645](https://github.com/MegafonWebLab/megafon-ui/commit/974c64547fb8e3af19b81258131b1783eaab80eb))
396
+ * **pagetitle:** add new component ([93120cf](https://github.com/MegafonWebLab/megafon-ui/commit/93120cfcdba4f0c345747fec77dc22c8ba286073))
397
+ * **titledescriptionbox:** fix PropTypes for render HTML ([46e801b](https://github.com/MegafonWebLab/megafon-ui/commit/46e801bf97715e9f9a1473ea89472b646273f14d))
398
+
399
+
400
+ ### BREAKING CHANGES
401
+
402
+ * **cardsbox:** add ref prop
403
+
404
+
405
+
406
+
407
+
408
+ # [2.0.0-beta.209](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.208...@megafon/ui-shared@2.0.0-beta.209) (2021-06-23)
409
+
410
+
411
+ ### Features
412
+
413
+ * **downloadlink:** add classes prop ([4f3eba2](https://github.com/MegafonWebLab/megafon-ui/commit/4f3eba27d80eda6c268a2f7f5ccdaff733f8a383))
414
+ * **titledescriptionbox:** fix type for render HTML ([476ec22](https://github.com/MegafonWebLab/megafon-ui/commit/476ec22998712e5d4a83f6c7bba3f1e9700d74da))
415
+
416
+
417
+
418
+
419
+
420
+ # [2.0.0-beta.208](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.207...@megafon/ui-shared@2.0.0-beta.208) (2021-06-22)
421
+
422
+
423
+ ### Bug Fixes
424
+
425
+ * **cardsbox:** fix dataAttrs import ([ab49dbb](https://github.com/MegafonWebLab/megafon-ui/commit/ab49dbbaefd5c0e0c984a70e9f27b714a3fb11f6))
426
+ * **partners:** fix dataAttrs import ([a07a50e](https://github.com/MegafonWebLab/megafon-ui/commit/a07a50e3f6cd15321caa28e418cb80eb67c1f049))
427
+
428
+
429
+
430
+
431
+
432
+ # [2.0.0-beta.207](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.206...@megafon/ui-shared@2.0.0-beta.207) (2021-06-21)
433
+
434
+
435
+ ### Features
436
+
437
+ * **cardsbox:** add dataAttrs and onChange props ([783c3d9](https://github.com/MegafonWebLab/megafon-ui/commit/783c3d95d0fef0a89ccbd06e44fd0959ead7e724))
438
+ * **partners:** add dataAttr prop, extend onChange func ([86989ef](https://github.com/MegafonWebLab/megafon-ui/commit/86989efffa90763ab80875c29bc31cc69c7b4034))
439
+
440
+
441
+ ### BREAKING CHANGES
442
+
443
+ * **cardsbox:** add dataAttrs and onChange props
444
+ * **partners:** add dataAttr for Partnets, extend arguments list
445
+ for onChange prop
446
+
447
+
448
+
449
+
450
+
451
+ # [2.0.0-beta.206](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.205...@megafon/ui-shared@2.0.0-beta.206) (2021-06-18)
452
+
453
+
454
+ ### Bug Fixes
455
+
456
+ * **benefits icons:** delete padding from benefits ([419fcc0](https://github.com/MegafonWebLab/megafon-ui/commit/419fcc01f80f8e5fc794570559bf3e5a89307b50))
457
+
458
+
459
+ ### Features
460
+
461
+ * **instructions:** add getSwiper prop and update classes prop ([4555d5f](https://github.com/MegafonWebLab/megafon-ui/commit/4555d5f56c4c2ada86519f63be652aa5769076d0))
462
+
463
+
464
+
465
+
466
+
467
+ # [2.0.0-beta.205](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.204...@megafon/ui-shared@2.0.0-beta.205) (2021-06-16)
468
+
469
+
470
+ ### Features
471
+
472
+ * **partners:** add alt prop to item ([dd93143](https://github.com/MegafonWebLab/megafon-ui/commit/dd9314365122f5bcee261517ab9326f987dfffab))
473
+ * **picturewithdescription:** add rootRef prop ([96feae1](https://github.com/MegafonWebLab/megafon-ui/commit/96feae14d74aed46969261846259601b02b6d408))
474
+ * **steps:** add rootRef prop ([59bef59](https://github.com/MegafonWebLab/megafon-ui/commit/59bef59a9fac2ede30b1f35c4fb1590f1dcea2c4))
475
+ * **videobanner:** add breadcrumbs ([d266b31](https://github.com/MegafonWebLab/megafon-ui/commit/d266b31bc8c66ba5fa85b629f3de0c7813586c81))
476
+
477
+
478
+
479
+
480
+
481
+ # [2.0.0-beta.204](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.203...@megafon/ui-shared@2.0.0-beta.204) (2021-06-10)
482
+
483
+
484
+ ### Features
485
+
486
+ * **select:** add new type to view in item ([453f375](https://github.com/MegafonWebLab/megafon-ui/commit/453f3753e46cc2b0fd56287635b8b0918bec56f6))
487
+ * **textbox:** add className and rootRef props ([25afe19](https://github.com/MegafonWebLab/megafon-ui/commit/25afe19dfd1acd1e304bc5b2f8363c48ab448277))
488
+ * **titledescriptionbox:** add rootRef prop ([c3b1d90](https://github.com/MegafonWebLab/megafon-ui/commit/c3b1d905a73bf0c5266e846787d707c6434d2f99))
489
+
490
+
491
+
492
+
493
+
494
+ # [2.0.0-beta.203](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.202...@megafon/ui-shared@2.0.0-beta.203) (2021-06-09)
495
+
496
+
497
+ ### Bug Fixes
498
+
499
+ * **benefitsiconstile:** remove convert ([984bb26](https://github.com/MegafonWebLab/megafon-ui/commit/984bb2615359fbb710e6fb9ffd1797bf6fadddea))
500
+ * **buttonbanner:** convert removed ([7b2c5fc](https://github.com/MegafonWebLab/megafon-ui/commit/7b2c5fc2867d35f44b73c4a6ef4588e8882fbc9e))
501
+ * **instructions:** convert removed ([986cc51](https://github.com/MegafonWebLab/megafon-ui/commit/986cc51d4b33ad3a8435f51aa39018a1a7cb0422))
502
+
503
+
504
+ ### Features
505
+
506
+ * **accordionbox:** add title to classes ([1f9c798](https://github.com/MegafonWebLab/megafon-ui/commit/1f9c798f69155c1976598c5b905f861e5774ca96))
507
+ * **downloadlink:** add ref props ([4a287e2](https://github.com/MegafonWebLab/megafon-ui/commit/4a287e2fade6a83b0cd88ec477f0137502f32077))
508
+
509
+
510
+ ### BREAKING CHANGES
511
+
512
+ * **instructions:** convert removed
513
+ * **buttonbanner:** convert removed
514
+ * **benefitsiconstile:** convert removed
515
+
516
+
517
+
518
+
519
+
520
+ # [2.0.0-beta.202](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.201...@megafon/ui-shared@2.0.0-beta.202) (2021-06-08)
521
+
522
+ **Note:** Version bump only for package @megafon/ui-shared
523
+
524
+
525
+
526
+
527
+
528
+ # [2.0.0-beta.201](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.200...@megafon/ui-shared@2.0.0-beta.201) (2021-06-08)
529
+
530
+
531
+ ### Features
532
+
533
+ * **accordionbox:** update interface and tests ([f36f0fd](https://github.com/MegafonWebLab/megafon-ui/commit/f36f0fd5dd7bbd21f33264fc267cca4d6b21a01e))
534
+
535
+
536
+
537
+
538
+
539
+ # [2.0.0-beta.200](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.199...@megafon/ui-shared@2.0.0-beta.200) (2021-06-07)
540
+
541
+
542
+ ### Features
543
+
544
+ * **benefitsicons:** add classes and rootRef props ([4b862b9](https://github.com/MegafonWebLab/megafon-ui/commit/4b862b9c5cb5232033a4e3f00cebff991cbdfd24))
545
+ * **benefitspictures:** add classes and rootRef props ([bdfd54c](https://github.com/MegafonWebLab/megafon-ui/commit/bdfd54c53e40dca6dc1b31ffc9f09f1d7c08f5d1))
546
+
547
+
548
+
549
+
550
+
551
+ # [2.0.0-beta.199](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.198...@megafon/ui-shared@2.0.0-beta.199) (2021-06-04)
552
+
553
+ **Note:** Version bump only for package @megafon/ui-shared
554
+
555
+
556
+
557
+
558
+
559
+ # [2.0.0-beta.198](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.197...@megafon/ui-shared@2.0.0-beta.198) (2021-06-04)
560
+
561
+ **Note:** Version bump only for package @megafon/ui-shared
562
+
563
+
564
+
565
+
566
+
567
+ # [2.0.0-beta.197](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.196...@megafon/ui-shared@2.0.0-beta.197) (2021-06-03)
568
+
569
+
570
+ ### Bug Fixes
571
+
572
+ * **card:** hide btns-wrapper element when empty ([a74daa1](https://github.com/MegafonWebLab/megafon-ui/commit/a74daa1a92aeff44b5aa09b6136a305647131a03))
573
+
574
+
575
+ ### Features
576
+
577
+ * **accordionbox:** add isFullWidth prop ([f031c99](https://github.com/MegafonWebLab/megafon-ui/commit/f031c992975f2e7aaba4c8d6ae018061124c89f2))
578
+
579
+
580
+
581
+
582
+
583
+ # [2.0.0-beta.196](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.195...@megafon/ui-shared@2.0.0-beta.196) (2021-06-03)
584
+
585
+ **Note:** Version bump only for package @megafon/ui-shared
586
+
587
+
588
+
589
+
590
+
591
+ # [2.0.0-beta.195](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.194...@megafon/ui-shared@2.0.0-beta.195) (2021-06-02)
592
+
593
+ **Note:** Version bump only for package @megafon/ui-shared
594
+
595
+
596
+
597
+
598
+
599
+ # [2.0.0-beta.194](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.193...@megafon/ui-shared@2.0.0-beta.194) (2021-06-02)
600
+
601
+
602
+ ### Features
603
+
604
+ * **card:** add isCenteredText prop ([1215adb](https://github.com/MegafonWebLab/megafon-ui/commit/1215adb0d3e8fe50f765620a1572062a38a6346e))
605
+ * **property:** delete prop 'multirow' from component ([e580d84](https://github.com/MegafonWebLab/megafon-ui/commit/e580d8462ce016ead28be0bb690e9397b66a9fc8))
606
+
607
+
608
+ ### BREAKING CHANGES
609
+
610
+ * **property:** delete prop 'multirow' from component
611
+
612
+
613
+
614
+
615
+
616
+ # [2.0.0-beta.193](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.192...@megafon/ui-shared@2.0.0-beta.193) (2021-05-28)
617
+
618
+
619
+ ### Features
620
+
621
+ * **property:** adds grid in component ([5aea97b](https://github.com/MegafonWebLab/megafon-ui/commit/5aea97b41143b8b32faacab365bf2c5813ba599c))
622
+
623
+
624
+
625
+
626
+
627
+ # [2.0.0-beta.192](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.191...@megafon/ui-shared@2.0.0-beta.192) (2021-05-27)
628
+
629
+
630
+ ### Features
631
+
632
+ * **property:** add data attrtibute and custom classes props ([bfceba1](https://github.com/MegafonWebLab/megafon-ui/commit/bfceba104d04ad153c439385ed41377e825042f3))
633
+
634
+
635
+
636
+
637
+
638
+ # [2.0.0-beta.191](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.190...@megafon/ui-shared@2.0.0-beta.191) (2021-05-26)
639
+
640
+
641
+ ### Bug Fixes
642
+
643
+ * **titledescriptionbox:** fix rendering description ([91d5ac6](https://github.com/MegafonWebLab/megafon-ui/commit/91d5ac648199d2d9ad60b516f080d84f0eb27401))
644
+
645
+
646
+
647
+
648
+
649
+ # [2.0.0-beta.190](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.189...@megafon/ui-shared@2.0.0-beta.190) (2021-05-26)
650
+
651
+
652
+ ### Bug Fixes
653
+
654
+ * **instructions:** fix intruction items margin bottom ([428edde](https://github.com/MegafonWebLab/megafon-ui/commit/428edde0687198c4f2fcf90446ce9e83a5de8447))
655
+
656
+
657
+
658
+
659
+
660
+ # [2.0.0-beta.189](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.188...@megafon/ui-shared@2.0.0-beta.189) (2021-05-26)
661
+
662
+
663
+ ### Bug Fixes
664
+
665
+ * **property:** fix text wrap ([bee10c2](https://github.com/MegafonWebLab/megafon-ui/commit/bee10c258fc0b7b22bf5c0c6ec97ab741e9d8f42))
666
+
667
+
668
+
669
+
670
+
671
+ # [2.0.0-beta.188](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.187...@megafon/ui-shared@2.0.0-beta.188) (2021-05-26)
672
+
673
+
674
+ ### Features
675
+
676
+ * **partners:** add props rootRef and classes ([0f64240](https://github.com/MegafonWebLab/megafon-ui/commit/0f642405454ba0df2024aef83145de4e80d27053))
677
+
678
+
679
+ ### BREAKING CHANGES
680
+
681
+ * **partners:** add props rootRef and classes
682
+
683
+ feat(partners): test
684
+
685
+
686
+
687
+
688
+
689
+ # [2.0.0-beta.187](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.186...@megafon/ui-shared@2.0.0-beta.187) (2021-05-26)
690
+
691
+
692
+ ### Bug Fixes
693
+
694
+ * **container:** fix margin for Property ([50308b5](https://github.com/MegafonWebLab/megafon-ui/commit/50308b5d63fc9a995688f068d747e3ef45a9d2c9))
695
+
696
+
697
+ ### Features
698
+
699
+ * **store banner:** adds data attribute prop ([898a195](https://github.com/MegafonWebLab/megafon-ui/commit/898a195d1556c9849a958d5621859534b4c08668))
700
+
701
+
702
+
703
+
704
+
705
+ # [2.0.0-beta.186](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.185...@megafon/ui-shared@2.0.0-beta.186) (2021-05-25)
706
+
707
+ **Note:** Version bump only for package @megafon/ui-shared
708
+
709
+
710
+
711
+
712
+
713
+ # [2.0.0-beta.185](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.184...@megafon/ui-shared@2.0.0-beta.185) (2021-05-25)
714
+
715
+ **Note:** Version bump only for package @megafon/ui-shared
716
+
717
+
718
+
719
+
720
+
721
+ # [2.0.0-beta.184](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.183...@megafon/ui-shared@2.0.0-beta.184) (2021-05-20)
722
+
723
+ **Note:** Version bump only for package @megafon/ui-shared
724
+
725
+
726
+
727
+
728
+
729
+ # [2.0.0-beta.183](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.182...@megafon/ui-shared@2.0.0-beta.183) (2021-05-20)
730
+
731
+
732
+ ### Bug Fixes
733
+
734
+ * **benefitsiconstile:** add type for text props ([1b33f3b](https://github.com/MegafonWebLab/megafon-ui/commit/1b33f3b2dadb4076ce81f4d3c272406fd485558e))
735
+
736
+
737
+
738
+
739
+
740
+ # [2.0.0-beta.182](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.181...@megafon/ui-shared@2.0.0-beta.182) (2021-05-20)
741
+
742
+ **Note:** Version bump only for package @megafon/ui-shared
743
+
744
+
745
+
746
+
747
+
748
+ # [2.0.0-beta.181](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.180...@megafon/ui-shared@2.0.0-beta.181) (2021-05-20)
749
+
750
+
751
+ ### Features
752
+
753
+ * **buttonbanner:** add imageScaling prop ([5c1328e](https://github.com/MegafonWebLab/megafon-ui/commit/5c1328eea9abb4904dd087d215fd4b3069e0f974))
754
+
755
+
756
+
757
+
758
+
759
+ # [2.0.0-beta.180](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.179...@megafon/ui-shared@2.0.0-beta.180) (2021-05-18)
760
+
761
+ **Note:** Version bump only for package @megafon/ui-shared
762
+
763
+
764
+
765
+
766
+
767
+ # [2.0.0-beta.179](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.178...@megafon/ui-shared@2.0.0-beta.179) (2021-05-13)
768
+
769
+
770
+ ### Features
771
+
772
+ * **buttonbanner:** added props download to button ([cf26ab0](https://github.com/MegafonWebLab/megafon-ui/commit/cf26ab00d79b39aafcbd77675e34612adfecf6af))
773
+ * **buttonlinkbox:** added props download to button and textlink ([cd9cd74](https://github.com/MegafonWebLab/megafon-ui/commit/cd9cd74dfce0b16ef2953a6c90aee45da7b1da7b))
774
+ * **card:** added props download to button and textlink ([952ea9a](https://github.com/MegafonWebLab/megafon-ui/commit/952ea9aa1e0ec5fb3565d60c0d0e6b917c4d1e42))
775
+ * **videobanner:** added props download to textlink and button ([f2f4a37](https://github.com/MegafonWebLab/megafon-ui/commit/f2f4a370b71d105e4ff6d74b9d832896fbd77bf1))
776
+ * **videoblock:** added props download for button ([9e438ba](https://github.com/MegafonWebLab/megafon-ui/commit/9e438ba8587a05fa5718e06121b5e24a04657bb4))
777
+
778
+
779
+
780
+
781
+
782
+ # [2.0.0-beta.178](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.177...@megafon/ui-shared@2.0.0-beta.178) (2021-05-12)
783
+
784
+
785
+ ### Bug Fixes
786
+
787
+ * **card:** removed underscore when hover on card with href ([2670367](https://github.com/MegafonWebLab/megafon-ui/commit/26703670ed9b49266a4f256328438beeb1f56d87))
788
+
789
+
790
+
791
+
792
+
793
+ # [2.0.0-beta.177](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.176...@megafon/ui-shared@2.0.0-beta.177) (2021-05-12)
794
+
795
+
796
+ ### Features
797
+
798
+ * **picturewithdescription:** add prop istexttopalign ([e0f1659](https://github.com/MegafonWebLab/megafon-ui/commit/e0f16591dca67d4434ae157b47d7388855b3a1e6))
799
+
800
+
801
+
802
+
803
+
804
+ # [2.0.0-beta.176](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.175...@megafon/ui-shared@2.0.0-beta.176) (2021-05-11)
805
+
806
+ **Note:** Version bump only for package @megafon/ui-shared
807
+
808
+
809
+
810
+
811
+
812
+ # [2.0.0-beta.175](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.174...@megafon/ui-shared@2.0.0-beta.175) (2021-05-11)
813
+
814
+
815
+ ### Features
816
+
817
+ * **convert:** change props type and add customProps in TransformConfigItem type ([244f2ab](https://github.com/MegafonWebLab/megafon-ui/commit/244f2ab13797ecaceabac2e50b87f78cbfedd0df))
818
+
819
+
820
+ ### BREAKING CHANGES
821
+
822
+ * **convert:** change props type and add customProps
823
+
824
+
825
+
826
+
827
+
828
+ # [2.0.0-beta.174](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.173...@megafon/ui-shared@2.0.0-beta.174) (2021-04-30)
829
+
830
+ **Note:** Version bump only for package @megafon/ui-shared
831
+
832
+
833
+
834
+
835
+
836
+ # [2.0.0-beta.173](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.172...@megafon/ui-shared@2.0.0-beta.173) (2021-04-30)
837
+
838
+
839
+ ### Features
840
+
841
+ * **buttonlinkbox:** add target prop for ButtonLinkBox ([14759a9](https://github.com/MegafonWebLab/megafon-ui/commit/14759a97b708e950909c1ad03ac891e73bbb783b))
842
+
843
+
844
+
845
+
846
+
847
+ # [2.0.0-beta.172](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.171...@megafon/ui-shared@2.0.0-beta.172) (2021-04-28)
848
+
849
+ **Note:** Version bump only for package @megafon/ui-shared
850
+
851
+
852
+
853
+
854
+
855
+ # [2.0.0-beta.171](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.170...@megafon/ui-shared@2.0.0-beta.171) (2021-04-28)
856
+
857
+
858
+ ### Features
859
+
860
+ * **tabsbox:** added ref props ([8aa39cd](https://github.com/MegafonWebLab/megafon-ui/commit/8aa39cd7b8cf0023c06af87582bfc25ac072fbde))
861
+
862
+
863
+
864
+
865
+
866
+ # [2.0.0-beta.170](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.169...@megafon/ui-shared@2.0.0-beta.170) (2021-04-28)
867
+
868
+
869
+ ### Features
870
+
871
+ * **accordionbox:** add isOpenClass in classes object and add rootRef prop ([ca37da9](https://github.com/MegafonWebLab/megafon-ui/commit/ca37da99cc912669f1cd014d2d44deda40378ed5))
872
+
873
+
874
+
875
+
876
+
877
+ # [2.0.0-beta.169](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.168...@megafon/ui-shared@2.0.0-beta.169) (2021-04-23)
878
+
879
+
880
+ ### Features
881
+
882
+ * **carousel:** added custom slide class, swiper props, fade effect ([8949a0b](https://github.com/MegafonWebLab/megafon-ui/commit/8949a0b7e9139063f5d25d5e754e0240801f8c20))
883
+
884
+
885
+
886
+
887
+
888
+ # [2.0.0-beta.168](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.167...@megafon/ui-shared@2.0.0-beta.168) (2021-04-23)
889
+
890
+ **Note:** Version bump only for package @megafon/ui-shared
891
+
892
+
893
+
894
+
895
+
896
+ # [2.0.0-beta.167](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.166...@megafon/ui-shared@2.0.0-beta.167) (2021-04-22)
897
+
898
+
899
+ ### Features
900
+
901
+ * **instructions:** add prop classes for add class names to inner elements ([f816b76](https://github.com/MegafonWebLab/megafon-ui/commit/f816b762d0f04d6b83738915917fa2a94583a9d4))
902
+
903
+
904
+
905
+
906
+
907
+ # [2.0.0-beta.166](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.165...@megafon/ui-shared@2.0.0-beta.166) (2021-04-20)
908
+
909
+ **Note:** Version bump only for package @megafon/ui-shared
910
+
911
+
912
+
913
+
914
+
915
+ # [2.0.0-beta.165](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.164...@megafon/ui-shared@2.0.0-beta.165) (2021-04-20)
916
+
917
+
918
+ ### Features
919
+
920
+ * **store banner:** adds classnames and ref props ([658e145](https://github.com/MegafonWebLab/megafon-ui/commit/658e145c832ddc673bed9546c839b925615f1db9))
921
+
922
+
923
+
924
+
925
+
926
+ # [2.0.0-beta.164](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.163...@megafon/ui-shared@2.0.0-beta.164) (2021-04-20)
927
+
928
+ **Note:** Version bump only for package @megafon/ui-shared
929
+
930
+
931
+
932
+
933
+
934
+ # [2.0.0-beta.163](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.162...@megafon/ui-shared@2.0.0-beta.163) (2021-04-15)
935
+
936
+
937
+ ### Bug Fixes
938
+
939
+ * **property:** fix bug with flexbox in IE ([55f9c12](https://github.com/MegafonWebLab/megafon-ui/commit/55f9c124123fc350d5d8898345bc6ddbfec1bc3f))
940
+
941
+
942
+
943
+
944
+
945
+ # [2.0.0-beta.162](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.161...@megafon/ui-shared@2.0.0-beta.162) (2021-04-14)
946
+
947
+
948
+ ### Bug Fixes
949
+
950
+ * **package.json:** update swiper to fix error with types ([594cc99](https://github.com/MegafonWebLab/megafon-ui/commit/594cc99af7d9533ac9efca3f8b1ded3cdd5a0433))
951
+
952
+
953
+
954
+
955
+
956
+ # [2.0.0-beta.161](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.160...@megafon/ui-shared@2.0.0-beta.161) (2021-04-13)
957
+
958
+
959
+ ### Features
960
+
961
+ * **property:** delete convert from component ([447022e](https://github.com/MegafonWebLab/megafon-ui/commit/447022ecb1fb81054fd1514cc2ec599ceb3c2d44))
962
+
963
+
964
+ ### BREAKING CHANGES
965
+
966
+ * **property:** title and description does not support html tags
967
+
968
+
969
+
970
+
971
+
972
+ # [2.0.0-beta.160](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.159...@megafon/ui-shared@2.0.0-beta.160) (2021-04-08)
973
+
974
+ **Note:** Version bump only for package @megafon/ui-shared
975
+
976
+
977
+
978
+
979
+
980
+ # [2.0.0-beta.159](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.158...@megafon/ui-shared@2.0.0-beta.159) (2021-04-08)
981
+
982
+
983
+ ### Features
984
+
985
+ * **container:** added enable/disable padding top and bottom ([fdae2bb](https://github.com/MegafonWebLab/megafon-ui/commit/fdae2bbfff5a63bb9b0d10d25024842bf220ec17))
986
+
987
+
988
+
989
+
990
+
991
+ # [2.0.0-beta.158](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.157...@megafon/ui-shared@2.0.0-beta.158) (2021-04-07)
992
+
993
+
994
+ ### Features
995
+
996
+ * **steps:** edit steps item text type ([53da4fd](https://github.com/MegafonWebLab/megafon-ui/commit/53da4fd30268e0d9c0aa4bf585fba02b46261fe7))
997
+
998
+
999
+ ### BREAKING CHANGES
1000
+
1001
+ * **steps:** adds ReactNode type to text props for convert function
1002
+
1003
+
1004
+
1005
+
1006
+
1007
+ # [2.0.0-beta.157](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.156...@megafon/ui-shared@2.0.0-beta.157) (2021-04-06)
1008
+
1009
+
1010
+ ### Features
1011
+
1012
+ * **benefitpictures:** add render html for title and text ([d866d4f](https://github.com/MegafonWebLab/megafon-ui/commit/d866d4f2a3c52b715aaf5247200796cc7529aacb))
1013
+
1014
+
1015
+
1016
+
1017
+
1018
+ # [2.0.0-beta.156](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.155...@megafon/ui-shared@2.0.0-beta.156) (2021-04-06)
1019
+
1020
+
1021
+ ### Features
1022
+
1023
+ * **benefitsiconstile, convert, readme:** fix and update render html ([0c08667](https://github.com/MegafonWebLab/megafon-ui/commit/0c086674f666a068e1c4fde4a1a615d26f225512))
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+ # [2.0.0-beta.155](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.154...@megafon/ui-shared@2.0.0-beta.155) (2021-04-06)
1030
+
1031
+ **Note:** Version bump only for package @megafon/ui-shared
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+ # [2.0.0-beta.154](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.153...@megafon/ui-shared@2.0.0-beta.154) (2021-04-02)
1038
+
1039
+ **Note:** Version bump only for package @megafon/ui-shared
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+ # [2.0.0-beta.153](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.152...@megafon/ui-shared@2.0.0-beta.153) (2021-04-01)
1046
+
1047
+
1048
+ ### Features
1049
+
1050
+ * **steps:** delete convert from component ([5c51813](https://github.com/MegafonWebLab/megafon-ui/commit/5c51813f5a04cef4047608d85b1e69d9ede73b59))
1051
+
1052
+
1053
+ ### BREAKING CHANGES
1054
+
1055
+ * **steps:** Component does not support html in text property
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+ # [2.0.0-beta.152](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.151...@megafon/ui-shared@2.0.0-beta.152) (2021-04-01)
1062
+
1063
+ **Note:** Version bump only for package @megafon/ui-shared
1064
+
1065
+
1066
+
1067
+
1068
+
1069
+ # [2.0.0-beta.151](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.150...@megafon/ui-shared@2.0.0-beta.151) (2021-03-30)
1070
+
1071
+ **Note:** Version bump only for package @megafon/ui-shared
1072
+
1073
+
1074
+
1075
+
1076
+
1077
+ # [2.0.0-beta.150](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.149...@megafon/ui-shared@2.0.0-beta.150) (2021-03-29)
1078
+
1079
+
1080
+ ### Features
1081
+
1082
+ * **videobanner:** add buttonColor prop ([c57813a](https://github.com/MegafonWebLab/megafon-ui/commit/c57813ad2c9747105e19579cb5038917279bf843))
1083
+
1084
+
1085
+
1086
+
1087
+
1088
+ # [2.0.0-beta.149](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.148...@megafon/ui-shared@2.0.0-beta.149) (2021-03-26)
1089
+
1090
+ **Note:** Version bump only for package @megafon/ui-shared
1091
+
1092
+
1093
+
1094
+
1095
+
1096
+ # [2.0.0-beta.148](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.147...@megafon/ui-shared@2.0.0-beta.148) (2021-03-26)
1097
+
1098
+
1099
+ ### Features
1100
+
1101
+ * **container:** add id and rootRef props ([3fe5faf](https://github.com/MegafonWebLab/megafon-ui/commit/3fe5fafb79ac79da419d6091fbbe2e93f83de67b))
1102
+
1103
+
1104
+
1105
+
1106
+
1107
+ # [2.0.0-beta.147](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.146...@megafon/ui-shared@2.0.0-beta.147) (2021-03-25)
1108
+
1109
+
1110
+ ### Features
1111
+
1112
+ * **titledescriptionbox:** extend type of description prop ([a934054](https://github.com/MegafonWebLab/megafon-ui/commit/a9340548fc3edea5b6b72db7bc538f97b7f4ea56))
1113
+
1114
+
1115
+
1116
+
1117
+
1118
+ # [2.0.0-beta.146](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.145...@megafon/ui-shared@2.0.0-beta.146) (2021-03-24)
1119
+
1120
+
1121
+ ### Features
1122
+
1123
+ * **package.json:** change swiper version to sync with ui-core ([99402bc](https://github.com/MegafonWebLab/megafon-ui/commit/99402bc3c63c12b0d8dfe21726f3e9c2c21196e7))
1124
+
1125
+
1126
+
1127
+
1128
+
1129
+ # [2.0.0-beta.145](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.144...@megafon/ui-shared@2.0.0-beta.145) (2021-03-24)
1130
+
1131
+ **Note:** Version bump only for package @megafon/ui-shared
1132
+
1133
+
1134
+
1135
+
1136
+
1137
+ # [2.0.0-beta.144](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.143...@megafon/ui-shared@2.0.0-beta.144) (2021-03-24)
1138
+
1139
+ **Note:** Version bump only for package @megafon/ui-shared
1140
+
1141
+
1142
+
1143
+
1144
+
1145
+ # [2.0.0-beta.143](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.142...@megafon/ui-shared@2.0.0-beta.143) (2021-03-24)
1146
+
1147
+ **Note:** Version bump only for package @megafon/ui-shared
1148
+
1149
+
1150
+
1151
+
1152
+
1153
+ # [2.0.0-beta.142](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.141...@megafon/ui-shared@2.0.0-beta.142) (2021-03-23)
1154
+
1155
+ **Note:** Version bump only for package @megafon/ui-shared
1156
+
1157
+
1158
+
1159
+
1160
+
1161
+ # [2.0.0-beta.141](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.140...@megafon/ui-shared@2.0.0-beta.141) (2021-03-23)
1162
+
1163
+
1164
+ ### Bug Fixes
1165
+
1166
+ * **package.json:** add neccesary module for shared package, remove unused module react-slick ([aa18476](https://github.com/MegafonWebLab/megafon-ui/commit/aa18476b192cfc207d15a3ea5614af19b0ff8963))
1167
+
1168
+
1169
+
1170
+
1171
+
1172
+ # [2.0.0-beta.140](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.139...@megafon/ui-shared@2.0.0-beta.140) (2021-03-23)
1173
+
1174
+
1175
+ ### Features
1176
+
1177
+ * **steps:** adds new component ([e467ecf](https://github.com/MegafonWebLab/megafon-ui/commit/e467ecfbbdaf0acc178eb4b2b9000ba4a1ef552d))
1178
+
1179
+
1180
+
1181
+
1182
+
1183
+ # [2.0.0-beta.139](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.138...@megafon/ui-shared@2.0.0-beta.139) (2021-03-22)
1184
+
1185
+ **Note:** Version bump only for package @megafon/ui-shared
1186
+
1187
+
1188
+
1189
+
1190
+
1191
+ # [2.0.0-beta.138](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.137...@megafon/ui-shared@2.0.0-beta.138) (2021-03-18)
1192
+
1193
+ **Note:** Version bump only for package @megafon/ui-shared
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+ # [2.0.0-beta.137](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.136...@megafon/ui-shared@2.0.0-beta.137) (2021-03-18)
1200
+
1201
+ **Note:** Version bump only for package @megafon/ui-shared
1202
+
1203
+
1204
+
1205
+
1206
+
1207
+ # [2.0.0-beta.136](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.135...@megafon/ui-shared@2.0.0-beta.136) (2021-03-16)
1208
+
1209
+
1210
+ ### Bug Fixes
1211
+
1212
+ * **buttonbanner:** add white background-color ([0b201e3](https://github.com/MegafonWebLab/megafon-ui/commit/0b201e32fa56ab666ebfcf5903a3e75245e45cf5))
1213
+
1214
+
1215
+
1216
+
1217
+
1218
+ # [2.0.0-beta.135](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.134...@megafon/ui-shared@2.0.0-beta.135) (2021-03-16)
1219
+
1220
+ **Note:** Version bump only for package @megafon/ui-shared
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+ # [2.0.0-beta.134](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.133...@megafon/ui-shared@2.0.0-beta.134) (2021-03-16)
1227
+
1228
+ **Note:** Version bump only for package @megafon/ui-shared
1229
+
1230
+
1231
+
1232
+
1233
+
1234
+ # [2.0.0-beta.133](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.132...@megafon/ui-shared@2.0.0-beta.133) (2021-03-15)
1235
+
1236
+ **Note:** Version bump only for package @megafon/ui-shared
1237
+
1238
+
1239
+
1240
+
1241
+
1242
+ # [2.0.0-beta.132](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.131...@megafon/ui-shared@2.0.0-beta.132) (2021-03-12)
1243
+
1244
+
1245
+ ### Features
1246
+
1247
+ * **container:** add className prop ([aab0332](https://github.com/MegafonWebLab/megafon-ui/commit/aab03324d44f04e5a5050b537b59e2705a2b1d4a))
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+ # [2.0.0-beta.131](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.130...@megafon/ui-shared@2.0.0-beta.131) (2021-03-11)
1254
+
1255
+ **Note:** Version bump only for package @megafon/ui-shared
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+ # [2.0.0-beta.130](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.129...@megafon/ui-shared@2.0.0-beta.130) (2021-03-11)
1262
+
1263
+ **Note:** Version bump only for package @megafon/ui-shared
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+ # [2.0.0-beta.129](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.128...@megafon/ui-shared@2.0.0-beta.129) (2021-03-09)
1270
+
1271
+ **Note:** Version bump only for package @megafon/ui-shared
1272
+
1273
+
1274
+
1275
+
1276
+
1277
+ # [2.0.0-beta.128](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.127...@megafon/ui-shared@2.0.0-beta.128) (2021-03-09)
1278
+
1279
+
1280
+ ### Bug Fixes
1281
+
1282
+ * **partners:** fix images width in IE ([7c00c88](https://github.com/MegafonWebLab/megafon-ui/commit/7c00c88f9ae2f2da2b5b88e5447f7d5b7cdb8b6a))
1283
+ * **videobanner:** fix content width in ie, fix content height after link added ([f6951c7](https://github.com/MegafonWebLab/megafon-ui/commit/f6951c718b4268c199ae190fc0358e2ed1e43937))
1284
+
1285
+
1286
+
1287
+
1288
+
1289
+ # [2.0.0-beta.127](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.126...@megafon/ui-shared@2.0.0-beta.127) (2021-03-09)
1290
+
1291
+
1292
+ ### Features
1293
+
1294
+ * **buttonbanner:** add dataAttrs and classes props ([dfab775](https://github.com/MegafonWebLab/megafon-ui/commit/dfab7755102147e7e24dfc8a67d7a875faac583d))
1295
+ * **buttonbanner:** add rootRef prop ([931a9a3](https://github.com/MegafonWebLab/megafon-ui/commit/931a9a3c2205d4bb0a7a4a0fc12ccd7f22284d2e))
1296
+ * **buttonlinkbox:** add dataAttrs and classes props ([50b8bf8](https://github.com/MegafonWebLab/megafon-ui/commit/50b8bf80229366c2bc661a3ede5e3adbed68cd61))
1297
+ * **buttonlinkbox:** add rootRef prop ([f54b70a](https://github.com/MegafonWebLab/megafon-ui/commit/f54b70a69b406883d622b417555e0a823c44a1f1))
1298
+ * **card:** add dataAttrs and classes props ([a0b270f](https://github.com/MegafonWebLab/megafon-ui/commit/a0b270f9ebac60993ec31dca1f022f893bee1502))
1299
+ * **card:** add rootRef prop ([2d186d2](https://github.com/MegafonWebLab/megafon-ui/commit/2d186d2b5bac9c651b0a54d4631060f97407b2ce))
1300
+ * **instructions:** add rootRef prop ([2082e2d](https://github.com/MegafonWebLab/megafon-ui/commit/2082e2d66989311198cea765cf130005b0daf0d8))
1301
+ * **property:** add rootRef prop ([8fdad19](https://github.com/MegafonWebLab/megafon-ui/commit/8fdad194312ac19ea847daa9eb9b4b2f6524fccf))
1302
+ * **titledescriptionbox:** add dataAttrs prop ([3b3686a](https://github.com/MegafonWebLab/megafon-ui/commit/3b3686ae1304947f873b95d735f9269741ccb7f5))
1303
+ * **videobanner:** add dataAttrs and classes props ([1e44614](https://github.com/MegafonWebLab/megafon-ui/commit/1e4461471a02387e669688871fe8618ed79d8f29))
1304
+ * **videobanner:** add rootRef prop ([13a0046](https://github.com/MegafonWebLab/megafon-ui/commit/13a00463d729acc20a5094425e032512259e9f00))
1305
+ * **videoblock:** add dataAttrs and classes props ([2a5d0e2](https://github.com/MegafonWebLab/megafon-ui/commit/2a5d0e259d516769a757d90311a7a34ef09ddb57))
1306
+ * **videoblock:** add rootRef prop ([8e5069a](https://github.com/MegafonWebLab/megafon-ui/commit/8e5069a21a54b4a23f4629f4faa0b836d7bc99d6))
1307
+
1308
+
1309
+
1310
+
1311
+
1312
+ # [2.0.0-beta.126](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.125...@megafon/ui-shared@2.0.0-beta.126) (2021-03-05)
1313
+
1314
+ **Note:** Version bump only for package @megafon/ui-shared
1315
+
1316
+
1317
+
1318
+
1319
+
1320
+ # [2.0.0-beta.125](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.124...@megafon/ui-shared@2.0.0-beta.125) (2021-03-04)
1321
+
1322
+
1323
+ ### Features
1324
+
1325
+ * **benefitsicons:** added config for transfer html in text from prop text ([55ad15a](https://github.com/MegafonWebLab/megafon-ui/commit/55ad15a3fc331fddfda2c2d8d26fb3ba90e0f49f))
1326
+ * **convert:** add classname prop to returned component ([c76162a](https://github.com/MegafonWebLab/megafon-ui/commit/c76162a8b06a57025fe50019b5fa1b5ac3dceeb9))
1327
+
1328
+
1329
+
1330
+
1331
+
1332
+ # [2.0.0-beta.124](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.123...@megafon/ui-shared@2.0.0-beta.124) (2021-03-01)
1333
+
1334
+ **Note:** Version bump only for package @megafon/ui-shared
1335
+
1336
+
1337
+
1338
+
1339
+
1340
+ # [2.0.0-beta.123](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.122...@megafon/ui-shared@2.0.0-beta.123) (2021-02-26)
1341
+
1342
+
1343
+ ### Bug Fixes
1344
+
1345
+ * **button:** fix text vertical align ([fb9b9bb](https://github.com/MegafonWebLab/megafon-ui/commit/fb9b9bb09d6c4e257c65af4c6ccaf39987867638))
1346
+
1347
+
1348
+
1349
+
1350
+
1351
+ # [2.0.0-beta.122](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.121...@megafon/ui-shared@2.0.0-beta.122) (2021-02-26)
1352
+
1353
+
1354
+ ### Features
1355
+
1356
+ * **store banner:** adds new component ([ba48414](https://github.com/MegafonWebLab/megafon-ui/commit/ba48414ac86d356cfb8be17a2f64596f2d50833b))
1357
+
1358
+
1359
+
1360
+
1361
+
1362
+ # [2.0.0-beta.121](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.120...@megafon/ui-shared@2.0.0-beta.121) (2021-02-25)
1363
+
1364
+
1365
+ ### Features
1366
+
1367
+ * **accordionbox:** add className prop ([6d3e8e7](https://github.com/MegafonWebLab/megafon-ui/commit/6d3e8e7035ff8d4fe4bf4cab787a1d06d2a79faa))
1368
+
1369
+
1370
+
1371
+
1372
+
1373
+ # [2.0.0-beta.120](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.119...@megafon/ui-shared@2.0.0-beta.120) (2021-02-25)
1374
+
1375
+
1376
+ ### Features
1377
+
1378
+ * **buttonbanner:** create constructor component ([4d28f5b](https://github.com/MegafonWebLab/megafon-ui/commit/4d28f5bf23948cabb4fbb3967662d6c255f050d6))
1379
+ * **container:** add ButtonBanner component ([46fe66a](https://github.com/MegafonWebLab/megafon-ui/commit/46fe66a8860bfe03cb1251a863e4ea5bbebb2a48))
1380
+
1381
+
1382
+
1383
+
1384
+
1385
+ # [2.0.0-beta.119](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.118...@megafon/ui-shared@2.0.0-beta.119) (2021-02-19)
1386
+
1387
+ **Note:** Version bump only for package @megafon/ui-shared
1388
+
1389
+
1390
+
1391
+
1392
+
1393
+ # [2.0.0-beta.118](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.117...@megafon/ui-shared@2.0.0-beta.118) (2021-02-17)
1394
+
1395
+
1396
+ ### Features
1397
+
1398
+ * **videobanner:** adds prop for mobile content text color ([6eed9bb](https://github.com/MegafonWebLab/megafon-ui/commit/6eed9bbea39858368da677774d4236fde8040a4e))
1399
+
1400
+
1401
+
1402
+
1403
+
1404
+ # [2.0.0-beta.117](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.116...@megafon/ui-shared@2.0.0-beta.117) (2021-02-17)
1405
+
1406
+ **Note:** Version bump only for package @megafon/ui-shared
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+ # [2.0.0-beta.116](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.115...@megafon/ui-shared@2.0.0-beta.116) (2021-02-15)
1413
+
1414
+ **Note:** Version bump only for package @megafon/ui-shared
1415
+
1416
+
1417
+
1418
+
1419
+
1420
+ # [2.0.0-beta.115](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.114...@megafon/ui-shared@2.0.0-beta.115) (2021-02-12)
1421
+
1422
+ **Note:** Version bump only for package @megafon/ui-shared
1423
+
1424
+
1425
+
1426
+
1427
+
1428
+ # [2.0.0-beta.114](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.113...@megafon/ui-shared@2.0.0-beta.114) (2021-02-12)
1429
+
1430
+
1431
+ ### Features
1432
+
1433
+ * **videobanner:** adds text with coast and link in content block ([6d14f24](https://github.com/MegafonWebLab/megafon-ui/commit/6d14f24c1cf9289ed3aba0b74b494e422a546ddc))
1434
+
1435
+
1436
+ ### BREAKING CHANGES
1437
+
1438
+ * **videobanner:** Prop for button url was changed from 'href' to 'buttonHref'.
1439
+
1440
+
1441
+
1442
+
1443
+
1444
+ # [2.0.0-beta.113](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.112...@megafon/ui-shared@2.0.0-beta.113) (2021-02-12)
1445
+
1446
+
1447
+ ### Bug Fixes
1448
+
1449
+ * **instructions:** fix styles ([a826427](https://github.com/MegafonWebLab/megafon-ui/commit/a8264272c700e636805370adfec8b96c4a655d00))
1450
+
1451
+
1452
+
1453
+
1454
+
1455
+ # [2.0.0-beta.112](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.111...@megafon/ui-shared@2.0.0-beta.112) (2021-02-12)
1456
+
1457
+
1458
+ ### Features
1459
+
1460
+ * **accordionbox:** add prop - hasVerticalPaddings ([04d4be8](https://github.com/MegafonWebLab/megafon-ui/commit/04d4be8d698276e3e286c6a0ad93b333fa95ef52))
1461
+
1462
+
1463
+
1464
+
1465
+
1466
+ # [2.0.0-beta.111](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.110...@megafon/ui-shared@2.0.0-beta.111) (2021-02-10)
1467
+
1468
+ **Note:** Version bump only for package @megafon/ui-shared
1469
+
1470
+
1471
+
1472
+
1473
+
1474
+ # [2.0.0-beta.110](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.109...@megafon/ui-shared@2.0.0-beta.110) (2021-02-10)
1475
+
1476
+
1477
+ ### Features
1478
+
1479
+ * **videobanner:** added content text color prop, added image props for all resolutions ([a0799ff](https://github.com/MegafonWebLab/megafon-ui/commit/a0799ff06f8337d2f4d2669153aadeb6ee88e424))
1480
+
1481
+
1482
+ ### BREAKING CHANGES
1483
+
1484
+ * **videobanner:** Removed image prop as an object. Added separate image props for each resolution.
1485
+
1486
+
1487
+
1488
+
1489
+
1490
+ # [2.0.0-beta.109](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.108...@megafon/ui-shared@2.0.0-beta.109) (2021-02-10)
1491
+
1492
+
1493
+ ### Bug Fixes
1494
+
1495
+ * **accordionbox:** add styles for used inside components (accordion, property) ([c39e346](https://github.com/MegafonWebLab/megafon-ui/commit/c39e34692621b5bdf0f90eb3f6fd8dbaa7121518))
1496
+
1497
+
1498
+
1499
+
1500
+
1501
+ # [2.0.0-beta.108](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.107...@megafon/ui-shared@2.0.0-beta.108) (2021-02-09)
1502
+
1503
+ **Note:** Version bump only for package @megafon/ui-shared
1504
+
1505
+
1506
+
1507
+
1508
+
1509
+ # [2.0.0-beta.107](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.106...@megafon/ui-shared@2.0.0-beta.107) (2021-02-09)
1510
+
1511
+
1512
+ ### Bug Fixes
1513
+
1514
+ * **convert:** typographic config is defined by the component ([fbac681](https://github.com/MegafonWebLab/megafon-ui/commit/fbac6810730cb4352568c20120374e7c374a9c23))
1515
+
1516
+
1517
+
1518
+
1519
+
1520
+ # [2.0.0-beta.106](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.105...@megafon/ui-shared@2.0.0-beta.106) (2021-02-09)
1521
+
1522
+ **Note:** Version bump only for package @megafon/ui-shared
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+ # [2.0.0-beta.105](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.104...@megafon/ui-shared@2.0.0-beta.105) (2021-02-08)
1529
+
1530
+ **Note:** Version bump only for package @megafon/ui-shared
1531
+
1532
+
1533
+
1534
+
1535
+
1536
+ # [2.0.0-beta.104](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.103...@megafon/ui-shared@2.0.0-beta.104) (2021-02-08)
1537
+
1538
+ **Note:** Version bump only for package @megafon/ui-shared
1539
+
1540
+
1541
+
1542
+
1543
+
1544
+ # [2.0.0-beta.103](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.102...@megafon/ui-shared@2.0.0-beta.103) (2021-02-04)
1545
+
1546
+
1547
+ ### Bug Fixes
1548
+
1549
+ * **benefitsicons:** fix cn parameter passing ([b6f15ba](https://github.com/MegafonWebLab/megafon-ui/commit/b6f15bac92e8e5f9665d79835b9069038c3f1a08))
1550
+
1551
+
1552
+
1553
+
1554
+
1555
+ # [2.0.0-beta.102](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.101...@megafon/ui-shared@2.0.0-beta.102) (2021-02-02)
1556
+
1557
+
1558
+ ### Features
1559
+
1560
+ * **card:** add isFullHeight prop ([6e5b927](https://github.com/MegafonWebLab/megafon-ui/commit/6e5b927c9909c57f01c54477c2a67c9b9b1f73e1))
1561
+
1562
+
1563
+
1564
+
1565
+
1566
+ # [2.0.0-beta.101](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.100...@megafon/ui-shared@2.0.0-beta.101) (2021-02-02)
1567
+
1568
+ **Note:** Version bump only for package @megafon/ui-shared
1569
+
1570
+
1571
+
1572
+
1573
+
1574
+ # [2.0.0-beta.100](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.99...@megafon/ui-shared@2.0.0-beta.100) (2021-01-29)
1575
+
1576
+ **Note:** Version bump only for package @megafon/ui-shared
1577
+
1578
+
1579
+
1580
+
1581
+
1582
+ # [2.0.0-beta.99](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.98...@megafon/ui-shared@2.0.0-beta.99) (2021-01-29)
1583
+
1584
+ **Note:** Version bump only for package @megafon/ui-shared
1585
+
1586
+
1587
+
1588
+
1589
+
1590
+ # [2.0.0-beta.98](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.97...@megafon/ui-shared@2.0.0-beta.98) (2021-01-29)
1591
+
1592
+ **Note:** Version bump only for package @megafon/ui-shared
1593
+
1594
+
1595
+
1596
+
1597
+
1598
+ # [2.0.0-beta.97](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.96...@megafon/ui-shared@2.0.0-beta.97) (2021-01-28)
1599
+
1600
+ **Note:** Version bump only for package @megafon/ui-shared
1601
+
1602
+
1603
+
1604
+
1605
+
1606
+ # [2.0.0-beta.96](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.95...@megafon/ui-shared@2.0.0-beta.96) (2021-01-26)
1607
+
1608
+ **Note:** Version bump only for package @megafon/ui-shared
1609
+
1610
+
1611
+
1612
+
1613
+
1614
+ # [2.0.0-beta.95](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.94...@megafon/ui-shared@2.0.0-beta.95) (2021-01-26)
1615
+
1616
+ **Note:** Version bump only for package @megafon/ui-shared
1617
+
1618
+
1619
+
1620
+
1621
+
1622
+ # [2.0.0-beta.94](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.93...@megafon/ui-shared@2.0.0-beta.94) (2021-01-22)
1623
+
1624
+ **Note:** Version bump only for package @megafon/ui-shared
1625
+
1626
+
1627
+
1628
+
1629
+
1630
+ # [2.0.0-beta.93](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.92...@megafon/ui-shared@2.0.0-beta.93) (2021-01-22)
1631
+
1632
+ **Note:** Version bump only for package @megafon/ui-shared
1633
+
1634
+
1635
+
1636
+
1637
+
1638
+ # [2.0.0-beta.92](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.91...@megafon/ui-shared@2.0.0-beta.92) (2021-01-22)
1639
+
1640
+
1641
+ ### Bug Fixes
1642
+
1643
+ * **table:** possible empty table cell, correctly showed shadow in table ([6f69629](https://github.com/MegafonWebLab/megafon-ui/commit/6f69629ca10182ab9904fd6eced61148955940e8))
1644
+
1645
+
1646
+
1647
+
1648
+
1649
+ # [2.0.0-beta.91](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.90...@megafon/ui-shared@2.0.0-beta.91) (2021-01-14)
1650
+
1651
+
1652
+ ### Features
1653
+
1654
+ * **cards box:** added new component ([1834169](https://github.com/MegafonWebLab/megafon-ui/commit/18341692c2de37cf25a14d34ae063acc6c8aae57))
1655
+ * **container:** edit component classes ([9ab5d09](https://github.com/MegafonWebLab/megafon-ui/commit/9ab5d09d793e4cf8325d729f9157a5b42aefeca5))
1656
+
1657
+
1658
+
1659
+
1660
+
1661
+ # [2.0.0-beta.90](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.89...@megafon/ui-shared@2.0.0-beta.90) (2021-01-14)
1662
+
1663
+
1664
+ ### Documentation
1665
+
1666
+ * **component - productswitcher, producttile:** remove components ([20a135e](https://github.com/MegafonWebLab/megafon-ui/commit/20a135e64c858400b7935ad0ac38235c81e67ba7))
1667
+
1668
+
1669
+ ### BREAKING CHANGES
1670
+
1671
+ * **component - productswitcher, producttile:** destruction of public components
1672
+
1673
+
1674
+
1675
+
1676
+
1677
+ # [2.0.0-beta.89](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.88...@megafon/ui-shared@2.0.0-beta.89) (2021-01-13)
1678
+
1679
+ **Note:** Version bump only for package @megafon/ui-shared
1680
+
1681
+
1682
+
1683
+
1684
+
1685
+ # [2.0.0-beta.88](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.87...@megafon/ui-shared@2.0.0-beta.88) (2021-01-12)
1686
+
1687
+
1688
+ ### Features
1689
+
1690
+ * **picturewithdescription:** add component ([29db33d](https://github.com/MegafonWebLab/megafon-ui/commit/29db33dfab11772912ef3668d4b93833e368204e))
1691
+
1692
+
1693
+
1694
+
1695
+
1696
+ # [2.0.0-beta.87](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.86...@megafon/ui-shared@2.0.0-beta.87) (2021-01-12)
1697
+
1698
+ **Note:** Version bump only for package @megafon/ui-shared
1699
+
1700
+
1701
+
1702
+
1703
+
1704
+ # [2.0.0-beta.86](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.85...@megafon/ui-shared@2.0.0-beta.86) (2021-01-12)
1705
+
1706
+
1707
+ ### Bug Fixes
1708
+
1709
+ * **downloadlink:** add explicit dimensions to svg icon ([01e0493](https://github.com/MegafonWebLab/megafon-ui/commit/01e04931ed40b39ff9076db7dc572f5cbd9f0edb))
1710
+
1711
+
1712
+
1713
+
1714
+
1715
+ # [2.0.0-beta.85](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.84...@megafon/ui-shared@2.0.0-beta.85) (2021-01-11)
1716
+
1717
+
1718
+ ### Bug Fixes
1719
+
1720
+ * **property:** fix tests ([ad7f955](https://github.com/MegafonWebLab/megafon-ui/commit/ad7f95502c366c9cfe96bdbe30e17aa7b6b863e4))
1721
+
1722
+
1723
+ ### Features
1724
+
1725
+ * **property:** add new component Property ([f14775b](https://github.com/MegafonWebLab/megafon-ui/commit/f14775bef0db3b61d5cbcf8058ed8035288767ce))
1726
+
1727
+
1728
+
1729
+
1730
+
1731
+ # [2.0.0-beta.84](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.83...@megafon/ui-shared@2.0.0-beta.84) (2020-12-25)
1732
+
1733
+
1734
+ ### Features
1735
+
1736
+ * **download links:** added new component ([bee5ac4](https://github.com/MegafonWebLab/megafon-ui/commit/bee5ac48d2ad2a506bf38f44e64e21672b540cd7))
1737
+
1738
+
1739
+
1740
+
1741
+
1742
+ # [2.0.0-beta.83](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.82...@megafon/ui-shared@2.0.0-beta.83) (2020-12-24)
1743
+
1744
+ **Note:** Version bump only for package @megafon/ui-shared
1745
+
1746
+
1747
+
1748
+
1749
+
1750
+ # [2.0.0-beta.82](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.81...@megafon/ui-shared@2.0.0-beta.82) (2020-12-23)
1751
+
1752
+
1753
+ ### Features
1754
+
1755
+ * **container:** added margins in container for textbox component ([f61dca5](https://github.com/MegafonWebLab/megafon-ui/commit/f61dca5524b03a92b1543f81261e3cc9283fc3d6))
1756
+ * **textbox:** added TextBox component ([9a98038](https://github.com/MegafonWebLab/megafon-ui/commit/9a98038afef89759e9aef95f6c2e056e7bf01f61))
1757
+
1758
+
1759
+
1760
+
1761
+
1762
+ # [2.0.0-beta.81](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.80...@megafon/ui-shared@2.0.0-beta.81) (2020-12-22)
1763
+
1764
+ **Note:** Version bump only for package @megafon/ui-shared
1765
+
1766
+
1767
+
1768
+
1769
+
1770
+ # [2.0.0-beta.80](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.79...@megafon/ui-shared@2.0.0-beta.80) (2020-12-22)
1771
+
1772
+
1773
+ ### Features
1774
+
1775
+ * **instructions:** add component ([c79ab27](https://github.com/MegafonWebLab/megafon-ui/commit/c79ab2734f2cefef6386ffe9ccd306af9f1a986e))
1776
+
1777
+
1778
+
1779
+
1780
+
1781
+ # [2.0.0-beta.79](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.78...@megafon/ui-shared@2.0.0-beta.79) (2020-12-18)
1782
+
1783
+
1784
+ ### Features
1785
+
1786
+ * **partners:** add new component ([e67bf41](https://github.com/MegafonWebLab/megafon-ui/commit/e67bf41ce90e0149110a12757f22966f6a0b3945))
1787
+
1788
+
1789
+
1790
+
1791
+
1792
+ # [2.0.0-beta.78](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.77...@megafon/ui-shared@2.0.0-beta.78) (2020-12-18)
1793
+
1794
+
1795
+ ### Features
1796
+
1797
+ * **buttonlinkbox:** add click handlers to props ([19b1072](https://github.com/MegafonWebLab/megafon-ui/commit/19b10720147c86755c8c6d3b25384c8a5cc7cb89))
1798
+
1799
+
1800
+
1801
+
1802
+
1803
+ # [2.0.0-beta.77](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.76...@megafon/ui-shared@2.0.0-beta.77) (2020-12-17)
1804
+
1805
+
1806
+ ### Bug Fixes
1807
+
1808
+ * **carouselbox:** fix tests ([d95cc71](https://github.com/MegafonWebLab/megafon-ui/commit/d95cc711d6c0f1b624acaf490b55f67d2bcc1531))
1809
+
1810
+
1811
+ ### Features
1812
+
1813
+ * **carouselbox:** add carouselbox component ([6bb6613](https://github.com/MegafonWebLab/megafon-ui/commit/6bb66136e4cfa770b86b9f9e82b09b2ebfb48a17))
1814
+
1815
+
1816
+
1817
+
1818
+
1819
+ # [2.0.0-beta.76](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.75...@megafon/ui-shared@2.0.0-beta.76) (2020-12-17)
1820
+
1821
+ **Note:** Version bump only for package @megafon/ui-shared
1822
+
1823
+
1824
+
1825
+
1826
+
1827
+ # [2.0.0-beta.75](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.74...@megafon/ui-shared@2.0.0-beta.75) (2020-12-17)
1828
+
1829
+
1830
+ ### Code Refactoring
1831
+
1832
+ * **videobanner:** added fixes ([fd83bf7](https://github.com/MegafonWebLab/megafon-ui/commit/fd83bf7c9c4e0a49375d16d11dc76d2ebc13f2c5))
1833
+
1834
+
1835
+ ### BREAKING CHANGES
1836
+
1837
+ * **videobanner:** desktop image prop is not required
1838
+
1839
+
1840
+
1841
+
1842
+
1843
+ # [2.0.0-beta.74](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.73...@megafon/ui-shared@2.0.0-beta.74) (2020-12-17)
1844
+
1845
+ **Note:** Version bump only for package @megafon/ui-shared
1846
+
1847
+
1848
+
1849
+
1850
+
1851
+ # [2.0.0-beta.73](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.72...@megafon/ui-shared@2.0.0-beta.73) (2020-12-17)
1852
+
1853
+ **Note:** Version bump only for package @megafon/ui-shared
1854
+
1855
+
1856
+
1857
+
1858
+
1859
+ # [2.0.0-beta.72](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.71...@megafon/ui-shared@2.0.0-beta.72) (2020-12-16)
1860
+
1861
+ **Note:** Version bump only for package @megafon/ui-shared
1862
+
1863
+
1864
+
1865
+
1866
+
1867
+ # [2.0.0-beta.71](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.70...@megafon/ui-shared@2.0.0-beta.71) (2020-12-16)
1868
+
1869
+
1870
+ ### Features
1871
+
1872
+ * **card:** added new component ([1652f9b](https://github.com/MegafonWebLab/megafon-ui/commit/1652f9b293f682e1c0e6134c0091a61767922787))
1873
+
1874
+
1875
+
1876
+
1877
+
1878
+ # [2.0.0-beta.70](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.69...@megafon/ui-shared@2.0.0-beta.70) (2020-12-15)
1879
+
1880
+ **Note:** Version bump only for package @megafon/ui-shared
1881
+
1882
+
1883
+
1884
+
1885
+
1886
+ # [2.0.0-beta.69](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.68...@megafon/ui-shared@2.0.0-beta.69) (2020-12-15)
1887
+
1888
+ **Note:** Version bump only for package @megafon/ui-shared
1889
+
1890
+
1891
+
1892
+
1893
+
1894
+ # [2.0.0-beta.68](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.67...@megafon/ui-shared@2.0.0-beta.68) (2020-12-11)
1895
+
1896
+ **Note:** Version bump only for package @megafon/ui-shared
1897
+
1898
+
1899
+
1900
+
1901
+
1902
+ # [2.0.0-beta.67](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.66...@megafon/ui-shared@2.0.0-beta.67) (2020-12-10)
1903
+
1904
+ **Note:** Version bump only for package @megafon/ui-shared
1905
+
1906
+
1907
+
1908
+
1909
+
1910
+ # [2.0.0-beta.66](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.65...@megafon/ui-shared@2.0.0-beta.66) (2020-12-10)
1911
+
1912
+
1913
+ ### Features
1914
+
1915
+ * **component:** add BannerBox component ([25f1c7d](https://github.com/MegafonWebLab/megafon-ui/commit/25f1c7d639945b1a1eb27ca8d1ee888b8f5112eb))
1916
+
1917
+
1918
+
1919
+
1920
+
1921
+ # [2.0.0-beta.65](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.64...@megafon/ui-shared@2.0.0-beta.65) (2020-12-10)
1922
+
1923
+
1924
+ ### Features
1925
+
1926
+ * **tabsbox:** add new constructor component ([68101d4](https://github.com/MegafonWebLab/megafon-ui/commit/68101d439e9c0b3edd3d868070f5318b50760d0e))
1927
+
1928
+
1929
+
1930
+
1931
+
1932
+ # [2.0.0-beta.64](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.63...@megafon/ui-shared@2.0.0-beta.64) (2020-12-08)
1933
+
1934
+
1935
+ ### Features
1936
+
1937
+ * **table:** add new component ([6b12c15](https://github.com/MegafonWebLab/megafon-ui/commit/6b12c151422ec5d50770d1b3a0abfbf8f577e183))
1938
+
1939
+
1940
+
1941
+
1942
+
1943
+ # [2.0.0-beta.63](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.62...@megafon/ui-shared@2.0.0-beta.63) (2020-12-07)
1944
+
1945
+
1946
+ ### Code Refactoring
1947
+
1948
+ * **component - dropdownsociallist and producttalerest, folder - productcard:** remove component ([574e074](https://github.com/MegafonWebLab/megafon-ui/commit/574e074537cd2d9dcde5b3cffbbc8145d33aea49))
1949
+
1950
+
1951
+ ### BREAKING CHANGES
1952
+
1953
+ * **component - dropdownsociallist and producttalerest, folder - productcard:** destruction of public components
1954
+
1955
+
1956
+
1957
+
1958
+
1959
+ # [2.0.0-beta.62](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.61...@megafon/ui-shared@2.0.0-beta.62) (2020-12-04)
1960
+
1961
+ **Note:** Version bump only for package @megafon/ui-shared
1962
+
1963
+
1964
+
1965
+
1966
+
1967
+ # [2.0.0-beta.61](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.60...@megafon/ui-shared@2.0.0-beta.61) (2020-12-04)
1968
+
1969
+ **Note:** Version bump only for package @megafon/ui-shared
1970
+
1971
+
1972
+
1973
+
1974
+
1975
+ # [2.0.0-beta.60](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.59...@megafon/ui-shared@2.0.0-beta.60) (2020-12-04)
1976
+
1977
+
1978
+ ### Features
1979
+
1980
+ * **container:** added new component ([af99c06](https://github.com/MegafonWebLab/megafon-ui/commit/af99c06bcf279ae093789064b95d7f7ecaf44b8b))
1981
+
1982
+
1983
+
1984
+
1985
+
1986
+ # [2.0.0-beta.59](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.58...@megafon/ui-shared@2.0.0-beta.59) (2020-12-03)
1987
+
1988
+ **Note:** Version bump only for package @megafon/ui-shared
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+ # [2.0.0-beta.58](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.57...@megafon/ui-shared@2.0.0-beta.58) (2020-12-01)
1995
+
1996
+ **Note:** Version bump only for package @megafon/ui-shared
1997
+
1998
+
1999
+
2000
+
2001
+
2002
+ # [2.0.0-beta.57](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.56...@megafon/ui-shared@2.0.0-beta.57) (2020-12-01)
2003
+
2004
+ **Note:** Version bump only for package @megafon/ui-shared
2005
+
2006
+
2007
+
2008
+
2009
+
2010
+ # [2.0.0-beta.56](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.55...@megafon/ui-shared@2.0.0-beta.56) (2020-11-30)
2011
+
2012
+ **Note:** Version bump only for package @megafon/ui-shared
2013
+
2014
+
2015
+
2016
+
2017
+
2018
+ # [2.0.0-beta.55](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.54...@megafon/ui-shared@2.0.0-beta.55) (2020-11-27)
2019
+
2020
+ **Note:** Version bump only for package @megafon/ui-shared
2021
+
2022
+
2023
+
2024
+
2025
+
2026
+ # [2.0.0-beta.54](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.53...@megafon/ui-shared@2.0.0-beta.54) (2020-11-25)
2027
+
2028
+ **Note:** Version bump only for package @megafon/ui-shared
2029
+
2030
+
2031
+
2032
+
2033
+
2034
+ # [2.0.0-beta.53](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.52...@megafon/ui-shared@2.0.0-beta.53) (2020-11-25)
2035
+
2036
+
2037
+ ### Bug Fixes
2038
+
2039
+ * **breakpoints:** import files from constants is fixed ([8e3baa5](https://github.com/MegafonWebLab/megafon-ui/commit/8e3baa55eed164c3732d59bac8da76bd04a39dfb))
2040
+
2041
+
2042
+
2043
+
2044
+
2045
+ # [2.0.0-beta.52](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.51...@megafon/ui-shared@2.0.0-beta.52) (2020-11-25)
2046
+
2047
+ **Note:** Version bump only for package @megafon/ui-shared
2048
+
2049
+
2050
+
2051
+
2052
+
2053
+ # [2.0.0-beta.51](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.50...@megafon/ui-shared@2.0.0-beta.51) (2020-11-24)
2054
+
2055
+ **Note:** Version bump only for package @megafon/ui-shared
2056
+
2057
+
2058
+
2059
+
2060
+
2061
+ # [2.0.0-beta.50](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.49...@megafon/ui-shared@2.0.0-beta.50) (2020-11-23)
2062
+
2063
+ **Note:** Version bump only for package @megafon/ui-shared
2064
+
2065
+
2066
+
2067
+
2068
+
2069
+ # [2.0.0-beta.49](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.48...@megafon/ui-shared@2.0.0-beta.49) (2020-11-23)
2070
+
2071
+ **Note:** Version bump only for package @megafon/ui-shared
2072
+
2073
+
2074
+
2075
+
2076
+
2077
+ # [2.0.0-beta.48](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.47...@megafon/ui-shared@2.0.0-beta.48) (2020-11-23)
2078
+
2079
+
2080
+ ### Bug Fixes
2081
+
2082
+ * **videobanner:** update snaphots after rebase ([af00664](https://github.com/MegafonWebLab/megafon-ui/commit/af00664a96e12949c6259fc3c2e8cbc3ace72972))
2083
+
2084
+
2085
+
2086
+
2087
+
2088
+ # [2.0.0-beta.47](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.46...@megafon/ui-shared@2.0.0-beta.47) (2020-11-20)
2089
+
2090
+ **Note:** Version bump only for package @megafon/ui-shared
2091
+
2092
+
2093
+
2094
+
2095
+
2096
+ # [2.0.0-beta.46](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.45...@megafon/ui-shared@2.0.0-beta.46) (2020-11-20)
2097
+
2098
+
2099
+ ### Features
2100
+
2101
+ * **videoblock:** added autoplay prop ([22493e7](https://github.com/MegafonWebLab/megafon-ui/commit/22493e7a452e32bea859c245ac07b2ce4f87dfe4))
2102
+
2103
+
2104
+ ### BREAKING CHANGES
2105
+
2106
+ * **videoblock:** The video was autoplayed by default. Now added prop "isAutoplay".
2107
+
2108
+
2109
+
2110
+
2111
+
2112
+ # [2.0.0-beta.45](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.44...@megafon/ui-shared@2.0.0-beta.45) (2020-11-20)
2113
+
2114
+ **Note:** Version bump only for package @megafon/ui-shared
2115
+
2116
+
2117
+
2118
+
2119
+
2120
+ # [2.0.0-beta.44](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.43...@megafon/ui-shared@2.0.0-beta.44) (2020-11-20)
2121
+
2122
+ **Note:** Version bump only for package @megafon/ui-shared
2123
+
2124
+
2125
+
2126
+
2127
+
2128
+ # [2.0.0-beta.43](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.42...@megafon/ui-shared@2.0.0-beta.43) (2020-11-19)
2129
+
2130
+ **Note:** Version bump only for package @megafon/ui-shared
2131
+
2132
+
2133
+
2134
+
2135
+
2136
+ # [2.0.0-beta.42](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.41...@megafon/ui-shared@2.0.0-beta.42) (2020-11-18)
2137
+
2138
+ **Note:** Version bump only for package @megafon/ui-shared
2139
+
2140
+
2141
+
2142
+
2143
+
2144
+ # [2.0.0-beta.41](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.40...@megafon/ui-shared@2.0.0-beta.41) (2020-11-16)
2145
+
2146
+ **Note:** Version bump only for package @megafon/ui-shared
2147
+
2148
+
2149
+
2150
+
2151
+
2152
+ # [2.0.0-beta.40](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.39...@megafon/ui-shared@2.0.0-beta.40) (2020-11-10)
2153
+
2154
+
2155
+ ### Features
2156
+
2157
+ * **accordionbox:** add component AccordionBox to constructor ([7bf5029](https://github.com/MegafonWebLab/megafon-ui/commit/7bf5029d5dc35d430a254e194a43ffa6b977fd88))
2158
+
2159
+
2160
+
2161
+
2162
+
2163
+ # [2.0.0-beta.39](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.38...@megafon/ui-shared@2.0.0-beta.39) (2020-11-10)
2164
+
2165
+ **Note:** Version bump only for package @megafon/ui-shared
2166
+
2167
+
2168
+
2169
+
2170
+
2171
+ # [2.0.0-beta.38](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.37...@megafon/ui-shared@2.0.0-beta.38) (2020-11-09)
2172
+
2173
+ **Note:** Version bump only for package @megafon/ui-shared
2174
+
2175
+
2176
+
2177
+
2178
+
2179
+ # [2.0.0-beta.37](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.36...@megafon/ui-shared@2.0.0-beta.37) (2020-11-06)
2180
+
2181
+ **Note:** Version bump only for package @megafon/ui-shared
2182
+
2183
+
2184
+
2185
+
2186
+
2187
+ # [2.0.0-beta.36](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.35...@megafon/ui-shared@2.0.0-beta.36) (2020-11-03)
2188
+
2189
+ **Note:** Version bump only for package @megafon/ui-shared
2190
+
2191
+
2192
+
2193
+
2194
+
2195
+ # [2.0.0-beta.35](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.34...@megafon/ui-shared@2.0.0-beta.35) (2020-11-03)
2196
+
2197
+
2198
+ ### Features
2199
+
2200
+ * **video banner:** add new component ([291c9c2](https://github.com/MegafonWebLab/megafon-ui/commit/291c9c277ff99029cccec5f5f9b02ff4f3929e41))
2201
+
2202
+
2203
+
2204
+
2205
+
2206
+ # [2.0.0-beta.34](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.33...@megafon/ui-shared@2.0.0-beta.34) (2020-11-02)
2207
+
2208
+
2209
+ ### Bug Fixes
2210
+
2211
+ * **productcard:** replace BubbleHint with Tooltip in ProductCardInfo component ([5a2491d](https://github.com/MegafonWebLab/megafon-ui/commit/5a2491d698c9feee7af1c199907d38ac60e31d71))
2212
+ * **producttile:** component height changes when hint-text node change its border visibility ([5bb16de](https://github.com/MegafonWebLab/megafon-ui/commit/5bb16de3cfc738454bd220acea06bbcc4a6546d5))
2213
+ * **producttile:** switched from BubbleHint to new Tooltip in ProductTileOptions component ([674c158](https://github.com/MegafonWebLab/megafon-ui/commit/674c15816ed5fe2ec462974db739a6a75ac6cacd))
2214
+
2215
+
2216
+
2217
+
2218
+
2219
+
2220
+ # [2.0.0-beta.33](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.32...@megafon/ui-shared@2.0.0-beta.33) (2020-11-02)
2221
+
2222
+ **Note:** Version bump only for package @megafon/ui-shared
2223
+
2224
+
2225
+
2226
+
2227
+
2228
+ # [2.0.0-beta.32](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.31...@megafon/ui-shared@2.0.0-beta.32) (2020-11-02)
2229
+
2230
+
2231
+ ### Features
2232
+
2233
+ * **video block:** add a new component ([58e857e](https://github.com/MegafonWebLab/megafon-ui/commit/58e857e6584d65c3c85c48f4493a91d868dc5fcb))
2234
+
2235
+
2236
+
2237
+
2238
+
2239
+ # [2.0.0-beta.31](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.30...@megafon/ui-shared@2.0.0-beta.31) (2020-11-01)
2240
+
2241
+ **Note:** Version bump only for package @megafon/ui-shared
2242
+
2243
+
2244
+
2245
+
2246
+
2247
+ # [2.0.0-beta.30](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.29...@megafon/ui-shared@2.0.0-beta.30) (2020-10-30)
2248
+
2249
+ **Note:** Version bump only for package @megafon/ui-shared
2250
+
2251
+
2252
+
2253
+
2254
+
2255
+ # [2.0.0-beta.29](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.28...@megafon/ui-shared@2.0.0-beta.29) (2020-10-30)
2256
+
2257
+ **Note:** Version bump only for package @megafon/ui-shared
2258
+
2259
+
2260
+
2261
+
2262
+
2263
+ # [2.0.0-beta.28](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.27...@megafon/ui-shared@2.0.0-beta.28) (2020-10-29)
2264
+
2265
+
2266
+ ### Bug Fixes
2267
+
2268
+ * **build:** remove icon property from svgr config ([812bc9f](https://github.com/MegafonWebLab/megafon-ui/commit/812bc9fbbea617edbd56e28b6618654876229924))
2269
+
2270
+
2271
+
2272
+
2273
+
2274
+ # [2.0.0-beta.27](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.26...@megafon/ui-shared@2.0.0-beta.27) (2020-10-29)
2275
+
2276
+ **Note:** Version bump only for package @megafon/ui-shared
2277
+
2278
+
2279
+
2280
+
2281
+
2282
+ # [2.0.0-beta.26](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.25...@megafon/ui-shared@2.0.0-beta.26) (2020-10-26)
2283
+
2284
+ **Note:** Version bump only for package @megafon/ui-shared
2285
+
2286
+
2287
+
2288
+
2289
+
2290
+ # [2.0.0-beta.25](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.24...@megafon/ui-shared@2.0.0-beta.25) (2020-10-12)
2291
+
2292
+ **Note:** Version bump only for package @megafon/ui-shared
2293
+
2294
+
2295
+
2296
+
2297
+
6
2298
  # [2.0.0-beta.24](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-shared@2.0.0-beta.23...@megafon/ui-shared@2.0.0-beta.24) (2020-10-02)
7
2299
 
8
2300