@megafon/ui-core 6.0.0-beta.3 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (513) hide show
  1. package/CHANGELOG.md +4008 -0
  2. package/dist/es/colors/ColorItem/ColorItem.css +45 -1
  3. package/dist/es/colors/ColorItem/ColorItem.d.ts +2 -2
  4. package/dist/es/colors/ColorItem/ColorItem.js +7 -5
  5. package/dist/es/colors/Colors.css +233 -1
  6. package/dist/es/colors/Colors.d.ts +1 -1
  7. package/dist/es/colors/Colors.js +55 -33
  8. package/dist/es/colors/colorsData.d.ts +4 -4
  9. package/dist/es/components/Accordion/Accordion.css +89 -1
  10. package/dist/es/components/Accordion/Accordion.d.ts +1 -2
  11. package/dist/es/components/Accordion/Accordion.js +65 -22
  12. package/dist/es/components/Avatar/Avatar.css +52 -1
  13. package/dist/es/components/Avatar/Avatar.d.ts +1 -1
  14. package/dist/es/components/Avatar/Avatar.js +27 -9
  15. package/dist/es/components/Avatar/doc/i/img.png +0 -0
  16. package/dist/es/components/Badges/components/CounterBadge/CounterBadge.css +54 -0
  17. package/dist/es/components/Badges/{CounterBadge → components/CounterBadge}/CounterBadge.d.ts +2 -2
  18. package/dist/es/components/Badges/{CounterBadge → components/CounterBadge}/CounterBadge.js +28 -10
  19. package/dist/es/components/Badges/components/NotificationBadge/NotificationBadge.css +58 -0
  20. package/dist/es/components/Badges/{NotificationBadge → components/NotificationBadge}/NotificationBadge.d.ts +4 -3
  21. package/dist/es/components/Badges/components/NotificationBadge/NotificationBadge.js +49 -0
  22. package/dist/es/components/Badges/components/PriceBadge/PriceBadge.css +119 -0
  23. package/dist/es/components/Badges/{PriceBadge → components/PriceBadge}/PriceBadge.d.ts +4 -4
  24. package/dist/es/components/Badges/{PriceBadge → components/PriceBadge}/PriceBadge.js +54 -11
  25. package/dist/es/components/Badges/components/PromoBadge/PromoBadge.css +64 -0
  26. package/dist/{lib/components/Badges → es/components/Badges/components}/PromoBadge/PromoBadge.d.ts +3 -3
  27. package/dist/es/components/Badges/{PromoBadge → components/PromoBadge}/PromoBadge.js +21 -7
  28. package/dist/es/components/Badges/{TimerBadge/components → components/TimerBadge}/Timer/Timer.js +32 -5
  29. package/dist/es/components/Badges/components/TimerBadge/TimerBadge.css +60 -0
  30. package/dist/{lib/components/Badges → es/components/Badges/components}/TimerBadge/TimerBadge.d.ts +2 -2
  31. package/dist/es/components/Badges/{TimerBadge → components/TimerBadge}/TimerBadge.js +45 -22
  32. package/dist/es/components/Banner/Banner.css +195 -1
  33. package/dist/es/components/Banner/Banner.d.ts +4 -5
  34. package/dist/es/components/Banner/Banner.js +129 -64
  35. package/dist/es/components/Banner/BannerDot.css +69 -1
  36. package/dist/es/components/Banner/BannerDot.d.ts +1 -1
  37. package/dist/es/components/Banner/BannerDot.js +22 -6
  38. package/dist/es/components/Banner/slidesSettings.d.ts +2 -4
  39. package/dist/es/components/Banner/slidesSettings.js +6 -3
  40. package/dist/es/components/Button/Button.css +814 -1
  41. package/dist/es/components/Button/Button.d.ts +6 -7
  42. package/dist/es/components/Button/Button.js +104 -44
  43. package/dist/es/components/Calendar/Calendar.css +5 -1
  44. package/dist/es/components/Calendar/Calendar.d.ts +2 -2
  45. package/dist/es/components/Calendar/Calendar.js +114 -60
  46. package/dist/es/components/Calendar/components/Day/Day.css +128 -0
  47. package/dist/{lib/components/Calendar/components/_Day → es/components/Calendar/components/Day}/Day.d.ts +4 -4
  48. package/dist/es/components/Calendar/components/{_Day → Day}/Day.js +50 -19
  49. package/dist/es/components/Calendar/components/Month/Month.css +81 -0
  50. package/dist/es/components/Calendar/components/{_Month → Month}/Month.d.ts +2 -3
  51. package/dist/es/components/Calendar/components/{_Month → Month}/Month.js +33 -9
  52. package/dist/es/components/Caption/Caption.css +48 -1
  53. package/dist/es/components/Caption/Caption.d.ts +2 -4
  54. package/dist/es/components/Caption/Caption.js +25 -11
  55. package/dist/es/components/Carousel/Carousel.css +215 -1
  56. package/dist/es/components/Carousel/Carousel.d.ts +10 -11
  57. package/dist/es/components/Carousel/Carousel.js +161 -104
  58. package/dist/es/components/Carousel/checkBreakpointsPropTypes.d.ts +1 -1
  59. package/dist/es/components/Carousel/checkBreakpointsPropTypes.js +4 -1
  60. package/dist/es/components/Carousel/useGradient.d.ts +1 -1
  61. package/dist/es/components/Carousel/useGradient.js +13 -9
  62. package/dist/es/components/Checkbox/Checkbox.css +150 -1
  63. package/dist/es/components/Checkbox/Checkbox.d.ts +4 -4
  64. package/dist/es/components/Checkbox/Checkbox.js +50 -21
  65. package/dist/es/components/Chips/Chip.css +132 -1
  66. package/dist/es/components/Chips/Chip.d.ts +26 -6
  67. package/dist/es/components/Chips/Chip.js +42 -17
  68. package/dist/es/components/Chips/Chips.css +19 -1
  69. package/dist/es/components/Chips/Chips.d.ts +2 -2
  70. package/dist/es/components/Chips/Chips.js +56 -32
  71. package/dist/es/components/Chips/components/ChipsDropdown.css +106 -1
  72. package/dist/es/components/Chips/components/ChipsDropdown.d.ts +2 -2
  73. package/dist/es/components/Chips/components/ChipsDropdown.js +27 -12
  74. package/dist/es/components/Collapse/Collapse.css +3 -0
  75. package/dist/{lib/components/_Collapse → es/components/Collapse}/Collapse.d.ts +3 -3
  76. package/dist/es/components/{_Collapse → Collapse}/Collapse.js +62 -25
  77. package/dist/es/components/ContentArea/ContentArea.css +109 -1
  78. package/dist/es/components/ContentArea/ContentArea.d.ts +4 -5
  79. package/dist/es/components/ContentArea/ContentArea.js +28 -9
  80. package/dist/es/components/ContentView/ContentView.css +103 -1
  81. package/dist/es/components/ContentView/ContentView.d.ts +2 -3
  82. package/dist/es/components/ContentView/ContentView.js +46 -12
  83. package/dist/es/components/Counter/Counter.css +123 -1
  84. package/dist/es/components/Counter/Counter.d.ts +1 -1
  85. package/dist/es/components/Counter/Counter.js +55 -20
  86. package/dist/es/components/Grid/Grid.css +102 -1
  87. package/dist/es/components/Grid/Grid.d.ts +1 -1
  88. package/dist/es/components/Grid/Grid.js +24 -8
  89. package/dist/es/components/Grid/GridColumn.css +3102 -1
  90. package/dist/es/components/Grid/GridColumn.d.ts +2 -2
  91. package/dist/es/components/Grid/GridColumn.js +62 -33
  92. package/dist/es/components/Header/Header.css +122 -1
  93. package/dist/es/components/Header/Header.d.ts +1 -3
  94. package/dist/es/components/Header/Header.js +28 -13
  95. package/dist/es/components/Link/Link.d.ts +2 -2
  96. package/dist/es/components/Link/Link.js +25 -9
  97. package/dist/es/components/List/List.css +66 -1
  98. package/dist/es/components/List/List.d.ts +1 -2
  99. package/dist/es/components/List/List.js +18 -8
  100. package/dist/es/components/List/ListItem.css +6 -1
  101. package/dist/es/components/List/ListItem.d.ts +1 -2
  102. package/dist/es/components/List/ListItem.js +7 -1
  103. package/dist/es/components/ListData/ListData.css +162 -1
  104. package/dist/es/components/ListData/ListData.d.ts +34 -6
  105. package/dist/es/components/ListData/ListData.js +65 -22
  106. package/dist/es/components/ListData/ListDataGroup.css +15 -1
  107. package/dist/es/components/ListData/ListDataGroup.d.ts +4 -4
  108. package/dist/es/components/ListData/ListDataGroup.js +74 -29
  109. package/dist/es/components/ListData/components/ListDataSortable.css +79 -1
  110. package/dist/es/components/ListData/components/ListDataSortable.d.ts +4 -4
  111. package/dist/es/components/ListData/components/ListDataSortable.js +42 -21
  112. package/dist/es/components/ListData/doc/i/img.png +0 -0
  113. package/dist/es/components/ListData/helpers.js +8 -1
  114. package/dist/es/components/Logo/Logo.css +43 -1
  115. package/dist/es/components/Logo/Logo.d.ts +1 -1
  116. package/dist/es/components/Logo/Logo.js +25 -9
  117. package/dist/es/components/NavArrow/NavArrow.css +63 -1
  118. package/dist/es/components/NavArrow/NavArrow.d.ts +3 -3
  119. package/dist/es/components/NavArrow/NavArrow.js +28 -8
  120. package/dist/es/components/Notification/Notification.css +350 -1
  121. package/dist/es/components/Notification/Notification.d.ts +4 -5
  122. package/dist/es/components/Notification/Notification.js +131 -61
  123. package/dist/es/components/Pagination/Pagination.css +5 -1
  124. package/dist/es/components/Pagination/Pagination.d.ts +3 -4
  125. package/dist/es/components/Pagination/Pagination.js +22 -7
  126. package/dist/es/components/Pagination/components/PaginationButton/PaginationButton.css +62 -1
  127. package/dist/es/components/Pagination/components/PaginationButton/PaginationButton.d.ts +4 -5
  128. package/dist/es/components/Pagination/components/PaginationButton/PaginationButton.js +26 -10
  129. package/dist/es/components/Pagination/components/PaginationButtons/PaginationButtons.css +10 -1
  130. package/dist/es/components/Pagination/components/PaginationButtons/PaginationButtons.d.ts +2 -3
  131. package/dist/es/components/Pagination/components/PaginationButtons/PaginationButtons.js +22 -5
  132. package/dist/es/components/Pagination/components/PaginationNavigation/PaginationNavigation.css +17 -1
  133. package/dist/es/components/Pagination/components/PaginationNavigation/PaginationNavigation.d.ts +2 -3
  134. package/dist/es/components/Pagination/components/PaginationNavigation/PaginationNavigation.js +23 -7
  135. package/dist/es/components/Pagination/helpers.js +3 -0
  136. package/dist/es/components/Pagination/usePagination.d.ts +1 -2
  137. package/dist/es/components/Pagination/usePagination.js +18 -6
  138. package/dist/es/components/Paragraph/Paragraph.css +43 -1
  139. package/dist/es/components/Paragraph/Paragraph.d.ts +2 -4
  140. package/dist/es/components/Paragraph/Paragraph.js +22 -9
  141. package/dist/es/components/Preloader/Preloader.css +224 -1
  142. package/dist/es/components/Preloader/Preloader.d.ts +3 -3
  143. package/dist/es/components/Preloader/Preloader.js +36 -16
  144. package/dist/es/components/RadioButton/RadioButton.css +120 -1
  145. package/dist/es/components/RadioButton/RadioButton.d.ts +1 -1
  146. package/dist/es/components/RadioButton/RadioButton.js +50 -18
  147. package/dist/es/components/Row/Row.css +238 -1
  148. package/dist/es/components/Row/Row.d.ts +2 -2
  149. package/dist/es/components/Row/Row.js +48 -23
  150. package/dist/es/components/Search/Search.css +453 -1
  151. package/dist/es/components/Search/Search.d.ts +8 -7
  152. package/dist/es/components/Search/Search.js +149 -54
  153. package/dist/es/components/Select/Select.css +389 -1
  154. package/dist/es/components/Select/Select.d.ts +84 -8
  155. package/dist/es/components/Select/Select.js +142 -52
  156. package/dist/es/components/Select/reducer/selectReducer.d.ts +1 -1
  157. package/dist/es/components/Select/reducer/selectReducer.js +32 -18
  158. package/dist/es/components/Selector/Selector.css +132 -1
  159. package/dist/es/components/Selector/Selector.d.ts +1 -1
  160. package/dist/es/components/Selector/Selector.js +50 -23
  161. package/dist/es/components/Selector/doc/Selector.example.css +17 -0
  162. package/dist/es/components/Sliders/Slider/Slider.css +128 -1
  163. package/dist/es/components/Sliders/Slider/Slider.d.ts +1 -1
  164. package/dist/es/components/Sliders/Slider/Slider.js +56 -25
  165. package/dist/es/components/Sliders/SliderRange/SliderRange.css +169 -1
  166. package/dist/es/components/Sliders/SliderRange/SliderRange.d.ts +1 -1
  167. package/dist/es/components/Sliders/SliderRange/SliderRange.js +80 -33
  168. package/dist/es/components/Sliders/SliderRange/helpers.js +2 -0
  169. package/dist/es/components/Sliders/SliderRatio/SliderRatio.css +219 -1
  170. package/dist/es/components/Sliders/SliderRatio/SliderRatio.d.ts +1 -1
  171. package/dist/es/components/Sliders/SliderRatio/SliderRatio.js +85 -36
  172. package/dist/es/components/Sliders/SliderRatio/helpers.js +1 -1
  173. package/dist/es/components/Sliders/SliderRatio/types.d.ts +1 -1
  174. package/dist/es/components/Sliders/SliderRatio/types.js +1 -0
  175. package/dist/es/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.css +84 -1
  176. package/dist/es/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.d.ts +2 -2
  177. package/dist/es/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.js +35 -11
  178. package/dist/es/components/Sliders/components/SliderScale/SliderScale.css +15 -1
  179. package/dist/es/components/Sliders/components/SliderScale/SliderScale.d.ts +2 -2
  180. package/dist/es/components/Sliders/components/SliderScale/SliderScale.js +20 -6
  181. package/dist/es/components/Sliders/components/SliderScale/helpers.js +16 -12
  182. package/dist/es/components/Sliders/helpers.js +5 -1
  183. package/dist/es/components/Snackbar/Snackbar.css +220 -1
  184. package/dist/es/components/Snackbar/Snackbar.d.ts +3 -3
  185. package/dist/es/components/Snackbar/Snackbar.js +82 -44
  186. package/dist/es/components/Snackbar/SnackbarTimer/SnackbarTimer.css +66 -1
  187. package/dist/es/components/Snackbar/SnackbarTimer/SnackbarTimer.d.ts +3 -3
  188. package/dist/es/components/Snackbar/SnackbarTimer/SnackbarTimer.js +17 -9
  189. package/dist/es/components/Switcher/Switcher.css +160 -1
  190. package/dist/es/components/Switcher/Switcher.d.ts +1 -2
  191. package/dist/es/components/Switcher/Switcher.js +39 -17
  192. package/dist/es/components/Tabs/Tab.d.ts +6 -0
  193. package/dist/es/components/Tabs/Tab.js +14 -0
  194. package/dist/es/components/Tabs/Tabs.css +306 -1
  195. package/dist/es/components/Tabs/Tabs.d.ts +5 -6
  196. package/dist/es/components/Tabs/Tabs.js +177 -87
  197. package/dist/es/components/TextField/TextField.css +343 -1
  198. package/dist/es/components/TextField/TextField.d.ts +3 -3
  199. package/dist/es/components/TextField/TextField.js +188 -80
  200. package/dist/es/components/TextField/utils/countGraphemes.js +18 -10
  201. package/dist/es/components/TextLink/TextLink.css +50 -1
  202. package/dist/es/components/TextLink/TextLink.d.ts +2 -2
  203. package/dist/es/components/TextLink/TextLink.js +27 -14
  204. package/dist/es/components/Tile/Tile.css +43 -1
  205. package/dist/es/components/Tile/Tile.d.ts +5 -7
  206. package/dist/es/components/Tile/Tile.js +36 -16
  207. package/dist/es/components/Tooltip/Tooltip.css +335 -1
  208. package/dist/es/components/Tooltip/Tooltip.d.ts +8 -9
  209. package/dist/es/components/Tooltip/Tooltip.js +139 -58
  210. package/dist/es/hooks/usePrevious.js +2 -0
  211. package/dist/es/hooks/useResolution.d.ts +1 -1
  212. package/dist/es/hooks/useResolution.js +11 -5
  213. package/dist/es/hooks/useSwipe.d.ts +1 -1
  214. package/dist/es/hooks/useSwipe.js +44 -17
  215. package/dist/es/index.d.ts +9 -16
  216. package/dist/es/index.js +10 -17
  217. package/dist/lib/colors/ColorItem/ColorItem.css +45 -1
  218. package/dist/lib/colors/ColorItem/ColorItem.d.ts +2 -2
  219. package/dist/lib/colors/ColorItem/ColorItem.js +18 -9
  220. package/dist/lib/colors/Colors.css +233 -1
  221. package/dist/lib/colors/Colors.d.ts +1 -1
  222. package/dist/lib/colors/Colors.js +79 -37
  223. package/dist/lib/colors/colorsData.d.ts +4 -4
  224. package/dist/lib/colors/colorsData.js +2 -1
  225. package/dist/lib/components/Accordion/Accordion.css +89 -1
  226. package/dist/lib/components/Accordion/Accordion.d.ts +1 -2
  227. package/dist/lib/components/Accordion/Accordion.js +81 -26
  228. package/dist/lib/components/Avatar/Avatar.css +52 -1
  229. package/dist/lib/components/Avatar/Avatar.d.ts +1 -1
  230. package/dist/lib/components/Avatar/Avatar.js +41 -13
  231. package/dist/lib/components/Avatar/doc/i/img.png +0 -0
  232. package/dist/lib/components/Badges/components/CounterBadge/CounterBadge.css +54 -0
  233. package/dist/lib/components/Badges/{CounterBadge → components/CounterBadge}/CounterBadge.d.ts +2 -2
  234. package/dist/lib/components/Badges/components/CounterBadge/CounterBadge.js +81 -0
  235. package/dist/lib/components/Badges/components/NotificationBadge/NotificationBadge.css +58 -0
  236. package/dist/lib/components/Badges/{NotificationBadge → components/NotificationBadge}/NotificationBadge.d.ts +4 -3
  237. package/dist/lib/components/Badges/components/NotificationBadge/NotificationBadge.js +71 -0
  238. package/dist/lib/components/Badges/components/PriceBadge/PriceBadge.css +119 -0
  239. package/dist/lib/components/Badges/{PriceBadge → components/PriceBadge}/PriceBadge.d.ts +4 -4
  240. package/dist/lib/components/Badges/{PriceBadge → components/PriceBadge}/PriceBadge.js +75 -19
  241. package/dist/lib/components/Badges/components/PromoBadge/PromoBadge.css +64 -0
  242. package/dist/{es/components/Badges → lib/components/Badges/components}/PromoBadge/PromoBadge.d.ts +3 -3
  243. package/dist/lib/components/Badges/components/PromoBadge/PromoBadge.js +76 -0
  244. package/dist/lib/components/Badges/{TimerBadge/components → components/TimerBadge}/Timer/Timer.js +55 -11
  245. package/dist/lib/components/Badges/components/TimerBadge/TimerBadge.css +60 -0
  246. package/dist/{es/components/Badges → lib/components/Badges/components}/TimerBadge/TimerBadge.d.ts +2 -2
  247. package/dist/lib/components/Badges/components/TimerBadge/TimerBadge.js +135 -0
  248. package/dist/lib/components/Banner/Banner.css +195 -1
  249. package/dist/lib/components/Banner/Banner.d.ts +4 -5
  250. package/dist/lib/components/Banner/Banner.js +160 -72
  251. package/dist/lib/components/Banner/BannerDot.css +69 -1
  252. package/dist/lib/components/Banner/BannerDot.d.ts +1 -1
  253. package/dist/lib/components/Banner/BannerDot.js +36 -10
  254. package/dist/lib/components/Banner/slidesSettings.d.ts +2 -4
  255. package/dist/lib/components/Banner/slidesSettings.js +11 -4
  256. package/dist/lib/components/Button/Button.css +814 -1
  257. package/dist/lib/components/Button/Button.d.ts +6 -7
  258. package/dist/lib/components/Button/Button.js +157 -70
  259. package/dist/lib/components/Calendar/Calendar.css +5 -1
  260. package/dist/lib/components/Calendar/Calendar.d.ts +2 -2
  261. package/dist/lib/components/Calendar/Calendar.js +148 -70
  262. package/dist/lib/components/Calendar/components/Day/Day.css +128 -0
  263. package/dist/{es/components/Calendar/components/_Day → lib/components/Calendar/components/Day}/Day.d.ts +4 -4
  264. package/dist/lib/components/Calendar/components/Day/Day.js +117 -0
  265. package/dist/lib/components/Calendar/components/Month/Month.css +81 -0
  266. package/dist/lib/components/Calendar/components/{_Month → Month}/Month.d.ts +2 -3
  267. package/dist/lib/components/Calendar/components/Month/Month.js +122 -0
  268. package/dist/lib/components/Caption/Caption.css +48 -1
  269. package/dist/lib/components/Caption/Caption.d.ts +2 -4
  270. package/dist/lib/components/Caption/Caption.js +40 -15
  271. package/dist/lib/components/Carousel/Carousel.css +215 -1
  272. package/dist/lib/components/Carousel/Carousel.d.ts +10 -11
  273. package/dist/lib/components/Carousel/Carousel.js +226 -195
  274. package/dist/lib/components/Carousel/checkBreakpointsPropTypes.d.ts +1 -1
  275. package/dist/lib/components/Carousel/checkBreakpointsPropTypes.js +17 -5
  276. package/dist/lib/components/Carousel/useGradient.d.ts +1 -1
  277. package/dist/lib/components/Carousel/useGradient.js +24 -11
  278. package/dist/lib/components/Checkbox/Checkbox.css +150 -1
  279. package/dist/lib/components/Checkbox/Checkbox.d.ts +4 -4
  280. package/dist/lib/components/Checkbox/Checkbox.js +74 -34
  281. package/dist/lib/components/Chips/Chip.css +132 -1
  282. package/dist/lib/components/Chips/Chip.d.ts +26 -6
  283. package/dist/lib/components/Chips/Chip.js +75 -35
  284. package/dist/lib/components/Chips/Chips.css +19 -1
  285. package/dist/lib/components/Chips/Chips.d.ts +2 -2
  286. package/dist/lib/components/Chips/Chips.js +91 -46
  287. package/dist/lib/components/Chips/components/ChipsDropdown.css +106 -1
  288. package/dist/lib/components/Chips/components/ChipsDropdown.d.ts +2 -2
  289. package/dist/lib/components/Chips/components/ChipsDropdown.js +66 -30
  290. package/dist/lib/components/Collapse/Collapse.css +3 -0
  291. package/dist/{es/components/_Collapse → lib/components/Collapse}/Collapse.d.ts +3 -3
  292. package/dist/lib/components/Collapse/Collapse.js +141 -0
  293. package/dist/lib/components/ContentArea/ContentArea.css +109 -1
  294. package/dist/lib/components/ContentArea/ContentArea.d.ts +4 -5
  295. package/dist/lib/components/ContentArea/ContentArea.js +43 -13
  296. package/dist/lib/components/ContentView/ContentView.css +103 -1
  297. package/dist/lib/components/ContentView/ContentView.d.ts +2 -3
  298. package/dist/lib/components/ContentView/ContentView.js +62 -16
  299. package/dist/lib/components/Counter/Counter.css +123 -1
  300. package/dist/lib/components/Counter/Counter.d.ts +1 -1
  301. package/dist/lib/components/Counter/Counter.js +70 -24
  302. package/dist/lib/components/Grid/Grid.css +102 -1
  303. package/dist/lib/components/Grid/Grid.d.ts +1 -1
  304. package/dist/lib/components/Grid/Grid.js +39 -12
  305. package/dist/lib/components/Grid/GridColumn.css +3102 -1
  306. package/dist/lib/components/Grid/GridColumn.d.ts +2 -2
  307. package/dist/lib/components/Grid/GridColumn.js +76 -37
  308. package/dist/lib/components/Header/Header.css +122 -1
  309. package/dist/lib/components/Header/Header.d.ts +1 -3
  310. package/dist/lib/components/Header/Header.js +42 -17
  311. package/dist/lib/components/Link/Link.d.ts +2 -2
  312. package/dist/lib/components/Link/Link.js +33 -14
  313. package/dist/lib/components/List/List.css +66 -1
  314. package/dist/lib/components/List/List.d.ts +1 -2
  315. package/dist/lib/components/List/List.js +30 -12
  316. package/dist/lib/components/List/ListItem.css +6 -1
  317. package/dist/lib/components/List/ListItem.d.ts +1 -2
  318. package/dist/lib/components/List/ListItem.js +19 -5
  319. package/dist/lib/components/ListData/ListData.css +162 -1
  320. package/dist/lib/components/ListData/ListData.d.ts +34 -6
  321. package/dist/lib/components/ListData/ListData.js +110 -50
  322. package/dist/lib/components/ListData/ListDataGroup.css +15 -1
  323. package/dist/lib/components/ListData/ListDataGroup.d.ts +4 -4
  324. package/dist/lib/components/ListData/ListDataGroup.js +117 -47
  325. package/dist/lib/components/ListData/components/ListDataSortable.css +79 -1
  326. package/dist/lib/components/ListData/components/ListDataSortable.d.ts +4 -4
  327. package/dist/lib/components/ListData/components/ListDataSortable.js +73 -34
  328. package/dist/lib/components/ListData/doc/i/img.png +0 -0
  329. package/dist/lib/components/ListData/helpers.js +24 -6
  330. package/dist/lib/components/Logo/Logo.css +43 -1
  331. package/dist/lib/components/Logo/Logo.d.ts +1 -1
  332. package/dist/lib/components/Logo/Logo.js +40 -13
  333. package/dist/lib/components/NavArrow/NavArrow.css +63 -1
  334. package/dist/lib/components/NavArrow/NavArrow.d.ts +3 -3
  335. package/dist/lib/components/NavArrow/NavArrow.js +46 -14
  336. package/dist/lib/components/Notification/Notification.css +350 -1
  337. package/dist/lib/components/Notification/Notification.d.ts +4 -5
  338. package/dist/lib/components/Notification/Notification.js +200 -113
  339. package/dist/lib/components/Pagination/Pagination.css +5 -1
  340. package/dist/lib/components/Pagination/Pagination.d.ts +3 -4
  341. package/dist/lib/components/Pagination/Pagination.js +50 -18
  342. package/dist/lib/components/Pagination/components/PaginationButton/PaginationButton.css +62 -1
  343. package/dist/lib/components/Pagination/components/PaginationButton/PaginationButton.d.ts +4 -5
  344. package/dist/lib/components/Pagination/components/PaginationButton/PaginationButton.js +34 -11
  345. package/dist/lib/components/Pagination/components/PaginationButtons/PaginationButtons.css +10 -1
  346. package/dist/lib/components/Pagination/components/PaginationButtons/PaginationButtons.d.ts +2 -3
  347. package/dist/lib/components/Pagination/components/PaginationButtons/PaginationButtons.js +31 -6
  348. package/dist/lib/components/Pagination/components/PaginationNavigation/PaginationNavigation.css +17 -1
  349. package/dist/lib/components/Pagination/components/PaginationNavigation/PaginationNavigation.d.ts +2 -3
  350. package/dist/lib/components/Pagination/components/PaginationNavigation/PaginationNavigation.js +31 -8
  351. package/dist/lib/components/Pagination/helpers.js +6 -1
  352. package/dist/lib/components/Pagination/usePagination.d.ts +1 -2
  353. package/dist/lib/components/Pagination/usePagination.js +35 -9
  354. package/dist/lib/components/Paragraph/Paragraph.css +43 -1
  355. package/dist/lib/components/Paragraph/Paragraph.d.ts +2 -4
  356. package/dist/lib/components/Paragraph/Paragraph.js +37 -13
  357. package/dist/lib/components/Preloader/Preloader.css +224 -1
  358. package/dist/lib/components/Preloader/Preloader.d.ts +3 -3
  359. package/dist/lib/components/Preloader/Preloader.js +57 -22
  360. package/dist/lib/components/RadioButton/RadioButton.css +120 -1
  361. package/dist/lib/components/RadioButton/RadioButton.d.ts +1 -1
  362. package/dist/lib/components/RadioButton/RadioButton.js +69 -22
  363. package/dist/lib/components/Row/Row.css +238 -1
  364. package/dist/lib/components/Row/Row.d.ts +2 -2
  365. package/dist/lib/components/Row/Row.js +75 -39
  366. package/dist/lib/components/Search/Search.css +453 -1
  367. package/dist/lib/components/Search/Search.d.ts +8 -7
  368. package/dist/lib/components/Search/Search.js +261 -121
  369. package/dist/lib/components/Select/Select.css +389 -1
  370. package/dist/lib/components/Select/Select.d.ts +84 -8
  371. package/dist/lib/components/Select/Select.js +186 -69
  372. package/dist/lib/components/Select/reducer/selectReducer.d.ts +1 -1
  373. package/dist/lib/components/Select/reducer/selectReducer.js +41 -21
  374. package/dist/lib/components/Selector/Selector.css +132 -1
  375. package/dist/lib/components/Selector/Selector.d.ts +1 -1
  376. package/dist/lib/components/Selector/Selector.js +70 -27
  377. package/dist/lib/components/Selector/doc/Selector.example.css +17 -0
  378. package/dist/lib/components/Sliders/Slider/Slider.css +128 -1
  379. package/dist/lib/components/Sliders/Slider/Slider.d.ts +1 -1
  380. package/dist/lib/components/Sliders/Slider/Slider.js +75 -29
  381. package/dist/lib/components/Sliders/SliderRange/SliderRange.css +169 -1
  382. package/dist/lib/components/Sliders/SliderRange/SliderRange.d.ts +1 -1
  383. package/dist/lib/components/Sliders/SliderRange/SliderRange.js +100 -37
  384. package/dist/lib/components/Sliders/SliderRange/helpers.js +18 -5
  385. package/dist/lib/components/Sliders/SliderRatio/SliderRatio.css +219 -1
  386. package/dist/lib/components/Sliders/SliderRatio/SliderRatio.d.ts +1 -1
  387. package/dist/lib/components/Sliders/SliderRatio/SliderRatio.js +111 -40
  388. package/dist/lib/components/Sliders/SliderRatio/helpers.js +27 -8
  389. package/dist/lib/components/Sliders/SliderRatio/types.d.ts +1 -1
  390. package/dist/lib/components/Sliders/SliderRatio/types.js +2 -0
  391. package/dist/lib/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.css +84 -1
  392. package/dist/lib/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.d.ts +2 -2
  393. package/dist/lib/components/Sliders/components/SliderDisplayValue/SliderDisplayValue.js +56 -17
  394. package/dist/lib/components/Sliders/components/SliderScale/SliderScale.css +15 -1
  395. package/dist/lib/components/Sliders/components/SliderScale/SliderScale.d.ts +2 -2
  396. package/dist/lib/components/Sliders/components/SliderScale/SliderScale.js +39 -11
  397. package/dist/lib/components/Sliders/components/SliderScale/helpers.js +33 -15
  398. package/dist/lib/components/Sliders/helpers.js +22 -5
  399. package/dist/lib/components/Snackbar/Snackbar.css +220 -1
  400. package/dist/lib/components/Snackbar/Snackbar.d.ts +3 -3
  401. package/dist/lib/components/Snackbar/Snackbar.js +138 -81
  402. package/dist/lib/components/Snackbar/SnackbarTimer/SnackbarTimer.css +66 -1
  403. package/dist/lib/components/Snackbar/SnackbarTimer/SnackbarTimer.d.ts +3 -3
  404. package/dist/lib/components/Snackbar/SnackbarTimer/SnackbarTimer.js +36 -17
  405. package/dist/lib/components/Switcher/Switcher.css +160 -1
  406. package/dist/lib/components/Switcher/Switcher.d.ts +1 -2
  407. package/dist/lib/components/Switcher/Switcher.js +52 -21
  408. package/dist/lib/components/Tabs/Tab.d.ts +6 -0
  409. package/dist/lib/components/Tabs/Tab.js +26 -5
  410. package/dist/lib/components/Tabs/Tabs.css +306 -1
  411. package/dist/lib/components/Tabs/Tabs.d.ts +5 -6
  412. package/dist/lib/components/Tabs/Tabs.js +209 -95
  413. package/dist/lib/components/TextField/TextField.css +343 -1
  414. package/dist/lib/components/TextField/TextField.d.ts +3 -3
  415. package/dist/lib/components/TextField/TextField.js +238 -113
  416. package/dist/lib/components/TextField/utils/countGraphemes.js +28 -11
  417. package/dist/lib/components/TextLink/TextLink.css +50 -1
  418. package/dist/lib/components/TextLink/TextLink.d.ts +2 -2
  419. package/dist/lib/components/TextLink/TextLink.js +41 -18
  420. package/dist/lib/components/Tile/Tile.css +43 -1
  421. package/dist/lib/components/Tile/Tile.d.ts +5 -7
  422. package/dist/lib/components/Tile/Tile.js +54 -26
  423. package/dist/lib/components/Tooltip/Tooltip.css +335 -1
  424. package/dist/lib/components/Tooltip/Tooltip.d.ts +8 -9
  425. package/dist/lib/components/Tooltip/Tooltip.js +218 -110
  426. package/dist/lib/constants/throttleTime.js +3 -2
  427. package/dist/lib/hooks/usePrevious.js +11 -4
  428. package/dist/lib/hooks/useResolution.d.ts +1 -1
  429. package/dist/lib/hooks/useResolution.js +23 -9
  430. package/dist/lib/hooks/useSwipe.d.ts +1 -1
  431. package/dist/lib/hooks/useSwipe.js +63 -21
  432. package/dist/lib/index.d.ts +9 -16
  433. package/dist/lib/index.js +101 -82
  434. package/package.json +101 -106
  435. package/styles/base.less +171 -0
  436. package/styles/colors.css +0 -53
  437. package/dist/es/components/Badges/CounterBadge/CounterBadge.css +0 -1
  438. package/dist/es/components/Badges/NotificationBadge/NotificationBadge.css +0 -1
  439. package/dist/es/components/Badges/NotificationBadge/NotificationBadge.js +0 -34
  440. package/dist/es/components/Badges/PriceBadge/PriceBadge.css +0 -1
  441. package/dist/es/components/Badges/PromoBadge/PromoBadge.css +0 -1
  442. package/dist/es/components/Badges/TimerBadge/TimerBadge.css +0 -1
  443. package/dist/es/components/Calendar/components/_Day/Day.css +0 -1
  444. package/dist/es/components/Calendar/components/_Month/Month.css +0 -1
  445. package/dist/es/components/Modal/Modal.css +0 -1
  446. package/dist/es/components/Modal/Modal.d.ts +0 -106
  447. package/dist/es/components/Modal/Modal.js +0 -277
  448. package/dist/es/components/Modal/_ModalContent/ModalContent.css +0 -1
  449. package/dist/es/components/Modal/_ModalContent/ModalContent.d.ts +0 -8
  450. package/dist/es/components/Modal/_ModalContent/ModalContent.js +0 -167
  451. package/dist/es/components/Modal/_ModalDesktop/ModalDesktop.css +0 -1
  452. package/dist/es/components/Modal/_ModalDesktop/ModalDesktop.d.ts +0 -8
  453. package/dist/es/components/Modal/_ModalDesktop/ModalDesktop.js +0 -32
  454. package/dist/es/components/Modal/_ModalMobileBottom/ModalMobileBottom.css +0 -1
  455. package/dist/es/components/Modal/_ModalMobileBottom/ModalMobileBottom.d.ts +0 -12
  456. package/dist/es/components/Modal/_ModalMobileBottom/ModalMobileBottom.js +0 -114
  457. package/dist/es/components/Modal/_ModalMobileFullScreen/ModalMobileFullScreen.css +0 -1
  458. package/dist/es/components/Modal/_ModalMobileFullScreen/ModalMobileFullScreen.d.ts +0 -8
  459. package/dist/es/components/Modal/_ModalMobileFullScreen/ModalMobileFullScreen.js +0 -55
  460. package/dist/es/components/Modal/mocks.d.ts +0 -3
  461. package/dist/es/components/Modal/mocks.js +0 -79
  462. package/dist/es/components/Modal/types.d.ts +0 -28
  463. package/dist/es/components/Modal/types.js +0 -1
  464. package/dist/es/components/Modal/utils/utils.d.ts +0 -18
  465. package/dist/es/components/Modal/utils/utils.js +0 -66
  466. package/dist/es/components/ScrollBar/ScrollBar.css +0 -1
  467. package/dist/es/components/ScrollBar/ScrollBar.d.ts +0 -34
  468. package/dist/es/components/ScrollBar/ScrollBar.js +0 -86
  469. package/dist/es/components/_Collapse/Collapse.css +0 -1
  470. package/dist/es/styles/base.css +0 -1
  471. package/dist/lib/components/Badges/CounterBadge/CounterBadge.css +0 -1
  472. package/dist/lib/components/Badges/CounterBadge/CounterBadge.js +0 -52
  473. package/dist/lib/components/Badges/NotificationBadge/NotificationBadge.css +0 -1
  474. package/dist/lib/components/Badges/NotificationBadge/NotificationBadge.js +0 -43
  475. package/dist/lib/components/Badges/PriceBadge/PriceBadge.css +0 -1
  476. package/dist/lib/components/Badges/PromoBadge/PromoBadge.css +0 -1
  477. package/dist/lib/components/Badges/PromoBadge/PromoBadge.js +0 -49
  478. package/dist/lib/components/Badges/TimerBadge/TimerBadge.css +0 -1
  479. package/dist/lib/components/Badges/TimerBadge/TimerBadge.js +0 -97
  480. package/dist/lib/components/Calendar/components/_Day/Day.css +0 -1
  481. package/dist/lib/components/Calendar/components/_Day/Day.js +0 -75
  482. package/dist/lib/components/Calendar/components/_Month/Month.css +0 -1
  483. package/dist/lib/components/Calendar/components/_Month/Month.js +0 -93
  484. package/dist/lib/components/Modal/Modal.css +0 -1
  485. package/dist/lib/components/Modal/Modal.d.ts +0 -106
  486. package/dist/lib/components/Modal/Modal.js +0 -286
  487. package/dist/lib/components/Modal/_ModalContent/ModalContent.css +0 -1
  488. package/dist/lib/components/Modal/_ModalContent/ModalContent.d.ts +0 -8
  489. package/dist/lib/components/Modal/_ModalContent/ModalContent.js +0 -176
  490. package/dist/lib/components/Modal/_ModalDesktop/ModalDesktop.css +0 -1
  491. package/dist/lib/components/Modal/_ModalDesktop/ModalDesktop.d.ts +0 -8
  492. package/dist/lib/components/Modal/_ModalDesktop/ModalDesktop.js +0 -41
  493. package/dist/lib/components/Modal/_ModalMobileBottom/ModalMobileBottom.css +0 -1
  494. package/dist/lib/components/Modal/_ModalMobileBottom/ModalMobileBottom.d.ts +0 -12
  495. package/dist/lib/components/Modal/_ModalMobileBottom/ModalMobileBottom.js +0 -123
  496. package/dist/lib/components/Modal/_ModalMobileFullScreen/ModalMobileFullScreen.css +0 -1
  497. package/dist/lib/components/Modal/_ModalMobileFullScreen/ModalMobileFullScreen.d.ts +0 -8
  498. package/dist/lib/components/Modal/_ModalMobileFullScreen/ModalMobileFullScreen.js +0 -64
  499. package/dist/lib/components/Modal/mocks.d.ts +0 -3
  500. package/dist/lib/components/Modal/mocks.js +0 -85
  501. package/dist/lib/components/Modal/types.d.ts +0 -28
  502. package/dist/lib/components/Modal/types.js +0 -5
  503. package/dist/lib/components/Modal/utils/utils.d.ts +0 -18
  504. package/dist/lib/components/Modal/utils/utils.js +0 -72
  505. package/dist/lib/components/ScrollBar/ScrollBar.css +0 -1
  506. package/dist/lib/components/ScrollBar/ScrollBar.d.ts +0 -34
  507. package/dist/lib/components/ScrollBar/ScrollBar.js +0 -94
  508. package/dist/lib/components/_Collapse/Collapse.css +0 -1
  509. package/dist/lib/components/_Collapse/Collapse.js +0 -95
  510. package/dist/lib/styles/base.css +0 -1
  511. package/styles/base.scss +0 -150
  512. /package/dist/es/components/Badges/{TimerBadge/components → components/TimerBadge}/Timer/Timer.d.ts +0 -0
  513. /package/dist/lib/components/Badges/{TimerBadge/components → components/TimerBadge}/Timer/Timer.d.ts +0 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,4008 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [6.0.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.18.1...@megafon/ui-core@6.0.0) (2024-08-01)
