@megafon/ui-core 6.2.0 → 7.0.0-beta.1

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