7
+
8
+
9
+ ### Features
10
+
11
+ * **notificationbadge:** added new MEDIUM size ([e80f57b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/e80f57b01d4154b32640cb5d29c27712c4811a6b))
12
+ * **notificationbadge:** added new MEDIUM size ([2d98707](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2d9870748f65576f5d98f2376e96d55458a4ece1))
13
+ * **tab:** added notification badge for tab ([35da600](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/35da600da207c345ecd21b5598697f4e4401e62b))
14
+ * **tabs:** added notification badge for tabs ([88e3075](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/88e307514f0a1ffad527ff6e7eb8a2d5d3839527))
15
+ * **tabs:** fixed after review, added color change for bubbles and added new examples ([baba51b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/baba51bfd120aa9250f1ea6a6d6632fd44f118a2))
16
+
17
+
18
+ ### BREAKING CHANGES
19
+
20
+ * **notificationbadge:** old MEDIUM size now named as BIG, and added new MEDIUM size
21
+ * **notificationbadge:** old MEDIUM size now named as BIG, and added new MEDIUM size
22
+
23
+
24
+
25
+
26
+
27
+ ## [5.18.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.18.0...@megafon/ui-core@5.18.1) (2024-07-17)
28
+
29
+
30
+ ### Bug Fixes
31
+
32
+ * **banner:** disable autoplay for single slide ([7f8780b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/7f8780b806c165a91aae63a051af299736ddd667))
33
+
34
+
35
+
36
+
37
+
38
+ # [5.18.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.17.0...@megafon/ui-core@5.18.0) (2024-07-08)
39
+
40
+
41
+ ### Features
42
+
43
+ * **contentview:** add props to ContentView component ([ffa2dcc](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/ffa2dcc51305f96190aa65157733a3b624e462ac))
44
+
45
+
46
+
47
+
48
+
49
+ # [5.17.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.16.0...@megafon/ui-core@5.17.0) (2024-07-01)
50
+
51
+
52
+ ### Bug Fixes
53
+
54
+ * **banner:** fix banner height ([fead67b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/fead67bcee5e1da3bb77a567952ff8514ea8a86d))
55
+ * **banner:** fix banner height ([b2315de](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/b2315de6ce1bd08dacf3f80bdf9d07a45de480b5))
56
+ * **snackbar:** timer margin ([0008718](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/0008718c43bca5efd2e08933e0c0061860ac5a14))
57
+
58
+
59
+ ### Features
60
+
61
+ * **banner, imagebanner:** update components ([c6e8d6b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/c6e8d6bf308a6d179b768aceba23e564d17f3d64))
62
+ * **listdata:** create component ListData ([75ad1d5](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/75ad1d5476245e723a635e8d17da9ea7418657dc))
63
+ * **search:** update props data attr ([861d0f5](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/861d0f58d477c36855b8d94d3472c0c3994c4890))
64
+
65
+
66
+
67
+
68
+
69
+ # [5.16.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.15.0...@megafon/ui-core@5.16.0) (2024-06-26)
70
+
71
+
72
+ ### Bug Fixes
73
+
74
+ * **carousel:** unsibscribe throttle ([c595b66](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/c595b66d2ecff5b071ffd69c7ffb22dd18b8e9ca))
75
+ * **contentview:** add new props to component ContentView ([8780d37](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/8780d37b9699b336dd5575403f9e8e6aee95113e))
76
+ * **radiobutton:** fix hover on touch devices ([fecbc40](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/fecbc4023a545835e4a3995feec1caac1c3e0253))
77
+
78
+
79
+ ### Features
80
+
81
+ * **accordion:** add new prop titleTag for change title tag, add classes.title prop" ([6f265f5](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/6f265f53bbd552957454405d8c95cbe1549c72dd))
82
+
83
+
84
+
85
+
86
+
87
+ # [5.15.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.14.1...@megafon/ui-core@5.15.0) (2024-06-17)
88
+
89
+
90
+ ### Features
91
+
92
+ * **avatar:** create component Avatar ([d36574f](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/d36574f889a9eceb3a71b790670c2809a9c538aa))
93
+ * **colors:** add gradient Scrim ([ee4f5c6](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/ee4f5c6ddeea024573f5064308b3d8d30d31d575))
94
+
95
+
96
+
97
+
98
+
99
+ ## [5.14.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.14.0...@megafon/ui-core@5.14.1) (2024-06-10)
100
+
101
+
102
+ ### Bug Fixes
103
+
104
+ * **selector:** fix tap highlight color ([5142b81](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/5142b812e11d39f8ab0de32b8af5ffc171aafacc))
105
+
106
+
107
+
108
+
109
+
110
+ # [5.14.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.13.0...@megafon/ui-core@5.14.0) (2024-06-03)
111
+
112
+
113
+ ### Bug Fixes
114
+
115
+ * **carousel:** fix page scroll ([99c80bc](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/99c80bccd1f09b3ad3feaa965d9c0205b038d660))
116
+
117
+
118
+ ### Features
119
+
120
+ * **search:** modern gradient ([7c2becc](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/7c2beccd79d83e9cd099ea49de4138e4ab9822af))
121
+
122
+
123
+
124
+
125
+
126
+ # [5.13.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.12.1...@megafon/ui-core@5.13.0) (2024-05-27)
127
+
128
+
129
+ ### Bug Fixes
130
+
131
+ * **sliders:** fix bugs ([f09615a](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/f09615a4a417836ceaa71b3c604a9288f81ba69a))
132
+
133
+
134
+ ### Features
135
+
136
+ * **row:** create component Row ([08da88f](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/08da88fcbbdaea5c5fb1a88cffbfb820025e6d84))
137
+ * **snackbar:** update snackbar component ([71713f1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/71713f11e81bb4da0e4b531fd27e2882287b6122))
138
+
139
+
140
+
141
+
142
+
143
+ ## [5.12.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.12.0...@megafon/ui-core@5.12.1) (2024-05-14)
144
+
145
+
146
+ ### Bug Fixes
147
+
148
+ * **selector:** fix file name ([b8b3d26](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/b8b3d26616889bb750db71819be57632555778b8))
149
+
150
+
151
+
152
+
153
+
154
+ # [5.12.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.11.0...@megafon/ui-core@5.12.0) (2024-05-14)
155
+
156
+
157
+ ### Features
158
+
159
+ * **sliders:** add support for non-multiple min value ([51ed0cf](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/51ed0cfa3829bb4fab446086729a3b1ea1dcff61))
160
+
161
+
162
+
163
+
164
+
165
+ # [5.11.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.10.1...@megafon/ui-core@5.11.0) (2024-05-06)
166
+
167
+
168
+ ### Features
169
+
170
+ * **notificationbadge:** create component NotificationBadge ([6b89be0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/6b89be0e0e568f71f3a2340f924fbb837e61a221))
171
+ * **pricebadge:** add purple color ([3943148](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/3943148c1eee233c73830fc705ff2d11dd68721a))
172
+ * **snackbar:** update snackbar component ([e7231de](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/e7231de8447b2a51335b56c5344baf703af7647b))
173
+
174
+
175
+
176
+
177
+
178
+ ## [5.10.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.10.0...@megafon/ui-core@5.10.1) (2024-04-24)
179
+
180
+
181
+ ### Bug Fixes
182
+
183
+ * **banner:** fix children background ([a6e3d12](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/a6e3d127dd5b73dcea4d54e96e95ae8189f61824))
184
+
185
+
186
+
187
+
188
+
189
+ # [5.10.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.9.2...@megafon/ui-core@5.10.0) (2024-04-22)
190
+
191
+
192
+ ### Bug Fixes
193
+
194
+ * **sliders:** fix bugs ([2992a34](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2992a348fab99cc65a190a2892262e7e4b65b693))
195
+ * **snackbartimer:** update color timer value ([911fb68](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/911fb681d36db1e89c43d10f7899fb6038336a36))
196
+ * **tooltip:** add border ([ba4461f](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/ba4461ff86b98a021dca47b7836e2cd2c05cbfcd))
197
+
198
+
199
+ ### Features
200
+
201
+ * **banner:** update Banner component ([a2fde9e](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/a2fde9ebda0993ac9cefe80e61d40780d2b20452))
202
+ * **bannerdot:** update BannerDot component ([22b03d6](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/22b03d61f19304d242229f8c8d925bcd1adb7da4))
203
+ * **button:** add new prop for Button component ([98fb1bd](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/98fb1bd8964ddd76866074d2b8f5890b99253b97))
204
+ * **contentview:** add classes props ([2871dd6](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2871dd6dd836762da0e9c8c21c07ba445361e6b2))
205
+ * **navarrow:** add new theme for NavArrow component ([aff36c6](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/aff36c6e055bbe708fc45d0cbe22e3a4a3669850))
206
+ * **pricebadge:** add new themes for PriceBadge component ([e521f40](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/e521f405f8b2bc78bd15da5555c397b098f5c81d))
207
+
208
+
209
+
210
+
211
+
212
+ ## [5.9.2](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.9.1...@megafon/ui-core@5.9.2) (2024-04-11)
213
+
214
+
215
+ ### Bug Fixes
216
+
217
+ * **select:** fix focus ([a6fcc29](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/a6fcc295cc53a926c43003c4e1133723e495205e))
218
+
219
+
220
+
221
+
222
+
223
+ ## [5.9.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.9.0...@megafon/ui-core@5.9.1) (2024-04-09)
224
+
225
+
226
+ ### Bug Fixes
227
+
228
+ * **chips:** fix constant import ([a16067b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/a16067b2269179491e8f0e38a2c228a1cb2f7ffa))
229
+ * **contentview:** fix image imports ([2170756](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/217075677f6b57712a6fe48cdf443a31e4f86e2c))
230
+
231
+
232
+
233
+
234
+
235
+ # [5.9.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.8.0...@megafon/ui-core@5.9.0) (2024-04-08)
236
+
237
+
238
+ ### Bug Fixes
239
+
240
+ * **tabs:** change tab color for dark theme ([5618d4b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/5618d4b7f5a9ae862fad380691f9b3414a0fb3a0))
241
+
242
+
243
+ ### Features
244
+
245
+ * **chips:** add features to Chips ([2684b97](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2684b974fe868ea2e869fec168ed6bced2f6b75e))
246
+ * **contentview:** add new component ContentView ([f2419dc](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/f2419dc1a659da427a306d41edd3fb67a123d25d))
247
+ * **sliders:** add new components: Slider, SliderRatio, SliderRange ([4e03e12](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/4e03e12b587637e3e2abbe2638b5adaf4b88c00c))
248
+ * **switcher:** add new prop theme ([2959b87](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2959b87726cafeb2ee25e5ba50317c7423b9aa6e))
249
+
250
+
251
+
252
+
253
+
254
+ # [5.8.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.7.1...@megafon/ui-core@5.8.0) (2024-04-01)
255
+
256
+
257
+ ### Features
258
+
259
+ * **search:** add href to search item ([2c00dc8](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2c00dc858352794b91962af2791c75927fcdf570))
260
+
261
+
262
+
263
+
264
+
265
+ ## [5.7.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.7.0...@megafon/ui-core@5.7.1) (2024-03-26)
266
+
267
+ **Note:** Version bump only for package @megafon/ui-core
268
+
269
+
270
+
271
+
272
+
273
+ # [5.7.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.6.1...@megafon/ui-core@5.7.0) (2024-03-18)
274
+
275
+
276
+ ### Features
277
+
278
+ * **snackbar:** text color ([d3e0e03](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/d3e0e03dec8c92b0d1af623b13423b63505ae6ff))
279
+
280
+
281
+
282
+
283
+
284
+ ## [5.6.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.6.0...@megafon/ui-core@5.6.1) (2024-03-04)
285
+
286
+ **Note:** Version bump only for package @megafon/ui-core
287
+
288
+
289
+
290
+
291
+
292
+ # [5.6.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.5.0...@megafon/ui-core@5.6.0) (2024-02-20)
293
+
294
+
295
+ ### Features
296
+
297
+ * **search:** added results for not found ([1a62ab7](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/1a62ab78071e2b58235d93f403512a987a3c5ce1))
298
+
299
+
300
+
301
+
302
+
303
+ # [5.5.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.4.6...@megafon/ui-core@5.5.0) (2024-02-13)
304
+
305
+
306
+ ### Bug Fixes
307
+
308
+ * **snackbar:** fix useSwipe logic ([29b1187](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/29b1187fdcb065d91123a85e4ee2fde4bd9ab077))
309
+
310
+
311
+ ### Features
312
+
313
+ * **button:** add icon to text for extra-small and small sizes ([170b606](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/170b60639863a4b933db5a9c1072e3d1f15f8050))
314
+ * **chip:** create component Chip ([268d329](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/268d329713468e78c111675f0fbe8061b6c91d4c))
315
+ * **tabs:** add new prop for panel class ([0a5d47e](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/0a5d47e46a618cec32f62ab94b9d0f9ee769d029))
316
+
317
+
318
+
319
+
320
+
321
+ ## [5.4.6](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.4.5...@megafon/ui-core@5.4.6) (2024-01-30)
322
+
323
+ **Note:** Version bump only for package @megafon/ui-core
324
+
325
+
326
+
327
+
328
+
329
+ ## [5.4.5](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.4.4...@megafon/ui-core@5.4.5) (2024-01-22)
330
+
331
+
332
+ ### Bug Fixes
333
+
334
+ * **counter:** reset default border radius on ios ([b47bcc5](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/b47bcc53380f9576e0b470778fa25bfa0d4fb13d))
335
+
336
+
337
+
338
+
339
+
340
+ ## [5.4.4](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.4.3...@megafon/ui-core@5.4.4) (2024-01-15)
341
+
342
+ **Note:** Version bump only for package @megafon/ui-core
343
+
344
+
345
+
346
+
347
+
348
+ ## [5.4.3](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.4.2...@megafon/ui-core@5.4.3) (2024-01-09)
349
+
350
+ **Note:** Version bump only for package @megafon/ui-core
351
+
352
+
353
+
354
+
355
+
356
+ ## [5.4.2](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.4.1...@megafon/ui-core@5.4.2) (2023-12-14)
357
+
358
+
359
+ ### Bug Fixes
360
+
361
+ * **notification:** added root ref, link class ([4b6e76c](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/4b6e76cbeee4b17b46f0abae2c73ec879d9201de))
362
+ * **pricebadge:** change font-weight from 400 to 500 ([79e3480](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/79e3480a8f6254101b687db949b3257c2fa00a32))
363
+ * **search:** add extra classes ([2bef678](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/2bef67859c166644194bf39ea380465617e80ad7))
364
+
365
+
366
+
367
+
368
+
369
+ ## [5.4.1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.4.0...@megafon/ui-core@5.4.1) (2023-11-27)
370
+
371
+
372
+ ### Bug Fixes
373
+
374
+ * **search:** change index to correct one on mouse down to item in dropdown ([363e1bc](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/363e1bc43f884fecec1057e74f071ab1e9904e24))
375
+
376
+
377
+
378
+
379
+
380
+ # [5.4.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.3.0...@megafon/ui-core@5.4.0) (2023-11-22)
381
+
382
+
383
+ ### Bug Fixes
384
+
385
+ * **snackbar:** fix swipe ([ce8b5eb](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/ce8b5ebd8bae725befab8adc08dbaa879f430bd4))
386
+ * **snackbar:** fix transform ([286e976](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/286e976a6bf395de41392efcd3cbf66ecc949a1a))
387
+ * **snackbar:** refactoring ([6f49ad1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/6f49ad130d8ce2e810660ae0bbb7a270269d29e0))
388
+ * **snackbar:** refactoring ([b58f943](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/b58f943f364995da610374140287b64a229b7aed))
389
+ * **tabs:** fix text color in not active tab ([d0bd99b](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/d0bd99b710ce97813df671eeeb4edf6f8ae5be44))
390
+
391
+
392
+ ### Features
393
+
394
+ * **pricebadge:** add new iconType profile ([0259dd8](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/0259dd8c3989e4041bb0a4d9100e0a76352c1377))
395
+
396
+
397
+
398
+
399
+
400
+ # [5.3.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.2.3...@megafon/ui-core@5.3.0) (2023-11-08)
401
+
402
+
403
+ ### Features
404
+
405
+ * **selector:** create component Selector ([73d6aec](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/73d6aec573fe500471f0b557f0cbe0a9485b1fa3))
406
+
407
+
408
+
409
+
410
+
411
+ ## [5.2.3](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.2.2...@megafon/ui-core@5.2.3) (2023-10-17)
412
+
413
+
414
+ ### Bug Fixes
415
+
416
+ * **preloader:** add new prop disableAnimate ([5b1fc46](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/5b1fc469ccab408679e07e64ce3e04474a410c09))
417
+ * **switcher:** add new prop waiting ([78b8bb9](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/78b8bb9d115ed0a45d529a1204f5a3d5d132a330))
418
+
419
+
420
+
421
+
422
+
423
+ ## [5.2.2](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-core@5.2.1...@megafon/ui-core@5.2.2) (2023-09-14)
424
+
425
+
426
+ ### Bug Fixes
427
+
428
+ * **colors:** replace dark buttonHoverPurpleSoft color ([0b68d15](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/0b68d15cb053f4e9020e28e0a997c81e070f060c))
429
+
430
+
431
+
432
+
433
+
434
+ ## [5.2.1](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/compare/@megafon/ui-core@5.2.0...@megafon/ui-core@5.2.1) (2023-08-28)
435
+
436
+
437
+ ### Bug Fixes
438
+
439
+ * **snackbar:** fix useSwipe path in Snackbar ([707d2ff](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/707d2ffb462bdbf077ced9de43df29d35e8645b9))
440
+
441
+
442
+
443
+
444
+
445
+ # [5.2.0](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/compare/@megafon/ui-core@5.1.2...@megafon/ui-core@5.2.0) (2023-08-25)
446
+
447
+
448
+ ### Features
449
+
450
+ * **snackbar:** create component Snackbar ([ec08ff0](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/ec08ff067b23dcd7ad9e3f853ba871ba20fd36bd))
451
+
452
+
453
+
454
+
455
+
456
+ ## [5.1.2](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/compare/@megafon/ui-core@5.1.0...@megafon/ui-core@5.1.2) (2023-08-21)
457
+
458
+
459
+ ### Bug Fixes
460
+
461
+ * **accordion:** reduced mobile paddings ([35c207a](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/35c207a1e704023a2553f4a0c4ed4a928d3d5fd9))
462
+ * **badge:** new color purple gradient ([fbaec53](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/fbaec53961cef1e2683ea54676f6ded0f6514841))
463
+ * **button:** fix redefining styles ([d0002f9](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/d0002f90d6dbd7b120b5f88b2dac129b11593ccb))
464
+ * **tabs:** fix underfline width in tabs ([57b8258](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/57b8258584c72064c3d46c2ef95c2f1dd314ae3a))
465
+
466
+
467
+
468
+
469
+
470
+ ## [5.1.1](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/compare/@megafon/ui-core@5.1.0...@megafon/ui-core@5.1.1) (2023-07-18)
471
+
472
+
473
+ ### Bug Fixes
474
+
475
+ * **accordion:** reduced mobile paddings ([35c207a](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/35c207a1e704023a2553f4a0c4ed4a928d3d5fd9))
476
+ * **badge:** new color purple gradient ([fbaec53](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/fbaec53961cef1e2683ea54676f6ded0f6514841))
477
+ * **button:** fix redefining styles ([d0002f9](https://hq-gitlab.megafon.ru/site-portal/libraries/javascript/megafon-ui/commit/d0002f90d6dbd7b120b5f88b2dac129b11593ccb))
478
+
479
+
480
+
481
+
482
+
483
+ # [5.1.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@5.0.1...@megafon/ui-core@5.1.0) (2023-07-10)
484
+
485
+
486
+ ### Bug Fixes
487
+
488
+ * **search:** clear debounce timeout on field clear ([811c08a](https://github.com/MegafonWebLab/megafon-ui/commit/811c08a9a12fe3a0de6e1c6eb497cc8a9443a9e0))
489
+
490
+
491
+ ### Features
492
+
493
+ * **promobadge:** add color prop ([bf77ac7](https://github.com/MegafonWebLab/megafon-ui/commit/bf77ac7be405dec7fd4dae3c91273813a761e408))
494
+
495
+
496
+
497
+
498
+
499
+ ## [5.0.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@5.0.0...@megafon/ui-core@5.0.1) (2023-07-10)
500
+
501
+
502
+ ### Bug Fixes
503
+
504
+ * **tile:** remove shadow prop deprecated values: low, high ([87982fc](https://github.com/MegafonWebLab/megafon-ui/commit/87982fcad5483256fd5db21a6d9a5a567e34e856))
505
+
506
+
507
+
508
+
509
+
510
+ # [5.0.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.16.1...@megafon/ui-core@5.0.0) (2023-06-22)
511
+
512
+
513
+ ### Bug Fixes
514
+
515
+ * **textfield:** rename prop onCustomIconClick; change behavior of clear icon; ([4b827a6](https://github.com/MegafonWebLab/megafon-ui/commit/4b827a682c8139674fb8dc14c7bd92c25c8ec789))
516
+
517
+
518
+ ### BREAKING CHANGES
519
+
520
+ * **textfield:** Prop onCustomIconClick renamed to onIconClick. Clicking on the clear icon performs the following
521
+ actions: clearing and focusing the field, triggering the change event with an empty value.
522
+ These actions are performed in both controlled and uncontrolled state, regardless of the
523
+ presence of a onIconClick handler.
524
+
525
+ How to migrate:
526
+ - rename prop onCustomIconClick to onIconClick;
527
+ - remove clear field in handler onIconClick;
528
+ - remove field focus in handler onIconClick;
529
+
530
+ * **tile:** remove shadow prop deprecated values: low, high
531
+
532
+ How to migrate:
533
+ - don't use value "low" (use what better suitable for specific places)
534
+ - use "pressed" instead of "high"
535
+
536
+ * **notification:** remove shadowLevel prop deprecated values: low, high
537
+
538
+ How to migrate:
539
+ - don't use value "low" (use what better suitable for specific places)
540
+ - use "pressed" instead of "high"
541
+
542
+
543
+ ## [4.16.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.16.0...@megafon/ui-core@4.16.1) (2023-05-23)
544
+
545
+
546
+ ### Bug Fixes
547
+
548
+ * **counterbadge:** fix required props ([6824153](https://github.com/MegafonWebLab/megafon-ui/commit/6824153b4f2543eb3961cd408c447c8bcb9cd83d))
549
+
550
+
551
+
552
+
553
+
554
+ # [4.16.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.6...@megafon/ui-core@4.16.0) (2023-05-17)
555
+
556
+
557
+ ### Bug Fixes
558
+
559
+ * **contentarea:** new prop indents ([4e161ed](https://github.com/MegafonWebLab/megafon-ui/commit/4e161ed9fb7705709410e482d2a237f5d527e7fe))
560
+
561
+
562
+ ### Features
563
+
564
+ * **badges:** add counter badge ([de83e09](https://github.com/MegafonWebLab/megafon-ui/commit/de83e093928c1b6c3947ba06d5035dbf017e6356))
565
+ * **badges:** add new PriceBadge icon type - info ([49dfcbb](https://github.com/MegafonWebLab/megafon-ui/commit/49dfcbbb0f299522d75c044282b9625bbc130af2))
566
+
567
+
568
+
569
+
570
+
571
+ ## [4.15.6](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.5...@megafon/ui-core@4.15.6) (2023-05-02)
572
+
573
+
574
+ ### Bug Fixes
575
+
576
+ * **tabs:** remove incorrect styles for focus on tab ([042606b](https://github.com/MegafonWebLab/megafon-ui/commit/042606b9244ac769d2b8aa073fc7d689f45b6904))
577
+
578
+
579
+
580
+
581
+
582
+ ## [4.15.5](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.4...@megafon/ui-core@4.15.5) (2023-04-25)
583
+
584
+ **Note:** Version bump only for package @megafon/ui-core
585
+
586
+
587
+
588
+
589
+
590
+ ## [4.15.4](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.3...@megafon/ui-core@4.15.4) (2023-04-17)
591
+
592
+
593
+ ### Bug Fixes
594
+
595
+ * **tabs:** fixed gradient on swiper edges ([650e9be](https://github.com/MegafonWebLab/megafon-ui/commit/650e9beea8318ccf7bf564b4473a9d3487457694))
596
+
597
+
598
+
599
+
600
+
601
+ ## [4.15.3](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.2...@megafon/ui-core@4.15.3) (2023-04-14)
602
+
603
+
604
+ ### Bug Fixes
605
+
606
+ * **tabs:** fixed tabs scroll on mobile resolution, set hover for desktop ([f18da75](https://github.com/MegafonWebLab/megafon-ui/commit/f18da7552911bca92ea1b1229c70ecad810d30ae))
607
+ * **textfield:** add a correct count of the graphemes entered ([8e51585](https://github.com/MegafonWebLab/megafon-ui/commit/8e515856193eefa8a63fd17cab3faab7737ad41d))
608
+
609
+
610
+
611
+
612
+
613
+ ## [4.15.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.1...@megafon/ui-core@4.15.2) (2023-04-11)
614
+
615
+
616
+ ### Bug Fixes
617
+
618
+ * **carousel:** fix gradientColor type and gradient height ([2d7eea0](https://github.com/MegafonWebLab/megafon-ui/commit/2d7eea0f215433912542a5a6eb99f48c7331a6d2))
619
+
620
+
621
+
622
+
623
+
624
+ ## [4.15.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.15.0...@megafon/ui-core@4.15.1) (2023-04-04)
625
+
626
+
627
+ ### Bug Fixes
628
+
629
+ * **color:** new danger color for text type button ([7f53fd8](https://github.com/MegafonWebLab/megafon-ui/commit/7f53fd8d369f664e678c8cb2a437ef4fa5c801fc))
630
+ * **pricebadge:** new props size and subtitle ([5f40360](https://github.com/MegafonWebLab/megafon-ui/commit/5f40360509e703a8fab2f4936aa109a9b63bafcd))
631
+
632
+
633
+
634
+
635
+
636
+ # [4.15.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.14.2...@megafon/ui-core@4.15.0) (2023-03-27)
637
+
638
+
639
+ ### Bug Fixes
640
+
641
+ * **select:** reduce opened z index ([eb95b6b](https://github.com/MegafonWebLab/megafon-ui/commit/eb95b6b5ff4d18c0e782a571428fdb4680e11474))
642
+
643
+
644
+ ### Features
645
+
646
+ * **select:** fix pseudo element position, fix z-index of drop-down list ([8d74450](https://github.com/MegafonWebLab/megafon-ui/commit/8d744504b0829323a94727a49823ec4d6a6e0d0d))
647
+
648
+
649
+
650
+
651
+
652
+ ## [4.14.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.14.1...@megafon/ui-core@4.14.2) (2023-03-20)
653
+
654
+
655
+ ### Bug Fixes
656
+
657
+ * **collapse:** new prop openedClassName ([c7fa687](https://github.com/MegafonWebLab/megafon-ui/commit/c7fa6876221ab02fff892e9e11772343d78c7444))
658
+ * **search:** new props showLoader and type ([1bd81df](https://github.com/MegafonWebLab/megafon-ui/commit/1bd81dfd1beae622ee33a0e6dac3cb95b7454c41))
659
+
660
+
661
+
662
+
663
+
664
+ ## [4.14.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.14.0...@megafon/ui-core@4.14.1) (2023-03-15)
665
+
666
+ **Note:** Version bump only for package @megafon/ui-core
667
+
668
+
669
+
670
+
671
+
672
+ # [4.14.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.13.0...@megafon/ui-core@4.14.0) (2023-03-07)
673
+
674
+
675
+ ### Bug Fixes
676
+
677
+ * **button:** disable delay for loader ([a19c599](https://github.com/MegafonWebLab/megafon-ui/commit/a19c599f884d5dc9d485c56c6c7914e76d1c3fb6))
678
+
679
+
680
+ ### Features
681
+
682
+ * **carousel:** fix z-index of naw arrow ([b6b1ae1](https://github.com/MegafonWebLab/megafon-ui/commit/b6b1ae18e8641d8168bc97598df62a1ce0eac1f4))
683
+ * **preloader:** add new prop hasDelay ([356305d](https://github.com/MegafonWebLab/megafon-ui/commit/356305d70451d38e91e638970eb9b597cac86ea7))
684
+
685
+
686
+
687
+
688
+
689
+ # [4.13.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.12.0...@megafon/ui-core@4.13.0) (2023-02-22)
690
+
691
+
692
+ ### Features
693
+
694
+ * **carousel:** add property for gradient ([9900586](https://github.com/MegafonWebLab/megafon-ui/commit/99005866bc54d60f3447742f129f036391fb3a68))
695
+
696
+
697
+
698
+
699
+
700
+ # [4.12.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.11.4...@megafon/ui-core@4.12.0) (2023-02-13)
701
+
702
+
703
+ ### Features
704
+
705
+ * **tabs:** add rel prop ([7a4a2de](https://github.com/MegafonWebLab/megafon-ui/commit/7a4a2ded26083cc466de10c362700a6c98a38dfd))
706
+
707
+
708
+
709
+
710
+
711
+ ## [4.11.4](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.11.3...@megafon/ui-core@4.11.4) (2023-02-06)
712
+
713
+ **Note:** Version bump only for package @megafon/ui-core
714
+
715
+
716
+
717
+
718
+
719
+ ## [4.11.3](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.11.2...@megafon/ui-core@4.11.3) (2023-01-31)
720
+
721
+ **Note:** Version bump only for package @megafon/ui-core
722
+
723
+
724
+
725
+
726
+
727
+ ## [4.11.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.11.1...@megafon/ui-core@4.11.2) (2023-01-23)
728
+
729
+
730
+ ### Bug Fixes
731
+
732
+ * **button:** fixed styles ([1fc2ad3](https://github.com/MegafonWebLab/megafon-ui/commit/1fc2ad37f0b8b57e992f764802f11316b95539d3))
733
+ * **tooltip:** fix margins ([5572397](https://github.com/MegafonWebLab/megafon-ui/commit/55723976459d58ecf131e9fe5aee570c9871b1d2))
734
+
735
+
736
+
737
+
738
+
739
+ ## [4.11.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.11.0...@megafon/ui-core@4.11.1) (2023-01-17)
740
+
741
+ **Note:** Version bump only for package @megafon/ui-core
742
+
743
+
744
+
745
+
746
+
747
+ # [4.11.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.10.1...@megafon/ui-core@4.11.0) (2023-01-16)
748
+
749
+
750
+ ### Features
751
+
752
+ * **button:** add soft green and soft purple button ([5f3be76](https://github.com/MegafonWebLab/megafon-ui/commit/5f3be76ecbb8e4549ac742aa9994d7f4e4b66ac7))
753
+
754
+
755
+
756
+
757
+
758
+ ## [4.10.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.10.0...@megafon/ui-core@4.10.1) (2022-12-19)
759
+
760
+
761
+ ### Bug Fixes
762
+
763
+ * **checkbox:** light checked bg-color ([5190a07](https://github.com/MegafonWebLab/megafon-ui/commit/5190a07b532b7b306a5c9de9f3586a3afaa230df))
764
+ * **notification:** fix link color ([7302230](https://github.com/MegafonWebLab/megafon-ui/commit/73022303201d94a814097a59d9facca5576dfa5e))
765
+ * **notification:** fix link font ([96b6134](https://github.com/MegafonWebLab/megafon-ui/commit/96b61340bb7a404affc045ac4081d093016038fa))
766
+ * **radiobutton:** update design ([2072f43](https://github.com/MegafonWebLab/megafon-ui/commit/2072f431efedfbacb679d7b39b378181cb038b83))
767
+ * **textfield:** fix dynamic height of textarea ([730b594](https://github.com/MegafonWebLab/megafon-ui/commit/730b5947358ada3c7d99e4849dc1563d2b752b32))
768
+
769
+
770
+
771
+
772
+
773
+ # [4.10.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.9.1...@megafon/ui-core@4.10.0) (2022-12-12)
774
+
775
+
776
+ ### Bug Fixes
777
+
778
+ * **checkbox:** update styles ([91c2c01](https://github.com/MegafonWebLab/megafon-ui/commit/91c2c01871ca3bae54f4c7204f5953341a7e80cc))
779
+ * **colors:** add overlay color ([168671b](https://github.com/MegafonWebLab/megafon-ui/commit/168671bea17784e9e3f448138e8dab27bfc46a50))
780
+ * **tabs:** change navigation view after change slides count ([67109aa](https://github.com/MegafonWebLab/megafon-ui/commit/67109aafe2c87a8ed7e95f506e892487ad597a8e))
781
+
782
+
783
+ ### Features
784
+
785
+ * **accordion:** add optional microdata attributes ([a67df13](https://github.com/MegafonWebLab/megafon-ui/commit/a67df131fe8a47ac4b8574784135765e4e3659bc))
786
+ * **link:** add itemprop attribute ([1243b6a](https://github.com/MegafonWebLab/megafon-ui/commit/1243b6a2b65dc157dff82d9943ee08f8f148c688))
787
+ * **textlink:** add itemprop attribute ([77a5294](https://github.com/MegafonWebLab/megafon-ui/commit/77a529437cb73cb927381d62f88f48b2b4cc5f0c))
788
+ * **tile:** added rel property ([8b2c8bf](https://github.com/MegafonWebLab/megafon-ui/commit/8b2c8bf8a3ddcba83b085f028460fdc1d14559d3))
789
+
790
+
791
+
792
+
793
+
794
+ ## [4.9.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.9.0...@megafon/ui-core@4.9.1) (2022-12-06)
795
+
796
+ **Note:** Version bump only for package @megafon/ui-core
797
+
798
+
799
+
800
+
801
+
802
+ # [4.9.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.8.2...@megafon/ui-core@4.9.0) (2022-11-29)
803
+
804
+
805
+ ### Bug Fixes
806
+
807
+ * **textarea:** fix auto resize ([de31a72](https://github.com/MegafonWebLab/megafon-ui/commit/de31a723f68e24f12623ca872f8281ca60b599c4))
808
+ * **tooltip:** fix close button margin and arrow position ([db99274](https://github.com/MegafonWebLab/megafon-ui/commit/db99274ab17fe58621aaaf1ba7d85bba6afc5e05))
809
+
810
+
811
+ ### Features
812
+
813
+ * **textarea:** add disableEnterLineBreak prop ([3fba0a0](https://github.com/MegafonWebLab/megafon-ui/commit/3fba0a08a4bca66575388c9156103335d68b287b))
814
+
815
+
816
+
817
+
818
+
819
+ ## [4.8.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.8.1...@megafon/ui-core@4.8.2) (2022-11-21)
820
+
821
+
822
+ ### Bug Fixes
823
+
824
+ * **tabs:** remove tab underline on hover ([1c6cfbd](https://github.com/MegafonWebLab/megafon-ui/commit/1c6cfbde1c66c71c99c42ae4a586f048688f3afb))
825
+
826
+
827
+
828
+
829
+
830
+ ## [4.8.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.8.0...@megafon/ui-core@4.8.1) (2022-11-15)
831
+
832
+
833
+ ### Bug Fixes
834
+
835
+ * **search:** show placeholder without label ([b059216](https://github.com/MegafonWebLab/megafon-ui/commit/b05921619514787698e82d27644702d231829c50))
836
+
837
+
838
+
839
+
840
+
841
+ # [4.8.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.7.0...@megafon/ui-core@4.8.0) (2022-11-14)
842
+
843
+
844
+ ### Bug Fixes
845
+
846
+ * **search:** fix scrollbar styles ([c8df5df](https://github.com/MegafonWebLab/megafon-ui/commit/c8df5df9787984a5eb9556b786ab8a6bee75dcb7))
847
+ * **select:** fix scrollbar styles ([15fdd41](https://github.com/MegafonWebLab/megafon-ui/commit/15fdd4170b600b8dad5f6144dadb86ae1d1e7cc0))
848
+ * **tabs:** update resize ([710895f](https://github.com/MegafonWebLab/megafon-ui/commit/710895f4c2f0899fb41ac08e7dde7b1636c24ed9))
849
+ * **textfield:** fix scrollbar styles ([8205a34](https://github.com/MegafonWebLab/megafon-ui/commit/8205a345dfe254a8f46fe4b1023f18761a5a9d29))
850
+
851
+
852
+ ### Features
853
+
854
+ * **tooltip:** add props and update design ([3bb935a](https://github.com/MegafonWebLab/megafon-ui/commit/3bb935ae0b8f302f4dd9a9ef58496e9f19e3cd2f))
855
+
856
+
857
+
858
+
859
+
860
+ # [4.7.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.6.0...@megafon/ui-core@4.7.0) (2022-11-07)
861
+
862
+
863
+ ### Bug Fixes
864
+
865
+ * **textfield:** fix right padding with hideIcon prop ([c2aeffd](https://github.com/MegafonWebLab/megafon-ui/commit/c2aeffd1e4c94c97aac23128b9f1ccff4ead9a81))
866
+
867
+
868
+ ### Features
869
+
870
+ * **tabs:** add gray color to tabColorTheme prop ([9d01119](https://github.com/MegafonWebLab/megafon-ui/commit/9d01119aef6ee6ef26e02c7b22efd17cb8a1147a))
871
+
872
+
873
+
874
+
875
+
876
+ # [4.6.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.5.1...@megafon/ui-core@4.6.0) (2022-10-31)
877
+
878
+
879
+ ### Bug Fixes
880
+
881
+ * **accordion:** fix dataAttrs props ([bb6e71c](https://github.com/MegafonWebLab/megafon-ui/commit/bb6e71cf36687fdcfb41a9ee40a27e0fdb21940b))
882
+
883
+
884
+ ### Features
885
+
886
+ * **notification:** allow using html: br, &nbsp, font color, a href in title plus b in text ([1661b7b](https://github.com/MegafonWebLab/megafon-ui/commit/1661b7b602532594ed4d1398d9f70870b1e4d852))
887
+ * **timerbadge:** add iconContainer to dataAttrs prop ([fa9b094](https://github.com/MegafonWebLab/megafon-ui/commit/fa9b094b209705c448de63fe0cfbfe52764e6709))
888
+
889
+
890
+
891
+
892
+
893
+ ## [4.5.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.5.0...@megafon/ui-core@4.5.1) (2022-10-24)
894
+
895
+
896
+ ### Bug Fixes
897
+
898
+ * **carousel:** change navigation view after change slides count ([7b300eb](https://github.com/MegafonWebLab/megafon-ui/commit/7b300eb9c6f805c3b425104a17f437b3b8a520c5))
899
+ * **search:** fix input field font-size for all browsers ([739f3b0](https://github.com/MegafonWebLab/megafon-ui/commit/739f3b02a2dbf8abc6ad430e43272a5bae4d9cf9))
900
+ * **tabs:** change tabs list structure for correct underline width ([ab87ab2](https://github.com/MegafonWebLab/megafon-ui/commit/ab87ab2e23b3db7620ea0fd83c58bdc8f51ab0ae))
901
+
902
+
903
+
904
+
905
+
906
+ # [4.5.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.4.0...@megafon/ui-core@4.5.0) (2022-10-17)
907
+
908
+
909
+ ### Features
910
+
911
+ * **search:** add new keys for prop classes ([552741b](https://github.com/MegafonWebLab/megafon-ui/commit/552741be627cce59b4ba221645b569ce57e72bd2))
912
+ * **textfield:** add minTextareaHeight and hideResizeButton props for textarea ([088d219](https://github.com/MegafonWebLab/megafon-ui/commit/088d21971b69233522bb5cf7d642cffbc2571ca4))
913
+
914
+
915
+
916
+
917
+
918
+ # [4.4.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.3.0...@megafon/ui-core@4.4.0) (2022-10-10)
919
+
920
+
921
+ ### Bug Fixes
922
+
923
+ * **textfield:** fix input height in Safari ([b60e1ac](https://github.com/MegafonWebLab/megafon-ui/commit/b60e1acd76dc80b4609b55dc8256eb94e8e8ec0c))
924
+ * **tooltip:** fix touch device controlled trigger ([e983ca8](https://github.com/MegafonWebLab/megafon-ui/commit/e983ca88636990e467b43483b0cf0df06dff8553))
925
+
926
+
927
+ ### Features
928
+
929
+ * **select:** add new props useShortListItems ([31d1172](https://github.com/MegafonWebLab/megafon-ui/commit/31d1172484ca4c07060ff64eb7f3be692f5dbdec))
930
+
931
+
932
+
933
+
934
+
935
+ # [4.3.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.2.0...@megafon/ui-core@4.3.0) (2022-10-05)
936
+
937
+
938
+ ### Features
939
+
940
+ * **tabs:** update prop classes with new keys wrapper and swiperWrapper ([1832aac](https://github.com/MegafonWebLab/megafon-ui/commit/1832aac3a0cdba03c9e74fd4e570be72c4156387))
941
+ * **textfield:** update pros classes with new key label ([db2a10d](https://github.com/MegafonWebLab/megafon-ui/commit/db2a10dd23e0ac6634510207202ba86886ae6d61))
942
+
943
+
944
+
945
+
946
+
947
+ # [4.2.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.1.0...@megafon/ui-core@4.2.0) (2022-10-04)
948
+
949
+
950
+ ### Bug Fixes
951
+
952
+ * **counter:** fixes background color that falls outside the element ([7359504](https://github.com/MegafonWebLab/megafon-ui/commit/73595047533cd7bddf75220624e7afcebb2fc94f))
953
+
954
+
955
+ ### Features
956
+
957
+ * **select:** add class to list-inner element ([3e16e59](https://github.com/MegafonWebLab/megafon-ui/commit/3e16e590687043b8582f33271d2b7dcc7cd7a2c3))
958
+
959
+
960
+
961
+
962
+
963
+ # [4.1.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.0.2...@megafon/ui-core@4.1.0) (2022-09-16)
964
+
965
+
966
+ ### Features
967
+
968
+ * **button:** changed white themed primary typed button hover color ([a6e6c98](https://github.com/MegafonWebLab/megafon-ui/commit/a6e6c98eb9716f3ba33d651f71dcb9e4298ad0a0))
969
+ * **color:** added grey button hover color ([b291e83](https://github.com/MegafonWebLab/megafon-ui/commit/b291e831bb9e35144cdf83895b43df4856a364cf))
970
+
971
+
972
+
973
+
974
+
975
+ ## [4.0.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.0.1...@megafon/ui-core@4.0.2) (2022-09-14)
976
+
977
+
978
+ ### Bug Fixes
979
+
980
+ * change ui-icons peer dependecy ([4936d3f](https://github.com/MegafonWebLab/megafon-ui/commit/4936d3f7d4b04d1dd8fde870c4b251f8ff36c958))
981
+
982
+
983
+
984
+
985
+
986
+ ## [4.0.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@4.0.0...@megafon/ui-core@4.0.1) (2022-09-14)
987
+
988
+
989
+ ### Bug Fixes
990
+
991
+ * remove forgotten deprecated props ([3acaf97](https://github.com/MegafonWebLab/megafon-ui/commit/3acaf9731780f89c7087a8b6f9af943a62f7a185))
992
+
993
+
994
+
995
+
996
+
997
+ # [4.0.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.14.0...@megafon/ui-core@4.0.0) (2022-09-14)
998
+
999
+
1000
+ ### Bug Fixes
1001
+
1002
+ * **accordion:** change focus and dark theme styles ([52b9b80](https://github.com/MegafonWebLab/megafon-ui/commit/52b9b80131013178edb52a9b64f681ede3ca44ae))
1003
+ * **accordion:** fixes top and bottom padding for title wrap ([ea078f4](https://github.com/MegafonWebLab/megafon-ui/commit/ea078f47aa61f1f0f3ab531b6189e035cc2f9a50))
1004
+ * **accordion:** update mobile styles ([ec039a1](https://github.com/MegafonWebLab/megafon-ui/commit/ec039a12cd27a2dba7646a516c9375dbe454203a))
1005
+ * **notification:** change title typography ([74edb02](https://github.com/MegafonWebLab/megafon-ui/commit/74edb0254e77d05cc15630d699d98400b00ee158))
1006
+ * **notification:** fix bottom gaps ([8bdf732](https://github.com/MegafonWebLab/megafon-ui/commit/8bdf7320dd57d91c6693dfa2b6d0c2d4860dccef))
1007
+ * **notification:** fix margin for bottom block ([2a62d08](https://github.com/MegafonWebLab/megafon-ui/commit/2a62d0826f8fc7d92cc5ab5bc11489478a4f711f))
1008
+ * **notification:** fixes passive close icon color for colored error type ([4bb3db7](https://github.com/MegafonWebLab/megafon-ui/commit/4bb3db72374c44fd2e6128fac06eae33418bebbd))
1009
+ * **search:** add modifier for item paddings ([cea9ad0](https://github.com/MegafonWebLab/megafon-ui/commit/cea9ad05c3d9fc31e883eb4cccdb714499fae5b8))
1010
+ * **search:** fixes hidden placeholder on focus for firefox ([c3177f4](https://github.com/MegafonWebLab/megafon-ui/commit/c3177f4da6358da851c0795e64f4025d9456390d))
1011
+ * **select:** add modifier for item paddings ([e363aa2](https://github.com/MegafonWebLab/megafon-ui/commit/e363aa270ac3e0d65c34919e87756687082b2894))
1012
+ * **select:** fix items overflow ([2d4a861](https://github.com/MegafonWebLab/megafon-ui/commit/2d4a86151d8575e82a9957366f7d515333543e6c))
1013
+ * **select:** fix styles ([f92079c](https://github.com/MegafonWebLab/megafon-ui/commit/f92079c21330baec2aa5eb333dbe2c631fa74939))
1014
+ * **select:** fixes hidden placeholder on focus for firefox ([1a965f7](https://github.com/MegafonWebLab/megafon-ui/commit/1a965f71e0876e05fbc8dfdfe4ddc25e3eb67bb2))
1015
+ * **select:** update styles ([878d579](https://github.com/MegafonWebLab/megafon-ui/commit/878d579f9ca21e20996e9e3bea4c083fe736e322))
1016
+ * **select:** update value check for undefined ([40fe547](https://github.com/MegafonWebLab/megafon-ui/commit/40fe54706093aeab25ab3162e48f523fd25495bf))
1017
+ * **tabs:** change dark theme and indents styles ([4cd4c1b](https://github.com/MegafonWebLab/megafon-ui/commit/4cd4c1bda7cae3c501f6c275a959df3097ca7b6d))
1018
+ * **tabs:** fix container alignment ([188ae36](https://github.com/MegafonWebLab/megafon-ui/commit/188ae36ebd677982d5be35efae6e94ab5442b308))
1019
+ * **tabs:** fix swiper arrows ([ca5d5d7](https://github.com/MegafonWebLab/megafon-ui/commit/ca5d5d7a83df6ed7dea0530bdaec25a123643185))
1020
+ * **tabs:** fix swiper overflow and box-sizing ([ff71fb3](https://github.com/MegafonWebLab/megafon-ui/commit/ff71fb3f5e24663d59a2661427f187d600f397a9))
1021
+ * **textfield:** fix label styles ([bf6eeee](https://github.com/MegafonWebLab/megafon-ui/commit/bf6eeeeca96cb8dacafe2e33247bacaaca04adc9))
1022
+ * **textfield:** fix textarea design bugs ([d903435](https://github.com/MegafonWebLab/megafon-ui/commit/d9034354d5239cd00472fa19c472b6cde7566335))
1023
+ * **textfield:** fixes notice text transition ([0585505](https://github.com/MegafonWebLab/megafon-ui/commit/05855055cf5c76a419471ac130587060431af0fd))
1024
+ * **textfield:** fixes permanently visible block after the field ([b7355ef](https://github.com/MegafonWebLab/megafon-ui/commit/b7355ef4595922978a208356a5a64f9ded9cae8d))
1025
+ * **textfield:** hide verification icon for disabled field ([37de2a2](https://github.com/MegafonWebLab/megafon-ui/commit/37de2a26bb4e61f9b10102d652a2c42a6fd220a5))
1026
+ * **textfield:** returned correct color to notice text ([2448a84](https://github.com/MegafonWebLab/megafon-ui/commit/2448a841942af7765da84e403d4c644af38be6ac))
1027
+ * **textfield:** update textarea scroll and resize ([af85c70](https://github.com/MegafonWebLab/megafon-ui/commit/af85c70fbb1b598f733bbc92ed3f5cc4f499f6c4))
1028
+
1029
+
1030
+ ### Features
1031
+
1032
+ * **accordion:** update by new design ([b11ead5](https://github.com/MegafonWebLab/megafon-ui/commit/b11ead5db95675f25354634930f5c3fffb207dbf))
1033
+ * **caption:** add new Caption component; update .smallFont() less mixin ([31156ff](https://github.com/MegafonWebLab/megafon-ui/commit/31156ff6ff4d47713be7e44f7e1d31508ad75288))
1034
+ * **header:** add new prop space ([7a9479e](https://github.com/MegafonWebLab/megafon-ui/commit/7a9479e85c1f5c19b7f2bae2e6a4d234712f2d7c))
1035
+ * **inputlabel:** component removed ([418fd61](https://github.com/MegafonWebLab/megafon-ui/commit/418fd618095da254bbfd0825b24a668c15d70d64))
1036
+ * **paragraph:** remove prop size; add new prop; add 'pale' option to colors ([32b0c54](https://github.com/MegafonWebLab/megafon-ui/commit/32b0c54eaf82ceb1f24d5fc90a9aa81d3e427ee3))
1037
+ * **search:** changed dropdown list item height ([c2932fe](https://github.com/MegafonWebLab/megafon-ui/commit/c2932fefafa67a6a69353c9edc49ccfc86a42dcf))
1038
+ * **search:** component redesign ([fe62aff](https://github.com/MegafonWebLab/megafon-ui/commit/fe62aff90aee0109072514ef230d1d8689ef10ba))
1039
+ * **select:** component redesign ([b7d552f](https://github.com/MegafonWebLab/megafon-ui/commit/b7d552fe1ba0bae93fe1cbf864b469f9ed4bc9ce))
1040
+ * **select:** fixed label position with empty string value and minor style changes ([eeaa6bb](https://github.com/MegafonWebLab/megafon-ui/commit/eeaa6bbd18740acdc450843465525ab0d2e2983b))
1041
+ * **tabs:** update by new design ([08d76f0](https://github.com/MegafonWebLab/megafon-ui/commit/08d76f0e15b8b7a54a18d7f115db4744b12e8ac2))
1042
+ * **textfield:** add prop hidePlaceholder ([609b4db](https://github.com/MegafonWebLab/megafon-ui/commit/609b4dbfc028897e0f47b07246b0e2d8b066871b))
1043
+ * **textfield:** update by new design ([f922fed](https://github.com/MegafonWebLab/megafon-ui/commit/f922fedc186bbe02fb2cf6a554edbd3a208ad60c))
1044
+
1045
+
1046
+ ### BREAKING CHANGES
1047
+
1048
+ * **inputlabel:** inputLabel component removed due to non-use
1049
+ * **textfield:** add defaultTransitionTiming in less global variables
1050
+ * **tabs:** new prop autoWidth added
1051
+ size prop small vallue removed
1052
+ new sizes
1053
+ * **textfield:** add placeholders text by default
1054
+ label element positon changed
1055
+ if label prop not setted, label element has text from placeholder (default or in props)
1056
+ * **accordion:** change next-sibling accordion styles
1057
+ * **caption:** .smallFont() less mixin line-height rule now set to 18px instead of 16px
1058
+ either accept new rules or manually add line-height: 16px in your components
1059
+ * **paragraph:** prop 'size' is no longer exists.
1060
+ use component Caption instead of Paragraph size="small"
1061
+ * **header:** rename prop 'hAlign' to 'align'
1062
+ * **list:** rename prop 'hAlign' to 'align'
1063
+ * **contentarea:** remove value 'DEFAULT' from 'innerBackgroundColor' and 'outerBackgroundColor' props
1064
+ * **tabs:** rename prop 'hAlign' to 'align'
1065
+
1066
+
1067
+
1068
+
1069
+
1070
+ # [3.14.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.13.0...@megafon/ui-core@3.14.0) (2022-09-06)
1071
+
1072
+
1073
+ ### Features
1074
+
1075
+ * **badge:** add new promo badge type ([8cbe525](https://github.com/MegafonWebLab/megafon-ui/commit/8cbe5253b9d08c19c9343b42cb3920ac259c8844))
1076
+ * **carousel:** add new prop slideToClickedSlide ([8a43432](https://github.com/MegafonWebLab/megafon-ui/commit/8a4343290f943475c8522adaa3ad2b564c551d83))
1077
+
1078
+
1079
+
1080
+ ### BREAKING CHANGES
1081
+
1082
+ * **inputlabel:** inputLabel component removed due to non-use
1083
+
1084
+ # [3.13.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.12.1...@megafon/ui-core@3.13.0) (2022-08-11)
1085
+
1086
+
1087
+ ### Features
1088
+
1089
+ * **banner:** add auto height ([c7658fa](https://github.com/MegafonWebLab/megafon-ui/commit/c7658faf335bc26f0a1b816e29b9cca114944691))
1090
+
1091
+
1092
+
1093
+
1094
+
1095
+ ## [3.12.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.12.0...@megafon/ui-core@3.12.1) (2022-08-02)
1096
+
1097
+
1098
+ ### Bug Fixes
1099
+
1100
+ * **textfield:** fix textarea design bugs ([287d426](https://github.com/MegafonWebLab/megafon-ui/commit/287d42644b24ca0e1a3824d5907d8af78293d0e3))
1101
+ * **textfield:** update textarea scroll and resize ([9dbce52](https://github.com/MegafonWebLab/megafon-ui/commit/9dbce52d6bc3a71076ffdf2365715204231da774))
1102
+
1103
+
1104
+ ### Features
1105
+
1106
+ * **accordion:** update by new design ([92dab3a](https://github.com/MegafonWebLab/megafon-ui/commit/92dab3a367544d8507526e7a57a0a9a4015e3acf))
1107
+ * **caption:** add new Caption component; update .smallFont() less mixin ([b02a3f7](https://github.com/MegafonWebLab/megafon-ui/commit/b02a3f73ed8d5390d8427ab0a6bc62210710ba40))
1108
+ * **paragraph:** remove prop size; add new prop; add 'pale' option to colors ([ffb6bc7](https://github.com/MegafonWebLab/megafon-ui/commit/ffb6bc709a4ef91536e359d5f9edc5501caf0c2c))
1109
+ * **tabs:** update by new design ([20ae2cc](https://github.com/MegafonWebLab/megafon-ui/commit/20ae2cc695e1245b9cd06fe37a9e4e3bb0c7eaae))
1110
+ * **textfield:** update by new design ([24ec769](https://github.com/MegafonWebLab/megafon-ui/commit/24ec769aeddac9a198941727aaca02ad0fb816f1))
1111
+
1112
+
1113
+ ### BREAKING CHANGES
1114
+
1115
+ * **textfield:** add defaultTransitionTiming in less global variables
1116
+ * **tabs:** new prop autoWidth added
1117
+ size prop small vallue removed
1118
+ new sizes
1119
+ * **textfield:** add placeholders text by default
1120
+ label element positon changed
1121
+ if label prop not setted, label element has text from placeholder (default or in props)
1122
+ * **accordion:** change next-sibling accordion styles
1123
+ * **caption:** .smallFont() less mixin line-height rule now set to 18px instead of 16px
1124
+ either accept new rules or manually add line-height: 16px in your components
1125
+ * **paragraph:** prop 'size' is no longer exists.
1126
+ use component Caption instead of Paragraph size="small"
1127
+
1128
+
1129
+
1130
+
1131
+
1132
+ # [3.12.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.11.0...@megafon/ui-core@3.12.0) (2022-06-28)
1133
+
1134
+
1135
+ ### Features
1136
+
1137
+ * **tab:** add data-attribute for inner element ([43e58e1](https://github.com/MegafonWebLab/megafon-ui/commit/43e58e12b8da661020f4b48f55245492c21ad376))
1138
+
1139
+
1140
+
1141
+
1142
+
1143
+ # [3.11.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.10.1...@megafon/ui-core@3.11.0) (2022-06-21)
1144
+
1145
+
1146
+ ### Bug Fixes
1147
+
1148
+ * **button:** fix font styles for extra small size ([f475b05](https://github.com/MegafonWebLab/megafon-ui/commit/f475b05ab9d62aa56645fb90ccdef88996e72a70))
1149
+
1150
+
1151
+ ### Features
1152
+
1153
+ * **button:** add prop ellipsis ([1978277](https://github.com/MegafonWebLab/megafon-ui/commit/1978277a918cb680e32259042c1a7e3c58056b1b))
1154
+ * **notification:** add ability to display button and collapse ([a5fe2f0](https://github.com/MegafonWebLab/megafon-ui/commit/a5fe2f0730b71469c2fb06a148b0e4574adb2d7b))
1155
+
1156
+
1157
+
1158
+
1159
+
1160
+ ## [3.10.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.10.0...@megafon/ui-core@3.10.1) (2022-06-07)
1161
+
1162
+
1163
+ ### Bug Fixes
1164
+
1165
+ * **banner:** fix bug with hover on autoplay ([93271d8](https://github.com/MegafonWebLab/megafon-ui/commit/93271d8c8f9dd900c031d41f89207f61c41db063))
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+ # [3.10.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.9.0...@megafon/ui-core@3.10.0) (2022-05-30)
1172
+
1173
+
1174
+ ### Features
1175
+
1176
+ * **banner:** add new prop 'pauseOnHover' ([ac654c3](https://github.com/MegafonWebLab/megafon-ui/commit/ac654c3c23821a5d29ffd5cd91ff7337b3d087c1))
1177
+
1178
+
1179
+
1180
+
1181
+
1182
+ # [3.9.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.8.0...@megafon/ui-core@3.9.0) (2022-05-27)
1183
+
1184
+
1185
+ ### Bug Fixes
1186
+
1187
+ * **select:** fix selected item color when value is zero ([9847095](https://github.com/MegafonWebLab/megafon-ui/commit/98470955ef813504d4bfa4cd4d3aba77b5458446))
1188
+
1189
+
1190
+ ### Features
1191
+
1192
+ * **switcher:** add data-attribute for inner element ([793a022](https://github.com/MegafonWebLab/megafon-ui/commit/793a0224ab957b938e67dd1b4d16c2389a9fb6f8))
1193
+ * **tooltip:** add portal selector props ([6188832](https://github.com/MegafonWebLab/megafon-ui/commit/6188832e9ba212e7a8182333aba06d77c3e979d6))
1194
+
1195
+
1196
+
1197
+
1198
+
1199
+ # [3.8.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.7.0...@megafon/ui-core@3.8.0) (2022-05-17)
1200
+
1201
+
1202
+ ### Features
1203
+
1204
+ * **notification:** add props classes to notification component ([608a424](https://github.com/MegafonWebLab/megafon-ui/commit/608a4246eb99af354fb7cf8ab98c2ed513d87b66))
1205
+
1206
+
1207
+
1208
+
1209
+
1210
+ # [3.7.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.6.0...@megafon/ui-core@3.7.0) (2022-05-05)
1211
+
1212
+
1213
+ ### Bug Fixes
1214
+
1215
+ * **logo:** fix horizontal logo svg ([76655eb](https://github.com/MegafonWebLab/megafon-ui/commit/76655ebb82650cc2617750af0b2b2726d3ebcbf3))
1216
+
1217
+
1218
+ ### Features
1219
+
1220
+ * **button:** added extra small size ([a26da46](https://github.com/MegafonWebLab/megafon-ui/commit/a26da4601de7e7c81c40eabf9a87ccdbf18cb790))
1221
+
1222
+
1223
+
1224
+
1225
+
1226
+ # [3.6.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.5.3...@megafon/ui-core@3.6.0) (2022-04-25)
1227
+
1228
+
1229
+ ### Bug Fixes
1230
+
1231
+ * **calendar:** fix go to start day after user choice ([8bbce10](https://github.com/MegafonWebLab/megafon-ui/commit/8bbce102d204f7ea7706158f3e6540c86ed3aada))
1232
+
1233
+
1234
+ ### Features
1235
+
1236
+ * **tooltip:** added prop isPortal for tooltip ([e6f6d17](https://github.com/MegafonWebLab/megafon-ui/commit/e6f6d1749cd99f065c50bac4eb6a9b3592653f8d))
1237
+
1238
+
1239
+
1240
+
1241
+
1242
+ ## [3.5.3](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.5.2...@megafon/ui-core@3.5.3) (2022-04-18)
1243
+
1244
+
1245
+ ### Bug Fixes
1246
+
1247
+ * **switcher:** fix safari bugs ([65274bc](https://github.com/MegafonWebLab/megafon-ui/commit/65274bc3c5e7385109afff94a8ff3f712c9af097))
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+ ## [3.5.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.5.1...@megafon/ui-core@3.5.2) (2022-04-13)
1254
+
1255
+ **Note:** Version bump only for package @megafon/ui-core
1256
+
1257
+
1258
+
1259
+
1260
+
1261
+ ## [3.5.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.5.0...@megafon/ui-core@3.5.1) (2022-04-11)
1262
+
1263
+
1264
+ ### Bug Fixes
1265
+
1266
+ * **colors:** fix colors page; correct values for soft colors in dark theme ([81d1801](https://github.com/MegafonWebLab/megafon-ui/commit/81d18012234fa52ce0fdbff0de8de7dd2d6de8f5))
1267
+ * **colors:** fix colors usage in components: Notification, Preloader, Tile and Card ([96d0eef](https://github.com/MegafonWebLab/megafon-ui/commit/96d0eef51458b35c5b69c1677ec6f4a22f7f130d))
1268
+ * **search:** scroll highlighted item into users view ([5105863](https://github.com/MegafonWebLab/megafon-ui/commit/51058637a78598773e945b1f21eecbc319d7df78))
1269
+ * **select:** scroll highlighted item into users view ([50860e8](https://github.com/MegafonWebLab/megafon-ui/commit/50860e82a557cd6dd2e89448740a13b6e25c8261))
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+ # [3.5.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.4.0...@megafon/ui-core@3.5.0) (2022-04-05)
1276
+
1277
+
1278
+ ### Bug Fixes
1279
+
1280
+ * **logo:** fix img align ([51c81d9](https://github.com/MegafonWebLab/megafon-ui/commit/51c81d9e2edb9cf6b5d245ebb60d8a74f1e8bc1d))
1281
+ * **promobadge:** fixed font color for dark theme ([88781d8](https://github.com/MegafonWebLab/megafon-ui/commit/88781d843e25028a5836b030861939cdf019760d))
1282
+
1283
+
1284
+ ### Features
1285
+
1286
+ * **switcher:** new props and colors ([adb5f34](https://github.com/MegafonWebLab/megafon-ui/commit/adb5f34e3e0949109445c75dc188d37171637af9))
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+ # [3.4.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.3.1...@megafon/ui-core@3.4.0) (2022-03-21)
1293
+
1294
+
1295
+ ### Bug Fixes
1296
+
1297
+ * **notification:** fix link styles ([9d7e67e](https://github.com/MegafonWebLab/megafon-ui/commit/9d7e67e1f21c9ddb1dc911502a114924c8896a6a))
1298
+ * **pricebadge:** fix icon styles ([f5502a0](https://github.com/MegafonWebLab/megafon-ui/commit/f5502a0e28d067694cee4165fe224a38ecf3a15f))
1299
+ * **storebutton:** fixed test for Select and update type for StoreButton ([8996754](https://github.com/MegafonWebLab/megafon-ui/commit/8996754482e9cf899fdcb0f488c8a9fa1afddd11))
1300
+
1301
+
1302
+ ### Features
1303
+
1304
+ * **badges:** add new component TimerBadge ([82a900b](https://github.com/MegafonWebLab/megafon-ui/commit/82a900b362ca15db30dfdbffbfe299b637cae5b3))
1305
+ * **promobadge:** add vip type (purple background color) ([51ea858](https://github.com/MegafonWebLab/megafon-ui/commit/51ea8582ff750199166c64681fecae636d30ca18))
1306
+ * **search:** add onFocus callback ([b6dfdad](https://github.com/MegafonWebLab/megafon-ui/commit/b6dfdadd8dc695d7622bb95443ef6556b4e5d1c6))
1307
+
1308
+
1309
+
1310
+
1311
+
1312
+ ## [3.3.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.3.0...@megafon/ui-core@3.3.1) (2022-03-15)
1313
+
1314
+
1315
+ ### Bug Fixes
1316
+
1317
+ * **collapse:** made collapse height 0 or auto on animation end ([c898d1e](https://github.com/MegafonWebLab/megafon-ui/commit/c898d1e84d3c92defa204c24125508655466d5cd))
1318
+
1319
+
1320
+
1321
+
1322
+
1323
+ # [3.3.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.2.0...@megafon/ui-core@3.3.0) (2022-03-14)
1324
+
1325
+
1326
+ ### Bug Fixes
1327
+
1328
+ * **accordion:** remove outline for safari ([787b572](https://github.com/MegafonWebLab/megafon-ui/commit/787b5725ef962637401a0a3a1a8ae7ba0cece031))
1329
+
1330
+
1331
+ ### Features
1332
+
1333
+ * **badges:** add new component PriceBadge ([9214baa](https://github.com/MegafonWebLab/megafon-ui/commit/9214baab003f958b916b728cf07e6f9db15173dd))
1334
+ * **badges:** add new component PromoBadge ([6e550a0](https://github.com/MegafonWebLab/megafon-ui/commit/6e550a06fd2d0fb7b3dba488702f4a34f4f6d101))
1335
+
1336
+
1337
+
1338
+
1339
+
1340
+ # [3.2.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.1.0...@megafon/ui-core@3.2.0) (2022-02-28)
1341
+
1342
+
1343
+ ### Bug Fixes
1344
+
1345
+ * **checkbox:** delete outline focus effect ([ecd98e7](https://github.com/MegafonWebLab/megafon-ui/commit/ecd98e7129ddd305ce6e21c1c98cdacc3670ff92))
1346
+ * **tile:** delete unnecessary symbol ([1f0ed90](https://github.com/MegafonWebLab/megafon-ui/commit/1f0ed9009ef2cb9e5562f257640a623eceae225e))
1347
+
1348
+
1349
+ ### Features
1350
+
1351
+ * **carousel:** fix data-attribute passing for NavArrow ([af0d26e](https://github.com/MegafonWebLab/megafon-ui/commit/af0d26ef85a19cdb4fd863a45b2c2b2365d9c086))
1352
+ * **tile:** add target props for link ([e49d040](https://github.com/MegafonWebLab/megafon-ui/commit/e49d0402725e88b9fd7d80fd418acd81bea321ba))
1353
+
1354
+
1355
+
1356
+
1357
+
1358
+ # [3.1.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.0.2...@megafon/ui-core@3.1.0) (2022-02-22)
1359
+
1360
+
1361
+ ### Bug Fixes
1362
+
1363
+ * **carousel:** add resize listener to nav display ([12abd93](https://github.com/MegafonWebLab/megafon-ui/commit/12abd93d226676d2c4f78968c9d5de032783ec8d))
1364
+ * **colors:** fix colors usage ([f2f59a8](https://github.com/MegafonWebLab/megafon-ui/commit/f2f59a81644c157394817af1531dabb1c0b67b19))
1365
+ * **components:** better view of default props values ([1817ed5](https://github.com/MegafonWebLab/megafon-ui/commit/1817ed5cd17fd78a0911a89020138f05d7af9833))
1366
+ * **contentarea:** add 'black' color prop value; deprecate 'default' color prop value; more examples ([e0b0c72](https://github.com/MegafonWebLab/megafon-ui/commit/e0b0c723a37f0e42ccb1c0d30df8ae36e9c82920))
1367
+
1368
+
1369
+ ### Features
1370
+
1371
+ * **banner:** add opacity for slides ([bb403a1](https://github.com/MegafonWebLab/megafon-ui/commit/bb403a1d38fd0c1efd3e1df3ed72ea4e5c772c40))
1372
+ * **collapse:** changed collapse animation via setTimeout to requestAnimationFrame ([06d7b4f](https://github.com/MegafonWebLab/megafon-ui/commit/06d7b4ff0f3cdf3cc22fb1d45e8401e259636cf5))
1373
+ * **ui-core:** add dataAttrs prop for interactive elements of components that did not have ([f495833](https://github.com/MegafonWebLab/megafon-ui/commit/f495833b33ac7823ae5992a3f7eb8b7cef82c036))
1374
+
1375
+
1376
+
1377
+
1378
+
1379
+ ## [3.0.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.0.1...@megafon/ui-core@3.0.2) (2022-02-15)
1380
+
1381
+
1382
+ ### Bug Fixes
1383
+
1384
+ * **tile:** fixed dataAttrs type in tile component ([d380289](https://github.com/MegafonWebLab/megafon-ui/commit/d3802896c57dc112543c73169c04262f58a29f58))
1385
+
1386
+
1387
+
1388
+
1389
+
1390
+ ## [3.0.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@3.0.0...@megafon/ui-core@3.0.1) (2022-02-11)
1391
+
1392
+
1393
+ ### Bug Fixes
1394
+
1395
+ * **colors:** fix button hover purple color name and value ([c333348](https://github.com/MegafonWebLab/megafon-ui/commit/c3333489826338f49e4ecb1c1beb07ee9044167e))
1396
+ * **colors:** fix typo in brandPurple color ([f7bdb49](https://github.com/MegafonWebLab/megafon-ui/commit/f7bdb4956247a4bf2112c130e960a98f8cea0696))
1397
+ * **logo:** fix green color for vertical logo ([c9aed9d](https://github.com/MegafonWebLab/megafon-ui/commit/c9aed9db957cb9857cc20afa8dd824e241e12114))
1398
+ * **notification:** fix styles ([7d93f3e](https://github.com/MegafonWebLab/megafon-ui/commit/7d93f3ea0e61af9647478af03f84e963d5d52e0f))
1399
+ * revert mistake version ([cc8668a](https://github.com/MegafonWebLab/megafon-ui/commit/cc8668a9ff2bc5fde6bf93ca806d4406a5944107))
1400
+
1401
+
1402
+
1403
+
1404
+
1405
+ # [3.0.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.5.0...@megafon/ui-core@3.0.0) (2022-02-09)
1406
+
1407
+
1408
+ ### Bug Fixes
1409
+
1410
+ * **accordion:** add focus on arrow after tab press, add open/close accordion after enter press ([5c49447](https://github.com/MegafonWebLab/megafon-ui/commit/5c494474dc319593283b339c63936fd2b862a33f))
1411
+ * **accordion:** change type of onClickAccordion prop ([b74e196](https://github.com/MegafonWebLab/megafon-ui/commit/b74e1963587a140bb25b8e50e64490a1337dda78))
1412
+ * **calendar/month:** add focus on month arrows, add enter press handlers ([caad017](https://github.com/MegafonWebLab/megafon-ui/commit/caad0176a9d272b19da11ddfac1830d863d090ae))
1413
+ * **checkbox:** add focus on custom checkbox, add enter press handler ([136872c](https://github.com/MegafonWebLab/megafon-ui/commit/136872c84c058502a46d5b6db5088bebd71ebdb8))
1414
+ * **checkbox:** add isChecked state, change type of onChange prop ([be62e30](https://github.com/MegafonWebLab/megafon-ui/commit/be62e30f43dcee4c43cab5425c4ddc0c6954f3f7))
1415
+ * **components:** change tests for dataAttrs prop ([eae8ecb](https://github.com/MegafonWebLab/megafon-ui/commit/eae8ecb5104c050ec0e67357ed5edecdfb042838))
1416
+ * **core:** fix build ui-core ([fa9522a](https://github.com/MegafonWebLab/megafon-ui/commit/fa9522ac0931edb7ec772ad040557997db080687))
1417
+ * **core:** separated colors.css file ([3a0af6b](https://github.com/MegafonWebLab/megafon-ui/commit/3a0af6b31d711016faa92bc7402ce02c6d8710ae))
1418
+ * **less:** import base.less file through reference ([20bd43d](https://github.com/MegafonWebLab/megafon-ui/commit/20bd43d60f9cfac102c55ccdf183578702d2eb96))
1419
+ * **paragraph:** remove spbSky... values from color prop ([3a74e2b](https://github.com/MegafonWebLab/megafon-ui/commit/3a74e2ba23b41a1982f72cb1a869e0253c903180))
1420
+ * **switcher:** fix switcher design ([642d679](https://github.com/MegafonWebLab/megafon-ui/commit/642d679d6c48c4a96093220415a68c9444d8cb53))
1421
+ * **textlink:** fix color prop type ([4e93cce](https://github.com/MegafonWebLab/megafon-ui/commit/4e93ccef6bcbb1a5e670089dfafe308c23fcbe1e))
1422
+ * **tooltip:** add check event function from ui-helpers ([18ef333](https://github.com/MegafonWebLab/megafon-ui/commit/18ef333ba78f7804731da2116b124cdc44a8dfcb))
1423
+
1424
+
1425
+ ### Features
1426
+
1427
+ * **accordion:** remove prop hasVerticalPaddings ([c1f0139](https://github.com/MegafonWebLab/megafon-ui/commit/c1f01398154497ed69fb2bb725077e3cc3b5c47e))
1428
+ * **colors:** css custom properties and color themes support ([16df5b7](https://github.com/MegafonWebLab/megafon-ui/commit/16df5b7b2644e15bb6c6e49e7347c0f8e4839e58))
1429
+ * **colors:** rename green and purple to brandGreen and brandPurple to avoid postcss-colormin bug ([089dd42](https://github.com/MegafonWebLab/megafon-ui/commit/089dd42cd18db7fc83e690da45d09b88c636a6f7))
1430
+ * **colors:** update color values on colors page when user switches theme ([8eb66de](https://github.com/MegafonWebLab/megafon-ui/commit/8eb66dec2ef9de5615ad8c921c422b6a9f00893a))
1431
+ * **components:** add dataAttrs props in new format ([e9cf812](https://github.com/MegafonWebLab/megafon-ui/commit/e9cf8122ac47f83a8e744e0695351d60aa711dbd))
1432
+ * **header:** made header as a functional component ([b983934](https://github.com/MegafonWebLab/megafon-ui/commit/b983934ced137ede35f64ce2dfe0c953c1690db0))
1433
+ * **radiobutton:** made radiobutton as a functional component ([b225e1d](https://github.com/MegafonWebLab/megafon-ui/commit/b225e1d5e1964fd1e7010a9051586fb627cc90c3))
1434
+ * **select:** made select as a functional component ([fc9cfc2](https://github.com/MegafonWebLab/megafon-ui/commit/fc9cfc25505952080bf90095ab183367915d27e6))
1435
+ * **styles:** export css version for base.less ([acdea73](https://github.com/MegafonWebLab/megafon-ui/commit/acdea73462713156dee077fde4c223879e356b4d))
1436
+ * remove deprecated props values ([d09c460](https://github.com/MegafonWebLab/megafon-ui/commit/d09c4606ce6e41f7144e18c2216d039d859288e2))
1437
+
1438
+
1439
+
1440
+ ### BREAKING CHANGES
1441
+
1442
+ * **accordion:** remove prop hasVerticalPaddings
1443
+ * **accordion:** remove parameter 'title' in onClickAccordion prop
1444
+ * **checkbox:** change type of onChange prop on (checked: boolean) => void
1445
+ * **colors:** green, green20, green80, purple, purple20 and purple80 colors now have 'brand'
1446
+ prefix (e.g. brandGreen)
1447
+ * **contentarea**: prop color change values from 'base' to 'white' and from 'content' to 'default';
1448
+ remove depreacted value 'freshAsphalt'
1449
+ * **contentarea**, **paragraph**, **storebanner** and **breadcrumbs** components from no don't have
1450
+ 'freshAsphalt' and 'clearWhite' as values for colorizing props
1451
+ * **paragraph:** remove from color prop values: 'spbSky0', 'spbSky1', 'spbSky2'
1452
+ * **paragraph**: prop color change values from 'base' to 'white' and from 'content' to 'default';
1453
+ remove deprecared values 'freshAsphalt' and 'clearWhite'
1454
+ * **storebanner**: prop theme change value from 'black' to 'default'; remove deprecated value 'clearWhite'
1455
+ * **tooltip:** change onOpen, onClose types; AccessibilityEventTypeNative from @megafon/ui-helpers
1456
+ * **components:** for the components to work correctly, now it's needed to import colors.css file
1457
+
1458
+
1459
+
1460
+
1461
+
1462
+ # [2.5.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.4.0...@megafon/ui-core@2.5.0) (2022-02-07)
1463
+
1464
+
1465
+ ### Features
1466
+
1467
+ * **tabs:** add prop outerObserveContainer for observing sticky mode from outside ([bc20c76](https://github.com/MegafonWebLab/megafon-ui/commit/bc20c76f497d88da19ea03cfc66a0c38a7559698))
1468
+
1469
+
1470
+
1471
+
1472
+
1473
+ # [2.4.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.3.0...@megafon/ui-core@2.4.0) (2022-01-31)
1474
+
1475
+
1476
+ ### Bug Fixes
1477
+
1478
+ * **link:** new prop dataAttrs ([bde2253](https://github.com/MegafonWebLab/megafon-ui/commit/bde22539ff0db11777be9193adceb6de0f984234))
1479
+
1480
+
1481
+ ### Features
1482
+
1483
+ * **banner:** add props withPaginationBottomOffset ([c1485a0](https://github.com/MegafonWebLab/megafon-ui/commit/c1485a083d63b886419109b03bb31230c5fed890))
1484
+
1485
+
1486
+
1487
+
1488
+
1489
+ # [2.3.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.2.0...@megafon/ui-core@2.3.0) (2022-01-24)
1490
+
1491
+
1492
+ ### Bug Fixes
1493
+
1494
+ * **search:** prevents default action when a menu item is selected and the enter button is pressed ([054cbcf](https://github.com/MegafonWebLab/megafon-ui/commit/054cbcf3457ff779443a82b5ae6383fda57f9cc7))
1495
+
1496
+
1497
+ ### Features
1498
+
1499
+ * **accordion:** props hasVerticalPaddings marked as deprecated ([4d6d4cc](https://github.com/MegafonWebLab/megafon-ui/commit/4d6d4cca2cf45a86441827f0bef625a88a2c44f8))
1500
+ * **textfield:** add autocomplete prop ([f2cff94](https://github.com/MegafonWebLab/megafon-ui/commit/f2cff9403503de174b785ea02365ce470811369e))
1501
+
1502
+
1503
+
1504
+
1505
+
1506
+ # [2.2.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.1.4...@megafon/ui-core@2.2.0) (2021-12-29)
1507
+
1508
+
1509
+ ### Features
1510
+
1511
+ * **radiobutton:** add dataAttrs prop ([3f8d0b4](https://github.com/MegafonWebLab/megafon-ui/commit/3f8d0b4c4ec4a6ca301ab44feed2842ec8e54f3a))
1512
+
1513
+
1514
+
1515
+
1516
+
1517
+ ## [2.1.4](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.1.3...@megafon/ui-core@2.1.4) (2021-12-20)
1518
+
1519
+
1520
+ ### Bug Fixes
1521
+
1522
+ * **colors:** add hover colors to system group ([634ac03](https://github.com/MegafonWebLab/megafon-ui/commit/634ac034445fdcd08b60ff056f75683025cb6d49))
1523
+ * **tabs:** fix active tab underline width ([4499399](https://github.com/MegafonWebLab/megafon-ui/commit/449939942730143712a92930a279a8b6fc17a012))
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+ ## [2.1.3](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.1.2...@megafon/ui-core@2.1.3) (2021-12-14)
1530
+
1531
+
1532
+ ### Bug Fixes
1533
+
1534
+ * **contentarea:** fix backgroundColor and innerBackgroundColor props values ([d6004a4](https://github.com/MegafonWebLab/megafon-ui/commit/d6004a493b623cced4c453d69b0fd16d3cfbef43))
1535
+
1536
+
1537
+
1538
+
1539
+
1540
+ ## [2.1.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.1.1...@megafon/ui-core@2.1.2) (2021-12-14)
1541
+
1542
+
1543
+ ### Bug Fixes
1544
+
1545
+ * **paragraph:** rollback deprecated color props clearWhite ([ee4e5a9](https://github.com/MegafonWebLab/megafon-ui/commit/ee4e5a9ce158a4df68e437d316e37ed6e87df664))
1546
+
1547
+
1548
+
1549
+
1550
+
1551
+ ## [2.1.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.1.0...@megafon/ui-core@2.1.1) (2021-12-13)
1552
+
1553
+
1554
+ ### Bug Fixes
1555
+
1556
+ * **carousel:** add prevendefault mouse event for disable slide click ([2e8f190](https://github.com/MegafonWebLab/megafon-ui/commit/2e8f1904101ffab860b4e74f28b9609f962f1340))
1557
+ * **colors:** refactor colors page by new ui colors scheme ([6ff2629](https://github.com/MegafonWebLab/megafon-ui/commit/6ff262953bd87f77e81f906b0bb195b84aecad13))
1558
+ * **notification:** update color style by new color scheme ([3b2b625](https://github.com/MegafonWebLab/megafon-ui/commit/3b2b625f082935b2c24123e06197d0bd4fbe6000))
1559
+
1560
+
1561
+
1562
+
1563
+
1564
+ # [2.1.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0...@megafon/ui-core@2.1.0) (2021-12-07)
1565
+
1566
+
1567
+ ### Bug Fixes
1568
+
1569
+ * **button:** fix rendering difference on client and server side ([323287e](https://github.com/MegafonWebLab/megafon-ui/commit/323287ea040716b9200bbaa5112f277427015598))
1570
+ * **contentarea:** fix prop type ([3e4114d](https://github.com/MegafonWebLab/megafon-ui/commit/3e4114dbd2d8a446a1247528fbf5464706bb4d4a))
1571
+ * **textfield:** fix rendering difference on client and server side ([4d26cac](https://github.com/MegafonWebLab/megafon-ui/commit/4d26cac90002692d7c404f9180310261e9a0e567))
1572
+
1573
+
1574
+ ### Features
1575
+
1576
+ * **tabs:** add renderOnlyCurrentPanel props ([0241f6c](https://github.com/MegafonWebLab/megafon-ui/commit/0241f6c9ed4ebb5132b38204612bcff095302822))
1577
+ * **ui-core:** fix mixin ([8e0f401](https://github.com/MegafonWebLab/megafon-ui/commit/8e0f401973d758821ee32ca2af1a714f3bca8b01))
1578
+ * **ui-core:** fix some mixins and variables ([be0462e](https://github.com/MegafonWebLab/megafon-ui/commit/be0462ed3bdcbc1e72d83b749723cf7b896f0846))
1579
+
1580
+
1581
+
1582
+
1583
+
1584
+ # [2.0.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.169...@megafon/ui-core@2.0.0) (2021-11-30)
1585
+
1586
+
1587
+ ### Bug Fixes
1588
+
1589
+ * rename last mfui-beta to mfui ([6bc1d33](https://github.com/MegafonWebLab/megafon-ui/commit/6bc1d33d118862f969b09126dceb4e4462ec5128))
1590
+
1591
+
1592
+ ### Features
1593
+
1594
+ * rename prefix mfui-beta to mfui ([41b2ea4](https://github.com/MegafonWebLab/megafon-ui/commit/41b2ea4880ee6dd0e76b862bfc0d2a86031d734c))
1595
+
1596
+
1597
+ ### BREAKING CHANGES
1598
+
1599
+ * 1.x.x version of ui library also has mfui- prefix for components. please, check,
1600
+ that you don't have any styles or business logic (e.g. css or js selectors) using mfui- prefix as
1601
+ match pattern.
1602
+
1603
+
1604
+
1605
+
1606
+
1607
+ # [2.0.0-beta.169](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.168...@megafon/ui-core@2.0.0-beta.169) (2021-11-29)
1608
+
1609
+
1610
+ ### Bug Fixes
1611
+
1612
+ * **carousel:** slides carousel to focusable slide ([f31c806](https://github.com/MegafonWebLab/megafon-ui/commit/f31c806387e3cef6cc1d4c98e2af2d65015eef3c))
1613
+ * **search:** fix items container position ([178eeed](https://github.com/MegafonWebLab/megafon-ui/commit/178eeed58c79f30ddfcca4c33c394f7333e2cc7a))
1614
+ * **select:** remove arrow and arrows wrap classes ([2811796](https://github.com/MegafonWebLab/megafon-ui/commit/28117968f55430ce92198559a8b55174d9791368))
1615
+ * **select:** update keyboard focus ([59999df](https://github.com/MegafonWebLab/megafon-ui/commit/59999dfac0aee425a0a445ed5e93702e78f11a21))
1616
+ * **textlink:** fix double underline for dashed and border style ([da41c55](https://github.com/MegafonWebLab/megafon-ui/commit/da41c55f23e3953efdca24e576633a0d07269c3d))
1617
+ * **tooltip:** add keyboard accessibility for tooltip open ([f4c97b8](https://github.com/MegafonWebLab/megafon-ui/commit/f4c97b8a8d9a29669e475bda670550d72a3b49e4))
1618
+
1619
+
1620
+ ### Features
1621
+
1622
+ * **search:** add disabled prop ([bc32588](https://github.com/MegafonWebLab/megafon-ui/commit/bc32588f1964ecd93f1f8a2aec1479959ef9d131))
1623
+
1624
+
1625
+ ### BREAKING CHANGES
1626
+
1627
+ * **select:** arrow display by pseudo element now, props and element removed from component
1628
+
1629
+
1630
+
1631
+
1632
+
1633
+ # [2.0.0-beta.168](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.167...@megafon/ui-core@2.0.0-beta.168) (2021-11-23)
1634
+
1635
+
1636
+ ### Features
1637
+
1638
+ * **carousel:** fix effect fade ([359fd55](https://github.com/MegafonWebLab/megafon-ui/commit/359fd55990ac7e018917301bb4b3ae12d0e133e0))
1639
+ * **select:** update items prop typings ([280d581](https://github.com/MegafonWebLab/megafon-ui/commit/280d5818aee2a8b8f596bb25b3752e5729a8edb3))
1640
+
1641
+
1642
+ ### BREAKING CHANGES
1643
+
1644
+ * **select:** items prop reuired and has exact structure in propType
1645
+
1646
+
1647
+
1648
+
1649
+
1650
+ # [2.0.0-beta.167](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.166...@megafon/ui-core@2.0.0-beta.167) (2021-11-15)
1651
+
1652
+
1653
+ ### Bug Fixes
1654
+
1655
+ * **select:** restore keyboard controls ([d78031b](https://github.com/MegafonWebLab/megafon-ui/commit/d78031baf4ee70a69866446f9d32f009f1fcd346))
1656
+
1657
+
1658
+
1659
+
1660
+
1661
+ # [2.0.0-beta.166](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.165...@megafon/ui-core@2.0.0-beta.166) (2021-11-15)
1662
+
1663
+
1664
+ ### Bug Fixes
1665
+
1666
+ * **textfield:** set empty string as default value ([1bba2bb](https://github.com/MegafonWebLab/megafon-ui/commit/1bba2bbb577acf34fa3bc3c694999ac26f900ef7))
1667
+ * **ui-core:** enable some eslint rules and fix problems ([ee8fd03](https://github.com/MegafonWebLab/megafon-ui/commit/ee8fd03d6620cbcff25915f279e481db2193a6d1))
1668
+ * **ui-core:** fix ContentArea props ([dbede1d](https://github.com/MegafonWebLab/megafon-ui/commit/dbede1d1a021cc13c2c1872f1b86a8c6a5813b95))
1669
+ * **ui-core:** fix RadioButton tests ([f3410f7](https://github.com/MegafonWebLab/megafon-ui/commit/f3410f7b1dd2007d40f17f8ec54905bff76ff994))
1670
+ * **ui-core:** fix RedioButton default value ([df1fe2c](https://github.com/MegafonWebLab/megafon-ui/commit/df1fe2c37fc51d10c2ee459cdd5badb6c1ee48fb))
1671
+ * **ui-core:** restore defaultProps ([5e2ef7c](https://github.com/MegafonWebLab/megafon-ui/commit/5e2ef7c18c30fb1873b8b7638c299eb066bd1ee3))
1672
+
1673
+
1674
+ ### Features
1675
+
1676
+ * **accordion:** added new type for title ([0275349](https://github.com/MegafonWebLab/megafon-ui/commit/0275349edffec74c4fb08638cbebf7026d99d4cd))
1677
+
1678
+
1679
+
1680
+
1681
+
1682
+ # [2.0.0-beta.165](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.164...@megafon/ui-core@2.0.0-beta.165) (2021-11-01)
1683
+
1684
+
1685
+ ### Bug Fixes
1686
+
1687
+ * add [@fresh](https://github.com/fresh)AsphaltL50 color ([e032c1d](https://github.com/MegafonWebLab/megafon-ui/commit/e032c1df461973717b57290eb565e72b65fcb5b4))
1688
+ * add additional faded colors ([6b162b8](https://github.com/MegafonWebLab/megafon-ui/commit/6b162b84b643695c9b7418143e433568aceacff1))
1689
+ * rename [@fresh](https://github.com/fresh)AsphaltL50 to [@fresh](https://github.com/fresh)AsphaltLighten50 ([fb7f9cc](https://github.com/MegafonWebLab/megafon-ui/commit/fb7f9cc77899e2b852b9c8afd536925302a6c8fd))
1690
+
1691
+
1692
+ ### Features
1693
+
1694
+ * **search:** add onBlure callback, add ability to render custom search results ([4f04552](https://github.com/MegafonWebLab/megafon-ui/commit/4f045526d586071d91b1f5c7200c44370bea804f))
1695
+ * **tabs:** add data attributes for tab ([ef947fd](https://github.com/MegafonWebLab/megafon-ui/commit/ef947fde5330ec866728dd3299378558d0ec4b96))
1696
+ * **tooltip:** add new prop targetElement ([e3af122](https://github.com/MegafonWebLab/megafon-ui/commit/e3af122594c5e998835d7b8055d801b248569d20))
1697
+ * add color variable [@fresh](https://github.com/fresh)Asphalt50 to base.less ([9aee3d7](https://github.com/MegafonWebLab/megafon-ui/commit/9aee3d7d6e9250fc61546539ea9e8cb5c3be15aa))
1698
+
1699
+
1700
+ ### BREAKING CHANGES
1701
+
1702
+ * **search:** type and functionality of the props items are changed
1703
+
1704
+
1705
+
1706
+
1707
+
1708
+ # [2.0.0-beta.164](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.163...@megafon/ui-core@2.0.0-beta.164) (2021-10-25)
1709
+
1710
+
1711
+ ### Bug Fixes
1712
+
1713
+ * **paragraph:** add default font-weight ([af8eeea](https://github.com/MegafonWebLab/megafon-ui/commit/af8eeea268dea714863c9eaef5afc627769be60c))
1714
+
1715
+
1716
+
1717
+
1718
+
1719
+ # [2.0.0-beta.163](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.162...@megafon/ui-core@2.0.0-beta.163) (2021-10-18)
1720
+
1721
+
1722
+ ### Bug Fixes
1723
+
1724
+ * props isDisabled renamed to disabled ([5c1efee](https://github.com/MegafonWebLab/megafon-ui/commit/5c1efee6d059164e77f4740a4423607262560b4a))
1725
+
1726
+
1727
+ ### BREAKING CHANGES
1728
+
1729
+ * for all components prop isDisabled renamed to disabled
1730
+
1731
+
1732
+
1733
+
1734
+
1735
+ # [2.0.0-beta.162](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.161...@megafon/ui-core@2.0.0-beta.162) (2021-10-07)
1736
+
1737
+
1738
+ ### Bug Fixes
1739
+
1740
+ * add lint-staged to pre-commit hook ([83e2e13](https://github.com/MegafonWebLab/megafon-ui/commit/83e2e1304c92cd0125e80fa0c2879e28476499d9))
1741
+ * run lint-staged only on pre-commit hook ([8570564](https://github.com/MegafonWebLab/megafon-ui/commit/857056423e738135f6d0866df8c0166ce9bd289e))
1742
+
1743
+
1744
+
1745
+
1746
+
1747
+ # [2.0.0-beta.161](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.160...@megafon/ui-core@2.0.0-beta.161) (2021-10-05)
1748
+
1749
+
1750
+ ### Features
1751
+
1752
+ * **textfield:** isConstrolled false by default, remove prop initialValue ([7cea901](https://github.com/MegafonWebLab/megafon-ui/commit/7cea901e821a34712fc6a984fc1d0a5b9d099948))
1753
+
1754
+
1755
+ ### BREAKING CHANGES
1756
+
1757
+ * **textfield:** isControlled prop false by default
1758
+
1759
+
1760
+
1761
+
1762
+
1763
+ # [2.0.0-beta.160](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.159...@megafon/ui-core@2.0.0-beta.160) (2021-10-04)
1764
+
1765
+
1766
+ ### Bug Fixes
1767
+
1768
+ * **carousel:** add slidesPerGroup setting ([558b745](https://github.com/MegafonWebLab/megafon-ui/commit/558b745cf2311d4e80d9753b57f3a80b6be846b2))
1769
+
1770
+
1771
+ ### Features
1772
+
1773
+ * **banner:** added new classes arrow ([1a03361](https://github.com/MegafonWebLab/megafon-ui/commit/1a033612c1fb882676a5cfb85b53622954b87299))
1774
+ * **counter:** add isControlled props for forwarding actual value to component ([ee01afb](https://github.com/MegafonWebLab/megafon-ui/commit/ee01afb28eda1d4a71de99b3b718c6452ec43381))
1775
+
1776
+
1777
+
1778
+
1779
+
1780
+ # [2.0.0-beta.159](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.158...@megafon/ui-core@2.0.0-beta.159) (2021-09-27)
1781
+
1782
+
1783
+ ### Bug Fixes
1784
+
1785
+ * **textfield:** fix value of controlled input ([93d27a7](https://github.com/MegafonWebLab/megafon-ui/commit/93d27a7a5fb623b6ee11b7a504291234127a48cf))
1786
+
1787
+
1788
+ ### Features
1789
+
1790
+ * **textfield:** isConstrolled true by default, new prop initialValue ([78f463c](https://github.com/MegafonWebLab/megafon-ui/commit/78f463c4df2059b233c57d8ffc81b869557b2884))
1791
+
1792
+
1793
+ ### BREAKING CHANGES
1794
+
1795
+ * **textfield:** isControlled prop true by default
1796
+
1797
+
1798
+
1799
+
1800
+
1801
+ # [2.0.0-beta.158](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.157...@megafon/ui-core@2.0.0-beta.158) (2021-09-27)
1802
+
1803
+
1804
+ ### Bug Fixes
1805
+
1806
+ * **.stylelintrc.json:** move .stylelint.json to root and extends package configs from it ([ae5eac3](https://github.com/MegafonWebLab/megafon-ui/commit/ae5eac3dbbbea00413cea6b45ecbc22babb723c4))
1807
+ * **carousel:** fixed pagination and arrow position ([9cbb3f1](https://github.com/MegafonWebLab/megafon-ui/commit/9cbb3f179dc0dbbf9050f743ffe77613a2a7c2d9))
1808
+ * enable and fix few eslint rules ([cb83053](https://github.com/MegafonWebLab/megafon-ui/commit/cb83053b705242a747f792f6622fdc31e6ea042b))
1809
+ * make .eslintrc.json to root and extends it in package ([90949c2](https://github.com/MegafonWebLab/megafon-ui/commit/90949c2f97ab6389cd050bf5a7b10a02c5d1cc0b))
1810
+ * **gulpfile.js:** allow to replace both type of quotes ([4db4bb5](https://github.com/MegafonWebLab/megafon-ui/commit/4db4bb597fc95b3c271da530809a3f4968d821e8))
1811
+ * **gulpfile.js:** fix code replacement ([8a5119a](https://github.com/MegafonWebLab/megafon-ui/commit/8a5119a00222ee1a33b17db04777ab2c6b00b568))
1812
+ * **gulpfile.js:** fix regexp ([ac2114c](https://github.com/MegafonWebLab/megafon-ui/commit/ac2114ccd6aa1eaa36bbcf2d9ae8e7c3cc41ed7a))
1813
+ * ui-core: add eslint; fix prettier errors; disable some rules to future fix ([bd3afc4](https://github.com/MegafonWebLab/megafon-ui/commit/bd3afc40ab342aa150716c523c76ff1a00dfedcd))
1814
+ * ui-core: replace tslint with eslint; fix prettier errors ([6e4437d](https://github.com/MegafonWebLab/megafon-ui/commit/6e4437d5b1d291dfbe32c08ba703177171ef1286))
1815
+
1816
+
1817
+
1818
+
1819
+
1820
+ # [2.0.0-beta.157](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.156...@megafon/ui-core@2.0.0-beta.157) (2021-09-20)
1821
+
1822
+
1823
+ ### Bug Fixes
1824
+
1825
+ * **carousel:** fix indent without pagination ([83ce8f8](https://github.com/MegafonWebLab/megafon-ui/commit/83ce8f8492892a35d5f164c8d937bdfea9af9f71))
1826
+ * **carousel:** fixed loosing Tooltip position ([bde41dd](https://github.com/MegafonWebLab/megafon-ui/commit/bde41dd306f02de0b0514e77084afac88ee50045))
1827
+ * add frontend-presets for ui-core package and fix stylelint errors ([752bce5](https://github.com/MegafonWebLab/megafon-ui/commit/752bce59cfd31494e85c11faa4795ca7ee89adcc))
1828
+
1829
+
1830
+ ### BREAKING CHANGES
1831
+
1832
+ * **carousel:** add negative bottom margin for container
1833
+
1834
+
1835
+
1836
+
1837
+
1838
+ # [2.0.0-beta.156](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.155...@megafon/ui-core@2.0.0-beta.156) (2021-09-14)
1839
+
1840
+
1841
+ ### Bug Fixes
1842
+
1843
+ * **navarrow:** change button type ([954937a](https://github.com/MegafonWebLab/megafon-ui/commit/954937a5ea8b532f2fdb3804675dce34c8bb885a))
1844
+
1845
+
1846
+
1847
+
1848
+
1849
+ # [2.0.0-beta.155](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.154...@megafon/ui-core@2.0.0-beta.155) (2021-09-13)
1850
+
1851
+
1852
+ ### Bug Fixes
1853
+
1854
+ * **select:** add classes for title and arrow ([7d46cf2](https://github.com/MegafonWebLab/megafon-ui/commit/7d46cf2c978cb6a773fe97511e779bbc13da9d6a))
1855
+
1856
+
1857
+
1858
+
1859
+
1860
+ # [2.0.0-beta.154](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.153...@megafon/ui-core@2.0.0-beta.154) (2021-08-30)
1861
+
1862
+
1863
+ ### Bug Fixes
1864
+
1865
+ * **carousel:** edit slide margin on mobile resolution ([45aba92](https://github.com/MegafonWebLab/megafon-ui/commit/45aba928f11167cc31eefc018858ea6f4c793d96))
1866
+ * **pagination:** add dependencies for usecallback buttons handler ([0faad5f](https://github.com/MegafonWebLab/megafon-ui/commit/0faad5fdd76e96daf521fa70f9ee2d85e593fda0))
1867
+
1868
+
1869
+
1870
+
1871
+
1872
+ # [2.0.0-beta.153](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.152...@megafon/ui-core@2.0.0-beta.153) (2021-08-25)
1873
+
1874
+
1875
+ ### Features
1876
+
1877
+ * **packages:** extracts icons from @megafon/ui-core to @megafon/ui-icons package ([ddabc32](https://github.com/MegafonWebLab/megafon-ui/commit/ddabc325b888540804f1fa13c94a1c5a58009df2))
1878
+
1879
+
1880
+ ### BREAKING CHANGES
1881
+
1882
+ * **packages:** icons from @megafon/ui-core removed, use @megafon/ui-icons package instead
1883
+
1884
+
1885
+
1886
+
1887
+
1888
+ # [2.0.0-beta.152](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.151...@megafon/ui-core@2.0.0-beta.152) (2021-08-16)
1889
+
1890
+
1891
+ ### Bug Fixes
1892
+
1893
+ * **tile:** fix component shadow ([aada445](https://github.com/MegafonWebLab/megafon-ui/commit/aada44552c919d357678de64ec1fd46fc3f2061d))
1894
+
1895
+
1896
+ ### Features
1897
+
1898
+ * **checkbox:** add classes for checkbox component ([47d56a5](https://github.com/MegafonWebLab/megafon-ui/commit/47d56a5f8ddc7fbec65a7ba9efd8dc2db034eb47))
1899
+ * **search:** add outer class for icon ([a670bff](https://github.com/MegafonWebLab/megafon-ui/commit/a670bff2bd5989c78c2e2bb5eb588c3665b760fb))
1900
+
1901
+
1902
+
1903
+
1904
+
1905
+ # [2.0.0-beta.151](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.150...@megafon/ui-core@2.0.0-beta.151) (2021-08-02)
1906
+
1907
+
1908
+ ### Bug Fixes
1909
+
1910
+ * add new prop classes ([d72a883](https://github.com/MegafonWebLab/megafon-ui/commit/d72a8835e9d62234e2fec2e22c355d22755950da))
1911
+ * **pagination:** fix svg icons in safari ([97ef850](https://github.com/MegafonWebLab/megafon-ui/commit/97ef850284debe00583f5f8c7551e3a822e78c7d))
1912
+ * **select:** update component Select ([33e2623](https://github.com/MegafonWebLab/megafon-ui/commit/33e2623045c263ea80d01e9d7451f087e7a7aacd))
1913
+
1914
+
1915
+
1916
+
1917
+
1918
+ # [2.0.0-beta.150](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.149...@megafon/ui-core@2.0.0-beta.150) (2021-07-26)
1919
+
1920
+
1921
+ ### Features
1922
+
1923
+ * **carousel:** added initialSlide param ([5cd2d76](https://github.com/MegafonWebLab/megafon-ui/commit/5cd2d76a0a616a9b798f37d52ebfae3edb0ef013))
1924
+
1925
+
1926
+
1927
+
1928
+
1929
+ # [2.0.0-beta.149](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.148...@megafon/ui-core@2.0.0-beta.149) (2021-07-14)
1930
+
1931
+
1932
+ ### Bug Fixes
1933
+
1934
+ * **build:** change contants path resolve ([b4b810a](https://github.com/MegafonWebLab/megafon-ui/commit/b4b810a6b3b753103360dbccc20e891fd6f87cd8))
1935
+
1936
+
1937
+
1938
+
1939
+
1940
+ # [2.0.0-beta.148](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.147...@megafon/ui-core@2.0.0-beta.148) (2021-07-13)
1941
+
1942
+
1943
+ ### Bug Fixes
1944
+
1945
+ * **search:** change highlight regexp logic ([f6ce881](https://github.com/MegafonWebLab/megafon-ui/commit/f6ce881904dc926e1f503c581d59825ed8986d14))
1946
+
1947
+
1948
+ ### Features
1949
+
1950
+ * **packages:** added @megafon/ui-helpers package ([811f67c](https://github.com/MegafonWebLab/megafon-ui/commit/811f67c26c87e2582e461c03223b12344513ecac))
1951
+
1952
+
1953
+ ### BREAKING CHANGES
1954
+
1955
+ * **packages:** utils from @megafon/ui-core removed, use @megafon/ui-helpers package instead
1956
+ * **packages:** breakpoints from @megafon/ui-core removed, use @megafon/ui-helpers package instead
1957
+ * **packages:** throttleTime removed from export in @megafon/ui-core package
1958
+
1959
+
1960
+
1961
+
1962
+
1963
+ # [2.0.0-beta.147](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.146...@megafon/ui-core@2.0.0-beta.147) (2021-07-12)
1964
+
1965
+
1966
+ ### Bug Fixes
1967
+
1968
+ * **carousel:** fix opacity transition bug in ie ([6a1fe04](https://github.com/MegafonWebLab/megafon-ui/commit/6a1fe04ba5883ece1a001e01ea622a29da8821b1))
1969
+ * **constants:** change mobile small start value ([859e6d8](https://github.com/MegafonWebLab/megafon-ui/commit/859e6d8a2465e8082fa428da8e8eaf5cfbf5da23))
1970
+ * **search:** add max-height and scroll to dropdown ([71067a0](https://github.com/MegafonWebLab/megafon-ui/commit/71067a05e01631b8cfefc9cee30407905f1d5a37))
1971
+
1972
+
1973
+ ### Features
1974
+
1975
+ * **pagination:** add new component ([cf5897f](https://github.com/MegafonWebLab/megafon-ui/commit/cf5897f4beabed37f770ec82afd6666283be73f1))
1976
+ * **radiobutton:** added className and classes for inner elements ([e75f523](https://github.com/MegafonWebLab/megafon-ui/commit/e75f523c66d0c6597f00f67fc6d70d553ac886b9))
1977
+
1978
+
1979
+ ### BREAKING CHANGES
1980
+
1981
+ * **constants:** change mobile small start value
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+ # [2.0.0-beta.146](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.145...@megafon/ui-core@2.0.0-beta.146) (2021-07-05)
1988
+
1989
+
1990
+ ### Bug Fixes
1991
+
1992
+ * **carousel:** turn off swiping on pagination ([caec9be](https://github.com/MegafonWebLab/megafon-ui/commit/caec9bef833893abd36821b407e6ad323d0669ff))
1993
+
1994
+
1995
+
1996
+
1997
+
1998
+ # [2.0.0-beta.145](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.144...@megafon/ui-core@2.0.0-beta.145) (2021-06-28)
1999
+
2000
+
2001
+ ### Bug Fixes
2002
+
2003
+ * **notification:** fix style ([d891e56](https://github.com/MegafonWebLab/megafon-ui/commit/d891e56b67be216a516a7b2ba761048c441a7e3b))
2004
+
2005
+
2006
+ ### Features
2007
+
2008
+ * **carousel:** add new prop threshold ([a9b429c](https://github.com/MegafonWebLab/megafon-ui/commit/a9b429c33c741a509654c1fc0fa5fd275a90d802))
2009
+
2010
+
2011
+
2012
+
2013
+
2014
+ # [2.0.0-beta.144](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.143...@megafon/ui-core@2.0.0-beta.144) (2021-06-23)
2015
+
2016
+
2017
+ ### Bug Fixes
2018
+
2019
+ * **tooltip:** add new prop fallbackPlacements ([b98ee5c](https://github.com/MegafonWebLab/megafon-ui/commit/b98ee5c6a76c32746590908e6fd39b25b9dbd816))
2020
+
2021
+
2022
+
2023
+
2024
+
2025
+ # [2.0.0-beta.143](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.142...@megafon/ui-core@2.0.0-beta.143) (2021-06-22)
2026
+
2027
+
2028
+ ### Bug Fixes
2029
+
2030
+ * **carousel:** fix opacity transition bug in Safari 13 ([62d066c](https://github.com/MegafonWebLab/megafon-ui/commit/62d066ceb255f3db4de2352a7a9ef90b06d058da))
2031
+ * **notification:** fix style ([9198668](https://github.com/MegafonWebLab/megafon-ui/commit/9198668ba1a4263fcfbfb207dc80d2d25d036378))
2032
+
2033
+
2034
+
2035
+
2036
+
2037
+ # [2.0.0-beta.142](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.141...@megafon/ui-core@2.0.0-beta.142) (2021-06-18)
2038
+
2039
+
2040
+ ### Features
2041
+
2042
+ * **search:** expand classes for Search component ([d6ceb3b](https://github.com/MegafonWebLab/megafon-ui/commit/d6ceb3b0507edc49802ef3134a3274a25094c74e))
2043
+
2044
+
2045
+
2046
+
2047
+
2048
+ # [2.0.0-beta.141](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.140...@megafon/ui-core@2.0.0-beta.141) (2021-06-10)
2049
+
2050
+
2051
+ ### Features
2052
+
2053
+ * **select:** add new type to view in item ([453f375](https://github.com/MegafonWebLab/megafon-ui/commit/453f3753e46cc2b0fd56287635b8b0918bec56f6))
2054
+
2055
+
2056
+
2057
+
2058
+
2059
+ # [2.0.0-beta.140](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.139...@megafon/ui-core@2.0.0-beta.140) (2021-06-09)
2060
+
2061
+
2062
+ ### Features
2063
+
2064
+ * **accordion:** add 'title' to classes ([dc7cc28](https://github.com/MegafonWebLab/megafon-ui/commit/dc7cc28551693f97c57f0e852c0621ebd2af5677))
2065
+ * **carusel:** add ref ([b1b2889](https://github.com/MegafonWebLab/megafon-ui/commit/b1b28893dc27d9aa03033c9bc8577c60d85922a7))
2066
+
2067
+
2068
+
2069
+
2070
+
2071
+ # [2.0.0-beta.139](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.138...@megafon/ui-core@2.0.0-beta.139) (2021-06-08)
2072
+
2073
+
2074
+ ### Bug Fixes
2075
+
2076
+ * **textlink:** add rel prop ([0773a15](https://github.com/MegafonWebLab/megafon-ui/commit/0773a15a973fcec43910da1dbdb3129bf1da7a4a))
2077
+
2078
+
2079
+
2080
+
2081
+
2082
+ # [2.0.0-beta.138](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.137...@megafon/ui-core@2.0.0-beta.138) (2021-06-08)
2083
+
2084
+
2085
+ ### Features
2086
+
2087
+ * **accordion:** add dataAttrs prop ([3bbbd42](https://github.com/MegafonWebLab/megafon-ui/commit/3bbbd42c4eb7849ec2e5ad847e1d330b9bbe13e3))
2088
+
2089
+
2090
+
2091
+
2092
+
2093
+ # [2.0.0-beta.137](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.136...@megafon/ui-core@2.0.0-beta.137) (2021-06-04)
2094
+
2095
+
2096
+ ### Bug Fixes
2097
+
2098
+ * **convert:** added support for boolean props ([37fba6e](https://github.com/MegafonWebLab/megafon-ui/commit/37fba6e495fa00d58eaa615f492575256773c3a9))
2099
+
2100
+
2101
+
2102
+
2103
+
2104
+ # [2.0.0-beta.136](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.135...@megafon/ui-core@2.0.0-beta.136) (2021-06-04)
2105
+
2106
+
2107
+ ### Bug Fixes
2108
+
2109
+ * **notification:** fix content alignmtent in container ([8236e8e](https://github.com/MegafonWebLab/megafon-ui/commit/8236e8e03bb5c0344c2438cb48026ee51aeb5a0a))
2110
+
2111
+
2112
+
2113
+
2114
+
2115
+ # [2.0.0-beta.135](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.134...@megafon/ui-core@2.0.0-beta.135) (2021-06-03)
2116
+
2117
+
2118
+ ### Bug Fixes
2119
+
2120
+ * **tooltip:** update prop classes ([18f7a32](https://github.com/MegafonWebLab/megafon-ui/commit/18f7a32849af2fa04cb889478912f2ff0524b813))
2121
+
2122
+
2123
+ ### Features
2124
+
2125
+ * **search:** add new prop classes for Seach component ([e06ba5c](https://github.com/MegafonWebLab/megafon-ui/commit/e06ba5c4fd6d7de6c2cda6632f9e2f976b8d712c))
2126
+
2127
+
2128
+
2129
+
2130
+
2131
+ # [2.0.0-beta.134](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.133...@megafon/ui-core@2.0.0-beta.134) (2021-06-03)
2132
+
2133
+
2134
+ ### Bug Fixes
2135
+
2136
+ * **tooltip:** add new prop classes ([a10780f](https://github.com/MegafonWebLab/megafon-ui/commit/a10780f3b2865f051c187d4e189eb13ab42eb39d))
2137
+
2138
+
2139
+
2140
+
2141
+
2142
+ # [2.0.0-beta.133](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.132...@megafon/ui-core@2.0.0-beta.133) (2021-06-02)
2143
+
2144
+
2145
+ ### Features
2146
+
2147
+ * **notification:** replaced content property with childs ([a2f3b61](https://github.com/MegafonWebLab/megafon-ui/commit/a2f3b612b40fca247821612ccd8f2ff482f8e8ab))
2148
+
2149
+
2150
+ ### BREAKING CHANGES
2151
+
2152
+ * **notification:** replaced content property with childs
2153
+
2154
+
2155
+
2156
+
2157
+
2158
+ # [2.0.0-beta.132](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.131...@megafon/ui-core@2.0.0-beta.132) (2021-05-25)
2159
+
2160
+
2161
+ ### Features
2162
+
2163
+ * **carousel:** add dataAttrs prop and new params to onChange handler ([c410621](https://github.com/MegafonWebLab/megafon-ui/commit/c410621b2b0a743cad0729b1b86c5391ff5903f9))
2164
+
2165
+
2166
+
2167
+
2168
+
2169
+ # [2.0.0-beta.131](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.130...@megafon/ui-core@2.0.0-beta.131) (2021-05-25)
2170
+
2171
+
2172
+ ### Features
2173
+
2174
+ * **notification:** new props and design ([af149bc](https://github.com/MegafonWebLab/megafon-ui/commit/af149bc3ca782495b7407b708708255afc760e0c))
2175
+
2176
+
2177
+ ### BREAKING CHANGES
2178
+
2179
+ * **notification:** isShort Prop removed, new layout and props added
2180
+
2181
+
2182
+
2183
+
2184
+
2185
+ # [2.0.0-beta.130](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.129...@megafon/ui-core@2.0.0-beta.130) (2021-05-20)
2186
+
2187
+
2188
+ ### Bug Fixes
2189
+
2190
+ * **search:** update icon ([1aa5b53](https://github.com/MegafonWebLab/megafon-ui/commit/1aa5b53c3faec52b41038cd302bf80b3ff59e75d))
2191
+
2192
+
2193
+
2194
+
2195
+
2196
+ # [2.0.0-beta.129](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.128...@megafon/ui-core@2.0.0-beta.129) (2021-05-20)
2197
+
2198
+
2199
+ ### Performance Improvements
2200
+
2201
+ * **calendar:** change date-fns imports to descrease build size ([69aaaf9](https://github.com/MegafonWebLab/megafon-ui/commit/69aaaf9467ed78e12848dc2eea4c7553bcb5c219))
2202
+
2203
+
2204
+
2205
+
2206
+
2207
+ # [2.0.0-beta.128](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.127...@megafon/ui-core@2.0.0-beta.128) (2021-05-20)
2208
+
2209
+
2210
+ ### Bug Fixes
2211
+
2212
+ * **accordion:** fix bottom border styles for last item, fix paddings ([c7a38b9](https://github.com/MegafonWebLab/megafon-ui/commit/c7a38b94b18d6582270d9d343279632063e161f2))
2213
+ * **tabs:** fixed a bug related to IntersectionObserver during server rendering ([995cee1](https://github.com/MegafonWebLab/megafon-ui/commit/995cee1f82ba6ef8c5d3872dfca44bc462457b71))
2214
+
2215
+
2216
+
2217
+
2218
+
2219
+ # [2.0.0-beta.127](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.126...@megafon/ui-core@2.0.0-beta.127) (2021-05-18)
2220
+
2221
+
2222
+ ### Features
2223
+
2224
+ * **tabs:** added activeTab class ([b06a4be](https://github.com/MegafonWebLab/megafon-ui/commit/b06a4be9942727daa54fa5ba67159fca2281c17f))
2225
+
2226
+
2227
+
2228
+
2229
+
2230
+ # [2.0.0-beta.126](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.125...@megafon/ui-core@2.0.0-beta.126) (2021-05-13)
2231
+
2232
+
2233
+ ### Features
2234
+
2235
+ * **button:** added download props ([1d3c489](https://github.com/MegafonWebLab/megafon-ui/commit/1d3c4896f5189d9eb84094e074aa13aab7be09f4))
2236
+
2237
+
2238
+
2239
+
2240
+
2241
+ # [2.0.0-beta.125](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.124...@megafon/ui-core@2.0.0-beta.125) (2021-05-11)
2242
+
2243
+
2244
+ ### Bug Fixes
2245
+
2246
+ * **tabs:** swipe slider after click on tab ([c8b684d](https://github.com/MegafonWebLab/megafon-ui/commit/c8b684d2139435282bfd290f08591fee35f48357))
2247
+
2248
+
2249
+
2250
+
2251
+
2252
+ # [2.0.0-beta.124](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.123...@megafon/ui-core@2.0.0-beta.124) (2021-05-11)
2253
+
2254
+
2255
+ ### Features
2256
+
2257
+ * **convert:** change props type and add customProps in TransformConfigItem type ([244f2ab](https://github.com/MegafonWebLab/megafon-ui/commit/244f2ab13797ecaceabac2e50b87f78cbfedd0df))
2258
+
2259
+
2260
+ ### BREAKING CHANGES
2261
+
2262
+ * **convert:** change props type and add customProps
2263
+
2264
+
2265
+
2266
+
2267
+
2268
+ # [2.0.0-beta.123](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.122...@megafon/ui-core@2.0.0-beta.123) (2021-04-30)
2269
+
2270
+
2271
+ ### Features
2272
+
2273
+ * **select:** add selectedView in selectItem ([a9f944a](https://github.com/MegafonWebLab/megafon-ui/commit/a9f944a0dc6b29b004b288eaf5136ce1b666d4d6))
2274
+
2275
+
2276
+
2277
+
2278
+
2279
+ # [2.0.0-beta.122](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.121...@megafon/ui-core@2.0.0-beta.122) (2021-04-28)
2280
+
2281
+
2282
+ ### Features
2283
+
2284
+ * **textfield:** added callback intercepting masked input change ([ec32b99](https://github.com/MegafonWebLab/megafon-ui/commit/ec32b995ff8cf2fc875284d93d93256dda40d9c6))
2285
+
2286
+
2287
+
2288
+
2289
+
2290
+ # [2.0.0-beta.121](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.120...@megafon/ui-core@2.0.0-beta.121) (2021-04-28)
2291
+
2292
+
2293
+ ### Features
2294
+
2295
+ * **tabs:** added classname for tab ([af9bcf3](https://github.com/MegafonWebLab/megafon-ui/commit/af9bcf3f05c5e2eea5dfcbddc74b81f439d9cceb))
2296
+
2297
+
2298
+
2299
+
2300
+
2301
+ # [2.0.0-beta.120](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.119...@megafon/ui-core@2.0.0-beta.120) (2021-04-28)
2302
+
2303
+
2304
+ ### Features
2305
+
2306
+ * **accordion:** add isOpenClass props in classes object and rootRef prop ([a92d247](https://github.com/MegafonWebLab/megafon-ui/commit/a92d24724835ebda494630c8c2d453a0e2d51b08))
2307
+
2308
+
2309
+
2310
+
2311
+
2312
+ # [2.0.0-beta.119](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.118...@megafon/ui-core@2.0.0-beta.119) (2021-04-23)
2313
+
2314
+
2315
+ ### Features
2316
+
2317
+ * **carousel:** added custom slide class, swiper props, fade effect ([8949a0b](https://github.com/MegafonWebLab/megafon-ui/commit/8949a0b7e9139063f5d25d5e754e0240801f8c20))
2318
+
2319
+
2320
+
2321
+
2322
+
2323
+ # [2.0.0-beta.118](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.117...@megafon/ui-core@2.0.0-beta.118) (2021-04-23)
2324
+
2325
+
2326
+ ### Features
2327
+
2328
+ * **tooltip:** add fade and boundary props and none-padding value ([4f22c29](https://github.com/MegafonWebLab/megafon-ui/commit/4f22c29740122c63a7c74d3e1dff89e65d11ee7e))
2329
+
2330
+
2331
+ ### BREAKING CHANGES
2332
+
2333
+ * **tooltip:** size props rename to paddings
2334
+
2335
+
2336
+
2337
+
2338
+
2339
+ # [2.0.0-beta.117](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.116...@megafon/ui-core@2.0.0-beta.117) (2021-04-14)
2340
+
2341
+
2342
+ ### Bug Fixes
2343
+
2344
+ * **package.json:** update swiper to fix error with types ([594cc99](https://github.com/MegafonWebLab/megafon-ui/commit/594cc99af7d9533ac9efca3f8b1ded3cdd5a0433))
2345
+
2346
+
2347
+
2348
+
2349
+
2350
+ # [2.0.0-beta.116](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.115...@megafon/ui-core@2.0.0-beta.116) (2021-04-08)
2351
+
2352
+
2353
+ ### Features
2354
+
2355
+ * **carousel:** add new custom classes, pagination settings, ref callback ([8a90f46](https://github.com/MegafonWebLab/megafon-ui/commit/8a90f46f29483bdd0969fcbf0a4bdb4b023d43e9))
2356
+
2357
+
2358
+
2359
+
2360
+
2361
+ # [2.0.0-beta.115](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.114...@megafon/ui-core@2.0.0-beta.115) (2021-04-06)
2362
+
2363
+
2364
+ ### Features
2365
+
2366
+ * **benefitsiconstile, convert, readme:** fix and update render html ([0c08667](https://github.com/MegafonWebLab/megafon-ui/commit/0c086674f666a068e1c4fde4a1a615d26f225512))
2367
+
2368
+
2369
+
2370
+
2371
+
2372
+ # [2.0.0-beta.114](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.113...@megafon/ui-core@2.0.0-beta.114) (2021-04-06)
2373
+
2374
+ **Note:** Version bump only for package @megafon/ui-core
2375
+
2376
+
2377
+
2378
+
2379
+
2380
+ # [2.0.0-beta.113](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.112...@megafon/ui-core@2.0.0-beta.113) (2021-04-02)
2381
+
2382
+
2383
+ ### Bug Fixes
2384
+
2385
+ * **convert:** fix argument type ([b59e964](https://github.com/MegafonWebLab/megafon-ui/commit/b59e964eee26b08d4d16be939e39238154c198c3))
2386
+
2387
+
2388
+
2389
+
2390
+
2391
+ # [2.0.0-beta.112](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.111...@megafon/ui-core@2.0.0-beta.112) (2021-03-26)
2392
+
2393
+
2394
+ ### Features
2395
+
2396
+ * **select:** add props onOpened and onClosed ([8dd81d5](https://github.com/MegafonWebLab/megafon-ui/commit/8dd81d5ec16e04ecf6cabb5be846152b9fd8aaca))
2397
+
2398
+
2399
+
2400
+
2401
+
2402
+ # [2.0.0-beta.111](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.110...@megafon/ui-core@2.0.0-beta.111) (2021-03-24)
2403
+
2404
+ **Note:** Version bump only for package @megafon/ui-core
2405
+
2406
+
2407
+
2408
+
2409
+
2410
+ # [2.0.0-beta.110](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.109...@megafon/ui-core@2.0.0-beta.110) (2021-03-24)
2411
+
2412
+
2413
+ ### Features
2414
+
2415
+ * **calendar:** changed dates chose behaviour and added hover ([04817ba](https://github.com/MegafonWebLab/megafon-ui/commit/04817bae82c0544ccc663be6c96e80a3b40b90ab))
2416
+
2417
+
2418
+
2419
+
2420
+
2421
+ # [2.0.0-beta.109](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.108...@megafon/ui-core@2.0.0-beta.109) (2021-03-24)
2422
+
2423
+ **Note:** Version bump only for package @megafon/ui-core
2424
+
2425
+
2426
+
2427
+
2428
+
2429
+ # [2.0.0-beta.108](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.107...@megafon/ui-core@2.0.0-beta.108) (2021-03-23)
2430
+
2431
+
2432
+ ### Bug Fixes
2433
+
2434
+ * **tabs:** added coordinate recalculation when changing the window size ([8ea1644](https://github.com/MegafonWebLab/megafon-ui/commit/8ea164429ccb7677fd0e3b4094edb5266e56333c))
2435
+
2436
+
2437
+
2438
+
2439
+
2440
+ # [2.0.0-beta.107](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.106...@megafon/ui-core@2.0.0-beta.107) (2021-03-22)
2441
+
2442
+
2443
+ ### Bug Fixes
2444
+
2445
+ * **textfield:** increase z-index in icon-box, add right space in password type ([b5284b4](https://github.com/MegafonWebLab/megafon-ui/commit/b5284b40bfe148bcb4aee0a57f7a22406cb298e7))
2446
+
2447
+
2448
+
2449
+
2450
+
2451
+ # [2.0.0-beta.106](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.105...@megafon/ui-core@2.0.0-beta.106) (2021-03-18)
2452
+
2453
+
2454
+ ### Features
2455
+
2456
+ * **button:** allows to be used as IconButton if icon prop is passed and children prop is not ([9b89105](https://github.com/MegafonWebLab/megafon-ui/commit/9b89105de8455f9ea042005ab62c877a9afa2280))
2457
+ * **iconbutton:** deleted component ([23e175e](https://github.com/MegafonWebLab/megafon-ui/commit/23e175ebada66903a76db9eef1092f0f0c5edde5))
2458
+
2459
+
2460
+ ### BREAKING CHANGES
2461
+
2462
+ * **button:** "iconLeft" prop renamed to "icon"
2463
+ * **iconbutton:** IconButton component was deleted. Use Button with "icon" prop instead
2464
+
2465
+
2466
+
2467
+
2468
+
2469
+ # [2.0.0-beta.105](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.104...@megafon/ui-core@2.0.0-beta.105) (2021-03-18)
2470
+
2471
+
2472
+ ### Bug Fixes
2473
+
2474
+ * **icons:** added facebook icon with white background ([5d5e1f8](https://github.com/MegafonWebLab/megafon-ui/commit/5d5e1f86fd6e2346e37f5440529162f2501e367f))
2475
+
2476
+
2477
+ ### Features
2478
+
2479
+ * **icons:** added new Habr icon ([f0716dc](https://github.com/MegafonWebLab/megafon-ui/commit/f0716dc2e135c32674353d8e53616f66c7e1ab16))
2480
+
2481
+
2482
+
2483
+
2484
+
2485
+ # [2.0.0-beta.104](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.103...@megafon/ui-core@2.0.0-beta.104) (2021-03-16)
2486
+
2487
+ **Note:** Version bump only for package @megafon/ui-core
2488
+
2489
+
2490
+
2491
+
2492
+
2493
+ # [2.0.0-beta.103](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.102...@megafon/ui-core@2.0.0-beta.103) (2021-03-16)
2494
+
2495
+
2496
+ ### Bug Fixes
2497
+
2498
+ * **grid:** allow to pass array in children proptype ([0e4cd7d](https://github.com/MegafonWebLab/megafon-ui/commit/0e4cd7dfa969d027c297b34cb1072c305a6bacd5))
2499
+
2500
+
2501
+
2502
+
2503
+
2504
+ # [2.0.0-beta.102](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.101...@megafon/ui-core@2.0.0-beta.102) (2021-03-15)
2505
+
2506
+
2507
+ ### Bug Fixes
2508
+
2509
+ * **grid:** correct children proptype ([252f55e](https://github.com/MegafonWebLab/megafon-ui/commit/252f55e61996272d5bfbc2edd272feb044f73e81))
2510
+ * **grid:** rewritten to functional component ([4d153f2](https://github.com/MegafonWebLab/megafon-ui/commit/4d153f25b7e76a91f2e8c49f491eed510a4fc289))
2511
+ * **gridcolumn:** correct children proptype ([411cce0](https://github.com/MegafonWebLab/megafon-ui/commit/411cce0e280cabd3626dabb9dd3941ade1a3829f))
2512
+ * **gridcolumn:** rewritten to functional component ([b653163](https://github.com/MegafonWebLab/megafon-ui/commit/b653163f1f4c81dc196d6c53fbf545496b6fb849))
2513
+
2514
+
2515
+
2516
+
2517
+
2518
+ # [2.0.0-beta.101](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.100...@megafon/ui-core@2.0.0-beta.101) (2021-03-11)
2519
+
2520
+
2521
+ ### Features
2522
+
2523
+ * **icon-button:** pass className prop to root node ([742a4f4](https://github.com/MegafonWebLab/megafon-ui/commit/742a4f44e10ac03f3dc3be3186f5d30f73d1455f))
2524
+
2525
+
2526
+
2527
+
2528
+
2529
+ # [2.0.0-beta.100](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.99...@megafon/ui-core@2.0.0-beta.100) (2021-03-11)
2530
+
2531
+ **Note:** Version bump only for package @megafon/ui-core
2532
+
2533
+
2534
+
2535
+
2536
+
2537
+ # [2.0.0-beta.99](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.98...@megafon/ui-core@2.0.0-beta.99) (2021-03-09)
2538
+
2539
+
2540
+ ### Bug Fixes
2541
+
2542
+ * **counter:** fix btns width in ie ([8dbd525](https://github.com/MegafonWebLab/megafon-ui/commit/8dbd5250d254df8814984cfa1b9d17a2c7b99bfd))
2543
+
2544
+
2545
+
2546
+
2547
+
2548
+ # [2.0.0-beta.98](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.97...@megafon/ui-core@2.0.0-beta.98) (2021-03-05)
2549
+
2550
+
2551
+ ### Bug Fixes
2552
+
2553
+ * **counter:** counter icons were fixed ([f4ea586](https://github.com/MegafonWebLab/megafon-ui/commit/f4ea586c9a6fe6e37d5e8b424e28a539f482ba9b))
2554
+ * **icons:** added removing of element after copying it ([c763b42](https://github.com/MegafonWebLab/megafon-ui/commit/c763b426230f0b0d1b55b8da0fdd676d4518b7a8))
2555
+
2556
+
2557
+
2558
+
2559
+
2560
+ # [2.0.0-beta.97](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.96...@megafon/ui-core@2.0.0-beta.97) (2021-03-04)
2561
+
2562
+
2563
+ ### Features
2564
+
2565
+ * **convert:** add classname prop to returned component ([c76162a](https://github.com/MegafonWebLab/megafon-ui/commit/c76162a8b06a57025fe50019b5fa1b5ac3dceeb9))
2566
+
2567
+
2568
+
2569
+
2570
+
2571
+ # [2.0.0-beta.96](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.95...@megafon/ui-core@2.0.0-beta.96) (2021-03-01)
2572
+
2573
+
2574
+ ### Bug Fixes
2575
+
2576
+ * **button:** button text move to top by 1px ([a4a9aee](https://github.com/MegafonWebLab/megafon-ui/commit/a4a9aee2e3eb68655cd79228b29ff2ff349b4481))
2577
+
2578
+
2579
+
2580
+
2581
+
2582
+ # [2.0.0-beta.95](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.94...@megafon/ui-core@2.0.0-beta.95) (2021-02-26)
2583
+
2584
+
2585
+ ### Bug Fixes
2586
+
2587
+ * **button:** fix text vertical align ([fb9b9bb](https://github.com/MegafonWebLab/megafon-ui/commit/fb9b9bb09d6c4e257c65af4c6ccaf39987867638))
2588
+
2589
+
2590
+
2591
+
2592
+
2593
+ # [2.0.0-beta.94](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.93...@megafon/ui-core@2.0.0-beta.94) (2021-02-26)
2594
+
2595
+ **Note:** Version bump only for package @megafon/ui-core
2596
+
2597
+
2598
+
2599
+
2600
+
2601
+ # [2.0.0-beta.93](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.92...@megafon/ui-core@2.0.0-beta.93) (2021-02-25)
2602
+
2603
+
2604
+ ### Features
2605
+
2606
+ * **accordion:** add className prop ([1c00fda](https://github.com/MegafonWebLab/megafon-ui/commit/1c00fda68089edfd0fccfdc3167d54ce1aadaf81))
2607
+ * **carousel:** add className prop ([3db96c5](https://github.com/MegafonWebLab/megafon-ui/commit/3db96c5b79289f38229b333572afc2fb2bf73ab5))
2608
+ * **contentarea:** add className prop ([3a255be](https://github.com/MegafonWebLab/megafon-ui/commit/3a255be03ad366b2fc982c8b49084eb8503b7162))
2609
+ * **counter:** add className prop ([eec3790](https://github.com/MegafonWebLab/megafon-ui/commit/eec3790217695543b1bf482aec4e9a9196925eed))
2610
+ * **tabs:** add className prop ([863ebeb](https://github.com/MegafonWebLab/megafon-ui/commit/863ebebc0f4a3334d4983c2e0d1e173107404739))
2611
+
2612
+
2613
+
2614
+
2615
+
2616
+ # [2.0.0-beta.92](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.91...@megafon/ui-core@2.0.0-beta.92) (2021-02-19)
2617
+
2618
+
2619
+ ### Bug Fixes
2620
+
2621
+ * **radiobutton:** add props inputRef ([461ce6c](https://github.com/MegafonWebLab/megafon-ui/commit/461ce6cbf1369088ef5b6fc1ac4eefe2e70446a5))
2622
+
2623
+
2624
+
2625
+
2626
+
2627
+ # [2.0.0-beta.91](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.90...@megafon/ui-core@2.0.0-beta.91) (2021-02-12)
2628
+
2629
+
2630
+ ### Bug Fixes
2631
+
2632
+ * **textfield:** number value in typings ([9bd5799](https://github.com/MegafonWebLab/megafon-ui/commit/9bd5799b18aa0997136ae1a0a9b51f804065e1d6))
2633
+
2634
+
2635
+
2636
+
2637
+
2638
+ # [2.0.0-beta.90](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.89...@megafon/ui-core@2.0.0-beta.90) (2021-02-10)
2639
+
2640
+
2641
+ ### Features
2642
+
2643
+ * **carousel:** add noSwipingSelector prop ([2f96991](https://github.com/MegafonWebLab/megafon-ui/commit/2f96991516fbc25935966b2200a9624b1ed27240))
2644
+
2645
+
2646
+
2647
+
2648
+
2649
+ # [2.0.0-beta.89](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.88...@megafon/ui-core@2.0.0-beta.89) (2021-02-10)
2650
+
2651
+
2652
+ ### Features
2653
+
2654
+ * **accordion:** add hasVerticalPaddings prop ([74ecad8](https://github.com/MegafonWebLab/megafon-ui/commit/74ecad8ee48f14676ad9cd3a93e512d3d11f6afa))
2655
+
2656
+
2657
+
2658
+
2659
+
2660
+ # [2.0.0-beta.88](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.87...@megafon/ui-core@2.0.0-beta.88) (2021-02-09)
2661
+
2662
+
2663
+ ### Bug Fixes
2664
+
2665
+ * **link:** one more type for children ([b21a946](https://github.com/MegafonWebLab/megafon-ui/commit/b21a9468e534dc366e776e6ca1951ab40213f652))
2666
+ * **textlink:** one more type for children ([e235712](https://github.com/MegafonWebLab/megafon-ui/commit/e235712436216cf88917d8297e4233e65a3c2f5a))
2667
+
2668
+
2669
+
2670
+
2671
+
2672
+ # [2.0.0-beta.87](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.86...@megafon/ui-core@2.0.0-beta.87) (2021-02-09)
2673
+
2674
+
2675
+ ### Bug Fixes
2676
+
2677
+ * **convert:** typographic config is defined by the component ([fbac681](https://github.com/MegafonWebLab/megafon-ui/commit/fbac6810730cb4352568c20120374e7c374a9c23))
2678
+
2679
+
2680
+
2681
+
2682
+
2683
+ # [2.0.0-beta.86](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.85...@megafon/ui-core@2.0.0-beta.86) (2021-02-09)
2684
+
2685
+
2686
+ ### Features
2687
+
2688
+ * **counter:** edits added ([90e829a](https://github.com/MegafonWebLab/megafon-ui/commit/90e829aac312f2fad8c1124c8126b663568ac55e))
2689
+
2690
+
2691
+ ### BREAKING CHANGES
2692
+
2693
+ * **counter:** СlassName prop was deleted. Added new prop for custom class names.
2694
+
2695
+
2696
+
2697
+
2698
+
2699
+ # [2.0.0-beta.85](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.84...@megafon/ui-core@2.0.0-beta.85) (2021-02-08)
2700
+
2701
+
2702
+ ### Bug Fixes
2703
+
2704
+ * **icons:** added icons with merged path for Gag, Metro ([a2cb6ed](https://github.com/MegafonWebLab/megafon-ui/commit/a2cb6edd2a2a6c92415e51f909306227782719d3))
2705
+
2706
+
2707
+ ### Features
2708
+
2709
+ * **icons:** added plus, minus icons ([51c4bbe](https://github.com/MegafonWebLab/megafon-ui/commit/51c4bbe38fe1452394e5fef7b18b10d792e3faa3))
2710
+
2711
+
2712
+ ### BREAKING CHANGES
2713
+
2714
+ * **icons:** Metro_32 icon will be larger, new icon has less padding from wrapper to shape
2715
+
2716
+
2717
+
2718
+
2719
+
2720
+ # [2.0.0-beta.84](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.83...@megafon/ui-core@2.0.0-beta.84) (2021-02-02)
2721
+
2722
+
2723
+ ### Bug Fixes
2724
+
2725
+ * **icons:** returned old icon attach-file ([28fe5e1](https://github.com/MegafonWebLab/megafon-ui/commit/28fe5e1827a23b86159976bf46e223e707c3f3d4))
2726
+
2727
+
2728
+ ### BREAKING CHANGES
2729
+
2730
+ * **icons:** returned old icon attach-file
2731
+
2732
+
2733
+
2734
+
2735
+
2736
+ # [2.0.0-beta.83](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.82...@megafon/ui-core@2.0.0-beta.83) (2021-01-29)
2737
+
2738
+
2739
+ ### Features
2740
+
2741
+ * **textfield:** added controlled state for component ([15cca94](https://github.com/MegafonWebLab/megafon-ui/commit/15cca945c8888612eccb5609b0b412c0b37c219e))
2742
+
2743
+
2744
+
2745
+
2746
+
2747
+ # [2.0.0-beta.82](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.81...@megafon/ui-core@2.0.0-beta.82) (2021-01-29)
2748
+
2749
+
2750
+ ### Bug Fixes
2751
+
2752
+ * **tabs:** fix sticky tabs z-index ([931e538](https://github.com/MegafonWebLab/megafon-ui/commit/931e53813df35cfb2a18936e454d5cabff903ef4))
2753
+
2754
+
2755
+
2756
+
2757
+
2758
+ # [2.0.0-beta.81](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.80...@megafon/ui-core@2.0.0-beta.81) (2021-01-29)
2759
+
2760
+ **Note:** Version bump only for package @megafon/ui-core
2761
+
2762
+
2763
+
2764
+
2765
+
2766
+ # [2.0.0-beta.80](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.79...@megafon/ui-core@2.0.0-beta.80) (2021-01-28)
2767
+
2768
+
2769
+ ### Features
2770
+
2771
+ * **content area:** added classes prop, added new disable indents range ([f43480e](https://github.com/MegafonWebLab/megafon-ui/commit/f43480e7438178c683c42335e5c2e992b7169709))
2772
+
2773
+
2774
+ ### BREAKING CHANGES
2775
+
2776
+ * **content area:** className prop was deleted. Added new prop for custom class names.
2777
+
2778
+
2779
+
2780
+
2781
+
2782
+ # [2.0.0-beta.79](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.78...@megafon/ui-core@2.0.0-beta.79) (2021-01-22)
2783
+
2784
+
2785
+ ### Bug Fixes
2786
+
2787
+ * **textfield:** change textfield height by styleguide ([f0f69a9](https://github.com/MegafonWebLab/megafon-ui/commit/f0f69a9ed7baba63176510d3197b1d99ee01586e))
2788
+
2789
+
2790
+
2791
+
2792
+
2793
+ # [2.0.0-beta.78](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.77...@megafon/ui-core@2.0.0-beta.78) (2021-01-22)
2794
+
2795
+
2796
+ ### Bug Fixes
2797
+
2798
+ * **listitem:** remove extra margin ([e8bb642](https://github.com/MegafonWebLab/megafon-ui/commit/e8bb64213521fe9f2aac188f93127555ebf36e5d))
2799
+
2800
+
2801
+
2802
+
2803
+
2804
+ # [2.0.0-beta.77](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.76...@megafon/ui-core@2.0.0-beta.77) (2021-01-22)
2805
+
2806
+
2807
+ ### Bug Fixes
2808
+
2809
+ * **icons:** correct cancel icons, new size for plus icon, icon panel view ([20c597d](https://github.com/MegafonWebLab/megafon-ui/commit/20c597d7468b2b4bd52073644b28691445360b6c))
2810
+
2811
+
2812
+
2813
+
2814
+
2815
+ # [2.0.0-beta.76](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.75...@megafon/ui-core@2.0.0-beta.76) (2021-01-14)
2816
+
2817
+ **Note:** Version bump only for package @megafon/ui-core
2818
+
2819
+
2820
+
2821
+
2822
+
2823
+ # [2.0.0-beta.75](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.74...@megafon/ui-core@2.0.0-beta.75) (2021-01-13)
2824
+
2825
+ **Note:** Version bump only for package @megafon/ui-core
2826
+
2827
+
2828
+
2829
+
2830
+
2831
+ # [2.0.0-beta.74](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.73...@megafon/ui-core@2.0.0-beta.74) (2021-01-12)
2832
+
2833
+
2834
+ ### Bug Fixes
2835
+
2836
+ * **carousel:** update carousel component ([090681c](https://github.com/MegafonWebLab/megafon-ui/commit/090681ce607a4d8342d9710a18306d89ab5c0f08))
2837
+
2838
+
2839
+
2840
+
2841
+
2842
+ # [2.0.0-beta.73](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.72...@megafon/ui-core@2.0.0-beta.73) (2021-01-11)
2843
+
2844
+
2845
+ ### Bug Fixes
2846
+
2847
+ * **calendar:** added date mock for disabled dates test ([fc6df26](https://github.com/MegafonWebLab/megafon-ui/commit/fc6df268f8272152e3b073806160606a09046f6a))
2848
+
2849
+
2850
+ ### Features
2851
+
2852
+ * **utils:** add wrapper around htmr to cut forbidden tags and attrs ([71248da](https://github.com/MegafonWebLab/megafon-ui/commit/71248dabfed0f58a290bf087d10b8d5b994bf568))
2853
+
2854
+
2855
+
2856
+
2857
+
2858
+ # [2.0.0-beta.72](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.71...@megafon/ui-core@2.0.0-beta.72) (2020-12-25)
2859
+
2860
+
2861
+ ### Features
2862
+
2863
+ * **link:** added download attribute prop ([6234ee3](https://github.com/MegafonWebLab/megafon-ui/commit/6234ee358dbe93635b6eabac8572449d734f8775))
2864
+ * **textlink:** added download attribute prop ([c962e20](https://github.com/MegafonWebLab/megafon-ui/commit/c962e205dfa8f3be96c92776536cb99877e8961e))
2865
+
2866
+
2867
+
2868
+
2869
+
2870
+ # [2.0.0-beta.71](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.70...@megafon/ui-core@2.0.0-beta.71) (2020-12-24)
2871
+
2872
+ **Note:** Version bump only for package @megafon/ui-core
2873
+
2874
+
2875
+
2876
+
2877
+
2878
+ # [2.0.0-beta.70](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.69...@megafon/ui-core@2.0.0-beta.70) (2020-12-22)
2879
+
2880
+
2881
+ ### Bug Fixes
2882
+
2883
+ * **textfield:** deleted declared cursor ([10311f9](https://github.com/MegafonWebLab/megafon-ui/commit/10311f9f8460073f34cdc6dcdcc5d8d32df07a5a))
2884
+
2885
+
2886
+
2887
+
2888
+
2889
+ # [2.0.0-beta.69](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.68...@megafon/ui-core@2.0.0-beta.69) (2020-12-18)
2890
+
2891
+
2892
+ ### Bug Fixes
2893
+
2894
+ * **carousel:** fixed swiper bug with slidesPerView auto on different resolutions ([fbe13d2](https://github.com/MegafonWebLab/megafon-ui/commit/fbe13d28c55fd3faaf154efd3299d8cec2fa4a1b))
2895
+
2896
+
2897
+
2898
+
2899
+
2900
+ # [2.0.0-beta.68](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.67...@megafon/ui-core@2.0.0-beta.68) (2020-12-17)
2901
+
2902
+
2903
+ ### Bug Fixes
2904
+
2905
+ * **preloader:** added fixed delay for rendering ([16a03e1](https://github.com/MegafonWebLab/megafon-ui/commit/16a03e163bf878078fa9291f621b100ea89db7b4))
2906
+
2907
+
2908
+
2909
+
2910
+
2911
+ # [2.0.0-beta.67](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.66...@megafon/ui-core@2.0.0-beta.67) (2020-12-17)
2912
+
2913
+
2914
+ ### Bug Fixes
2915
+
2916
+ * **banner:** fix remarks ([9c8d186](https://github.com/MegafonWebLab/megafon-ui/commit/9c8d186c22c1f63d9daf8e1d01ed3657c065681f))
2917
+ * **carousel:** fix remarks ([9bafdb9](https://github.com/MegafonWebLab/megafon-ui/commit/9bafdb955f8a58bb0c1eb976eef25b09a7888479))
2918
+ * **tabs:** fix remarks ([f61639d](https://github.com/MegafonWebLab/megafon-ui/commit/f61639decbb014611ecc4b64148ce35630ca6aee))
2919
+
2920
+
2921
+ ### BREAKING CHANGES
2922
+
2923
+ * **tabs:** move className and innerIndentsClass props to classes object
2924
+ * **carousel:** move className and innerIndentsClass props to classes object
2925
+
2926
+
2927
+
2928
+
2929
+
2930
+ # [2.0.0-beta.66](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.65...@megafon/ui-core@2.0.0-beta.66) (2020-12-17)
2931
+
2932
+ **Note:** Version bump only for package @megafon/ui-core
2933
+
2934
+
2935
+
2936
+
2937
+
2938
+ # [2.0.0-beta.65](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.64...@megafon/ui-core@2.0.0-beta.65) (2020-12-16)
2939
+
2940
+
2941
+ ### Bug Fixes
2942
+
2943
+ * **tabs:** fix shadow transparent in safari ([a3308fc](https://github.com/MegafonWebLab/megafon-ui/commit/a3308fc7592be1dce7a428a513fc0779c07a6c9a))
2944
+
2945
+
2946
+
2947
+
2948
+
2949
+ # [2.0.0-beta.64](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.63...@megafon/ui-core@2.0.0-beta.64) (2020-12-15)
2950
+
2951
+
2952
+ ### Features
2953
+
2954
+ * **calendar:** changed onChange prop behavior ([1ef345f](https://github.com/MegafonWebLab/megafon-ui/commit/1ef345fe0575e560c45ae4735bf2c9ff863c9f82))
2955
+
2956
+
2957
+ ### BREAKING CHANGES
2958
+
2959
+ * **calendar:** made onChange callback to call only on manual dates change
2960
+
2961
+
2962
+
2963
+
2964
+
2965
+ # [2.0.0-beta.63](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.62...@megafon/ui-core@2.0.0-beta.63) (2020-12-15)
2966
+
2967
+
2968
+ ### Features
2969
+
2970
+ * **icons:** added new Copy icon ([de45029](https://github.com/MegafonWebLab/megafon-ui/commit/de4502903dcaeada613e3390b4d0ed9b9f237875))
2971
+
2972
+
2973
+
2974
+
2975
+
2976
+ # [2.0.0-beta.62](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.61...@megafon/ui-core@2.0.0-beta.62) (2020-12-11)
2977
+
2978
+
2979
+ ### Bug Fixes
2980
+
2981
+ * **search:** rewrite inner callback after onChange props changed ([9954f5e](https://github.com/MegafonWebLab/megafon-ui/commit/9954f5eb2f8d56bc3991c697b5d84dcd030cfd06))
2982
+
2983
+
2984
+
2985
+
2986
+
2987
+ # [2.0.0-beta.61](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.60...@megafon/ui-core@2.0.0-beta.61) (2020-12-10)
2988
+
2989
+ **Note:** Version bump only for package @megafon/ui-core
2990
+
2991
+
2992
+
2993
+
2994
+
2995
+ # [2.0.0-beta.60](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.59...@megafon/ui-core@2.0.0-beta.60) (2020-12-07)
2996
+
2997
+
2998
+ ### Code Refactoring
2999
+
3000
+ * **component - dropdownsociallist and producttalerest, folder - productcard:** remove component ([574e074](https://github.com/MegafonWebLab/megafon-ui/commit/574e074537cd2d9dcde5b3cffbbc8145d33aea49))
3001
+
3002
+
3003
+ ### BREAKING CHANGES
3004
+
3005
+ * **component - dropdownsociallist and producttalerest, folder - productcard:** destruction of public components
3006
+
3007
+
3008
+
3009
+
3010
+
3011
+ # [2.0.0-beta.59](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.58...@megafon/ui-core@2.0.0-beta.59) (2020-12-04)
3012
+
3013
+
3014
+ ### Bug Fixes
3015
+
3016
+ * **select:** add new keys to prop classes ([2a632f0](https://github.com/MegafonWebLab/megafon-ui/commit/2a632f02145514ce594728358770ccc2ea6b8d41))
3017
+
3018
+
3019
+
3020
+
3021
+
3022
+ # [2.0.0-beta.58](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.57...@megafon/ui-core@2.0.0-beta.58) (2020-12-04)
3023
+
3024
+
3025
+ ### Bug Fixes
3026
+
3027
+ * **checkbox:** fix onChange type ([ec7cab6](https://github.com/MegafonWebLab/megafon-ui/commit/ec7cab6b72bf2b84559e85c725f0e796e3ceb8b2))
3028
+
3029
+
3030
+
3031
+
3032
+
3033
+ # [2.0.0-beta.57](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.56...@megafon/ui-core@2.0.0-beta.57) (2020-12-04)
3034
+
3035
+ **Note:** Version bump only for package @megafon/ui-core
3036
+
3037
+
3038
+
3039
+
3040
+
3041
+ # [2.0.0-beta.56](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.55...@megafon/ui-core@2.0.0-beta.56) (2020-12-03)
3042
+
3043
+
3044
+ ### Bug Fixes
3045
+
3046
+ * **calendar:** minor style fixes and disabled possibility to give blocked date in props ([993aeaf](https://github.com/MegafonWebLab/megafon-ui/commit/993aeaf866b2b0232686127d2a0e4356b9c91264))
3047
+ * **tooltip:** changed click event to mousedown so ref wont change at the moment of contains check ([be2c328](https://github.com/MegafonWebLab/megafon-ui/commit/be2c328c9152b146dac47f624892b4d1a49d7da5))
3048
+
3049
+
3050
+
3051
+
3052
+
3053
+ # [2.0.0-beta.55](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.54...@megafon/ui-core@2.0.0-beta.55) (2020-12-01)
3054
+
3055
+
3056
+ ### Bug Fixes
3057
+
3058
+ * **counter:** default props refactoring, block class changed ([9b5c80f](https://github.com/MegafonWebLab/megafon-ui/commit/9b5c80f85190610641874eb1f88decbe358a818b))
3059
+
3060
+
3061
+
3062
+
3063
+
3064
+ # [2.0.0-beta.54](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.53...@megafon/ui-core@2.0.0-beta.54) (2020-12-01)
3065
+
3066
+
3067
+ ### Features
3068
+
3069
+ * **component:** added rel attribute to button component ([21fa921](https://github.com/MegafonWebLab/megafon-ui/commit/21fa92144df2d2c2e084121355160e4f1c5aa863))
3070
+
3071
+
3072
+
3073
+
3074
+
3075
+ # [2.0.0-beta.53](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.52...@megafon/ui-core@2.0.0-beta.53) (2020-11-30)
3076
+
3077
+
3078
+ ### Features
3079
+
3080
+ * **button:** add new button property ([713b6fe](https://github.com/MegafonWebLab/megafon-ui/commit/713b6fee5206847851063596d1a8d07337d610e1))
3081
+ * **button:** fix props order ([a6d3091](https://github.com/MegafonWebLab/megafon-ui/commit/a6d3091e5ff25be683cd4b690bc9630e7b42222a))
3082
+ * **button:** fix proptypes order ([98f6d37](https://github.com/MegafonWebLab/megafon-ui/commit/98f6d3737145e8b5f3219f9e0c7a3730799c6e21))
3083
+
3084
+
3085
+
3086
+
3087
+
3088
+ # [2.0.0-beta.52](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.51...@megafon/ui-core@2.0.0-beta.52) (2020-11-27)
3089
+
3090
+
3091
+ ### Bug Fixes
3092
+
3093
+ * **textfield:** added fixes and symbol counter, removed textarea autoheight increase after resize ([3bbdf7a](https://github.com/MegafonWebLab/megafon-ui/commit/3bbdf7a8bdc193b8a5455e7107453d851b6cc90a))
3094
+
3095
+
3096
+ ### Features
3097
+
3098
+ * **textfield:** added textarea flexible functional, symbol limit view ([d378b8b](https://github.com/MegafonWebLab/megafon-ui/commit/d378b8be96a20940102598007a94f07288dbc898))
3099
+
3100
+
3101
+ ### BREAKING CHANGES
3102
+
3103
+ * **textfield:** added prop symbolCounter, replaced prop multiline to textarea with fixed and
3104
+ flexible views
3105
+
3106
+
3107
+
3108
+
3109
+
3110
+ # [2.0.0-beta.51](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.50...@megafon/ui-core@2.0.0-beta.51) (2020-11-25)
3111
+
3112
+
3113
+ ### Bug Fixes
3114
+
3115
+ * **calendar:** changed date transform pattern for month ([8fc7933](https://github.com/MegafonWebLab/megafon-ui/commit/8fc79336235ecfdfc72a491cda336b0af40505b9))
3116
+
3117
+
3118
+
3119
+
3120
+
3121
+ # [2.0.0-beta.50](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.49...@megafon/ui-core@2.0.0-beta.50) (2020-11-25)
3122
+
3123
+
3124
+ ### Bug Fixes
3125
+
3126
+ * **breakpoints:** import files from constants is fixed ([8e3baa5](https://github.com/MegafonWebLab/megafon-ui/commit/8e3baa55eed164c3732d59bac8da76bd04a39dfb))
3127
+
3128
+
3129
+
3130
+
3131
+
3132
+ # [2.0.0-beta.49](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.48...@megafon/ui-core@2.0.0-beta.49) (2020-11-25)
3133
+
3134
+
3135
+ ### Bug Fixes
3136
+
3137
+ * **select:** default font weight added ([126389a](https://github.com/MegafonWebLab/megafon-ui/commit/126389a85b937e7eea42440de0cbd311d3710d62))
3138
+
3139
+
3140
+
3141
+
3142
+
3143
+ # [2.0.0-beta.48](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.47...@megafon/ui-core@2.0.0-beta.48) (2020-11-24)
3144
+
3145
+
3146
+ ### Bug Fixes
3147
+
3148
+ * **calendar:** added effect to change state if props changed ([a7ec076](https://github.com/MegafonWebLab/megafon-ui/commit/a7ec0762f0521898838871b6698d6408ca2a55d2))
3149
+
3150
+
3151
+
3152
+
3153
+
3154
+ # [2.0.0-beta.47](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.46...@megafon/ui-core@2.0.0-beta.47) (2020-11-23)
3155
+
3156
+
3157
+ ### Bug Fixes
3158
+
3159
+ * **carousel:** fix arrows align ([6b648c1](https://github.com/MegafonWebLab/megafon-ui/commit/6b648c1dda947213eaae35ecf8f0421229d27eb7))
3160
+
3161
+
3162
+
3163
+
3164
+
3165
+ # [2.0.0-beta.46](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.45...@megafon/ui-core@2.0.0-beta.46) (2020-11-23)
3166
+
3167
+
3168
+ ### Features
3169
+
3170
+ * **tabs:** add new component ([5d9c6bc](https://github.com/MegafonWebLab/megafon-ui/commit/5d9c6bcd8a9951dda44f646e005e48329a99fba9))
3171
+
3172
+
3173
+
3174
+
3175
+
3176
+ # [2.0.0-beta.45](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.44...@megafon/ui-core@2.0.0-beta.45) (2020-11-23)
3177
+
3178
+
3179
+ ### Code Refactoring
3180
+
3181
+ * **carousel:** full rework component ([90e7d97](https://github.com/MegafonWebLab/megafon-ui/commit/90e7d97e46c7677213ecdb483a75ecb677e5f3c8))
3182
+
3183
+
3184
+ ### Features
3185
+
3186
+ * **carousel:** add opacity animation ([f548f11](https://github.com/MegafonWebLab/megafon-ui/commit/f548f1108225a5c10b36163c5c6855e437b93939))
3187
+ * **contentarea:** add new prop disableIndents ([2a9ff72](https://github.com/MegafonWebLab/megafon-ui/commit/2a9ff72d4b4988287cf6ba0390d6816ceda3bbb0))
3188
+
3189
+
3190
+ ### BREAKING CHANGES
3191
+
3192
+ * **contentarea:** remove innerPadding and mobileInnerPadding props
3193
+ * **carousel:** full changed api, logic and dependencies
3194
+
3195
+
3196
+
3197
+
3198
+
3199
+ # [2.0.0-beta.44](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.43...@megafon/ui-core@2.0.0-beta.44) (2020-11-20)
3200
+
3201
+
3202
+ ### Features
3203
+
3204
+ * **banner:** add new component ([a4b2c12](https://github.com/MegafonWebLab/megafon-ui/commit/a4b2c125f7ed54a67e9ea57928681e0a76e53ab2))
3205
+
3206
+
3207
+
3208
+
3209
+
3210
+ # [2.0.0-beta.43](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.42...@megafon/ui-core@2.0.0-beta.43) (2020-11-20)
3211
+
3212
+
3213
+ ### Features
3214
+
3215
+ * **select:** add ability to update items state after transfer of new items to props ([b78eed4](https://github.com/MegafonWebLab/megafon-ui/commit/b78eed48ce354248ad94284d595879a7722144e4))
3216
+
3217
+
3218
+
3219
+
3220
+
3221
+ # [2.0.0-beta.42](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.41...@megafon/ui-core@2.0.0-beta.42) (2020-11-20)
3222
+
3223
+
3224
+ ### Bug Fixes
3225
+
3226
+ * **calendar:** fixes when parent has z-index, and elements with -1 value of z-index is dropped out ([d068539](https://github.com/MegafonWebLab/megafon-ui/commit/d068539cc327dc2bea896071b127bb97f5f7972a))
3227
+ * **calendar:** handleChange property renamed to onChange for better consistency ([4e753c8](https://github.com/MegafonWebLab/megafon-ui/commit/4e753c8b59cca1ce9a44f68375dde06ed4c3f209))
3228
+
3229
+
3230
+ ### BREAKING CHANGES
3231
+
3232
+ * **calendar:** use onChange property to pass callback function instead of handleChange
3233
+
3234
+
3235
+
3236
+
3237
+
3238
+ # [2.0.0-beta.41](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.40...@megafon/ui-core@2.0.0-beta.41) (2020-11-19)
3239
+
3240
+
3241
+ ### Features
3242
+
3243
+ * **calendar:** added new Calendar component ([22108ce](https://github.com/MegafonWebLab/megafon-ui/commit/22108ce73e833ecfa7aadde95931fa0b8b9af0d5))
3244
+
3245
+
3246
+
3247
+
3248
+
3249
+ # [2.0.0-beta.40](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.39...@megafon/ui-core@2.0.0-beta.40) (2020-11-18)
3250
+
3251
+
3252
+ ### Bug Fixes
3253
+
3254
+ * **search:** prevent placeholder selection, when double-click on control element ([0607fc8](https://github.com/MegafonWebLab/megafon-ui/commit/0607fc81a4422830ef80930cf236e19dba64a3a5))
3255
+
3256
+
3257
+
3258
+
3259
+
3260
+ # [2.0.0-beta.39](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.38...@megafon/ui-core@2.0.0-beta.39) (2020-11-16)
3261
+
3262
+
3263
+ ### Bug Fixes
3264
+
3265
+ * **tooltip:** don't show tooltip when it's not in viewport ([4a42df3](https://github.com/MegafonWebLab/megafon-ui/commit/4a42df32f88abc4df2dcc995d50cec031012a3f1))
3266
+
3267
+
3268
+
3269
+
3270
+
3271
+ # [2.0.0-beta.38](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.37...@megafon/ui-core@2.0.0-beta.38) (2020-11-10)
3272
+
3273
+
3274
+ ### Features
3275
+
3276
+ * **contentarea:** add box-sizing to avoid redefinition by global site styles ([e747072](https://github.com/MegafonWebLab/megafon-ui/commit/e7470728536fa8ffc0119fe86d870566cec03f01))
3277
+
3278
+
3279
+ ### BREAKING CHANGES
3280
+
3281
+ * **contentarea:** container width can change if site sets border-box globally for all elements
3282
+
3283
+
3284
+
3285
+
3286
+
3287
+ # [2.0.0-beta.37](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.36...@megafon/ui-core@2.0.0-beta.37) (2020-11-09)
3288
+
3289
+
3290
+ ### Bug Fixes
3291
+
3292
+ * **button:** added preloader in button instead of spinner ([fdc29c7](https://github.com/MegafonWebLab/megafon-ui/commit/fdc29c73ac4bf9fbe57a0dc197e82e539e021771))
3293
+ * **preloader:** added different resolutions ([0969158](https://github.com/MegafonWebLab/megafon-ui/commit/0969158729985b2954cd0dee5ccd6ca41fb545c1))
3294
+
3295
+
3296
+ ### BREAKING CHANGES
3297
+
3298
+ * **button:** renamed prop showSpinner to showLoader
3299
+ * **preloader:** added different sizes except one
3300
+
3301
+
3302
+
3303
+
3304
+
3305
+ # [2.0.0-beta.36](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.35...@megafon/ui-core@2.0.0-beta.36) (2020-11-06)
3306
+
3307
+ **Note:** Version bump only for package @megafon/ui-core
3308
+
3309
+
3310
+
3311
+
3312
+
3313
+ # [2.0.0-beta.35](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.34...@megafon/ui-core@2.0.0-beta.35) (2020-11-03)
3314
+
3315
+
3316
+ ### Bug Fixes
3317
+
3318
+ * **tile:** added data attributes prop ([321ea34](https://github.com/MegafonWebLab/megafon-ui/commit/321ea34d916ced836a4a8a9df08082d5b6634242))
3319
+
3320
+
3321
+ ### Features
3322
+
3323
+ * **select:** tests and functional extensions ([2ed549b](https://github.com/MegafonWebLab/megafon-ui/commit/2ed549b2de35b4230f8ea1251f940555794f560b))
3324
+
3325
+
3326
+
3327
+
3328
+
3329
+ # [2.0.0-beta.34](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.33...@megafon/ui-core@2.0.0-beta.34) (2020-11-03)
3330
+
3331
+
3332
+ ### Bug Fixes
3333
+
3334
+ * **grid column:** add types according renderHtml returned type ([b338acd](https://github.com/MegafonWebLab/megafon-ui/commit/b338acd6c9d77b7d006915c4d3ec1171d920fc4b))
3335
+
3336
+
3337
+
3338
+
3339
+
3340
+ # [2.0.0-beta.33](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.32...@megafon/ui-core@2.0.0-beta.33) (2020-11-02)
3341
+
3342
+
3343
+ ### Bug Fixes
3344
+
3345
+ * **bubblehint:** delete component ([2872b9b](https://github.com/MegafonWebLab/megafon-ui/commit/2872b9b39cd32811c6378c09c23d43abd5ca3dbc))
3346
+ * **dropdownsociallist:** replaced BubbleHint with Tooltip ([96a0a38](https://github.com/MegafonWebLab/megafon-ui/commit/96a0a38001f91b0a6ae42e3f3964065beaddd11f))
3347
+
3348
+
3349
+ ### Features
3350
+
3351
+ * **tooltip:** new Tooltip component with ref trigger element ([46efee7](https://github.com/MegafonWebLab/megafon-ui/commit/46efee792a1ae1c7fa056ea20846250ec556be4c))
3352
+
3353
+
3354
+ ### BREAKING CHANGES
3355
+
3356
+ * **bubblehint:** BubbleHint component has been removed. Use new Tooltip component instead
3357
+
3358
+
3359
+
3360
+
3361
+
3362
+ # [2.0.0-beta.32](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.31...@megafon/ui-core@2.0.0-beta.32) (2020-11-02)
3363
+
3364
+ **Note:** Version bump only for package @megafon/ui-core
3365
+
3366
+
3367
+
3368
+
3369
+
3370
+ # [2.0.0-beta.31](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.30...@megafon/ui-core@2.0.0-beta.31) (2020-11-02)
3371
+
3372
+
3373
+ ### Bug Fixes
3374
+
3375
+ * **base styles:** edit media queries ([e7a22db](https://github.com/MegafonWebLab/megafon-ui/commit/e7a22dbf98835c163fb77bd1974c8f92d1acf0bd))
3376
+ * **grid:** added custom classname prop ([66e9536](https://github.com/MegafonWebLab/megafon-ui/commit/66e953696e74b7648f83b11a72c51ea93d9ff8f4))
3377
+ * **icons:** new Cancel svg files with merged path, for all icon sizes ([9d4cf8d](https://github.com/MegafonWebLab/megafon-ui/commit/9d4cf8d85d4c5c24da7b6e7dc159630a4f930034))
3378
+
3379
+
3380
+
3381
+
3382
+
3383
+ # [2.0.0-beta.30](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.29...@megafon/ui-core@2.0.0-beta.30) (2020-11-01)
3384
+
3385
+ **Note:** Version bump only for package @megafon/ui-core
3386
+
3387
+
3388
+
3389
+
3390
+
3391
+ # [2.0.0-beta.29](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.28...@megafon/ui-core@2.0.0-beta.29) (2020-10-30)
3392
+
3393
+ **Note:** Version bump only for package @megafon/ui-core
3394
+
3395
+
3396
+
3397
+
3398
+
3399
+ # [2.0.0-beta.28](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.27...@megafon/ui-core@2.0.0-beta.28) (2020-10-30)
3400
+
3401
+ **Note:** Version bump only for package @megafon/ui-core
3402
+
3403
+
3404
+
3405
+
3406
+
3407
+ # [2.0.0-beta.27](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.26...@megafon/ui-core@2.0.0-beta.27) (2020-10-29)
3408
+
3409
+
3410
+ ### Bug Fixes
3411
+
3412
+ * **build:** remove icon property from svgr config ([812bc9f](https://github.com/MegafonWebLab/megafon-ui/commit/812bc9fbbea617edbd56e28b6618654876229924))
3413
+
3414
+
3415
+
3416
+
3417
+
3418
+ # [2.0.0-beta.26](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.25...@megafon/ui-core@2.0.0-beta.26) (2020-10-29)
3419
+
3420
+
3421
+ ### Bug Fixes
3422
+
3423
+ * **tile:** edit text decoration on hover ([bb5c694](https://github.com/MegafonWebLab/megafon-ui/commit/bb5c694413564f8ec05f1b1c0d5f625efd410e8d))
3424
+
3425
+
3426
+
3427
+
3428
+
3429
+ # [2.0.0-beta.25](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.24...@megafon/ui-core@2.0.0-beta.25) (2020-10-26)
3430
+
3431
+ **Note:** Version bump only for package @megafon/ui-core
3432
+
3433
+
3434
+
3435
+
3436
+
3437
+ # [2.0.0-beta.24](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.23...@megafon/ui-core@2.0.0-beta.24) (2020-10-12)
3438
+
3439
+
3440
+ ### Features
3441
+
3442
+ * **textfield:** added inputmode for input ([5762d99](https://github.com/MegafonWebLab/megafon-ui/commit/5762d9996261e23bb9342d435a0562993f648e03))
3443
+
3444
+
3445
+
3446
+
3447
+
3448
+ # [2.0.0-beta.23](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.22...@megafon/ui-core@2.0.0-beta.23) (2020-10-02)
3449
+
3450
+
3451
+ ### Bug Fixes
3452
+
3453
+ * **text filed:** separate input params for react input mask ([de6f00e](https://github.com/MegafonWebLab/megafon-ui/commit/de6f00ef3af5fff01b8e2f8fc983b89d7d8a956a))
3454
+
3455
+
3456
+
3457
+
3458
+
3459
+ # [2.0.0-beta.22](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.21...@megafon/ui-core@2.0.0-beta.22) (2020-10-01)
3460
+
3461
+
3462
+ ### Bug Fixes
3463
+
3464
+ * **icons:** add new checked_16 icon with normal path ([314fbf1](https://github.com/MegafonWebLab/megafon-ui/commit/314fbf17b14db8070d7795cb91ad7ac4744f17bd))
3465
+
3466
+
3467
+
3468
+
3469
+
3470
+ # [2.0.0-beta.21](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.20...@megafon/ui-core@2.0.0-beta.21) (2020-09-29)
3471
+
3472
+
3473
+ ### Features
3474
+
3475
+ * **search:** add className prop ([0502a00](https://github.com/MegafonWebLab/megafon-ui/commit/0502a0098f005f70fb678b9b3c59f726e05ad297))
3476
+
3477
+
3478
+
3479
+
3480
+
3481
+ # [2.0.0-beta.20](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.19...@megafon/ui-core@2.0.0-beta.20) (2020-09-25)
3482
+
3483
+
3484
+ ### Bug Fixes
3485
+
3486
+ * **select:** increased z-index ([13c1ae5](https://github.com/MegafonWebLab/megafon-ui/commit/13c1ae518ee102119fba2c55c728b038cf163526))
3487
+
3488
+
3489
+
3490
+
3491
+
3492
+ # [2.0.0-beta.19](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.18...@megafon/ui-core@2.0.0-beta.19) (2020-09-25)
3493
+
3494
+
3495
+ ### Features
3496
+
3497
+ * **search:** added Search component ([69ed181](https://github.com/MegafonWebLab/megafon-ui/commit/69ed181093ac94e476b28cf4f02055fc00076862))
3498
+
3499
+
3500
+
3501
+
3502
+
3503
+ # [2.0.0-beta.18](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.17...@megafon/ui-core@2.0.0-beta.18) (2020-09-24)
3504
+
3505
+ **Note:** Version bump only for package @megafon/ui-core
3506
+
3507
+
3508
+
3509
+
3510
+
3511
+ # [2.0.0-beta.17](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.16...@megafon/ui-core@2.0.0-beta.17) (2020-09-23)
3512
+
3513
+
3514
+ ### Bug Fixes
3515
+
3516
+ * **build:** add usage param for polyfills ([a26b725](https://github.com/MegafonWebLab/megafon-ui/commit/a26b7253b2f38b6984df7dabf61aee86f9a43ce0))
3517
+
3518
+
3519
+
3520
+
3521
+
3522
+ # [2.0.0-beta.16](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.15...@megafon/ui-core@2.0.0-beta.16) (2020-09-23)
3523
+
3524
+ **Note:** Version bump only for package @megafon/ui-core
3525
+
3526
+
3527
+
3528
+
3529
+
3530
+ # [2.0.0-beta.15](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.14...@megafon/ui-core@2.0.0-beta.15) (2020-09-23)
3531
+
3532
+
3533
+ ### Bug Fixes
3534
+
3535
+ * **notification:** changed enum to object literal ([2b3f77c](https://github.com/MegafonWebLab/megafon-ui/commit/2b3f77c3575754626a88b6f431fb45e6c80b27a3))
3536
+ * **select:** changed enum to object literal ([2873aeb](https://github.com/MegafonWebLab/megafon-ui/commit/2873aeb013beca7068c5062afaf7d8c50d495bcf))
3537
+ * **tile:** changed enum to object literal ([3d55209](https://github.com/MegafonWebLab/megafon-ui/commit/3d55209bedffe8240607f7ff47edcf1f8c34158b))
3538
+
3539
+
3540
+
3541
+
3542
+
3543
+ # [2.0.0-beta.14](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.13...@megafon/ui-core@2.0.0-beta.14) (2020-09-23)
3544
+
3545
+
3546
+ ### Features
3547
+
3548
+ * **textlink:** add rel prop ([cb2dd84](https://github.com/MegafonWebLab/megafon-ui/commit/cb2dd841740285631cae9238d5a2c0e28107dc7e))
3549
+
3550
+
3551
+
3552
+
3553
+
3554
+ # [2.0.0-beta.13](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.12...@megafon/ui-core@2.0.0-beta.13) (2020-09-21)
3555
+
3556
+
3557
+ ### Features
3558
+
3559
+ * **link:** add rel prop ([b3e08f9](https://github.com/MegafonWebLab/megafon-ui/commit/b3e08f96f90b7f008020f8701fb07d851b07ca69))
3560
+
3561
+
3562
+
3563
+
3564
+
3565
+ # [2.0.0-beta.12](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.11...@megafon/ui-core@2.0.0-beta.12) (2020-09-17)
3566
+
3567
+
3568
+ ### Bug Fixes
3569
+
3570
+ * **select:** fix keys generation ([7ff4fa8](https://github.com/MegafonWebLab/megafon-ui/commit/7ff4fa82ad5300f10c99fa1c77799efacfca261f))
3571
+
3572
+
3573
+
3574
+
3575
+
3576
+ # [2.0.0-beta.11](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.10...@megafon/ui-core@2.0.0-beta.11) (2020-09-17)
3577
+
3578
+
3579
+ ### Bug Fixes
3580
+
3581
+ * **select:** edit item value prop type ([78d667d](https://github.com/MegafonWebLab/megafon-ui/commit/78d667df26d32e0159abb4a7d4d16bb2be0bdbc3))
3582
+
3583
+
3584
+ ### Features
3585
+
3586
+ * **checkbox:** add data attrs prop ([5d66a67](https://github.com/MegafonWebLab/megafon-ui/commit/5d66a67bb33ce487dfb2e9ffe4663c921734997a))
3587
+
3588
+
3589
+
3590
+
3591
+
3592
+ # [2.0.0-beta.10](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.9...@megafon/ui-core@2.0.0-beta.10) (2020-09-16)
3593
+
3594
+
3595
+ ### Bug Fixes
3596
+
3597
+ * **icons:** update icons ([19dccd3](https://github.com/MegafonWebLab/megafon-ui/commit/19dccd3d8160667f2f3c4e2e6b0713422ccf6fba))
3598
+
3599
+
3600
+
3601
+
3602
+
3603
+ # [2.0.0-beta.9](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.8...@megafon/ui-core@2.0.0-beta.9) (2020-09-16)
3604
+
3605
+
3606
+ ### Features
3607
+
3608
+ * **iconbutton:** mFRU-7874 ([35f1330](https://github.com/MegafonWebLab/megafon-ui/commit/35f133068e1337856409bd5cd40d8abd7f346c90))
3609
+
3610
+
3611
+
3612
+
3613
+
3614
+ # [2.0.0-beta.8](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.7...@megafon/ui-core@2.0.0-beta.8) (2020-09-14)
3615
+
3616
+
3617
+ ### Bug Fixes
3618
+
3619
+ * **tile:** fixed notes ([79ed5ec](https://github.com/MegafonWebLab/megafon-ui/commit/79ed5ec7179888bff5c4cff9e871162e943184da))
3620
+
3621
+
3622
+ ### Features
3623
+
3624
+ * **tile:** added new component ([4efc047](https://github.com/MegafonWebLab/megafon-ui/commit/4efc0479bc748013e1ce50a78d07cc08cd2e2007))
3625
+
3626
+
3627
+
3628
+
3629
+
3630
+ # [2.0.0-beta.7](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.6...@megafon/ui-core@2.0.0-beta.7) (2020-09-11)
3631
+
3632
+
3633
+ ### Bug Fixes
3634
+
3635
+ * **textfield:** increase zIndex icon with onClick handler ([f169dd5](https://github.com/MegafonWebLab/megafon-ui/commit/f169dd5c1200193868ddfbd637e8ff3aeb90e904))
3636
+
3637
+
3638
+
3639
+
3640
+
3641
+ # [2.0.0-beta.6](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.5...@megafon/ui-core@2.0.0-beta.6) (2020-09-10)
3642
+
3643
+
3644
+ ### Bug Fixes
3645
+
3646
+ * export interfaces ([275c2e1](https://github.com/MegafonWebLab/megafon-ui/commit/275c2e1f94ea69f7a29e4b3590504dd2def32ac1))
3647
+
3648
+
3649
+
3650
+
3651
+
3652
+ # [2.0.0-beta.5](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.4...@megafon/ui-core@2.0.0-beta.5) (2020-09-09)
3653
+
3654
+
3655
+ ### Bug Fixes
3656
+
3657
+ * **textfield:** fix Verification type ([2911a94](https://github.com/MegafonWebLab/megafon-ui/commit/2911a9447126a3d24206a995e456884badfac7d6))
3658
+
3659
+
3660
+
3661
+
3662
+
3663
+ # [2.0.0-beta.4](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.3...@megafon/ui-core@2.0.0-beta.4) (2020-09-07)
3664
+
3665
+
3666
+ ### Bug Fixes
3667
+
3668
+ * **select:** add data attrs prop ([554a173](https://github.com/MegafonWebLab/megafon-ui/commit/554a17388009f52a335273729343b938d952848a))
3669
+
3670
+
3671
+
3672
+
3673
+
3674
+ # [2.0.0-beta.3](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.2...@megafon/ui-core@2.0.0-beta.3) (2020-09-01)
3675
+
3676
+
3677
+ ### Bug Fixes
3678
+
3679
+ * add data attributes prop ([8f38c20](https://github.com/MegafonWebLab/megafon-ui/commit/8f38c2045f9bf7c4829946edf2071be6fe6a07df))
3680
+
3681
+
3682
+
3683
+
3684
+
3685
+ # [2.0.0-beta.2](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.1...@megafon/ui-core@2.0.0-beta.2) (2020-08-31)
3686
+
3687
+
3688
+ ### Bug Fixes
3689
+
3690
+ * **textfield:** new prop classes ([d66340f](https://github.com/MegafonWebLab/megafon-ui/commit/d66340fbb4f1242b61e988c566efccc75ac066ca))
3691
+
3692
+
3693
+
3694
+
3695
+
3696
+ # [2.0.0-beta.1](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@2.0.0-beta.0...@megafon/ui-core@2.0.0-beta.1) (2020-08-27)
3697
+
3698
+
3699
+ ### Bug Fixes
3700
+
3701
+ * **textfield:** fix placeholder in ie ([603bf8f](https://github.com/MegafonWebLab/megafon-ui/commit/603bf8f14e5cee27c6fcca6ac28bb696d5ee54c4))
3702
+
3703
+
3704
+
3705
+
3706
+
3707
+ # [2.0.0-beta.0](https://github.com/MegafonWebLab/megafon-ui/compare/@megafon/ui-core@1.4.0...@megafon/ui-core@2.0.0-beta.0) (2020-08-26)
3708
+
3709
+ ### BREAKING CHANGES
3710
+
3711
+ - **styles:**
3712
+ - changed classname prefix for beta
3713
+ - **Notification**
3714
+ - added new component
3715
+ - **Carousel**
3716
+ - removed touchStart and touchMove events
3717
+ - removed touch-action for slick-list
3718
+ - added pinch-zoom touch action for slick-track
3719
+ - fixed bug with first click on
3720
+ item after swipe
3721
+ - **List**
3722
+ - added list-style rules
3723
+ - **Colors**
3724
+ - added documentation for guide colors
3725
+ - deleted Mandarin color, added border only for white color
3726
+ - **BubbleHint**
3727
+ - synchronized colors according to the guide
3728
+ - **Button**
3729
+ - synchronized colors according to the guide
3730
+ - **CarouselArrow**
3731
+ - synchronized colors according to the guide
3732
+ - **Checkbox**
3733
+ - synchronized colors according to the guide
3734
+ - **DropdownSocialList**
3735
+ - synchronized colors according to the guide
3736
+ - **Select**
3737
+ - added new functional
3738
+ - synchronized colors according to the guide
3739
+ - **SelectItem**
3740
+ - added new functional
3741
+ - synchronized colors according to the guide
3742
+ - **TextField**
3743
+ - synchronized colors according to the guide
3744
+ - add focus in input after click on clear icon
3745
+ - add vertical resize to textarea
3746
+ - fix password placeholder
3747
+ - update documentation
3748
+ - fixed placeholder for ie11
3749
+ - **TextLink**
3750
+ - synchronized colors according to the guide
3751
+ - **Icons**
3752
+ - synchronized colors according to the guide
3753
+ - **ProductCardInfo**
3754
+ - synchronized colors according to the guide
3755
+ - **ProductCardTotal**
3756
+ - synchronized colors according to the guide
3757
+ - **ProductCardWrapper**
3758
+ - synchronized colors according to the guide
3759
+ - **ProductCardSwitcher**
3760
+ - synchronized colors according to the guide
3761
+ - **ProductCardTile**
3762
+ - synchronized colors according to the guide
3763
+ - **ProductCardTileCashback**
3764
+ - synchronized colors according to the guide
3765
+ - **ProductCardTileHint**
3766
+ - synchronized colors according to the guide
3767
+ - **ProductCardTileOptions**
3768
+ - synchronized colors according to the guide
3769
+ - **ProductCardTileRest**
3770
+ - synchronized colors according to the guide
3771
+ - **RadioButton**
3772
+ - added new component
3773
+ - **Counter**
3774
+ - added new component
3775
+ - synchronized colors according to the guide
3776
+ - **Preloader**
3777
+ - added new component
3778
+ - fixed tslint errors
3779
+ - **Header**
3780
+ - correct header css for style guide, delete h6 props
3781
+ - updated documentation
3782
+ - synchronized colors according to the guide
3783
+ - add hAlign prop width default value 'inherit'
3784
+ - fix children type
3785
+ - **cn**
3786
+ - add variability to add arguments
3787
+ - rename `cn` to `cnCreate`
3788
+ - allow use undefined in array of custom classes
3789
+ - fix bug with extra space for empty string in array of custom classes
3790
+ - **Switcher**
3791
+ - added new component
3792
+ - added examples and description in .mdx
3793
+ - added tests
3794
+ - synchronized colors according to the guide
3795
+ - **Carousel**
3796
+ - add onSwipe callback
3797
+ - fix touch events
3798
+ - synchronized colors according to the guide
3799
+ - **ContentArea**
3800
+ - add basic colors for `outerBackgroundColor` and `innerBackgroundColor`
3801
+ - changed the parameter name from `lg` in the `innerPadding` property to `default`
3802
+ - synchronized colors according to the guide
3803
+ - **Accordion**
3804
+ - add Accordion component
3805
+ - fixed title style, text padding, border-bottom in opened accordion
3806
+ - **Paragraph**
3807
+ - update with a new guide
3808
+ - update test
3809
+ - add inherit color
3810
+ - **Grid**
3811
+ - fix children type
3812
+ - add left to hAlight prop
3813
+ - **GridColumn**
3814
+ - fix children type
3815
+ - rename offset props to leftOffset
3816
+ - add rightOffset props
3817
+
3818
+ ## Release 1.4.1
3819
+ - **Carousel**
3820
+ - update classes prop
3821
+ - **Checkbox**
3822
+ - checkbox with small label taken out as a separate example
3823
+
3824
+ ## Release 1.4.0
3825
+ - **Button**
3826
+ - add font-color for hover button type
3827
+ - **GridColumn**
3828
+ - add offset props
3829
+ - **ContentArea**
3830
+ - `mobileInnerPadding` and `className` properties added
3831
+ - **Paragraph**
3832
+ - line-height in mixin for small font fixed according to the guide
3833
+
3834
+ ## Release 1.3.4
3835
+ - **Carousel**
3836
+ - add classes props for flexible styling of the component
3837
+
3838
+ ## Release 1.3.3
3839
+ - **Carousel**
3840
+ - remove margin beetween slides in landing theme
3841
+
3842
+ ## Release 1.3.2
3843
+ - **Carousel**
3844
+ - fix slick slide padding for lk themed carousel
3845
+
3846
+ ## Release 1.3.1
3847
+ - **Carousel**
3848
+ - added top and bottom padding for overflow slide content
3849
+
3850
+ ## Release 1.3.0
3851
+ - **GridColumn**
3852
+ - add `order` property for all screens
3853
+
3854
+ ## Release 1.2.0
3855
+ - **Carousel**
3856
+ - `hasPaddingBetweenSlides` property added (zero padding between slides)
3857
+ - fix showcase slider padding
3858
+
3859
+ ## Release 1.1.0
3860
+ - **Carousel**
3861
+ - new prop `onBeforeChange` added
3862
+
3863
+ ## Release 1.0.21
3864
+ - **GridColumn**
3865
+ - add box-sizing: border-box in less
3866
+ - fix gutters width and height for mobile devices
3867
+ - **Button**
3868
+ - fixed disabled state for tag a (block onClick calls, cancel following link, change color)
3869
+ - fixed display target attribute for tag button
3870
+ - fixed display type attribute for tag a
3871
+ - added tests
3872
+ - added usage example for disabled, href, target
3873
+
3874
+ ## Release 1.0.20
3875
+ - **Icons**
3876
+ - update basic icons
3877
+
3878
+ ## Release 1.0.19
3879
+ - **package.json**
3880
+ - updated version, publish patch fix
3881
+
3882
+ ## Release 1.0.18
3883
+ - **Carousel**
3884
+ - fix slick-track height for "lk" theme
3885
+ - fix slick-list height for "lk" theme
3886
+
3887
+ ## Release 1.0.17
3888
+ - **Carousel**
3889
+ - new theme `lk` created
3890
+
3891
+ ## Release 1.0.16
3892
+ - **Select**
3893
+ - import fix
3894
+ - **Textarea**
3895
+ - import fix
3896
+ - **TextField**
3897
+ - import fix
3898
+ - **InputLabel**
3899
+ - import fix
3900
+
3901
+ ## Release 1.0.15
3902
+ - **Carousel**
3903
+ - fix slick-track `z-index`
3904
+ - `overflow: hidden` added for slick-list
3905
+
3906
+ ## Release 1.0.14
3907
+ - **Select**
3908
+ - `label` and `onCustomIconClick` props added
3909
+ - **Textarea**
3910
+ - `label` prop added
3911
+ - **TextField**
3912
+ - `label` prop added
3913
+ - **InputLabel**
3914
+ - component added
3915
+
3916
+ ## Release 1.0.13
3917
+ - **Checkbox**
3918
+ - added new component
3919
+ - added examples and description in .mdx
3920
+ - added tests
3921
+ - replaced property size with fontSize
3922
+ - fix hover with touch events detector
3923
+ - **detectTouch**
3924
+ - fixed return undefined
3925
+ - **Select**
3926
+ - fixed hover with touch events detector
3927
+ - **Textarea**
3928
+ - fixed hover with touch events detector
3929
+ - **TextField**
3930
+ - fixed hover with touch events detector
3931
+ - **package.json**
3932
+ - updated deep-equal module
3933
+
3934
+ ## Release 1.0.12
3935
+ - **Paragraph**
3936
+ - edit styles according to the guide
3937
+ - add `default` value for `marginAll` prop
3938
+ - **Header**
3939
+ - edit styles according to the guide
3940
+
3941
+ ## Release 1.0.11
3942
+ - **Button**
3943
+ - few values of properties `passiveColor` and `disabledColor` was deprecated
3944
+ - new values for properties `passiveColor` and `disabledColor` was added
3945
+
3946
+ ## Release 1.0.10
3947
+ - **ContentArea**
3948
+ - fixed typing in test case file
3949
+ - **Select**
3950
+ - fix hover with touch events detector
3951
+ - fixed examples
3952
+ - **Textarea**
3953
+ - fix hover with touch events detector
3954
+ - **TextField**
3955
+ - fix hover with touch events detector
3956
+ - fixed and added examples
3957
+ - fixed password type component
3958
+ - removed clear and reveal icons for Edge
3959
+
3960
+ ## Release 1.0.9
3961
+ - **ContentArea**
3962
+ - added new component
3963
+ - added tests
3964
+
3965
+ ## Release 1.0.8
3966
+ - **Carousel**
3967
+ - fixed bug with lost position
3968
+
3969
+ ## Release 1.0.7
3970
+ - **Grid**
3971
+ - add examples and descriprion in .mdx
3972
+ - **GridColumn**
3973
+ - change description for props
3974
+ - **Select**
3975
+ - add disabled mod
3976
+ - **TextField**
3977
+ - add styles and icon for input type="password"
3978
+ - **BubbleHint**
3979
+ - changed styles in accordance with the requirements of the guide
3980
+
3981
+ ## Release 1.0.6
3982
+ - **Grid**
3983
+ - add examples in .mdx
3984
+ - fixed value for prop 'hAlign'
3985
+ - added tests
3986
+ - **GridColumn**
3987
+ - fixed types for props
3988
+ - added tests
3989
+
3990
+ ## Release 1.0.5
3991
+ - **GridColumn**
3992
+ - fixed empty array for prop 'wide'
3993
+
3994
+ ## Release 1.0.4
3995
+ - **Carousel**
3996
+ - fix 'pointer-events' for disabled arrow
3997
+
3998
+ ## Release 1.0.3
3999
+ - **Grid**
4000
+ - add new component
4001
+ - add typescript
4002
+ - **GridColumn**
4003
+ - add new component
4004
+ - add typescript
4005
+
4006
+ ## Release 1.0.2
4007
+ - **Carousel**
4008
+ - fix bottom padding in less