@skbkontur/react-ui 0.0.0-5faffefa15 → 0.0.0-627b6e869c

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 (2866) hide show
  1. package/CHANGELOG.md +2671 -1852
  2. package/LICENSE +21 -21
  3. package/README.md +129 -61
  4. package/cjs/components/Autocomplete/Autocomplete.d.ts +23 -3
  5. package/cjs/components/Autocomplete/Autocomplete.js +150 -36
  6. package/cjs/components/Autocomplete/Autocomplete.js.map +1 -1
  7. package/cjs/components/Autocomplete/Autocomplete.md +7 -7
  8. package/cjs/components/Autocomplete/Autocomplete.styles.d.ts +4 -0
  9. package/cjs/components/Autocomplete/Autocomplete.styles.js +10 -0
  10. package/cjs/components/Autocomplete/Autocomplete.styles.js.map +1 -0
  11. package/cjs/components/Autocomplete/index.js +1 -1
  12. package/cjs/components/Autocomplete/index.js.map +1 -1
  13. package/cjs/components/Button/Button.d.ts +79 -15
  14. package/cjs/components/Button/Button.js +151 -14
  15. package/cjs/components/Button/Button.js.map +1 -1
  16. package/cjs/components/Button/Button.md +104 -89
  17. package/cjs/components/Button/Button.mixins.d.ts +6 -6
  18. package/cjs/components/Button/Button.mixins.js +76 -135
  19. package/cjs/components/Button/Button.mixins.js.map +1 -1
  20. package/cjs/components/Button/Button.styles.d.ts +63 -32
  21. package/cjs/components/Button/Button.styles.js +370 -364
  22. package/cjs/components/Button/Button.styles.js.map +1 -1
  23. package/cjs/components/Button/Corners.js.map +1 -1
  24. package/cjs/components/Button/index.js +1 -1
  25. package/cjs/components/Button/index.js.map +1 -1
  26. package/cjs/components/Center/Center.d.ts +10 -10
  27. package/cjs/components/Center/Center.js +27 -19
  28. package/cjs/components/Center/Center.js.map +1 -1
  29. package/cjs/components/Center/Center.md +26 -5
  30. package/cjs/components/Center/Center.styles.d.ts +1 -1
  31. package/cjs/components/Center/Center.styles.js +8 -11
  32. package/cjs/components/Center/Center.styles.js.map +1 -1
  33. package/cjs/components/Center/index.js +1 -1
  34. package/cjs/components/Center/index.js.map +1 -1
  35. package/cjs/components/Checkbox/Checkbox.d.ts +39 -19
  36. package/cjs/components/Checkbox/Checkbox.js +118 -58
  37. package/cjs/components/Checkbox/Checkbox.js.map +1 -1
  38. package/cjs/components/Checkbox/Checkbox.md +104 -63
  39. package/cjs/components/Checkbox/Checkbox.styles.d.ts +17 -11
  40. package/cjs/components/Checkbox/Checkbox.styles.js +94 -79
  41. package/cjs/components/Checkbox/Checkbox.styles.js.map +1 -1
  42. package/cjs/components/Checkbox/index.js +1 -1
  43. package/cjs/components/Checkbox/index.js.map +1 -1
  44. package/cjs/components/ComboBox/ComboBox.d.ts +22 -5
  45. package/cjs/components/ComboBox/ComboBox.js +120 -74
  46. package/cjs/components/ComboBox/ComboBox.js.map +1 -1
  47. package/cjs/components/ComboBox/ComboBox.md +445 -432
  48. package/cjs/components/ComboBox/index.js +1 -1
  49. package/cjs/components/ComboBox/index.js.map +1 -1
  50. package/cjs/components/CurrencyInput/CurrencyHelper.js +9 -8
  51. package/cjs/components/CurrencyInput/CurrencyHelper.js.map +1 -1
  52. package/cjs/components/CurrencyInput/CurrencyInput.d.ts +13 -6
  53. package/cjs/components/CurrencyInput/CurrencyInput.js +93 -39
  54. package/cjs/components/CurrencyInput/CurrencyInput.js.map +1 -1
  55. package/cjs/components/CurrencyInput/CurrencyInput.md +24 -20
  56. package/cjs/components/CurrencyInput/CurrencyInputHelper.js.map +1 -1
  57. package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.js +2 -2
  58. package/cjs/components/CurrencyInput/CurrencyInputKeyboardActions.js.map +1 -1
  59. package/cjs/components/CurrencyInput/CursorHelper.js +2 -2
  60. package/cjs/components/CurrencyInput/CursorHelper.js.map +1 -1
  61. package/cjs/components/CurrencyInput/SelectionHelper.js.map +1 -1
  62. package/cjs/components/CurrencyInput/constants.js +1 -1
  63. package/cjs/components/CurrencyInput/constants.js.map +1 -1
  64. package/cjs/components/CurrencyInput/index.js +1 -1
  65. package/cjs/components/CurrencyInput/index.js.map +1 -1
  66. package/cjs/components/CurrencyLabel/CurrencyLabel.d.ts +6 -5
  67. package/cjs/components/CurrencyLabel/CurrencyLabel.js +11 -5
  68. package/cjs/components/CurrencyLabel/CurrencyLabel.js.map +1 -1
  69. package/cjs/components/CurrencyLabel/CurrencyLabel.md +23 -23
  70. package/cjs/components/CurrencyLabel/index.js +1 -1
  71. package/cjs/components/CurrencyLabel/index.js.map +1 -1
  72. package/cjs/components/DateInput/DateFragmentsView.d.ts +1 -1
  73. package/cjs/components/DateInput/DateFragmentsView.js +10 -4
  74. package/cjs/components/DateInput/DateFragmentsView.js.map +1 -1
  75. package/cjs/components/DateInput/DateFragmentsView.styles.d.ts +5 -4
  76. package/cjs/components/DateInput/DateFragmentsView.styles.js +7 -11
  77. package/cjs/components/DateInput/DateFragmentsView.styles.js.map +1 -1
  78. package/cjs/components/DateInput/DateInput.d.ts +12 -2
  79. package/cjs/components/DateInput/DateInput.js +42 -20
  80. package/cjs/components/DateInput/DateInput.js.map +1 -1
  81. package/cjs/components/DateInput/DateInput.md +106 -104
  82. package/cjs/components/DateInput/DateInput.styles.d.ts +9 -6
  83. package/cjs/components/DateInput/DateInput.styles.js +20 -8
  84. package/cjs/components/DateInput/DateInput.styles.js.map +1 -1
  85. package/cjs/components/DateInput/ViewDateInputValidateChecks.js +21 -21
  86. package/cjs/components/DateInput/ViewDateInputValidateChecks.js.map +1 -1
  87. package/cjs/components/DateInput/helpers/DateInputKeyboardActions.js +2 -2
  88. package/cjs/components/DateInput/helpers/DateInputKeyboardActions.js.map +1 -1
  89. package/cjs/components/DateInput/helpers/InternalDateMediator.d.ts +1 -1
  90. package/cjs/components/DateInput/helpers/InternalDateMediator.js +3 -6
  91. package/cjs/components/DateInput/helpers/InternalDateMediator.js.map +1 -1
  92. package/cjs/components/DateInput/helpers/SelectionHelpers.js +2 -2
  93. package/cjs/components/DateInput/helpers/SelectionHelpers.js.map +1 -1
  94. package/cjs/components/DateInput/helpers/inputNumber.d.ts +3 -3
  95. package/cjs/components/DateInput/helpers/inputNumber.js.map +1 -1
  96. package/cjs/components/DateInput/index.js +1 -1
  97. package/cjs/components/DateInput/index.js.map +1 -1
  98. package/cjs/components/DatePicker/DatePicker.d.ts +26 -10
  99. package/cjs/components/DatePicker/DatePicker.js +88 -32
  100. package/cjs/components/DatePicker/DatePicker.js.map +1 -1
  101. package/cjs/components/DatePicker/DatePicker.md +307 -310
  102. package/cjs/components/DatePicker/DatePicker.styles.d.ts +1 -1
  103. package/cjs/components/DatePicker/DatePicker.styles.js +4 -5
  104. package/cjs/components/DatePicker/DatePicker.styles.js.map +1 -1
  105. package/cjs/components/DatePicker/DatePickerHelpers.js +2 -2
  106. package/cjs/components/DatePicker/DatePickerHelpers.js.map +1 -1
  107. package/cjs/components/DatePicker/Picker.js +5 -4
  108. package/cjs/components/DatePicker/Picker.js.map +1 -1
  109. package/cjs/components/DatePicker/Picker.styles.d.ts +4 -3
  110. package/cjs/components/DatePicker/Picker.styles.js +10 -11
  111. package/cjs/components/DatePicker/Picker.styles.js.map +1 -1
  112. package/cjs/components/DatePicker/index.js +1 -1
  113. package/cjs/components/DatePicker/index.js.map +1 -1
  114. package/cjs/components/DatePicker/locale/index.js +1 -1
  115. package/cjs/components/DatePicker/locale/index.js.map +1 -1
  116. package/cjs/components/DatePicker/locale/locales/en.js.map +1 -1
  117. package/cjs/components/DatePicker/locale/locales/ru.js.map +1 -1
  118. package/cjs/components/DatePicker/locale/types.js +1 -1
  119. package/cjs/components/Dropdown/Dropdown.d.ts +7 -3
  120. package/cjs/components/Dropdown/Dropdown.js +43 -32
  121. package/cjs/components/Dropdown/Dropdown.js.map +1 -1
  122. package/cjs/components/Dropdown/Dropdown.md +11 -12
  123. package/cjs/components/Dropdown/index.js +1 -1
  124. package/cjs/components/Dropdown/index.js.map +1 -1
  125. package/cjs/components/DropdownMenu/DropdownMenu.d.ts +26 -7
  126. package/cjs/components/DropdownMenu/DropdownMenu.js +52 -6
  127. package/cjs/components/DropdownMenu/DropdownMenu.js.map +1 -1
  128. package/cjs/components/DropdownMenu/DropdownMenu.md +154 -73
  129. package/cjs/components/DropdownMenu/index.js +1 -1
  130. package/cjs/components/DropdownMenu/index.js.map +1 -1
  131. package/cjs/components/FileUploader/FileUploader.d.ts +42 -0
  132. package/cjs/components/FileUploader/FileUploader.js +283 -0
  133. package/cjs/components/FileUploader/FileUploader.js.map +1 -0
  134. package/cjs/components/FileUploader/FileUploader.md +67 -0
  135. package/cjs/components/FileUploader/FileUploader.styles.d.ts +21 -0
  136. package/cjs/components/FileUploader/FileUploader.styles.js +167 -0
  137. package/cjs/components/FileUploader/FileUploader.styles.js.map +1 -0
  138. package/cjs/components/FileUploader/index.d.ts +5 -0
  139. package/cjs/components/FileUploader/index.js +5 -0
  140. package/cjs/components/FileUploader/index.js.map +1 -0
  141. package/cjs/components/FileUploader/locale/index.d.ts +4 -0
  142. package/cjs/components/FileUploader/locale/index.js +11 -0
  143. package/cjs/components/FileUploader/locale/index.js.map +1 -0
  144. package/cjs/components/FileUploader/locale/locales/en.d.ts +2 -0
  145. package/cjs/components/FileUploader/locale/locales/en.js +7 -0
  146. package/cjs/components/FileUploader/locale/locales/en.js.map +1 -0
  147. package/cjs/components/FileUploader/locale/locales/ru.d.ts +2 -0
  148. package/cjs/components/FileUploader/locale/locales/ru.js +7 -0
  149. package/cjs/components/FileUploader/locale/locales/ru.js.map +1 -0
  150. package/cjs/components/FileUploader/locale/types.d.ts +6 -0
  151. package/cjs/components/FileUploader/locale/types.js +1 -0
  152. package/cjs/components/{Fias → FileUploader}/locale/types.js.map +0 -0
  153. package/cjs/components/FxInput/FxInput.d.ts +6 -2
  154. package/cjs/components/FxInput/FxInput.js +44 -26
  155. package/cjs/components/FxInput/FxInput.js.map +1 -1
  156. package/cjs/components/FxInput/FxInput.md +16 -13
  157. package/cjs/components/FxInput/index.js +1 -1
  158. package/cjs/components/FxInput/index.js.map +1 -1
  159. package/cjs/components/Gapped/Gapped.d.ts +7 -4
  160. package/cjs/components/Gapped/Gapped.js +52 -30
  161. package/cjs/components/Gapped/Gapped.js.map +1 -1
  162. package/cjs/components/Gapped/Gapped.md +43 -43
  163. package/cjs/components/Gapped/index.js +1 -1
  164. package/cjs/components/Gapped/index.js.map +1 -1
  165. package/cjs/components/GlobalLoader/GlobalLoader.d.ts +110 -0
  166. package/cjs/components/GlobalLoader/GlobalLoader.js +269 -0
  167. package/cjs/components/GlobalLoader/GlobalLoader.js.map +1 -0
  168. package/cjs/components/GlobalLoader/GlobalLoader.md +98 -0
  169. package/cjs/components/GlobalLoader/GlobalLoaderView.d.ts +13 -0
  170. package/cjs/components/GlobalLoader/GlobalLoaderView.js +73 -0
  171. package/cjs/components/GlobalLoader/GlobalLoaderView.js.map +1 -0
  172. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.d.ts +16 -0
  173. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.js +192 -0
  174. package/cjs/components/GlobalLoader/GlobalLoaderView.styles.js.map +1 -0
  175. package/cjs/components/GlobalLoader/index.d.ts +1 -0
  176. package/cjs/components/GlobalLoader/index.js +1 -0
  177. package/cjs/components/GlobalLoader/index.js.map +1 -0
  178. package/cjs/components/GlobalLoader/useParams.d.ts +22 -0
  179. package/cjs/components/GlobalLoader/useParams.js +45 -0
  180. package/cjs/components/GlobalLoader/useParams.js.map +1 -0
  181. package/cjs/components/Group/Group.d.ts +3 -1
  182. package/cjs/components/Group/Group.js +26 -20
  183. package/cjs/components/Group/Group.js.map +1 -1
  184. package/cjs/components/Group/Group.md +18 -26
  185. package/cjs/components/Group/Group.styles.d.ts +1 -1
  186. package/cjs/components/Group/Group.styles.js +10 -12
  187. package/cjs/components/Group/Group.styles.js.map +1 -1
  188. package/cjs/components/Group/index.js +1 -1
  189. package/cjs/components/Group/index.js.map +1 -1
  190. package/cjs/components/Hint/Hint.d.ts +51 -4
  191. package/cjs/components/Hint/Hint.js +92 -9
  192. package/cjs/components/Hint/Hint.js.map +1 -1
  193. package/cjs/components/Hint/Hint.md +42 -3
  194. package/cjs/components/Hint/Hint.styles.d.ts +5 -3
  195. package/cjs/components/Hint/Hint.styles.js +18 -11
  196. package/cjs/components/Hint/Hint.styles.js.map +1 -1
  197. package/cjs/components/Hint/index.js +1 -1
  198. package/cjs/components/Hint/index.js.map +1 -1
  199. package/cjs/components/Input/Input.d.ts +21 -6
  200. package/cjs/components/Input/Input.js +111 -77
  201. package/cjs/components/Input/Input.js.map +1 -1
  202. package/cjs/components/Input/Input.md +13 -13
  203. package/cjs/components/Input/Input.styles.d.ts +36 -27
  204. package/cjs/components/Input/Input.styles.js +137 -92
  205. package/cjs/components/Input/Input.styles.js.map +1 -1
  206. package/cjs/components/Input/index.js +1 -1
  207. package/cjs/components/Input/index.js.map +1 -1
  208. package/cjs/components/Kebab/Kebab.d.ts +15 -5
  209. package/cjs/components/Kebab/Kebab.js +63 -48
  210. package/cjs/components/Kebab/Kebab.js.map +1 -1
  211. package/cjs/components/Kebab/Kebab.md +278 -45
  212. package/cjs/components/Kebab/Kebab.styles.d.ts +7 -5
  213. package/cjs/components/Kebab/Kebab.styles.js +25 -30
  214. package/cjs/components/Kebab/Kebab.styles.js.map +1 -1
  215. package/cjs/components/Kebab/__stories__/Kebab.items.js.map +1 -1
  216. package/cjs/components/Kebab/index.js +1 -1
  217. package/cjs/components/Kebab/index.js.map +1 -1
  218. package/cjs/components/Link/Link.d.ts +35 -13
  219. package/cjs/components/Link/Link.js +58 -38
  220. package/cjs/components/Link/Link.js.map +1 -1
  221. package/cjs/components/Link/Link.md +77 -11
  222. package/cjs/components/Link/Link.mixins.js +3 -2
  223. package/cjs/components/Link/Link.mixins.js.map +1 -1
  224. package/cjs/components/Link/Link.styles.d.ts +13 -11
  225. package/cjs/components/Link/Link.styles.js +24 -27
  226. package/cjs/components/Link/Link.styles.js.map +1 -1
  227. package/cjs/components/Link/index.js +1 -1
  228. package/cjs/components/Link/index.js.map +1 -1
  229. package/cjs/components/Loader/Loader.d.ts +39 -17
  230. package/cjs/components/Loader/Loader.js +178 -37
  231. package/cjs/components/Loader/Loader.js.map +1 -1
  232. package/cjs/components/Loader/Loader.md +25 -25
  233. package/cjs/components/Loader/Loader.styles.d.ts +4 -4
  234. package/cjs/components/Loader/Loader.styles.js +13 -27
  235. package/cjs/components/Loader/Loader.styles.js.map +1 -1
  236. package/cjs/components/Loader/__stories__/LoaderAndButton.js +14 -14
  237. package/cjs/components/Loader/__stories__/LoaderAndButton.js.map +1 -1
  238. package/cjs/components/Loader/index.js +1 -1
  239. package/cjs/components/Loader/index.js.map +1 -1
  240. package/cjs/components/MenuHeader/MenuHeader.d.ts +9 -4
  241. package/cjs/components/MenuHeader/MenuHeader.js +20 -13
  242. package/cjs/components/MenuHeader/MenuHeader.js.map +1 -1
  243. package/cjs/components/MenuHeader/MenuHeader.md +23 -0
  244. package/cjs/components/MenuHeader/MenuHeader.styles.d.ts +4 -3
  245. package/cjs/components/MenuHeader/MenuHeader.styles.js +13 -11
  246. package/cjs/components/MenuHeader/MenuHeader.styles.js.map +1 -1
  247. package/cjs/components/MenuHeader/index.js +1 -1
  248. package/cjs/components/MenuHeader/index.js.map +1 -1
  249. package/cjs/components/MenuItem/MenuItem.d.ts +55 -11
  250. package/cjs/components/MenuItem/MenuItem.js +60 -19
  251. package/cjs/components/MenuItem/MenuItem.js.map +1 -1
  252. package/cjs/components/MenuItem/MenuItem.md +109 -7
  253. package/cjs/components/MenuItem/MenuItem.styles.d.ts +12 -10
  254. package/cjs/components/MenuItem/MenuItem.styles.js +47 -33
  255. package/cjs/components/MenuItem/MenuItem.styles.js.map +1 -1
  256. package/cjs/components/MenuItem/index.js +1 -1
  257. package/cjs/components/MenuItem/index.js.map +1 -1
  258. package/cjs/components/MenuSeparator/MenuSeparator.d.ts +6 -3
  259. package/cjs/components/MenuSeparator/MenuSeparator.js +15 -7
  260. package/cjs/components/MenuSeparator/MenuSeparator.js.map +1 -1
  261. package/cjs/components/MenuSeparator/MenuSeparator.md +14 -0
  262. package/cjs/components/MenuSeparator/MenuSeparator.styles.d.ts +3 -2
  263. package/cjs/components/MenuSeparator/MenuSeparator.styles.js +6 -9
  264. package/cjs/components/MenuSeparator/MenuSeparator.styles.js.map +1 -1
  265. package/cjs/components/MenuSeparator/index.js +1 -1
  266. package/cjs/components/MenuSeparator/index.js.map +1 -1
  267. package/cjs/components/Modal/Modal.d.ts +11 -5
  268. package/cjs/components/Modal/Modal.js +61 -30
  269. package/cjs/components/Modal/Modal.js.map +1 -1
  270. package/cjs/components/Modal/Modal.md +38 -37
  271. package/cjs/components/Modal/Modal.styles.d.ts +36 -18
  272. package/cjs/components/Modal/Modal.styles.js +169 -52
  273. package/cjs/components/Modal/Modal.styles.js.map +1 -1
  274. package/cjs/components/Modal/ModalBody.d.ts +13 -1
  275. package/cjs/components/Modal/ModalBody.js +64 -18
  276. package/cjs/components/Modal/ModalBody.js.map +1 -1
  277. package/cjs/components/Modal/ModalClose.d.ts +1 -2
  278. package/cjs/components/Modal/ModalClose.js +42 -12
  279. package/cjs/components/Modal/ModalClose.js.map +1 -1
  280. package/cjs/components/Modal/ModalContext.d.ts +5 -1
  281. package/cjs/components/Modal/ModalContext.js +6 -1
  282. package/cjs/components/Modal/ModalContext.js.map +1 -1
  283. package/cjs/components/Modal/ModalFooter.d.ts +2 -1
  284. package/cjs/components/Modal/ModalFooter.js +43 -32
  285. package/cjs/components/Modal/ModalFooter.js.map +1 -1
  286. package/cjs/components/Modal/ModalHeader.d.ts +3 -2
  287. package/cjs/components/Modal/ModalHeader.js +37 -30
  288. package/cjs/components/Modal/ModalHeader.js.map +1 -1
  289. package/cjs/components/Modal/index.js +4 -4
  290. package/cjs/components/Modal/index.js.map +1 -1
  291. package/cjs/components/Paging/NavigationHelper.d.ts +1 -1
  292. package/cjs/components/Paging/NavigationHelper.js +3 -2
  293. package/cjs/components/Paging/NavigationHelper.js.map +1 -1
  294. package/cjs/components/Paging/Paging.d.ts +5 -3
  295. package/cjs/components/Paging/Paging.js +60 -55
  296. package/cjs/components/Paging/Paging.js.map +1 -1
  297. package/cjs/components/Paging/Paging.md +43 -43
  298. package/cjs/components/Paging/Paging.styles.d.ts +12 -11
  299. package/cjs/components/Paging/Paging.styles.js +42 -46
  300. package/cjs/components/Paging/Paging.styles.js.map +1 -1
  301. package/cjs/components/Paging/PagingHelper.js.map +1 -1
  302. package/cjs/components/Paging/index.js +1 -1
  303. package/cjs/components/Paging/index.js.map +1 -1
  304. package/cjs/components/Paging/locale/index.js +1 -1
  305. package/cjs/components/Paging/locale/index.js.map +1 -1
  306. package/cjs/components/Paging/locale/locales/en.js.map +1 -1
  307. package/cjs/components/Paging/locale/locales/ru.js.map +1 -1
  308. package/cjs/components/Paging/locale/types.js +1 -1
  309. package/cjs/components/PasswordInput/PasswordInput.d.ts +9 -5
  310. package/cjs/components/PasswordInput/PasswordInput.js +70 -29
  311. package/cjs/components/PasswordInput/PasswordInput.js.map +1 -1
  312. package/cjs/components/PasswordInput/PasswordInput.md +9 -9
  313. package/cjs/components/PasswordInput/PasswordInput.styles.d.ts +6 -2
  314. package/cjs/components/PasswordInput/PasswordInput.styles.js +31 -12
  315. package/cjs/components/PasswordInput/PasswordInput.styles.js.map +1 -1
  316. package/cjs/components/PasswordInput/index.js +1 -1
  317. package/cjs/components/PasswordInput/index.js.map +1 -1
  318. package/cjs/components/Radio/Radio.d.ts +46 -25
  319. package/cjs/components/Radio/Radio.js +104 -41
  320. package/cjs/components/Radio/Radio.js.map +1 -1
  321. package/cjs/components/Radio/Radio.md +38 -14
  322. package/cjs/components/Radio/Radio.styles.d.ts +18 -11
  323. package/cjs/components/Radio/Radio.styles.js +97 -60
  324. package/cjs/components/Radio/Radio.styles.js.map +1 -1
  325. package/cjs/components/Radio/index.js +1 -1
  326. package/cjs/components/Radio/index.js.map +1 -1
  327. package/cjs/components/RadioGroup/Prevent.js +1 -1
  328. package/cjs/components/RadioGroup/Prevent.js.map +1 -1
  329. package/cjs/components/RadioGroup/RadioGroup.d.ts +56 -78
  330. package/cjs/components/RadioGroup/RadioGroup.js +62 -94
  331. package/cjs/components/RadioGroup/RadioGroup.js.map +1 -1
  332. package/cjs/components/RadioGroup/RadioGroup.md +43 -43
  333. package/cjs/components/RadioGroup/RadioGroup.styles.d.ts +3 -2
  334. package/cjs/components/RadioGroup/RadioGroup.styles.js +11 -12
  335. package/cjs/components/RadioGroup/RadioGroup.styles.js.map +1 -1
  336. package/cjs/components/RadioGroup/RadioGroupContext.d.ts +10 -0
  337. package/cjs/components/RadioGroup/RadioGroupContext.js +21 -0
  338. package/cjs/components/RadioGroup/RadioGroupContext.js.map +1 -0
  339. package/cjs/components/RadioGroup/index.js +1 -1
  340. package/cjs/components/RadioGroup/index.js.map +1 -1
  341. package/cjs/components/ResponsiveLayout/ResponsiveLayout.d.ts +11 -0
  342. package/cjs/components/ResponsiveLayout/ResponsiveLayout.js +32 -0
  343. package/cjs/components/ResponsiveLayout/ResponsiveLayout.js.map +1 -0
  344. package/cjs/components/ResponsiveLayout/ResponsiveLayout.md +43 -0
  345. package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.d.ts +11 -0
  346. package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.js +101 -0
  347. package/cjs/components/ResponsiveLayout/ResponsiveLayoutEvents.js.map +1 -0
  348. package/cjs/components/ResponsiveLayout/decorator.d.ts +33 -0
  349. package/cjs/components/ResponsiveLayout/decorator.js +44 -0
  350. package/cjs/components/ResponsiveLayout/decorator.js.map +1 -0
  351. package/cjs/components/ResponsiveLayout/index.d.ts +3 -0
  352. package/cjs/components/ResponsiveLayout/index.js +3 -0
  353. package/cjs/components/ResponsiveLayout/index.js.map +1 -0
  354. package/cjs/components/ResponsiveLayout/types.d.ts +3 -0
  355. package/cjs/components/ResponsiveLayout/types.js +1 -0
  356. package/cjs/components/{Logotype/locale → ResponsiveLayout}/types.js.map +0 -0
  357. package/cjs/components/ResponsiveLayout/useResponsiveLayout.d.ts +2 -0
  358. package/cjs/components/ResponsiveLayout/useResponsiveLayout.js +61 -0
  359. package/cjs/components/ResponsiveLayout/useResponsiveLayout.js.map +1 -0
  360. package/cjs/components/ScrollContainer/ScrollBar.d.ts +37 -0
  361. package/cjs/components/ScrollContainer/ScrollBar.js +246 -0
  362. package/cjs/components/ScrollContainer/ScrollBar.js.map +1 -0
  363. package/cjs/components/ScrollContainer/ScrollContainer.constants.d.ts +23 -0
  364. package/cjs/components/ScrollContainer/ScrollContainer.constants.js +33 -0
  365. package/cjs/components/ScrollContainer/ScrollContainer.constants.js.map +1 -0
  366. package/cjs/components/ScrollContainer/ScrollContainer.d.ts +47 -25
  367. package/cjs/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -0
  368. package/cjs/components/ScrollContainer/ScrollContainer.helpers.js +62 -0
  369. package/cjs/components/ScrollContainer/ScrollContainer.helpers.js.map +1 -0
  370. package/cjs/components/ScrollContainer/ScrollContainer.js +105 -168
  371. package/cjs/components/ScrollContainer/ScrollContainer.js.map +1 -1
  372. package/cjs/components/ScrollContainer/ScrollContainer.md +143 -60
  373. package/cjs/components/ScrollContainer/ScrollContainer.styles.d.ts +14 -4
  374. package/cjs/components/ScrollContainer/ScrollContainer.styles.js +71 -12
  375. package/cjs/components/ScrollContainer/ScrollContainer.styles.js.map +1 -1
  376. package/cjs/components/ScrollContainer/index.js +1 -1
  377. package/cjs/components/ScrollContainer/index.js.map +1 -1
  378. package/cjs/components/Select/Item.js +1 -1
  379. package/cjs/components/Select/Item.js.map +1 -1
  380. package/cjs/components/Select/Select.d.ts +22 -10
  381. package/cjs/components/Select/Select.js +85 -18
  382. package/cjs/components/Select/Select.js.map +1 -1
  383. package/cjs/components/Select/Select.md +67 -23
  384. package/cjs/components/Select/Select.styles.d.ts +13 -6
  385. package/cjs/components/Select/Select.styles.js +52 -35
  386. package/cjs/components/Select/Select.styles.js.map +1 -1
  387. package/cjs/components/Select/index.js +1 -1
  388. package/cjs/components/Select/index.js.map +1 -1
  389. package/cjs/components/Select/locale/index.js +1 -1
  390. package/cjs/components/Select/locale/index.js.map +1 -1
  391. package/cjs/components/Select/locale/locales/en.js +1 -1
  392. package/cjs/components/Select/locale/locales/en.js.map +1 -1
  393. package/cjs/components/Select/locale/locales/ru.js +1 -1
  394. package/cjs/components/Select/locale/locales/ru.js.map +1 -1
  395. package/cjs/components/Select/locale/types.js +1 -1
  396. package/cjs/components/Select/selectTheme.d.ts +2 -1
  397. package/cjs/components/Select/selectTheme.js +7 -4
  398. package/cjs/components/Select/selectTheme.js.map +1 -1
  399. package/cjs/components/SidePage/SidePage.d.ts +28 -3
  400. package/cjs/components/SidePage/SidePage.js +114 -32
  401. package/cjs/components/SidePage/SidePage.js.map +1 -1
  402. package/cjs/components/SidePage/SidePage.md +48 -48
  403. package/cjs/components/SidePage/SidePage.styles.d.ts +38 -18
  404. package/cjs/components/SidePage/SidePage.styles.js +214 -59
  405. package/cjs/components/SidePage/SidePage.styles.js.map +1 -1
  406. package/cjs/components/SidePage/SidePageBody.d.ts +4 -1
  407. package/cjs/components/SidePage/SidePageBody.js +33 -11
  408. package/cjs/components/SidePage/SidePageBody.js.map +1 -1
  409. package/cjs/components/SidePage/SidePageContainer.d.ts +7 -1
  410. package/cjs/components/SidePage/SidePageContainer.js +54 -12
  411. package/cjs/components/SidePage/SidePageContainer.js.map +1 -1
  412. package/cjs/components/SidePage/SidePageContext.d.ts +8 -0
  413. package/cjs/components/SidePage/SidePageContext.js +10 -1
  414. package/cjs/components/SidePage/SidePageContext.js.map +1 -1
  415. package/cjs/components/SidePage/SidePageFooter.d.ts +7 -3
  416. package/cjs/components/SidePage/SidePageFooter.js +48 -19
  417. package/cjs/components/SidePage/SidePageFooter.js.map +1 -1
  418. package/cjs/components/SidePage/SidePageHeader.d.ts +17 -5
  419. package/cjs/components/SidePage/SidePageHeader.js +123 -38
  420. package/cjs/components/SidePage/SidePageHeader.js.map +1 -1
  421. package/cjs/components/SidePage/index.js +5 -5
  422. package/cjs/components/SidePage/index.js.map +1 -1
  423. package/cjs/components/Spinner/Spinner.d.ts +12 -19
  424. package/cjs/components/Spinner/Spinner.js +37 -48
  425. package/cjs/components/Spinner/Spinner.js.map +1 -1
  426. package/cjs/components/Spinner/Spinner.md +35 -34
  427. package/cjs/components/Spinner/Spinner.styles.d.ts +10 -8
  428. package/cjs/components/Spinner/Spinner.styles.js +41 -31
  429. package/cjs/components/Spinner/Spinner.styles.js.map +1 -1
  430. package/cjs/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -0
  431. package/cjs/components/Spinner/SpinnerFallbackAnimation.js +179 -0
  432. package/cjs/components/Spinner/SpinnerFallbackAnimation.js.map +1 -0
  433. package/cjs/components/Spinner/index.js +1 -1
  434. package/cjs/components/Spinner/index.js.map +1 -1
  435. package/cjs/components/Spinner/locale/index.js +1 -1
  436. package/cjs/components/Spinner/locale/index.js.map +1 -1
  437. package/cjs/components/Spinner/locale/locales/en.js.map +1 -1
  438. package/cjs/components/Spinner/locale/locales/ru.js.map +1 -1
  439. package/cjs/components/Spinner/locale/types.js +1 -1
  440. package/cjs/components/Sticky/Sticky.d.ts +9 -2
  441. package/cjs/components/Sticky/Sticky.js +31 -20
  442. package/cjs/components/Sticky/Sticky.js.map +1 -1
  443. package/cjs/components/Sticky/Sticky.md +27 -27
  444. package/cjs/components/Sticky/Sticky.styles.d.ts +2 -1
  445. package/cjs/components/Sticky/Sticky.styles.js +13 -10
  446. package/cjs/components/Sticky/Sticky.styles.js.map +1 -1
  447. package/cjs/components/Sticky/index.js +1 -1
  448. package/cjs/components/Sticky/index.js.map +1 -1
  449. package/cjs/components/Switcher/Switcher.d.ts +5 -3
  450. package/cjs/components/Switcher/Switcher.js +23 -17
  451. package/cjs/components/Switcher/Switcher.js.map +1 -1
  452. package/cjs/components/Switcher/Switcher.md +10 -10
  453. package/cjs/components/Switcher/Switcher.styles.d.ts +8 -6
  454. package/cjs/components/Switcher/Switcher.styles.js +33 -27
  455. package/cjs/components/Switcher/Switcher.styles.js.map +1 -1
  456. package/cjs/components/Switcher/index.js +1 -1
  457. package/cjs/components/Switcher/index.js.map +1 -1
  458. package/cjs/components/Switcher/switcherTheme.d.ts +2 -1
  459. package/cjs/components/Switcher/switcherTheme.js.map +1 -1
  460. package/cjs/components/Tabs/Indicator.d.ts +2 -2
  461. package/cjs/components/Tabs/Indicator.js +20 -21
  462. package/cjs/components/Tabs/Indicator.js.map +1 -1
  463. package/cjs/components/Tabs/Indicator.styles.d.ts +7 -6
  464. package/cjs/components/Tabs/Indicator.styles.js +8 -11
  465. package/cjs/components/Tabs/Indicator.styles.js.map +1 -1
  466. package/cjs/components/Tabs/Tab.d.ts +10 -13
  467. package/cjs/components/Tabs/Tab.js +32 -35
  468. package/cjs/components/Tabs/Tab.js.map +1 -1
  469. package/cjs/components/Tabs/Tab.styles.d.ts +26 -10
  470. package/cjs/components/Tabs/Tab.styles.js +87 -46
  471. package/cjs/components/Tabs/Tab.styles.js.map +1 -1
  472. package/cjs/components/Tabs/Tabs.d.ts +6 -5
  473. package/cjs/components/Tabs/Tabs.js +24 -22
  474. package/cjs/components/Tabs/Tabs.js.map +1 -1
  475. package/cjs/components/Tabs/Tabs.md +36 -36
  476. package/cjs/components/Tabs/Tabs.styles.d.ts +4 -3
  477. package/cjs/components/Tabs/Tabs.styles.js +6 -11
  478. package/cjs/components/Tabs/Tabs.styles.js.map +1 -1
  479. package/cjs/components/Tabs/TabsContext.d.ts +8 -8
  480. package/cjs/components/Tabs/TabsContext.js +2 -2
  481. package/cjs/components/Tabs/TabsContext.js.map +1 -1
  482. package/cjs/components/Tabs/index.js +2 -2
  483. package/cjs/components/Tabs/index.js.map +1 -1
  484. package/cjs/components/Textarea/Textarea.d.ts +57 -8
  485. package/cjs/components/Textarea/Textarea.js +202 -50
  486. package/cjs/components/Textarea/Textarea.js.map +1 -1
  487. package/cjs/components/Textarea/Textarea.md +25 -9
  488. package/cjs/components/Textarea/Textarea.styles.d.ts +12 -5
  489. package/cjs/components/Textarea/Textarea.styles.js +68 -24
  490. package/cjs/components/Textarea/Textarea.styles.js.map +1 -1
  491. package/cjs/components/Textarea/TextareaCounter.d.ts +13 -0
  492. package/cjs/components/Textarea/TextareaCounter.js +62 -0
  493. package/cjs/components/Textarea/TextareaCounter.js.map +1 -0
  494. package/cjs/components/Textarea/TextareaHelpers.d.ts +8 -1
  495. package/cjs/components/Textarea/TextareaHelpers.js +9 -5
  496. package/cjs/components/Textarea/TextareaHelpers.js.map +1 -1
  497. package/cjs/components/Textarea/index.js +1 -1
  498. package/cjs/components/Textarea/index.js.map +1 -1
  499. package/cjs/components/Toast/Toast.d.ts +16 -10
  500. package/cjs/components/Toast/Toast.js +43 -22
  501. package/cjs/components/Toast/Toast.js.map +1 -1
  502. package/cjs/components/Toast/Toast.md +41 -41
  503. package/cjs/components/Toast/Toast.styles.d.ts +1 -1
  504. package/cjs/components/Toast/Toast.styles.js +7 -10
  505. package/cjs/components/Toast/Toast.styles.js.map +1 -1
  506. package/cjs/components/Toast/ToastStatic.js +7 -6
  507. package/cjs/components/Toast/ToastStatic.js.map +1 -1
  508. package/cjs/components/Toast/ToastView.d.ts +3 -1
  509. package/cjs/components/Toast/ToastView.js +37 -33
  510. package/cjs/components/Toast/ToastView.js.map +1 -1
  511. package/cjs/components/Toast/ToastView.styles.d.ts +6 -5
  512. package/cjs/components/Toast/ToastView.styles.js +35 -26
  513. package/cjs/components/Toast/ToastView.styles.js.map +1 -1
  514. package/cjs/components/Toast/index.js +1 -1
  515. package/cjs/components/Toast/index.js.map +1 -1
  516. package/cjs/components/Toggle/Toggle.d.ts +51 -2
  517. package/cjs/components/Toggle/Toggle.js +96 -12
  518. package/cjs/components/Toggle/Toggle.js.map +1 -1
  519. package/cjs/components/Toggle/Toggle.md +94 -24
  520. package/cjs/components/Toggle/Toggle.styles.d.ts +27 -13
  521. package/cjs/components/Toggle/Toggle.styles.js +111 -63
  522. package/cjs/components/Toggle/Toggle.styles.js.map +1 -1
  523. package/cjs/components/Toggle/index.js +1 -1
  524. package/cjs/components/Toggle/index.js.map +1 -1
  525. package/cjs/components/Token/Token.d.ts +12 -3
  526. package/cjs/components/Token/Token.js +23 -8
  527. package/cjs/components/Token/Token.js.map +1 -1
  528. package/cjs/components/Token/Token.md +112 -112
  529. package/cjs/components/Token/Token.styles.d.ts +27 -23
  530. package/cjs/components/Token/Token.styles.js +27 -27
  531. package/cjs/components/Token/Token.styles.js.map +1 -1
  532. package/cjs/components/Token/index.js +1 -1
  533. package/cjs/components/Token/index.js.map +1 -1
  534. package/cjs/components/TokenInput/TextWidthHelper.d.ts +8 -0
  535. package/cjs/components/TokenInput/TextWidthHelper.js +15 -7
  536. package/cjs/components/TokenInput/TextWidthHelper.js.map +1 -1
  537. package/cjs/components/TokenInput/TokenInput.d.ts +77 -6
  538. package/cjs/components/TokenInput/TokenInput.js +402 -76
  539. package/cjs/components/TokenInput/TokenInput.js.map +1 -1
  540. package/cjs/components/TokenInput/TokenInput.md +79 -83
  541. package/cjs/components/TokenInput/TokenInput.styles.d.ts +14 -8
  542. package/cjs/components/TokenInput/TokenInput.styles.js +89 -14
  543. package/cjs/components/TokenInput/TokenInput.styles.js.map +1 -1
  544. package/cjs/components/TokenInput/TokenInputMenu.d.ts +4 -1
  545. package/cjs/components/TokenInput/TokenInputMenu.js +26 -3
  546. package/cjs/components/TokenInput/TokenInputMenu.js.map +1 -1
  547. package/cjs/components/TokenInput/TokenInputReducer.d.ts +5 -0
  548. package/cjs/components/TokenInput/TokenInputReducer.js +22 -3
  549. package/cjs/components/TokenInput/TokenInputReducer.js.map +1 -1
  550. package/cjs/components/TokenInput/index.js +1 -1
  551. package/cjs/components/TokenInput/index.js.map +1 -1
  552. package/cjs/components/TokenInput/locale/index.js +1 -1
  553. package/cjs/components/TokenInput/locale/index.js.map +1 -1
  554. package/cjs/components/TokenInput/locale/locales/en.js +1 -1
  555. package/cjs/components/TokenInput/locale/locales/en.js.map +1 -1
  556. package/cjs/components/TokenInput/locale/locales/ru.js +1 -1
  557. package/cjs/components/TokenInput/locale/locales/ru.js.map +1 -1
  558. package/cjs/components/TokenInput/locale/types.js +1 -1
  559. package/cjs/components/Tooltip/Tooltip.d.ts +20 -26
  560. package/cjs/components/Tooltip/Tooltip.js +75 -35
  561. package/cjs/components/Tooltip/Tooltip.js.map +1 -1
  562. package/cjs/components/Tooltip/Tooltip.md +293 -301
  563. package/cjs/components/Tooltip/Tooltip.styles.d.ts +4 -3
  564. package/cjs/components/Tooltip/Tooltip.styles.js +11 -11
  565. package/cjs/components/Tooltip/Tooltip.styles.js.map +1 -1
  566. package/cjs/components/Tooltip/index.js +1 -1
  567. package/cjs/components/Tooltip/index.js.map +1 -1
  568. package/cjs/components/TooltipMenu/TooltipMenu.d.ts +33 -12
  569. package/cjs/components/TooltipMenu/TooltipMenu.js +63 -16
  570. package/cjs/components/TooltipMenu/TooltipMenu.js.map +1 -1
  571. package/cjs/components/TooltipMenu/TooltipMenu.md +183 -115
  572. package/cjs/components/TooltipMenu/index.js +1 -1
  573. package/cjs/components/TooltipMenu/index.js.map +1 -1
  574. package/cjs/hooks/useDrop.d.ts +11 -0
  575. package/cjs/hooks/useDrop.js +75 -0
  576. package/cjs/hooks/useDrop.js.map +1 -0
  577. package/cjs/hooks/useEffectWithoutInitCall.d.ts +2 -0
  578. package/cjs/hooks/useEffectWithoutInitCall.js +13 -0
  579. package/cjs/hooks/useEffectWithoutInitCall.js.map +1 -0
  580. package/cjs/hooks/useMemoObject.d.ts +1 -0
  581. package/cjs/hooks/useMemoObject.js +5 -0
  582. package/cjs/hooks/useMemoObject.js.map +1 -0
  583. package/cjs/index.d.ts +7 -9
  584. package/cjs/index.js +52 -54
  585. package/cjs/index.js.map +1 -1
  586. package/cjs/internal/BGRuler.js +7 -7
  587. package/cjs/internal/BGRuler.js.map +1 -1
  588. package/cjs/internal/Calendar/Calendar.d.ts +6 -0
  589. package/cjs/internal/Calendar/Calendar.js +82 -35
  590. package/cjs/internal/Calendar/Calendar.js.map +1 -1
  591. package/cjs/internal/Calendar/Calendar.styles.d.ts +3 -2
  592. package/cjs/internal/Calendar/Calendar.styles.js +9 -10
  593. package/cjs/internal/Calendar/Calendar.styles.js.map +1 -1
  594. package/cjs/internal/Calendar/CalendarDateShape.d.ts +1 -1
  595. package/cjs/internal/Calendar/CalendarDateShape.js +1 -1
  596. package/cjs/internal/Calendar/CalendarDateShape.js.map +1 -1
  597. package/cjs/internal/Calendar/CalendarScrollEvents.js.map +1 -1
  598. package/cjs/internal/Calendar/CalendarUtils.d.ts +5 -4
  599. package/cjs/internal/Calendar/CalendarUtils.js +33 -26
  600. package/cjs/internal/Calendar/CalendarUtils.js.map +1 -1
  601. package/cjs/internal/Calendar/DayCellView.d.ts +0 -1
  602. package/cjs/internal/Calendar/DayCellView.js +13 -24
  603. package/cjs/internal/Calendar/DayCellView.js.map +1 -1
  604. package/cjs/internal/Calendar/DayCellView.styles.d.ts +6 -5
  605. package/cjs/internal/Calendar/DayCellView.styles.js +14 -11
  606. package/cjs/internal/Calendar/DayCellView.styles.js.map +1 -1
  607. package/cjs/internal/Calendar/DayCellViewModel.js +1 -1
  608. package/cjs/internal/Calendar/DayCellViewModel.js.map +1 -1
  609. package/cjs/internal/Calendar/Month.d.ts +2 -0
  610. package/cjs/internal/Calendar/Month.js +43 -14
  611. package/cjs/internal/Calendar/Month.js.map +1 -1
  612. package/cjs/internal/Calendar/MonthView.js +22 -20
  613. package/cjs/internal/Calendar/MonthView.js.map +1 -1
  614. package/cjs/internal/Calendar/MonthView.styles.d.ts +9 -6
  615. package/cjs/internal/Calendar/MonthView.styles.js +28 -16
  616. package/cjs/internal/Calendar/MonthView.styles.js.map +1 -1
  617. package/cjs/internal/Calendar/MonthViewModel.d.ts +2 -1
  618. package/cjs/internal/Calendar/MonthViewModel.js +31 -31
  619. package/cjs/internal/Calendar/MonthViewModel.js.map +1 -1
  620. package/cjs/internal/Calendar/config.d.ts +3 -18
  621. package/cjs/internal/Calendar/config.js +33 -24
  622. package/cjs/internal/Calendar/config.js.map +1 -1
  623. package/cjs/internal/Calendar/index.js +2 -2
  624. package/cjs/internal/Calendar/index.js.map +1 -1
  625. package/cjs/internal/CommonWrapper/CommonWrapper.d.ts +32 -0
  626. package/cjs/internal/CommonWrapper/CommonWrapper.js +104 -0
  627. package/cjs/internal/CommonWrapper/CommonWrapper.js.map +1 -0
  628. package/cjs/internal/CommonWrapper/index.d.ts +1 -0
  629. package/cjs/internal/CommonWrapper/index.js +1 -0
  630. package/cjs/internal/CommonWrapper/index.js.map +1 -0
  631. package/cjs/internal/ComponentCombinator.js +1 -1
  632. package/cjs/internal/ComponentCombinator.js.map +1 -1
  633. package/cjs/internal/ComponentTable.js +19 -19
  634. package/cjs/internal/ComponentTable.js.map +1 -1
  635. package/cjs/internal/CustomComboBox/ComboBoxMenu.d.ts +1 -0
  636. package/cjs/internal/CustomComboBox/ComboBoxMenu.js +27 -8
  637. package/cjs/internal/CustomComboBox/ComboBoxMenu.js.map +1 -1
  638. package/cjs/internal/CustomComboBox/ComboBoxView.d.ts +29 -4
  639. package/cjs/internal/CustomComboBox/ComboBoxView.js +112 -16
  640. package/cjs/internal/CustomComboBox/ComboBoxView.js.map +1 -1
  641. package/cjs/internal/CustomComboBox/CustomComboBox.d.ts +15 -3
  642. package/cjs/internal/CustomComboBox/CustomComboBox.js +57 -21
  643. package/cjs/internal/CustomComboBox/CustomComboBox.js.map +1 -1
  644. package/cjs/internal/CustomComboBox/CustomComboBox.styles.d.ts +2 -2
  645. package/cjs/internal/CustomComboBox/CustomComboBox.styles.js +8 -10
  646. package/cjs/internal/CustomComboBox/CustomComboBox.styles.js.map +1 -1
  647. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js +34 -33
  648. package/cjs/internal/CustomComboBox/CustomComboBoxReducer.js.map +1 -1
  649. package/cjs/internal/CustomComboBox/CustomComboBoxTypes.js.map +1 -1
  650. package/cjs/internal/CustomComboBox/index.js +2 -2
  651. package/cjs/internal/CustomComboBox/index.js.map +1 -1
  652. package/cjs/internal/CustomComboBox/locale/index.js +1 -1
  653. package/cjs/internal/CustomComboBox/locale/index.js.map +1 -1
  654. package/cjs/internal/CustomComboBox/locale/locales/en.js.map +1 -1
  655. package/cjs/internal/CustomComboBox/locale/locales/ru.js.map +1 -1
  656. package/cjs/internal/CustomComboBox/locale/types.js +1 -1
  657. package/cjs/internal/DateSelect/DateSelect.d.ts +5 -2
  658. package/cjs/internal/DateSelect/DateSelect.js +50 -12
  659. package/cjs/internal/DateSelect/DateSelect.js.map +1 -1
  660. package/cjs/internal/DateSelect/DateSelect.styles.d.ts +12 -11
  661. package/cjs/internal/DateSelect/DateSelect.styles.js +35 -40
  662. package/cjs/internal/DateSelect/DateSelect.styles.js.map +1 -1
  663. package/cjs/internal/DateSelect/index.js +1 -1
  664. package/cjs/internal/DateSelect/index.js.map +1 -1
  665. package/cjs/internal/DropdownContainer/DropdownContainer.d.ts +6 -8
  666. package/cjs/internal/DropdownContainer/DropdownContainer.js +34 -24
  667. package/cjs/internal/DropdownContainer/DropdownContainer.js.map +1 -1
  668. package/cjs/internal/DropdownContainer/DropdownContainer.styles.d.ts +3 -0
  669. package/cjs/internal/DropdownContainer/DropdownContainer.styles.js +9 -0
  670. package/cjs/internal/DropdownContainer/DropdownContainer.styles.js.map +1 -0
  671. package/cjs/internal/DropdownContainer/index.js +1 -1
  672. package/cjs/internal/DropdownContainer/index.js.map +1 -1
  673. package/cjs/internal/FileUploaderControl/FileUploaderControlContext.d.ts +12 -0
  674. package/cjs/internal/FileUploaderControl/FileUploaderControlContext.js +16 -0
  675. package/cjs/internal/FileUploaderControl/FileUploaderControlContext.js.map +1 -0
  676. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.d.ts +14 -0
  677. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.js +106 -0
  678. package/cjs/internal/FileUploaderControl/FileUploaderControlProvider.js.map +1 -0
  679. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.d.ts +12 -0
  680. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.js +188 -0
  681. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.js.map +1 -0
  682. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.d.ts +11 -0
  683. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.js +68 -0
  684. package/cjs/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.js.map +1 -0
  685. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.d.ts +10 -0
  686. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.js +30 -0
  687. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.js.map +1 -0
  688. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.d.ts +5 -0
  689. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.js +22 -0
  690. package/cjs/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.js.map +1 -0
  691. package/cjs/internal/FileUploaderControl/FileUploaderFileValidationResult.d.ts +7 -0
  692. package/cjs/internal/FileUploaderControl/FileUploaderFileValidationResult.js +16 -0
  693. package/cjs/internal/FileUploaderControl/FileUploaderFileValidationResult.js.map +1 -0
  694. package/cjs/internal/FileUploaderControl/fileUtils.d.ts +14 -0
  695. package/cjs/internal/FileUploaderControl/fileUtils.js +26 -0
  696. package/cjs/internal/FileUploaderControl/fileUtils.js.map +1 -0
  697. package/cjs/internal/FileUploaderControl/hooks/useControlLocale.d.ts +1 -0
  698. package/cjs/internal/FileUploaderControl/hooks/useControlLocale.js +4 -0
  699. package/cjs/internal/FileUploaderControl/hooks/useControlLocale.js.map +1 -0
  700. package/cjs/internal/FileUploaderControl/hooks/useUpload.d.ts +3 -0
  701. package/cjs/internal/FileUploaderControl/hooks/useUpload.js +51 -0
  702. package/cjs/internal/FileUploaderControl/hooks/useUpload.js.map +1 -0
  703. package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.d.ts +3 -0
  704. package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.js +19 -0
  705. package/cjs/internal/FileUploaderControl/withFileUploaderControlProvider.js.map +1 -0
  706. package/cjs/internal/FocusTrap/FocusTrap.d.ts +4 -2
  707. package/cjs/internal/FocusTrap/FocusTrap.js +17 -9
  708. package/cjs/internal/FocusTrap/FocusTrap.js.map +1 -1
  709. package/cjs/internal/FocusTrap/index.js +1 -1
  710. package/cjs/internal/FocusTrap/index.js.map +1 -1
  711. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +1 -3
  712. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.js +33 -74
  713. package/cjs/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.js.map +1 -1
  714. package/cjs/internal/HideBodyVerticalScroll/index.js +1 -1
  715. package/cjs/internal/HideBodyVerticalScroll/index.js.map +1 -1
  716. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +1 -1
  717. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js +13 -5
  718. package/cjs/internal/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
  719. package/cjs/internal/IgnoreLayerClick/index.js +1 -1
  720. package/cjs/internal/IgnoreLayerClick/index.js.map +1 -1
  721. package/cjs/internal/InputLikeText/HiddenInput.js +10 -10
  722. package/cjs/internal/InputLikeText/HiddenInput.js.map +1 -1
  723. package/cjs/internal/InputLikeText/InputLikeText.d.ts +4 -1
  724. package/cjs/internal/InputLikeText/InputLikeText.js +136 -81
  725. package/cjs/internal/InputLikeText/InputLikeText.js.map +1 -1
  726. package/cjs/internal/InputLikeText/InputLikeText.styles.d.ts +2 -3
  727. package/cjs/internal/InputLikeText/InputLikeText.styles.js +9 -18
  728. package/cjs/internal/InputLikeText/InputLikeText.styles.js.map +1 -1
  729. package/cjs/internal/InputLikeText/index.js +1 -1
  730. package/cjs/internal/InputLikeText/index.js.map +1 -1
  731. package/cjs/internal/InternalMenu/InternalMenu.d.ts +8 -4
  732. package/cjs/internal/InternalMenu/InternalMenu.js +38 -39
  733. package/cjs/internal/InternalMenu/InternalMenu.js.map +1 -1
  734. package/cjs/internal/InternalMenu/InternalMenu.styles.d.ts +4 -3
  735. package/cjs/internal/InternalMenu/InternalMenu.styles.js +13 -16
  736. package/cjs/internal/InternalMenu/InternalMenu.styles.js.map +1 -1
  737. package/cjs/internal/InternalMenu/index.js +1 -1
  738. package/cjs/internal/InternalMenu/index.js.map +1 -1
  739. package/cjs/internal/InternalMenu/isActiveElement.js.map +1 -1
  740. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.d.ts +9 -0
  741. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.js +14 -0
  742. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.js.map +1 -0
  743. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.d.ts +3 -0
  744. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.js +18 -0
  745. package/cjs/internal/MaskCharLowLine/MaskCharLowLine.styles.js.map +1 -0
  746. package/cjs/internal/MaskCharLowLine/index.d.ts +1 -0
  747. package/cjs/internal/MaskCharLowLine/index.js +1 -0
  748. package/cjs/internal/MaskCharLowLine/index.js.map +1 -0
  749. package/cjs/internal/MaskedInput/MaskedInput.d.ts +4 -3
  750. package/cjs/internal/MaskedInput/MaskedInput.js +17 -7
  751. package/cjs/internal/MaskedInput/MaskedInput.js.map +1 -1
  752. package/cjs/internal/MaskedInput/MaskedInput.styles.d.ts +3 -2
  753. package/cjs/internal/MaskedInput/MaskedInput.styles.js +6 -24
  754. package/cjs/internal/MaskedInput/MaskedInput.styles.js.map +1 -1
  755. package/cjs/internal/MaskedInput/index.js +1 -1
  756. package/cjs/internal/MaskedInput/index.js.map +1 -1
  757. package/cjs/internal/Menu/Menu.d.ts +8 -0
  758. package/cjs/internal/Menu/Menu.js +86 -44
  759. package/cjs/internal/Menu/Menu.js.map +1 -1
  760. package/cjs/internal/Menu/Menu.styles.d.ts +8 -3
  761. package/cjs/internal/Menu/Menu.styles.js +32 -9
  762. package/cjs/internal/Menu/Menu.styles.js.map +1 -1
  763. package/cjs/internal/Menu/index.js +1 -1
  764. package/cjs/internal/Menu/index.js.map +1 -1
  765. package/cjs/internal/Menu/isActiveElement.js.map +1 -1
  766. package/cjs/internal/MobilePopup/MobilePopup.d.ts +34 -0
  767. package/cjs/internal/MobilePopup/MobilePopup.js +141 -0
  768. package/cjs/internal/MobilePopup/MobilePopup.js.map +1 -0
  769. package/cjs/internal/MobilePopup/MobilePopup.styles.d.ts +10 -0
  770. package/cjs/internal/MobilePopup/MobilePopup.styles.js +75 -0
  771. package/cjs/internal/MobilePopup/MobilePopup.styles.js.map +1 -0
  772. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.d.ts +15 -0
  773. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.js +69 -0
  774. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.js.map +1 -0
  775. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +10 -0
  776. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.js +65 -0
  777. package/cjs/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.js.map +1 -0
  778. package/cjs/internal/MobilePopup/MobilePopupHeader/index.d.ts +1 -0
  779. package/cjs/internal/MobilePopup/MobilePopupHeader/index.js +1 -0
  780. package/cjs/internal/MobilePopup/MobilePopupHeader/index.js.map +1 -0
  781. package/cjs/internal/MobilePopup/index.d.ts +1 -0
  782. package/cjs/internal/MobilePopup/index.js +1 -0
  783. package/cjs/internal/MobilePopup/index.js.map +1 -0
  784. package/cjs/internal/NativeDateInput/NativeDateInput.d.ts +23 -0
  785. package/cjs/internal/NativeDateInput/NativeDateInput.js +65 -0
  786. package/cjs/internal/NativeDateInput/NativeDateInput.js.map +1 -0
  787. package/cjs/internal/NativeDateInput/NativeDateInput.styles.d.ts +3 -0
  788. package/cjs/internal/NativeDateInput/NativeDateInput.styles.js +19 -0
  789. package/cjs/internal/NativeDateInput/NativeDateInput.styles.js.map +1 -0
  790. package/cjs/internal/NativeDateInput/index.d.ts +1 -0
  791. package/cjs/internal/NativeDateInput/index.js +1 -0
  792. package/cjs/internal/NativeDateInput/index.js.map +1 -0
  793. package/cjs/internal/NativeDateInput/utils.d.ts +7 -0
  794. package/cjs/internal/NativeDateInput/utils.js +49 -0
  795. package/cjs/internal/NativeDateInput/utils.js.map +1 -0
  796. package/cjs/internal/PerformanceMetrics/PerformanceMetrics.js +10 -10
  797. package/cjs/internal/PerformanceMetrics/PerformanceMetrics.js.map +1 -1
  798. package/cjs/internal/Popup/Popup.d.ts +35 -15
  799. package/cjs/internal/Popup/Popup.js +191 -81
  800. package/cjs/internal/Popup/Popup.js.map +1 -1
  801. package/cjs/internal/Popup/Popup.styles.d.ts +7 -6
  802. package/cjs/internal/Popup/Popup.styles.js +19 -19
  803. package/cjs/internal/Popup/Popup.styles.js.map +1 -1
  804. package/cjs/internal/Popup/PopupHelper.d.ts +2 -2
  805. package/cjs/internal/Popup/PopupHelper.js +1 -0
  806. package/cjs/internal/Popup/PopupHelper.js.map +1 -1
  807. package/cjs/internal/Popup/PopupPin.js +20 -20
  808. package/cjs/internal/Popup/PopupPin.js.map +1 -1
  809. package/cjs/internal/Popup/PopupPin.styles.d.ts +1 -1
  810. package/cjs/internal/Popup/PopupPin.styles.js +4 -7
  811. package/cjs/internal/Popup/PopupPin.styles.js.map +1 -1
  812. package/cjs/internal/Popup/index.js +1 -1
  813. package/cjs/internal/Popup/index.js.map +1 -1
  814. package/cjs/internal/Popup/types.d.ts +2 -0
  815. package/cjs/internal/Popup/types.js +1 -0
  816. package/cjs/{components/TopBar/locale → internal/Popup}/types.js.map +0 -0
  817. package/cjs/internal/PopupMenu/PopupMenu.d.ts +9 -5
  818. package/cjs/internal/PopupMenu/PopupMenu.js +36 -10
  819. package/cjs/internal/PopupMenu/PopupMenu.js.map +1 -1
  820. package/cjs/internal/PopupMenu/PopupMenu.styles.d.ts +1 -1
  821. package/cjs/internal/PopupMenu/PopupMenu.styles.js +6 -7
  822. package/cjs/internal/PopupMenu/PopupMenu.styles.js.map +1 -1
  823. package/cjs/internal/PopupMenu/index.js +1 -1
  824. package/cjs/internal/PopupMenu/index.js.map +1 -1
  825. package/cjs/internal/PopupMenu/validatePositions.d.ts +2 -2
  826. package/cjs/internal/PopupMenu/validatePositions.js +2 -4
  827. package/cjs/internal/PopupMenu/validatePositions.js.map +1 -1
  828. package/cjs/internal/RenderContainer/RenderContainer.d.ts +1 -1
  829. package/cjs/internal/RenderContainer/RenderContainer.js +14 -3
  830. package/cjs/internal/RenderContainer/RenderContainer.js.map +1 -1
  831. package/cjs/internal/RenderContainer/RenderContainerTypes.d.ts +5 -2
  832. package/cjs/internal/RenderContainer/RenderContainerTypes.js +1 -1
  833. package/cjs/internal/RenderContainer/RenderInnerContainer.js +29 -10
  834. package/cjs/internal/RenderContainer/RenderInnerContainer.js.map +1 -1
  835. package/cjs/internal/RenderContainer/index.js +1 -1
  836. package/cjs/internal/RenderContainer/index.js.map +1 -1
  837. package/cjs/internal/RenderLayer/RenderLayer.d.ts +6 -3
  838. package/cjs/internal/RenderLayer/RenderLayer.js +14 -7
  839. package/cjs/internal/RenderLayer/RenderLayer.js.map +1 -1
  840. package/cjs/internal/RenderLayer/index.js +1 -1
  841. package/cjs/internal/RenderLayer/index.js.map +1 -1
  842. package/cjs/internal/ResizeDetector/ResizeDetector.d.ts +1 -0
  843. package/cjs/internal/ResizeDetector/ResizeDetector.js +6 -1
  844. package/cjs/internal/ResizeDetector/ResizeDetector.js.map +1 -1
  845. package/cjs/internal/ResizeDetector/ResizeDetector.styles.d.ts +2 -1
  846. package/cjs/internal/ResizeDetector/ResizeDetector.styles.js +12 -7
  847. package/cjs/internal/ResizeDetector/ResizeDetector.styles.js.map +1 -1
  848. package/cjs/internal/ResizeDetector/index.js +1 -1
  849. package/cjs/internal/ResizeDetector/index.js.map +1 -1
  850. package/cjs/internal/TextWidthHelper/TextWidthHelper.d.ts +15 -0
  851. package/cjs/internal/TextWidthHelper/TextWidthHelper.js +34 -0
  852. package/cjs/internal/TextWidthHelper/TextWidthHelper.js.map +1 -0
  853. package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.d.ts +4 -0
  854. package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.js +23 -0
  855. package/cjs/internal/TextWidthHelper/TextWidthHelper.styles.js.map +1 -0
  856. package/cjs/internal/ThemePlayground/AnotherInputsPlayground.js +1 -1
  857. package/cjs/internal/ThemePlayground/AnotherInputsPlayground.js.map +1 -1
  858. package/cjs/internal/ThemePlayground/CheckboxPlayground.d.ts +1 -4
  859. package/cjs/internal/ThemePlayground/CheckboxPlayground.js +9 -6
  860. package/cjs/internal/ThemePlayground/CheckboxPlayground.js.map +1 -1
  861. package/cjs/internal/ThemePlayground/ComponentsGroup.d.ts +1 -1
  862. package/cjs/internal/ThemePlayground/ComponentsGroup.js +8 -8
  863. package/cjs/internal/ThemePlayground/ComponentsGroup.js.map +1 -1
  864. package/cjs/internal/ThemePlayground/CurrencyInputPlayground.js +1 -1
  865. package/cjs/internal/ThemePlayground/CurrencyInputPlayground.js.map +1 -1
  866. package/cjs/internal/ThemePlayground/FxInputPlayground.js +1 -1
  867. package/cjs/internal/ThemePlayground/FxInputPlayground.js.map +1 -1
  868. package/cjs/internal/ThemePlayground/HintPlayground.js +1 -1
  869. package/cjs/internal/ThemePlayground/HintPlayground.js.map +1 -1
  870. package/cjs/internal/ThemePlayground/PagingPlayground.js +1 -1
  871. package/cjs/internal/ThemePlayground/PagingPlayground.js.map +1 -1
  872. package/cjs/internal/ThemePlayground/Playground.d.ts +1 -2
  873. package/cjs/internal/ThemePlayground/Playground.js +71 -97
  874. package/cjs/internal/ThemePlayground/Playground.js.map +1 -1
  875. package/cjs/internal/ThemePlayground/Playground.md +7 -7
  876. package/cjs/internal/ThemePlayground/Playground.styles.d.ts +12 -11
  877. package/cjs/internal/ThemePlayground/Playground.styles.js +23 -26
  878. package/cjs/internal/ThemePlayground/Playground.styles.js.map +1 -1
  879. package/cjs/internal/ThemePlayground/RadioPlayground.d.ts +1 -4
  880. package/cjs/internal/ThemePlayground/RadioPlayground.js +9 -6
  881. package/cjs/internal/ThemePlayground/RadioPlayground.js.map +1 -1
  882. package/cjs/internal/ThemePlayground/SelectPlayground.js +1 -1
  883. package/cjs/internal/ThemePlayground/SelectPlayground.js.map +1 -1
  884. package/cjs/internal/ThemePlayground/ShowcaseGroup.d.ts +0 -1
  885. package/cjs/internal/ThemePlayground/ShowcaseGroup.js +16 -8
  886. package/cjs/internal/ThemePlayground/ShowcaseGroup.js.map +1 -1
  887. package/cjs/internal/ThemePlayground/SwitcherPlayground.js +1 -1
  888. package/cjs/internal/ThemePlayground/SwitcherPlayground.js.map +1 -1
  889. package/cjs/internal/ThemePlayground/ThemeContextPlayground.d.ts +4 -6
  890. package/cjs/internal/ThemePlayground/ThemeContextPlayground.js +24 -39
  891. package/cjs/internal/ThemePlayground/ThemeContextPlayground.js.map +1 -1
  892. package/cjs/internal/ThemePlayground/ThemeEditor.js +16 -16
  893. package/cjs/internal/ThemePlayground/ThemeEditor.js.map +1 -1
  894. package/cjs/internal/ThemePlayground/TogglePlayground.js +10 -10
  895. package/cjs/internal/ThemePlayground/TogglePlayground.js.map +1 -1
  896. package/cjs/internal/ThemePlayground/TokenInputPlayground.js +3 -5
  897. package/cjs/internal/ThemePlayground/TokenInputPlayground.js.map +1 -1
  898. package/cjs/internal/ThemePlayground/VariableValue.js +18 -18
  899. package/cjs/internal/ThemePlayground/VariableValue.js.map +1 -1
  900. package/cjs/internal/ThemePlayground/constants.d.ts +2 -3
  901. package/cjs/internal/ThemePlayground/constants.js +5 -41
  902. package/cjs/internal/ThemePlayground/constants.js.map +1 -1
  903. package/cjs/internal/ThemePlayground/darkTheme.d.ts +75 -59
  904. package/cjs/internal/ThemePlayground/darkTheme.js +109 -84
  905. package/cjs/internal/ThemePlayground/darkTheme.js.map +1 -1
  906. package/cjs/internal/ThemePlayground/helpers.d.ts +1 -1
  907. package/cjs/internal/ThemePlayground/helpers.js +1 -1
  908. package/cjs/internal/ThemePlayground/helpers.js.map +1 -1
  909. package/cjs/internal/ThemeShowcase/ThemeShowcase.d.ts +1 -1
  910. package/cjs/internal/ThemeShowcase/ThemeShowcase.js +119 -87
  911. package/cjs/internal/ThemeShowcase/ThemeShowcase.js.map +1 -1
  912. package/cjs/internal/ThemeShowcase/ThemeShowcase.md +13 -13
  913. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +10 -3
  914. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.js +55 -30
  915. package/cjs/internal/ThemeShowcase/ThemeShowcase.styles.js.map +1 -1
  916. package/cjs/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  917. package/cjs/internal/ThemeShowcase/VariablesCollector.js +72 -62
  918. package/cjs/internal/ThemeShowcase/VariablesCollector.js.map +1 -1
  919. package/cjs/internal/ZIndex/ZIndex.d.ts +2 -0
  920. package/cjs/internal/ZIndex/ZIndex.js +46 -35
  921. package/cjs/internal/ZIndex/ZIndex.js.map +1 -1
  922. package/cjs/internal/ZIndex/ZIndexStorage.d.ts +2 -0
  923. package/cjs/internal/ZIndex/ZIndexStorage.js +4 -2
  924. package/cjs/internal/ZIndex/ZIndexStorage.js.map +1 -1
  925. package/cjs/internal/ZIndex/index.js +1 -1
  926. package/cjs/internal/ZIndex/index.js.map +1 -1
  927. package/cjs/internal/icons/16px/icon.styles.d.ts +1 -1
  928. package/cjs/internal/icons/16px/icon.styles.js +5 -8
  929. package/cjs/internal/icons/16px/icon.styles.js.map +1 -1
  930. package/cjs/internal/icons/16px/index.d.ts +20 -14
  931. package/cjs/internal/icons/16px/index.js +185 -62
  932. package/cjs/internal/icons/16px/index.js.map +1 -1
  933. package/cjs/internal/icons/20px/Icon.d.ts +11 -14
  934. package/cjs/internal/icons/20px/Icon.js +15 -24
  935. package/cjs/internal/icons/20px/Icon.js.map +1 -1
  936. package/cjs/internal/icons/20px/icon.styles.d.ts +2 -1
  937. package/cjs/internal/icons/20px/icon.styles.js +8 -18
  938. package/cjs/internal/icons/20px/icon.styles.js.map +1 -1
  939. package/cjs/internal/icons/20px/index.d.ts +1 -0
  940. package/cjs/internal/icons/20px/index.js +2 -1
  941. package/cjs/internal/icons/20px/index.js.map +1 -1
  942. package/cjs/internal/icons/20px/svg.d.ts +14 -0
  943. package/cjs/internal/icons/20px/svg.js +121 -0
  944. package/cjs/internal/icons/20px/svg.js.map +1 -0
  945. package/cjs/internal/icons/CloudIcon.d.ts +0 -1
  946. package/cjs/internal/icons/CloudIcon.js +2 -2
  947. package/cjs/internal/icons/CloudIcon.js.map +1 -1
  948. package/cjs/internal/icons/CrossIcon.d.ts +0 -1
  949. package/cjs/internal/icons/CrossIcon.js +9 -2
  950. package/cjs/internal/icons/CrossIcon.js.map +1 -1
  951. package/cjs/internal/icons/SpinnerIcon.d.ts +6 -2
  952. package/cjs/internal/icons/SpinnerIcon.js +70 -8
  953. package/cjs/internal/icons/SpinnerIcon.js.map +1 -1
  954. package/cjs/internal/icons/SpinnerIcon.styles.d.ts +3 -1
  955. package/cjs/internal/icons/SpinnerIcon.styles.js +19 -6
  956. package/cjs/internal/icons/SpinnerIcon.styles.js.map +1 -1
  957. package/cjs/internal/themes/DarkTheme.d.ts +137 -0
  958. package/cjs/internal/themes/DarkTheme.js +235 -0
  959. package/cjs/internal/themes/DarkTheme.js.map +1 -0
  960. package/cjs/internal/themes/DefaultTheme.d.ts +425 -266
  961. package/cjs/internal/themes/DefaultTheme.js +1097 -828
  962. package/cjs/internal/themes/DefaultTheme.js.map +1 -1
  963. package/cjs/internal/themes/NotFlat.d.ts +127 -0
  964. package/cjs/internal/themes/NotFlat.js +219 -0
  965. package/cjs/internal/themes/NotFlat.js.map +1 -0
  966. package/cjs/internal/themes/OldColors.d.ts +116 -0
  967. package/cjs/internal/themes/OldColors.js +167 -0
  968. package/cjs/internal/themes/OldColors.js.map +1 -0
  969. package/cjs/lib/ConditionalHandler.js +3 -3
  970. package/cjs/lib/ConditionalHandler.js.map +1 -1
  971. package/cjs/lib/LayoutEvents.js +4 -4
  972. package/cjs/lib/LayoutEvents.js.map +1 -1
  973. package/cjs/lib/ModalStack.d.ts +5 -0
  974. package/cjs/lib/ModalStack.js +65 -6
  975. package/cjs/lib/ModalStack.js.map +1 -1
  976. package/cjs/lib/SSRSafe.js +2 -2
  977. package/cjs/lib/SSRSafe.js.map +1 -1
  978. package/cjs/lib/Supports.js.map +1 -1
  979. package/cjs/lib/Upgrades.d.ts +2 -0
  980. package/cjs/lib/Upgrades.js +14 -0
  981. package/cjs/lib/Upgrades.js.map +1 -1
  982. package/cjs/lib/animation/index.js +4 -4
  983. package/cjs/lib/animation/index.js.map +1 -1
  984. package/cjs/lib/animation/presets.js.map +1 -1
  985. package/cjs/lib/animation/stepper.js +2 -2
  986. package/cjs/lib/animation/stepper.js.map +1 -1
  987. package/cjs/lib/callChildRef/callChildRef.d.ts +3 -0
  988. package/cjs/lib/callChildRef/callChildRef.js +19 -0
  989. package/cjs/lib/callChildRef/callChildRef.js.map +1 -0
  990. package/cjs/lib/client.d.ts +4 -2
  991. package/cjs/lib/client.js +8 -2
  992. package/cjs/lib/client.js.map +1 -1
  993. package/cjs/lib/createPropsGetter.js.map +1 -1
  994. package/cjs/lib/currentEnvironment.js +12 -3
  995. package/cjs/lib/currentEnvironment.js.map +1 -1
  996. package/cjs/lib/date/InternalDate.js +14 -16
  997. package/cjs/lib/date/InternalDate.js.map +1 -1
  998. package/cjs/lib/date/InternalDateCalculator.js.map +1 -1
  999. package/cjs/lib/date/InternalDateGetter.js +2 -2
  1000. package/cjs/lib/date/InternalDateGetter.js.map +1 -1
  1001. package/cjs/lib/date/InternalDateSetter.js.map +1 -1
  1002. package/cjs/lib/date/InternalDateTransformer.d.ts +6 -6
  1003. package/cjs/lib/date/InternalDateTransformer.js +4 -4
  1004. package/cjs/lib/date/InternalDateTransformer.js.map +1 -1
  1005. package/cjs/lib/date/InternalDateValidator.js +6 -3
  1006. package/cjs/lib/date/InternalDateValidator.js.map +1 -1
  1007. package/cjs/lib/date/constants.js +1 -1
  1008. package/cjs/lib/date/constants.js.map +1 -1
  1009. package/cjs/lib/date/localeSets.js.map +1 -1
  1010. package/cjs/lib/date/types.js +1 -1
  1011. package/cjs/lib/date/types.js.map +1 -1
  1012. package/cjs/lib/dom/getDOMRect.d.ts +8 -0
  1013. package/cjs/lib/dom/getDOMRect.js +24 -0
  1014. package/cjs/lib/dom/getDOMRect.js.map +1 -0
  1015. package/cjs/lib/dom/getScrollWidth.js +2 -2
  1016. package/cjs/lib/dom/getScrollWidth.js.map +1 -1
  1017. package/cjs/lib/dom/tabbableHelpers.d.ts +16 -0
  1018. package/cjs/lib/dom/tabbableHelpers.js +31 -0
  1019. package/cjs/lib/dom/tabbableHelpers.js.map +1 -0
  1020. package/cjs/lib/events/MouseDrag.js +28 -28
  1021. package/cjs/lib/events/MouseDrag.js.map +1 -1
  1022. package/cjs/lib/events/fixClickFocusIE.js +2 -2
  1023. package/cjs/lib/events/fixClickFocusIE.js.map +1 -1
  1024. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +2 -0
  1025. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.js +20 -0
  1026. package/cjs/lib/events/fixFirefoxModifiedClickOnLabel.js.map +1 -0
  1027. package/cjs/lib/events/keyListener.d.ts +7 -0
  1028. package/cjs/lib/events/keyListener.js +22 -0
  1029. package/cjs/lib/events/keyListener.js.map +1 -0
  1030. package/cjs/lib/events/keyboard/KeyboardEventCodes.js.map +1 -1
  1031. package/cjs/lib/events/keyboard/KeyboardMapKeys.js.map +1 -1
  1032. package/cjs/lib/events/keyboard/extractCode.js.map +1 -1
  1033. package/cjs/lib/events/keyboard/identifiers.d.ts +1 -0
  1034. package/cjs/lib/events/keyboard/identifiers.js +13 -3
  1035. package/cjs/lib/events/keyboard/identifiers.js.map +1 -1
  1036. package/cjs/lib/events/stopPropagation.js.map +1 -1
  1037. package/cjs/lib/events/tabListener.d.ts +1 -6
  1038. package/cjs/lib/events/tabListener.js +2 -15
  1039. package/cjs/lib/events/tabListener.js.map +1 -1
  1040. package/cjs/lib/extractKeyboardAction.js +1 -1
  1041. package/cjs/lib/extractKeyboardAction.js.map +1 -1
  1042. package/cjs/lib/filterProps.js.map +1 -1
  1043. package/cjs/lib/forwardRefAndName.d.ts +5 -0
  1044. package/cjs/lib/forwardRefAndName.js +23 -0
  1045. package/cjs/lib/forwardRefAndName.js.map +1 -0
  1046. package/cjs/lib/getDisplayName.d.ts +3 -0
  1047. package/cjs/lib/getDisplayName.js +9 -0
  1048. package/cjs/lib/getDisplayName.js.map +1 -0
  1049. package/cjs/lib/listenFocusOutside.d.ts +4 -0
  1050. package/cjs/lib/listenFocusOutside.js +13 -13
  1051. package/cjs/lib/listenFocusOutside.js.map +1 -1
  1052. package/cjs/lib/locale/LOCALECONTEXT.md +221 -246
  1053. package/cjs/lib/locale/LocaleContext.js +1 -1
  1054. package/cjs/lib/locale/LocaleContext.js.map +1 -1
  1055. package/cjs/lib/locale/LocaleHelper.js +1 -1
  1056. package/cjs/lib/locale/LocaleHelper.js.map +1 -1
  1057. package/cjs/lib/locale/constants.js.map +1 -1
  1058. package/cjs/lib/locale/decorators.d.ts +4 -3
  1059. package/cjs/lib/locale/decorators.js +13 -8
  1060. package/cjs/lib/locale/decorators.js.map +1 -1
  1061. package/cjs/lib/locale/index.js +2 -2
  1062. package/cjs/lib/locale/index.js.map +1 -1
  1063. package/cjs/lib/locale/types.d.ts +3 -6
  1064. package/cjs/lib/locale/types.js +0 -3
  1065. package/cjs/lib/locale/types.js.map +1 -1
  1066. package/cjs/lib/locale/useLocaleForControl.d.ts +3 -0
  1067. package/cjs/lib/locale/useLocaleForControl.js +14 -0
  1068. package/cjs/lib/locale/useLocaleForControl.js.map +1 -0
  1069. package/cjs/lib/memo.js.map +1 -1
  1070. package/cjs/lib/net/fetch.js.map +1 -1
  1071. package/cjs/lib/polyfillPlaceholder.js.map +1 -1
  1072. package/cjs/lib/reactGetTextContent.js +1 -1
  1073. package/cjs/lib/reactGetTextContent.js.map +1 -1
  1074. package/cjs/lib/rootNode/getRootNode.d.ts +3 -0
  1075. package/cjs/lib/rootNode/getRootNode.js +28 -0
  1076. package/cjs/lib/rootNode/getRootNode.js.map +1 -0
  1077. package/cjs/lib/rootNode/index.d.ts +2 -0
  1078. package/cjs/lib/rootNode/index.js +2 -0
  1079. package/cjs/lib/rootNode/index.js.map +1 -0
  1080. package/cjs/lib/rootNode/rootNodeDecorator.d.ts +47 -0
  1081. package/cjs/lib/rootNode/rootNodeDecorator.js +62 -0
  1082. package/cjs/lib/rootNode/rootNodeDecorator.js.map +1 -0
  1083. package/cjs/lib/stringUtils.d.ts +1 -0
  1084. package/cjs/lib/stringUtils.js +13 -0
  1085. package/cjs/lib/stringUtils.js.map +1 -0
  1086. package/cjs/lib/styles/ColorFactory.js +13 -9
  1087. package/cjs/lib/styles/ColorFactory.js.map +1 -1
  1088. package/cjs/lib/styles/ColorFunctions.js +3 -3
  1089. package/cjs/lib/styles/ColorFunctions.js.map +1 -1
  1090. package/cjs/lib/styles/ColorHelpers.js +1 -1
  1091. package/cjs/lib/styles/ColorHelpers.js.map +1 -1
  1092. package/cjs/lib/styles/ColorKeywords.js.map +1 -1
  1093. package/cjs/lib/styles/ColorObject.d.ts +1 -0
  1094. package/cjs/lib/styles/ColorObject.js +6 -1
  1095. package/cjs/lib/styles/ColorObject.js.map +1 -1
  1096. package/cjs/lib/styles/DimensionFunctions.js.map +1 -1
  1097. package/cjs/lib/styles/HoldSelectionColor.d.ts +1 -0
  1098. package/cjs/lib/styles/HoldSelectionColor.js +9 -0
  1099. package/cjs/lib/styles/HoldSelectionColor.js.map +1 -0
  1100. package/cjs/lib/styles/Mixins.js +3 -3
  1101. package/cjs/lib/styles/Mixins.js.map +1 -1
  1102. package/cjs/lib/taskWithDelayAndMinimalDuration.d.ts +21 -0
  1103. package/cjs/lib/taskWithDelayAndMinimalDuration.js +80 -0
  1104. package/cjs/lib/taskWithDelayAndMinimalDuration.js.map +1 -0
  1105. package/cjs/lib/theming/AnimationKeyframes.d.ts +7 -6
  1106. package/cjs/lib/theming/AnimationKeyframes.js +7 -7
  1107. package/cjs/lib/theming/AnimationKeyframes.js.map +1 -1
  1108. package/cjs/lib/theming/Emotion.d.ts +11 -10
  1109. package/cjs/lib/theming/Emotion.js +15 -19
  1110. package/cjs/lib/theming/Emotion.js.map +1 -1
  1111. package/cjs/lib/theming/Theme.js +1 -1
  1112. package/cjs/lib/theming/ThemeContext.js +1 -1
  1113. package/cjs/lib/theming/ThemeContext.js.map +1 -1
  1114. package/cjs/lib/theming/ThemeContext.md +277 -248
  1115. package/cjs/lib/theming/ThemeFactory.d.ts +1 -2
  1116. package/cjs/lib/theming/ThemeFactory.js +5 -14
  1117. package/cjs/lib/theming/ThemeFactory.js.map +1 -1
  1118. package/cjs/lib/theming/ThemeHelpers.d.ts +5 -6
  1119. package/cjs/lib/theming/ThemeHelpers.js +18 -25
  1120. package/cjs/lib/theming/ThemeHelpers.js.map +1 -1
  1121. package/cjs/lib/theming/themes/DarkTheme.d.ts +1 -0
  1122. package/cjs/lib/theming/themes/DarkTheme.js +5 -0
  1123. package/cjs/lib/theming/themes/DarkTheme.js.map +1 -0
  1124. package/cjs/lib/theming/themes/DefaultTheme.js +3 -2
  1125. package/cjs/lib/theming/themes/DefaultTheme.js.map +1 -1
  1126. package/cjs/lib/theming/themes/DefaultTheme8pxOld.d.ts +1 -0
  1127. package/cjs/lib/theming/themes/DefaultTheme8pxOld.js +8 -0
  1128. package/cjs/lib/theming/themes/DefaultTheme8pxOld.js.map +1 -0
  1129. package/cjs/lib/theming/themes/DefaultThemeMobile.d.ts +3 -0
  1130. package/cjs/lib/theming/themes/DefaultThemeMobile.js +9 -0
  1131. package/cjs/lib/theming/themes/DefaultThemeMobile.js.map +1 -0
  1132. package/cjs/lib/theming/themes/FlatTheme8pxOld.d.ts +1 -0
  1133. package/cjs/lib/theming/themes/FlatTheme8pxOld.js +5 -0
  1134. package/cjs/lib/theming/themes/FlatTheme8pxOld.js.map +1 -0
  1135. package/cjs/lib/theming/useTheme.d.ts +1 -0
  1136. package/cjs/lib/theming/useTheme.js +7 -0
  1137. package/cjs/lib/theming/useTheme.js.map +1 -0
  1138. package/cjs/lib/uidUtils.d.ts +1 -0
  1139. package/cjs/lib/uidUtils.js +5 -0
  1140. package/cjs/lib/uidUtils.js.map +1 -0
  1141. package/cjs/lib/utils.d.ts +48 -1
  1142. package/cjs/lib/utils.js +119 -18
  1143. package/cjs/lib/utils.js.map +1 -1
  1144. package/cjs/lib/withClassWrapper.d.ts +71 -0
  1145. package/cjs/lib/withClassWrapper.js +59 -0
  1146. package/cjs/lib/withClassWrapper.js.map +1 -0
  1147. package/cjs/typings/console.d.ts +3 -3
  1148. package/cjs/typings/event-types.d.ts +4 -4
  1149. package/cjs/typings/fonts.d.ts +12 -12
  1150. package/cjs/typings/global.d.ts +6 -6
  1151. package/cjs/typings/html-props.d.ts +123 -0
  1152. package/cjs/typings/images.d.ts +1 -1
  1153. package/cjs/typings/normalize-wheel.d.ts +5 -5
  1154. package/cjs/typings/stories.d.ts +7 -0
  1155. package/cjs/typings/stylis-plugin-extra-scope.d.ts +3 -3
  1156. package/cjs/typings/utility-types.d.ts +14 -14
  1157. package/components/Autocomplete/Autocomplete/Autocomplete.js +182 -86
  1158. package/components/Autocomplete/Autocomplete/Autocomplete.js.map +1 -1
  1159. package/components/Autocomplete/Autocomplete.d.ts +23 -3
  1160. package/components/Autocomplete/Autocomplete.md +7 -7
  1161. package/components/Autocomplete/Autocomplete.styles/Autocomplete.styles.js +10 -0
  1162. package/components/Autocomplete/Autocomplete.styles/Autocomplete.styles.js.map +1 -0
  1163. package/components/Autocomplete/Autocomplete.styles/package.json +6 -0
  1164. package/components/Autocomplete/Autocomplete.styles.d.ts +4 -0
  1165. package/components/Autocomplete/index/index.js.map +1 -1
  1166. package/components/Button/Button/Button.js +149 -87
  1167. package/components/Button/Button/Button.js.map +1 -1
  1168. package/components/Button/Button.d.ts +79 -15
  1169. package/components/Button/Button.md +104 -89
  1170. package/components/Button/Button.mixins/Button.mixins.js +21 -75
  1171. package/components/Button/Button.mixins/Button.mixins.js.map +1 -1
  1172. package/components/Button/Button.mixins.d.ts +6 -6
  1173. package/components/Button/Button.styles/Button.styles.js +134 -475
  1174. package/components/Button/Button.styles/Button.styles.js.map +1 -1
  1175. package/components/Button/Button.styles.d.ts +63 -32
  1176. package/components/Button/Corners/Corners.js.map +1 -1
  1177. package/components/Button/index/index.js.map +1 -1
  1178. package/components/Center/Center/Center.js +42 -29
  1179. package/components/Center/Center/Center.js.map +1 -1
  1180. package/components/Center/Center.d.ts +10 -10
  1181. package/components/Center/Center.md +26 -5
  1182. package/components/Center/Center.styles/Center.styles.js +8 -57
  1183. package/components/Center/Center.styles/Center.styles.js.map +1 -1
  1184. package/components/Center/Center.styles.d.ts +1 -1
  1185. package/components/Center/index/index.js.map +1 -1
  1186. package/components/Checkbox/Checkbox/Checkbox.js +130 -107
  1187. package/components/Checkbox/Checkbox/Checkbox.js.map +1 -1
  1188. package/components/Checkbox/Checkbox.d.ts +39 -19
  1189. package/components/Checkbox/Checkbox.md +104 -63
  1190. package/components/Checkbox/Checkbox.styles/Checkbox.styles.js +39 -176
  1191. package/components/Checkbox/Checkbox.styles/Checkbox.styles.js.map +1 -1
  1192. package/components/Checkbox/Checkbox.styles.d.ts +17 -11
  1193. package/components/Checkbox/index/index.js.map +1 -1
  1194. package/components/ComboBox/ComboBox/ComboBox.js +46 -41
  1195. package/components/ComboBox/ComboBox/ComboBox.js.map +1 -1
  1196. package/components/ComboBox/ComboBox.d.ts +22 -5
  1197. package/components/ComboBox/ComboBox.md +445 -432
  1198. package/components/ComboBox/index/index.js.map +1 -1
  1199. package/components/CurrencyInput/CurrencyHelper/CurrencyHelper.js +4 -5
  1200. package/components/CurrencyInput/CurrencyHelper/CurrencyHelper.js.map +1 -1
  1201. package/components/CurrencyInput/CurrencyInput/CurrencyInput.js +121 -74
  1202. package/components/CurrencyInput/CurrencyInput/CurrencyInput.js.map +1 -1
  1203. package/components/CurrencyInput/CurrencyInput.d.ts +13 -6
  1204. package/components/CurrencyInput/CurrencyInput.md +24 -20
  1205. package/components/CurrencyInput/CurrencyInputHelper/CurrencyInputHelper.js +1 -3
  1206. package/components/CurrencyInput/CurrencyInputHelper/CurrencyInputHelper.js.map +1 -1
  1207. package/components/CurrencyInput/CurrencyInputKeyboardActions/CurrencyInputKeyboardActions.js.map +1 -1
  1208. package/components/CurrencyInput/CursorHelper/CursorHelper.js +43 -16
  1209. package/components/CurrencyInput/CursorHelper/CursorHelper.js.map +1 -1
  1210. package/components/CurrencyInput/SelectionHelper/SelectionHelper.js.map +1 -1
  1211. package/components/CurrencyInput/constants/constants.js.map +1 -1
  1212. package/components/CurrencyInput/index/index.js.map +1 -1
  1213. package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js +9 -8
  1214. package/components/CurrencyLabel/CurrencyLabel/CurrencyLabel.js.map +1 -1
  1215. package/components/CurrencyLabel/CurrencyLabel.d.ts +6 -5
  1216. package/components/CurrencyLabel/CurrencyLabel.md +23 -23
  1217. package/components/CurrencyLabel/index/index.js.map +1 -1
  1218. package/components/DateInput/DateFragmentsView/DateFragmentsView.js +18 -17
  1219. package/components/DateInput/DateFragmentsView/DateFragmentsView.js.map +1 -1
  1220. package/components/DateInput/DateFragmentsView.d.ts +1 -1
  1221. package/components/DateInput/DateFragmentsView.styles/DateFragmentsView.styles.js +7 -46
  1222. package/components/DateInput/DateFragmentsView.styles/DateFragmentsView.styles.js.map +1 -1
  1223. package/components/DateInput/DateFragmentsView.styles.d.ts +5 -4
  1224. package/components/DateInput/DateInput/DateInput.js +30 -19
  1225. package/components/DateInput/DateInput/DateInput.js.map +1 -1
  1226. package/components/DateInput/DateInput.d.ts +12 -2
  1227. package/components/DateInput/DateInput.md +106 -104
  1228. package/components/DateInput/DateInput.styles/DateInput.styles.js +13 -55
  1229. package/components/DateInput/DateInput.styles/DateInput.styles.js.map +1 -1
  1230. package/components/DateInput/DateInput.styles.d.ts +9 -6
  1231. package/components/DateInput/ViewDateInputValidateChecks/ViewDateInputValidateChecks.js +11 -13
  1232. package/components/DateInput/ViewDateInputValidateChecks/ViewDateInputValidateChecks.js.map +1 -1
  1233. package/components/DateInput/helpers/DateInputKeyboardActions/DateInputKeyboardActions.js.map +1 -1
  1234. package/components/DateInput/helpers/InternalDateMediator/InternalDateMediator.js +1 -3
  1235. package/components/DateInput/helpers/InternalDateMediator/InternalDateMediator.js.map +1 -1
  1236. package/components/DateInput/helpers/InternalDateMediator.d.ts +1 -1
  1237. package/components/DateInput/helpers/SelectionHelpers/SelectionHelpers.js +1 -1
  1238. package/components/DateInput/helpers/SelectionHelpers/SelectionHelpers.js.map +1 -1
  1239. package/components/DateInput/helpers/inputNumber/inputNumber.js.map +1 -1
  1240. package/components/DateInput/helpers/inputNumber.d.ts +3 -3
  1241. package/components/DateInput/index/index.js.map +1 -1
  1242. package/components/DatePicker/DatePicker/DatePicker.js +126 -91
  1243. package/components/DatePicker/DatePicker/DatePicker.js.map +1 -1
  1244. package/components/DatePicker/DatePicker.d.ts +26 -10
  1245. package/components/DatePicker/DatePicker.md +307 -310
  1246. package/components/DatePicker/DatePicker.styles/DatePicker.styles.js +4 -13
  1247. package/components/DatePicker/DatePicker.styles/DatePicker.styles.js.map +1 -1
  1248. package/components/DatePicker/DatePicker.styles.d.ts +1 -1
  1249. package/components/DatePicker/DatePickerHelpers/DatePickerHelpers.js.map +1 -1
  1250. package/components/DatePicker/Picker/Picker.js +9 -13
  1251. package/components/DatePicker/Picker/Picker.js.map +1 -1
  1252. package/components/DatePicker/Picker.styles/Picker.styles.js +5 -24
  1253. package/components/DatePicker/Picker.styles/Picker.styles.js.map +1 -1
  1254. package/components/DatePicker/Picker.styles.d.ts +4 -3
  1255. package/components/DatePicker/index/index.js.map +1 -1
  1256. package/components/DatePicker/locale/index/index.js.map +1 -1
  1257. package/components/DatePicker/locale/locales/en/en.js.map +1 -1
  1258. package/components/DatePicker/locale/locales/ru/ru.js.map +1 -1
  1259. package/components/DatePicker/locale/types/types.js +1 -0
  1260. package/components/Dropdown/Dropdown/Dropdown.js +72 -64
  1261. package/components/Dropdown/Dropdown/Dropdown.js.map +1 -1
  1262. package/components/Dropdown/Dropdown.d.ts +7 -3
  1263. package/components/Dropdown/Dropdown.md +11 -12
  1264. package/components/Dropdown/index/index.js.map +1 -1
  1265. package/components/DropdownMenu/DropdownMenu/DropdownMenu.js +33 -15
  1266. package/components/DropdownMenu/DropdownMenu/DropdownMenu.js.map +1 -1
  1267. package/components/DropdownMenu/DropdownMenu.d.ts +26 -7
  1268. package/components/DropdownMenu/DropdownMenu.md +154 -73
  1269. package/components/DropdownMenu/index/index.js.map +1 -1
  1270. package/components/FileUploader/FileUploader/FileUploader.js +271 -0
  1271. package/components/FileUploader/FileUploader/FileUploader.js.map +1 -0
  1272. package/components/FileUploader/FileUploader/package.json +6 -0
  1273. package/components/FileUploader/FileUploader.d.ts +42 -0
  1274. package/components/FileUploader/FileUploader.md +67 -0
  1275. package/components/FileUploader/FileUploader.styles/FileUploader.styles.js +62 -0
  1276. package/components/FileUploader/FileUploader.styles/FileUploader.styles.js.map +1 -0
  1277. package/components/FileUploader/FileUploader.styles/package.json +6 -0
  1278. package/components/FileUploader/FileUploader.styles.d.ts +21 -0
  1279. package/components/FileUploader/index/index.js +3 -0
  1280. package/components/FileUploader/index/index.js.map +1 -0
  1281. package/components/FileUploader/index/package.json +6 -0
  1282. package/components/FileUploader/index.d.ts +5 -0
  1283. package/components/FileUploader/locale/index/index.js +8 -0
  1284. package/components/FileUploader/locale/index/index.js.map +1 -0
  1285. package/components/FileUploader/locale/index/package.json +6 -0
  1286. package/components/FileUploader/locale/index.d.ts +4 -0
  1287. package/components/FileUploader/locale/locales/en/en.js +6 -0
  1288. package/components/FileUploader/locale/locales/en/en.js.map +1 -0
  1289. package/components/FileUploader/locale/locales/en/package.json +6 -0
  1290. package/components/FileUploader/locale/locales/en.d.ts +2 -0
  1291. package/components/FileUploader/locale/locales/ru/package.json +6 -0
  1292. package/components/FileUploader/locale/locales/ru/ru.js +6 -0
  1293. package/components/FileUploader/locale/locales/ru/ru.js.map +1 -0
  1294. package/components/FileUploader/locale/locales/ru.d.ts +2 -0
  1295. package/components/FileUploader/locale/package.json +6 -0
  1296. package/components/FileUploader/locale/types/package.json +6 -0
  1297. package/components/FileUploader/locale/types/types.js +1 -0
  1298. package/{cjs/internal/SpinnerOld/locale → components/FileUploader/locale/types}/types.js.map +0 -0
  1299. package/components/FileUploader/locale/types.d.ts +6 -0
  1300. package/components/FileUploader/package.json +6 -0
  1301. package/components/FxInput/FxInput/FxInput.js +55 -51
  1302. package/components/FxInput/FxInput/FxInput.js.map +1 -1
  1303. package/components/FxInput/FxInput.d.ts +6 -2
  1304. package/components/FxInput/FxInput.md +16 -13
  1305. package/components/FxInput/index/index.js.map +1 -1
  1306. package/components/Gapped/Gapped/Gapped.js +51 -44
  1307. package/components/Gapped/Gapped/Gapped.js.map +1 -1
  1308. package/components/Gapped/Gapped.d.ts +7 -4
  1309. package/components/Gapped/Gapped.md +43 -43
  1310. package/components/Gapped/index/index.js.map +1 -1
  1311. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js +222 -0
  1312. package/components/GlobalLoader/GlobalLoader/GlobalLoader.js.map +1 -0
  1313. package/components/GlobalLoader/GlobalLoader/package.json +6 -0
  1314. package/components/GlobalLoader/GlobalLoader.d.ts +110 -0
  1315. package/components/GlobalLoader/GlobalLoader.md +98 -0
  1316. package/components/GlobalLoader/GlobalLoaderView/GlobalLoaderView.js +73 -0
  1317. package/components/GlobalLoader/GlobalLoaderView/GlobalLoaderView.js.map +1 -0
  1318. package/components/GlobalLoader/GlobalLoaderView/package.json +6 -0
  1319. package/components/GlobalLoader/GlobalLoaderView.d.ts +13 -0
  1320. package/components/GlobalLoader/GlobalLoaderView.styles/GlobalLoaderView.styles.js +54 -0
  1321. package/components/GlobalLoader/GlobalLoaderView.styles/GlobalLoaderView.styles.js.map +1 -0
  1322. package/components/GlobalLoader/GlobalLoaderView.styles/package.json +6 -0
  1323. package/components/GlobalLoader/GlobalLoaderView.styles.d.ts +16 -0
  1324. package/components/GlobalLoader/index/index.js +1 -0
  1325. package/components/GlobalLoader/index/index.js.map +1 -0
  1326. package/components/GlobalLoader/index/package.json +6 -0
  1327. package/components/GlobalLoader/index.d.ts +1 -0
  1328. package/components/GlobalLoader/package.json +6 -0
  1329. package/components/GlobalLoader/useParams/package.json +6 -0
  1330. package/components/GlobalLoader/useParams/useParams.js +51 -0
  1331. package/components/GlobalLoader/useParams/useParams.js.map +1 -0
  1332. package/components/GlobalLoader/useParams.d.ts +22 -0
  1333. package/components/Group/Group/Group.js +24 -20
  1334. package/components/Group/Group/Group.js.map +1 -1
  1335. package/components/Group/Group.d.ts +3 -1
  1336. package/components/Group/Group.md +18 -26
  1337. package/components/Group/Group.styles/Group.styles.js +9 -68
  1338. package/components/Group/Group.styles/Group.styles.js.map +1 -1
  1339. package/components/Group/Group.styles.d.ts +1 -1
  1340. package/components/Group/index/index.js.map +1 -1
  1341. package/components/Hint/Hint/Hint.js +74 -29
  1342. package/components/Hint/Hint/Hint.js.map +1 -1
  1343. package/components/Hint/Hint.d.ts +51 -4
  1344. package/components/Hint/Hint.md +42 -3
  1345. package/components/Hint/Hint.styles/Hint.styles.js +10 -26
  1346. package/components/Hint/Hint.styles/Hint.styles.js.map +1 -1
  1347. package/components/Hint/Hint.styles.d.ts +5 -3
  1348. package/components/Hint/index/index.js.map +1 -1
  1349. package/components/Input/Input/Input.js +166 -144
  1350. package/components/Input/Input/Input.js.map +1 -1
  1351. package/components/Input/Input.d.ts +21 -6
  1352. package/components/Input/Input.md +13 -13
  1353. package/components/Input/Input.styles/Input.styles.js +65 -355
  1354. package/components/Input/Input.styles/Input.styles.js.map +1 -1
  1355. package/components/Input/Input.styles.d.ts +36 -27
  1356. package/components/Input/index/index.js.map +1 -1
  1357. package/components/Kebab/Kebab/Kebab.js +48 -63
  1358. package/components/Kebab/Kebab/Kebab.js.map +1 -1
  1359. package/components/Kebab/Kebab.d.ts +15 -5
  1360. package/components/Kebab/Kebab.md +278 -45
  1361. package/components/Kebab/Kebab.styles/Kebab.styles.js +17 -93
  1362. package/components/Kebab/Kebab.styles/Kebab.styles.js.map +1 -1
  1363. package/components/Kebab/Kebab.styles.d.ts +7 -5
  1364. package/components/Kebab/__stories__/Kebab.items/Kebab.items.js.map +1 -1
  1365. package/components/Kebab/index/index.js.map +1 -1
  1366. package/components/Link/Link/Link.js +79 -82
  1367. package/components/Link/Link/Link.js.map +1 -1
  1368. package/components/Link/Link.d.ts +35 -13
  1369. package/components/Link/Link.md +77 -11
  1370. package/components/Link/Link.mixins/Link.mixins.js +1 -1
  1371. package/components/Link/Link.mixins/Link.mixins.js.map +1 -1
  1372. package/components/Link/Link.styles/Link.styles.js +19 -125
  1373. package/components/Link/Link.styles/Link.styles.js.map +1 -1
  1374. package/components/Link/Link.styles.d.ts +13 -11
  1375. package/components/Link/index/index.js.map +1 -1
  1376. package/components/Loader/Loader/Loader.js +232 -99
  1377. package/components/Loader/Loader/Loader.js.map +1 -1
  1378. package/components/Loader/Loader.d.ts +39 -17
  1379. package/components/Loader/Loader.md +25 -25
  1380. package/components/Loader/Loader.styles/Loader.styles.js +9 -71
  1381. package/components/Loader/Loader.styles/Loader.styles.js.map +1 -1
  1382. package/components/Loader/Loader.styles.d.ts +4 -4
  1383. package/components/Loader/__stories__/LoaderAndButton/LoaderAndButton.js +5 -7
  1384. package/components/Loader/__stories__/LoaderAndButton/LoaderAndButton.js.map +1 -1
  1385. package/components/Loader/index/index.js.map +1 -1
  1386. package/components/MenuHeader/MenuHeader/MenuHeader.js +19 -11
  1387. package/components/MenuHeader/MenuHeader/MenuHeader.js.map +1 -1
  1388. package/components/MenuHeader/MenuHeader.d.ts +9 -4
  1389. package/components/MenuHeader/MenuHeader.md +23 -0
  1390. package/components/MenuHeader/MenuHeader.styles/MenuHeader.styles.js +8 -25
  1391. package/components/MenuHeader/MenuHeader.styles/MenuHeader.styles.js.map +1 -1
  1392. package/components/MenuHeader/MenuHeader.styles.d.ts +4 -3
  1393. package/components/MenuHeader/index/index.js.map +1 -1
  1394. package/components/MenuItem/MenuItem/MenuItem.js +70 -72
  1395. package/components/MenuItem/MenuItem/MenuItem.js.map +1 -1
  1396. package/components/MenuItem/MenuItem.d.ts +55 -11
  1397. package/components/MenuItem/MenuItem.md +109 -7
  1398. package/components/MenuItem/MenuItem.styles/MenuItem.styles.js +24 -116
  1399. package/components/MenuItem/MenuItem.styles/MenuItem.styles.js.map +1 -1
  1400. package/components/MenuItem/MenuItem.styles.d.ts +12 -10
  1401. package/components/MenuItem/index/index.js.map +1 -1
  1402. package/components/MenuSeparator/MenuSeparator/MenuSeparator.js +11 -8
  1403. package/components/MenuSeparator/MenuSeparator/MenuSeparator.js.map +1 -1
  1404. package/components/MenuSeparator/MenuSeparator.d.ts +6 -3
  1405. package/components/MenuSeparator/MenuSeparator.md +14 -0
  1406. package/components/MenuSeparator/MenuSeparator.styles/MenuSeparator.styles.js +4 -13
  1407. package/components/MenuSeparator/MenuSeparator.styles/MenuSeparator.styles.js.map +1 -1
  1408. package/components/MenuSeparator/MenuSeparator.styles.d.ts +3 -2
  1409. package/components/MenuSeparator/index/index.js.map +1 -1
  1410. package/components/Modal/Modal/Modal.js +108 -82
  1411. package/components/Modal/Modal/Modal.js.map +1 -1
  1412. package/components/Modal/Modal.d.ts +11 -5
  1413. package/components/Modal/Modal.md +38 -37
  1414. package/components/Modal/Modal.styles/Modal.styles.js +93 -232
  1415. package/components/Modal/Modal.styles/Modal.styles.js.map +1 -1
  1416. package/components/Modal/Modal.styles.d.ts +36 -18
  1417. package/components/Modal/ModalBody/ModalBody.js +53 -21
  1418. package/components/Modal/ModalBody/ModalBody.js.map +1 -1
  1419. package/components/Modal/ModalBody.d.ts +13 -1
  1420. package/components/Modal/ModalClose/ModalClose.js +42 -11
  1421. package/components/Modal/ModalClose/ModalClose.js.map +1 -1
  1422. package/components/Modal/ModalClose.d.ts +1 -2
  1423. package/components/Modal/ModalContext/ModalContext.js +1 -1
  1424. package/components/Modal/ModalContext/ModalContext.js.map +1 -1
  1425. package/components/Modal/ModalContext.d.ts +5 -1
  1426. package/components/Modal/ModalFooter/ModalFooter.js +31 -37
  1427. package/components/Modal/ModalFooter/ModalFooter.js.map +1 -1
  1428. package/components/Modal/ModalFooter.d.ts +2 -1
  1429. package/components/Modal/ModalHeader/ModalHeader.js +41 -46
  1430. package/components/Modal/ModalHeader/ModalHeader.js.map +1 -1
  1431. package/components/Modal/ModalHeader.d.ts +3 -2
  1432. package/components/Modal/index/index.js.map +1 -1
  1433. package/components/Paging/NavigationHelper/NavigationHelper.js.map +1 -1
  1434. package/components/Paging/NavigationHelper.d.ts +1 -1
  1435. package/components/Paging/Paging/Paging.js +64 -65
  1436. package/components/Paging/Paging/Paging.js.map +1 -1
  1437. package/components/Paging/Paging.d.ts +5 -3
  1438. package/components/Paging/Paging.md +43 -43
  1439. package/components/Paging/Paging.styles/Paging.styles.js +21 -150
  1440. package/components/Paging/Paging.styles/Paging.styles.js.map +1 -1
  1441. package/components/Paging/Paging.styles.d.ts +12 -11
  1442. package/components/Paging/PagingHelper/PagingHelper.js.map +1 -1
  1443. package/components/Paging/index/index.js.map +1 -1
  1444. package/components/Paging/locale/index/index.js.map +1 -1
  1445. package/components/Paging/locale/locales/en/en.js.map +1 -1
  1446. package/components/Paging/locale/locales/ru/ru.js.map +1 -1
  1447. package/components/Paging/locale/types/types.js +1 -0
  1448. package/components/PasswordInput/PasswordInput/PasswordInput.js +75 -48
  1449. package/components/PasswordInput/PasswordInput/PasswordInput.js.map +1 -1
  1450. package/components/PasswordInput/PasswordInput.d.ts +9 -5
  1451. package/components/PasswordInput/PasswordInput.md +9 -9
  1452. package/components/PasswordInput/PasswordInput.styles/PasswordInput.styles.js +17 -47
  1453. package/components/PasswordInput/PasswordInput.styles/PasswordInput.styles.js.map +1 -1
  1454. package/components/PasswordInput/PasswordInput.styles.d.ts +6 -2
  1455. package/components/PasswordInput/index/index.js.map +1 -1
  1456. package/components/Radio/Radio/Radio.js +127 -95
  1457. package/components/Radio/Radio/Radio.js.map +1 -1
  1458. package/components/Radio/Radio.d.ts +46 -25
  1459. package/components/Radio/Radio.md +38 -14
  1460. package/components/Radio/Radio.styles/Radio.styles.js +45 -143
  1461. package/components/Radio/Radio.styles/Radio.styles.js.map +1 -1
  1462. package/components/Radio/Radio.styles.d.ts +18 -11
  1463. package/components/Radio/index/index.js.map +1 -1
  1464. package/components/RadioGroup/Prevent/Prevent.js +2 -4
  1465. package/components/RadioGroup/Prevent/Prevent.js.map +1 -1
  1466. package/components/RadioGroup/RadioGroup/RadioGroup.js +98 -126
  1467. package/components/RadioGroup/RadioGroup/RadioGroup.js.map +1 -1
  1468. package/components/RadioGroup/RadioGroup.d.ts +56 -78
  1469. package/components/RadioGroup/RadioGroup.md +43 -43
  1470. package/components/RadioGroup/RadioGroup.styles/RadioGroup.styles.js +8 -47
  1471. package/components/RadioGroup/RadioGroup.styles/RadioGroup.styles.js.map +1 -1
  1472. package/components/RadioGroup/RadioGroup.styles.d.ts +3 -2
  1473. package/components/RadioGroup/RadioGroupContext/RadioGroupContext.js +12 -0
  1474. package/components/RadioGroup/RadioGroupContext/RadioGroupContext.js.map +1 -0
  1475. package/components/RadioGroup/RadioGroupContext/package.json +6 -0
  1476. package/components/RadioGroup/RadioGroupContext.d.ts +10 -0
  1477. package/components/RadioGroup/index/index.js.map +1 -1
  1478. package/components/ResponsiveLayout/ResponsiveLayout/ResponsiveLayout.js +19 -0
  1479. package/components/ResponsiveLayout/ResponsiveLayout/ResponsiveLayout.js.map +1 -0
  1480. package/components/ResponsiveLayout/ResponsiveLayout/package.json +6 -0
  1481. package/components/ResponsiveLayout/ResponsiveLayout.d.ts +11 -0
  1482. package/components/ResponsiveLayout/ResponsiveLayout.md +43 -0
  1483. package/components/ResponsiveLayout/ResponsiveLayoutEvents/ResponsiveLayoutEvents.js +91 -0
  1484. package/components/ResponsiveLayout/ResponsiveLayoutEvents/ResponsiveLayoutEvents.js.map +1 -0
  1485. package/components/ResponsiveLayout/ResponsiveLayoutEvents/package.json +6 -0
  1486. package/components/ResponsiveLayout/ResponsiveLayoutEvents.d.ts +11 -0
  1487. package/components/ResponsiveLayout/decorator/decorator.js +61 -0
  1488. package/components/ResponsiveLayout/decorator/decorator.js.map +1 -0
  1489. package/components/ResponsiveLayout/decorator/package.json +6 -0
  1490. package/components/ResponsiveLayout/decorator.d.ts +33 -0
  1491. package/components/ResponsiveLayout/index/index.js +3 -0
  1492. package/components/ResponsiveLayout/index/index.js.map +1 -0
  1493. package/components/ResponsiveLayout/index/package.json +6 -0
  1494. package/components/ResponsiveLayout/index.d.ts +3 -0
  1495. package/components/ResponsiveLayout/package.json +6 -0
  1496. package/components/ResponsiveLayout/types/package.json +6 -0
  1497. package/components/ResponsiveLayout/types/types.js +1 -0
  1498. package/components/{Fias/locale → ResponsiveLayout}/types/types.js.map +0 -0
  1499. package/components/ResponsiveLayout/types.d.ts +3 -0
  1500. package/components/ResponsiveLayout/useResponsiveLayout/package.json +6 -0
  1501. package/components/ResponsiveLayout/useResponsiveLayout/useResponsiveLayout.js +55 -0
  1502. package/components/ResponsiveLayout/useResponsiveLayout/useResponsiveLayout.js.map +1 -0
  1503. package/components/ResponsiveLayout/useResponsiveLayout.d.ts +2 -0
  1504. package/components/ScrollContainer/ScrollBar/ScrollBar.js +255 -0
  1505. package/components/ScrollContainer/ScrollBar/ScrollBar.js.map +1 -0
  1506. package/components/ScrollContainer/ScrollBar/package.json +6 -0
  1507. package/components/ScrollContainer/ScrollBar.d.ts +37 -0
  1508. package/components/ScrollContainer/ScrollContainer/ScrollContainer.js +150 -243
  1509. package/components/ScrollContainer/ScrollContainer/ScrollContainer.js.map +1 -1
  1510. package/components/ScrollContainer/ScrollContainer.constants/ScrollContainer.constants.js +31 -0
  1511. package/components/ScrollContainer/ScrollContainer.constants/ScrollContainer.constants.js.map +1 -0
  1512. package/components/ScrollContainer/ScrollContainer.constants/package.json +6 -0
  1513. package/components/ScrollContainer/ScrollContainer.constants.d.ts +23 -0
  1514. package/components/ScrollContainer/ScrollContainer.d.ts +47 -25
  1515. package/components/ScrollContainer/ScrollContainer.helpers/ScrollContainer.helpers.js +55 -0
  1516. package/components/ScrollContainer/ScrollContainer.helpers/ScrollContainer.helpers.js.map +1 -0
  1517. package/components/ScrollContainer/ScrollContainer.helpers/package.json +6 -0
  1518. package/components/ScrollContainer/ScrollContainer.helpers.d.ts +10 -0
  1519. package/components/ScrollContainer/ScrollContainer.md +143 -60
  1520. package/components/ScrollContainer/ScrollContainer.styles/ScrollContainer.styles.js +30 -62
  1521. package/components/ScrollContainer/ScrollContainer.styles/ScrollContainer.styles.js.map +1 -1
  1522. package/components/ScrollContainer/ScrollContainer.styles.d.ts +14 -4
  1523. package/components/ScrollContainer/index/index.js.map +1 -1
  1524. package/components/Select/Item/Item.js +2 -4
  1525. package/components/Select/Item/Item.js.map +1 -1
  1526. package/components/Select/Select/Select.js +233 -167
  1527. package/components/Select/Select/Select.js.map +1 -1
  1528. package/components/Select/Select.d.ts +22 -10
  1529. package/components/Select/Select.md +67 -23
  1530. package/components/Select/Select.styles/Select.styles.js +35 -106
  1531. package/components/Select/Select.styles/Select.styles.js.map +1 -1
  1532. package/components/Select/Select.styles.d.ts +13 -6
  1533. package/components/Select/index/index.js.map +1 -1
  1534. package/components/Select/locale/index/index.js.map +1 -1
  1535. package/components/Select/locale/locales/en/en.js +1 -1
  1536. package/components/Select/locale/locales/en/en.js.map +1 -1
  1537. package/components/Select/locale/locales/ru/ru.js +1 -1
  1538. package/components/Select/locale/locales/ru/ru.js.map +1 -1
  1539. package/components/Select/locale/types/types.js +1 -0
  1540. package/components/Select/selectTheme/selectTheme.js +5 -4
  1541. package/components/Select/selectTheme/selectTheme.js.map +1 -1
  1542. package/components/Select/selectTheme.d.ts +2 -1
  1543. package/components/SidePage/SidePage/SidePage.js +167 -92
  1544. package/components/SidePage/SidePage/SidePage.js.map +1 -1
  1545. package/components/SidePage/SidePage.d.ts +28 -3
  1546. package/components/SidePage/SidePage.md +48 -48
  1547. package/components/SidePage/SidePage.styles/SidePage.styles.js +102 -301
  1548. package/components/SidePage/SidePage.styles/SidePage.styles.js.map +1 -1
  1549. package/components/SidePage/SidePage.styles.d.ts +38 -18
  1550. package/components/SidePage/SidePageBody/SidePageBody.js +29 -16
  1551. package/components/SidePage/SidePageBody/SidePageBody.js.map +1 -1
  1552. package/components/SidePage/SidePageBody.d.ts +4 -1
  1553. package/components/SidePage/SidePageContainer/SidePageContainer.js +42 -15
  1554. package/components/SidePage/SidePageContainer/SidePageContainer.js.map +1 -1
  1555. package/components/SidePage/SidePageContainer.d.ts +7 -1
  1556. package/components/SidePage/SidePageContext/SidePageContext.js +4 -1
  1557. package/components/SidePage/SidePageContext/SidePageContext.js.map +1 -1
  1558. package/components/SidePage/SidePageContext.d.ts +8 -0
  1559. package/components/SidePage/SidePageFooter/SidePageFooter.js +61 -32
  1560. package/components/SidePage/SidePageFooter/SidePageFooter.js.map +1 -1
  1561. package/components/SidePage/SidePageFooter.d.ts +7 -3
  1562. package/components/SidePage/SidePageHeader/SidePageHeader.js +112 -49
  1563. package/components/SidePage/SidePageHeader/SidePageHeader.js.map +1 -1
  1564. package/components/SidePage/SidePageHeader.d.ts +17 -5
  1565. package/components/SidePage/index/index.js.map +1 -1
  1566. package/components/Spinner/Spinner/Spinner.js +50 -67
  1567. package/components/Spinner/Spinner/Spinner.js.map +1 -1
  1568. package/components/Spinner/Spinner.d.ts +12 -19
  1569. package/components/Spinner/Spinner.md +35 -34
  1570. package/components/Spinner/Spinner.styles/Spinner.styles.js +19 -104
  1571. package/components/Spinner/Spinner.styles/Spinner.styles.js.map +1 -1
  1572. package/components/Spinner/Spinner.styles.d.ts +10 -8
  1573. package/components/Spinner/SpinnerFallbackAnimation/SpinnerFallbackAnimation.js +159 -0
  1574. package/components/Spinner/SpinnerFallbackAnimation/SpinnerFallbackAnimation.js.map +1 -0
  1575. package/components/Spinner/SpinnerFallbackAnimation/package.json +6 -0
  1576. package/components/Spinner/SpinnerFallbackAnimation.d.ts +25 -0
  1577. package/components/Spinner/index/index.js.map +1 -1
  1578. package/components/Spinner/locale/index/index.js.map +1 -1
  1579. package/components/Spinner/locale/locales/en/en.js.map +1 -1
  1580. package/components/Spinner/locale/locales/ru/ru.js.map +1 -1
  1581. package/components/Spinner/locale/types/types.js +1 -0
  1582. package/components/Sticky/Sticky/Sticky.js +32 -30
  1583. package/components/Sticky/Sticky/Sticky.js.map +1 -1
  1584. package/components/Sticky/Sticky.d.ts +9 -2
  1585. package/components/Sticky/Sticky.md +27 -27
  1586. package/components/Sticky/Sticky.styles/Sticky.styles.js +10 -46
  1587. package/components/Sticky/Sticky.styles/Sticky.styles.js.map +1 -1
  1588. package/components/Sticky/Sticky.styles.d.ts +2 -1
  1589. package/components/Sticky/index/index.js.map +1 -1
  1590. package/components/Switcher/Switcher/Switcher.js +31 -27
  1591. package/components/Switcher/Switcher/Switcher.js.map +1 -1
  1592. package/components/Switcher/Switcher.d.ts +5 -3
  1593. package/components/Switcher/Switcher.md +10 -10
  1594. package/components/Switcher/Switcher.styles/Switcher.styles.js +19 -83
  1595. package/components/Switcher/Switcher.styles/Switcher.styles.js.map +1 -1
  1596. package/components/Switcher/Switcher.styles.d.ts +8 -6
  1597. package/components/Switcher/index/index.js.map +1 -1
  1598. package/components/Switcher/switcherTheme/switcherTheme.js.map +1 -1
  1599. package/components/Switcher/switcherTheme.d.ts +2 -1
  1600. package/components/Tabs/Indicator/Indicator.js +24 -29
  1601. package/components/Tabs/Indicator/Indicator.js.map +1 -1
  1602. package/components/Tabs/Indicator.d.ts +2 -2
  1603. package/components/Tabs/Indicator.styles/Indicator.styles.js +8 -57
  1604. package/components/Tabs/Indicator.styles/Indicator.styles.js.map +1 -1
  1605. package/components/Tabs/Indicator.styles.d.ts +7 -6
  1606. package/components/Tabs/Tab/Tab.js +49 -69
  1607. package/components/Tabs/Tab/Tab.js.map +1 -1
  1608. package/components/Tabs/Tab.d.ts +10 -13
  1609. package/components/Tabs/Tab.styles/Tab.styles.js +48 -107
  1610. package/components/Tabs/Tab.styles/Tab.styles.js.map +1 -1
  1611. package/components/Tabs/Tab.styles.d.ts +26 -10
  1612. package/components/Tabs/Tabs/Tabs.js +29 -33
  1613. package/components/Tabs/Tabs/Tabs.js.map +1 -1
  1614. package/components/Tabs/Tabs.d.ts +6 -5
  1615. package/components/Tabs/Tabs.md +36 -36
  1616. package/components/Tabs/Tabs.styles/Tabs.styles.js +7 -26
  1617. package/components/Tabs/Tabs.styles/Tabs.styles.js.map +1 -1
  1618. package/components/Tabs/Tabs.styles.d.ts +4 -3
  1619. package/components/Tabs/TabsContext/TabsContext.js +1 -1
  1620. package/components/Tabs/TabsContext/TabsContext.js.map +1 -1
  1621. package/components/Tabs/TabsContext.d.ts +8 -8
  1622. package/components/Tabs/index/index.js.map +1 -1
  1623. package/components/Textarea/Textarea/Textarea.js +228 -113
  1624. package/components/Textarea/Textarea/Textarea.js.map +1 -1
  1625. package/components/Textarea/Textarea.d.ts +57 -8
  1626. package/components/Textarea/Textarea.md +25 -9
  1627. package/components/Textarea/Textarea.styles/Textarea.styles.js +28 -69
  1628. package/components/Textarea/Textarea.styles/Textarea.styles.js.map +1 -1
  1629. package/components/Textarea/Textarea.styles.d.ts +12 -5
  1630. package/components/Textarea/TextareaCounter/TextareaCounter.js +67 -0
  1631. package/components/Textarea/TextareaCounter/TextareaCounter.js.map +1 -0
  1632. package/components/Textarea/TextareaCounter/package.json +6 -0
  1633. package/components/Textarea/TextareaCounter.d.ts +13 -0
  1634. package/components/Textarea/TextareaHelpers/TextareaHelpers.js +12 -5
  1635. package/components/Textarea/TextareaHelpers/TextareaHelpers.js.map +1 -1
  1636. package/components/Textarea/TextareaHelpers.d.ts +8 -1
  1637. package/components/Textarea/index/index.js.map +1 -1
  1638. package/components/Toast/Toast/Toast.js +54 -37
  1639. package/components/Toast/Toast/Toast.js.map +1 -1
  1640. package/components/Toast/Toast.d.ts +16 -10
  1641. package/components/Toast/Toast.md +41 -41
  1642. package/components/Toast/Toast.styles/Toast.styles.js +7 -46
  1643. package/components/Toast/Toast.styles/Toast.styles.js.map +1 -1
  1644. package/components/Toast/Toast.styles.d.ts +1 -1
  1645. package/components/Toast/ToastStatic/ToastStatic.js +1 -2
  1646. package/components/Toast/ToastStatic/ToastStatic.js.map +1 -1
  1647. package/components/Toast/ToastView/ToastView.js +47 -42
  1648. package/components/Toast/ToastView/ToastView.js.map +1 -1
  1649. package/components/Toast/ToastView.d.ts +3 -1
  1650. package/components/Toast/ToastView.styles/ToastView.styles.js +30 -57
  1651. package/components/Toast/ToastView.styles/ToastView.styles.js.map +1 -1
  1652. package/components/Toast/ToastView.styles.d.ts +6 -5
  1653. package/components/Toast/index/index.js.map +1 -1
  1654. package/components/Toggle/Toggle/Toggle.js +60 -44
  1655. package/components/Toggle/Toggle/Toggle.js.map +1 -1
  1656. package/components/Toggle/Toggle.d.ts +51 -2
  1657. package/components/Toggle/Toggle.md +94 -24
  1658. package/components/Toggle/Toggle.styles/Toggle.styles.js +49 -162
  1659. package/components/Toggle/Toggle.styles/Toggle.styles.js.map +1 -1
  1660. package/components/Toggle/Toggle.styles.d.ts +27 -13
  1661. package/components/Toggle/index/index.js.map +1 -1
  1662. package/components/Token/Token/Token.js +29 -22
  1663. package/components/Token/Token/Token.js.map +1 -1
  1664. package/components/Token/Token.d.ts +12 -3
  1665. package/components/Token/Token.md +112 -112
  1666. package/components/Token/Token.styles/Token.styles.js +18 -114
  1667. package/components/Token/Token.styles/Token.styles.js.map +1 -1
  1668. package/components/Token/Token.styles.d.ts +27 -23
  1669. package/components/Token/index/index.js.map +1 -1
  1670. package/components/TokenInput/TextWidthHelper/TextWidthHelper.js +19 -13
  1671. package/components/TokenInput/TextWidthHelper/TextWidthHelper.js.map +1 -1
  1672. package/components/TokenInput/TextWidthHelper.d.ts +8 -0
  1673. package/components/TokenInput/TokenInput/TokenInput.js +495 -156
  1674. package/components/TokenInput/TokenInput/TokenInput.js.map +1 -1
  1675. package/components/TokenInput/TokenInput.d.ts +77 -6
  1676. package/components/TokenInput/TokenInput.md +79 -83
  1677. package/components/TokenInput/TokenInput.styles/TokenInput.styles.js +33 -79
  1678. package/components/TokenInput/TokenInput.styles/TokenInput.styles.js.map +1 -1
  1679. package/components/TokenInput/TokenInput.styles.d.ts +14 -8
  1680. package/components/TokenInput/TokenInputMenu/TokenInputMenu.js +23 -14
  1681. package/components/TokenInput/TokenInputMenu/TokenInputMenu.js.map +1 -1
  1682. package/components/TokenInput/TokenInputMenu.d.ts +4 -1
  1683. package/components/TokenInput/TokenInputReducer/TokenInputReducer.js +41 -1
  1684. package/components/TokenInput/TokenInputReducer/TokenInputReducer.js.map +1 -1
  1685. package/components/TokenInput/TokenInputReducer.d.ts +5 -0
  1686. package/components/TokenInput/index/index.js.map +1 -1
  1687. package/components/TokenInput/locale/index/index.js.map +1 -1
  1688. package/components/TokenInput/locale/locales/en/en.js +1 -1
  1689. package/components/TokenInput/locale/locales/en/en.js.map +1 -1
  1690. package/components/TokenInput/locale/locales/ru/ru.js +1 -1
  1691. package/components/TokenInput/locale/locales/ru/ru.js.map +1 -1
  1692. package/components/TokenInput/locale/types/types.js +1 -0
  1693. package/components/Tooltip/Tooltip/Tooltip.js +82 -47
  1694. package/components/Tooltip/Tooltip/Tooltip.js.map +1 -1
  1695. package/components/Tooltip/Tooltip.d.ts +20 -26
  1696. package/components/Tooltip/Tooltip.md +293 -301
  1697. package/components/Tooltip/Tooltip.styles/Tooltip.styles.js +6 -25
  1698. package/components/Tooltip/Tooltip.styles/Tooltip.styles.js.map +1 -1
  1699. package/components/Tooltip/Tooltip.styles.d.ts +4 -3
  1700. package/components/Tooltip/index/index.js.map +1 -1
  1701. package/components/TooltipMenu/TooltipMenu/TooltipMenu.js +41 -20
  1702. package/components/TooltipMenu/TooltipMenu/TooltipMenu.js.map +1 -1
  1703. package/components/TooltipMenu/TooltipMenu.d.ts +33 -12
  1704. package/components/TooltipMenu/TooltipMenu.md +183 -115
  1705. package/components/TooltipMenu/index/index.js.map +1 -1
  1706. package/hooks/useDrop/package.json +6 -0
  1707. package/hooks/useDrop/useDrop.js +57 -0
  1708. package/hooks/useDrop/useDrop.js.map +1 -0
  1709. package/hooks/useDrop.d.ts +11 -0
  1710. package/hooks/useEffectWithoutInitCall/package.json +6 -0
  1711. package/hooks/useEffectWithoutInitCall/useEffectWithoutInitCall.js +11 -0
  1712. package/hooks/useEffectWithoutInitCall/useEffectWithoutInitCall.js.map +1 -0
  1713. package/hooks/useEffectWithoutInitCall.d.ts +2 -0
  1714. package/hooks/useMemoObject/package.json +6 -0
  1715. package/hooks/useMemoObject/useMemoObject.js +6 -0
  1716. package/hooks/useMemoObject/useMemoObject.js.map +1 -0
  1717. package/hooks/useMemoObject.d.ts +1 -0
  1718. package/index.d.ts +7 -9
  1719. package/index.js +7 -9
  1720. package/index.js.map +1 -1
  1721. package/internal/BGRuler/BGRuler.js +14 -16
  1722. package/internal/BGRuler/BGRuler.js.map +1 -1
  1723. package/internal/Calendar/Calendar/Calendar.js +89 -56
  1724. package/internal/Calendar/Calendar/Calendar.js.map +1 -1
  1725. package/internal/Calendar/Calendar.d.ts +6 -0
  1726. package/internal/Calendar/Calendar.styles/Calendar.styles.js +6 -24
  1727. package/internal/Calendar/Calendar.styles/Calendar.styles.js.map +1 -1
  1728. package/internal/Calendar/Calendar.styles.d.ts +3 -2
  1729. package/internal/Calendar/CalendarDateShape/CalendarDateShape.js.map +1 -1
  1730. package/internal/Calendar/CalendarDateShape.d.ts +1 -1
  1731. package/internal/Calendar/CalendarScrollEvents/CalendarScrollEvents.js.map +1 -1
  1732. package/internal/Calendar/CalendarUtils/CalendarUtils.js +13 -13
  1733. package/internal/Calendar/CalendarUtils/CalendarUtils.js.map +1 -1
  1734. package/internal/Calendar/CalendarUtils.d.ts +5 -4
  1735. package/internal/Calendar/DayCellView/DayCellView.js +5 -14
  1736. package/internal/Calendar/DayCellView/DayCellView.js.map +1 -1
  1737. package/internal/Calendar/DayCellView.d.ts +0 -1
  1738. package/internal/Calendar/DayCellView.styles/DayCellView.styles.js +7 -46
  1739. package/internal/Calendar/DayCellView.styles/DayCellView.styles.js.map +1 -1
  1740. package/internal/Calendar/DayCellView.styles.d.ts +6 -5
  1741. package/internal/Calendar/DayCellViewModel/DayCellViewModel.js +1 -7
  1742. package/internal/Calendar/DayCellViewModel/DayCellViewModel.js.map +1 -1
  1743. package/internal/Calendar/Month/Month.js +38 -20
  1744. package/internal/Calendar/Month/Month.js.map +1 -1
  1745. package/internal/Calendar/Month.d.ts +2 -0
  1746. package/internal/Calendar/MonthView/MonthView.js +24 -21
  1747. package/internal/Calendar/MonthView/MonthView.js.map +1 -1
  1748. package/internal/Calendar/MonthView.styles/MonthView.styles.js +18 -60
  1749. package/internal/Calendar/MonthView.styles/MonthView.styles.js.map +1 -1
  1750. package/internal/Calendar/MonthView.styles.d.ts +9 -6
  1751. package/internal/Calendar/MonthViewModel/MonthViewModel.js +41 -38
  1752. package/internal/Calendar/MonthViewModel/MonthViewModel.js.map +1 -1
  1753. package/internal/Calendar/MonthViewModel.d.ts +2 -1
  1754. package/internal/Calendar/config/config.js +15 -27
  1755. package/internal/Calendar/config/config.js.map +1 -1
  1756. package/internal/Calendar/config.d.ts +3 -18
  1757. package/internal/Calendar/index/index.js.map +1 -1
  1758. package/internal/CommonWrapper/CommonWrapper/CommonWrapper.js +106 -0
  1759. package/internal/CommonWrapper/CommonWrapper/CommonWrapper.js.map +1 -0
  1760. package/internal/CommonWrapper/CommonWrapper/package.json +6 -0
  1761. package/internal/CommonWrapper/CommonWrapper.d.ts +32 -0
  1762. package/internal/CommonWrapper/index/index.js +1 -0
  1763. package/internal/CommonWrapper/index/index.js.map +1 -0
  1764. package/internal/CommonWrapper/index/package.json +6 -0
  1765. package/internal/CommonWrapper/index.d.ts +1 -0
  1766. package/internal/CommonWrapper/package.json +6 -0
  1767. package/internal/ComponentCombinator/ComponentCombinator.js +9 -8
  1768. package/internal/ComponentCombinator/ComponentCombinator.js.map +1 -1
  1769. package/internal/ComponentTable/ComponentTable.js +14 -16
  1770. package/internal/ComponentTable/ComponentTable.js.map +1 -1
  1771. package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js +62 -34
  1772. package/internal/CustomComboBox/ComboBoxMenu/ComboBoxMenu.js.map +1 -1
  1773. package/internal/CustomComboBox/ComboBoxMenu.d.ts +1 -0
  1774. package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js +188 -111
  1775. package/internal/CustomComboBox/ComboBoxView/ComboBoxView.js.map +1 -1
  1776. package/internal/CustomComboBox/ComboBoxView.d.ts +29 -4
  1777. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js +48 -38
  1778. package/internal/CustomComboBox/CustomComboBox/CustomComboBox.js.map +1 -1
  1779. package/internal/CustomComboBox/CustomComboBox.d.ts +15 -3
  1780. package/internal/CustomComboBox/CustomComboBox.styles/CustomComboBox.styles.js +7 -36
  1781. package/internal/CustomComboBox/CustomComboBox.styles/CustomComboBox.styles.js.map +1 -1
  1782. package/internal/CustomComboBox/CustomComboBox.styles.d.ts +2 -2
  1783. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js +5 -4
  1784. package/internal/CustomComboBox/CustomComboBoxReducer/CustomComboBoxReducer.js.map +1 -1
  1785. package/internal/CustomComboBox/CustomComboBoxTypes/CustomComboBoxTypes.js.map +1 -1
  1786. package/internal/CustomComboBox/index/index.js.map +1 -1
  1787. package/internal/CustomComboBox/locale/index/index.js.map +1 -1
  1788. package/internal/CustomComboBox/locale/locales/en/en.js.map +1 -1
  1789. package/internal/CustomComboBox/locale/locales/ru/ru.js.map +1 -1
  1790. package/internal/CustomComboBox/locale/types/types.js +1 -0
  1791. package/internal/DateSelect/DateSelect/DateSelect.js +72 -41
  1792. package/internal/DateSelect/DateSelect/DateSelect.js.map +1 -1
  1793. package/internal/DateSelect/DateSelect.d.ts +5 -2
  1794. package/internal/DateSelect/DateSelect.styles/DateSelect.styles.js +21 -180
  1795. package/internal/DateSelect/DateSelect.styles/DateSelect.styles.js.map +1 -1
  1796. package/internal/DateSelect/DateSelect.styles.d.ts +12 -11
  1797. package/internal/DateSelect/index/index.js.map +1 -1
  1798. package/internal/DropdownContainer/DropdownContainer/DropdownContainer.js +38 -42
  1799. package/internal/DropdownContainer/DropdownContainer/DropdownContainer.js.map +1 -1
  1800. package/internal/DropdownContainer/DropdownContainer.d.ts +6 -8
  1801. package/internal/DropdownContainer/DropdownContainer.styles/DropdownContainer.styles.js +10 -0
  1802. package/internal/DropdownContainer/DropdownContainer.styles/DropdownContainer.styles.js.map +1 -0
  1803. package/internal/DropdownContainer/DropdownContainer.styles/package.json +6 -0
  1804. package/internal/DropdownContainer/DropdownContainer.styles.d.ts +3 -0
  1805. package/internal/DropdownContainer/index/index.js.map +1 -1
  1806. package/internal/FileUploaderControl/FileUploaderControlContext/FileUploaderControlContext.js +2 -0
  1807. package/internal/FileUploaderControl/FileUploaderControlContext/FileUploaderControlContext.js.map +1 -0
  1808. package/internal/FileUploaderControl/FileUploaderControlContext/package.json +6 -0
  1809. package/internal/FileUploaderControl/FileUploaderControlContext.d.ts +12 -0
  1810. package/internal/FileUploaderControl/FileUploaderControlProvider/FileUploaderControlProvider.js +85 -0
  1811. package/internal/FileUploaderControl/FileUploaderControlProvider/FileUploaderControlProvider.js.map +1 -0
  1812. package/internal/FileUploaderControl/FileUploaderControlProvider/package.json +6 -0
  1813. package/internal/FileUploaderControl/FileUploaderControlProvider.d.ts +14 -0
  1814. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile/FileUploaderFile.js +179 -0
  1815. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile/FileUploaderFile.js.map +1 -0
  1816. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile/package.json +6 -0
  1817. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.d.ts +12 -0
  1818. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles/FileUploaderFile.styles.js +32 -0
  1819. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles/FileUploaderFile.styles.js.map +1 -0
  1820. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles/package.json +6 -0
  1821. package/internal/FileUploaderControl/FileUploaderFile/FileUploaderFile.styles.d.ts +11 -0
  1822. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList/FileUploaderFileList.js +27 -0
  1823. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList/FileUploaderFileList.js.map +1 -0
  1824. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList/package.json +6 -0
  1825. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.d.ts +10 -0
  1826. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles/FileUploaderFileList.styles.js +14 -0
  1827. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles/FileUploaderFileList.styles.js.map +1 -0
  1828. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles/package.json +6 -0
  1829. package/internal/FileUploaderControl/FileUploaderFileList/FileUploaderFileList.styles.d.ts +5 -0
  1830. package/internal/FileUploaderControl/FileUploaderFileValidationResult/FileUploaderFileValidationResult.js +16 -0
  1831. package/internal/FileUploaderControl/FileUploaderFileValidationResult/FileUploaderFileValidationResult.js.map +1 -0
  1832. package/internal/FileUploaderControl/FileUploaderFileValidationResult/package.json +6 -0
  1833. package/internal/FileUploaderControl/FileUploaderFileValidationResult.d.ts +7 -0
  1834. package/internal/FileUploaderControl/fileUtils/fileUtils.js +19 -0
  1835. package/internal/FileUploaderControl/fileUtils/fileUtils.js.map +1 -0
  1836. package/internal/FileUploaderControl/fileUtils/package.json +6 -0
  1837. package/internal/FileUploaderControl/fileUtils.d.ts +14 -0
  1838. package/internal/FileUploaderControl/hooks/useControlLocale/package.json +6 -0
  1839. package/internal/FileUploaderControl/hooks/useControlLocale/useControlLocale.js +5 -0
  1840. package/internal/FileUploaderControl/hooks/useControlLocale/useControlLocale.js.map +1 -0
  1841. package/internal/FileUploaderControl/hooks/useControlLocale.d.ts +1 -0
  1842. package/internal/FileUploaderControl/hooks/useUpload/package.json +6 -0
  1843. package/internal/FileUploaderControl/hooks/useUpload/useUpload.js +56 -0
  1844. package/internal/FileUploaderControl/hooks/useUpload/useUpload.js.map +1 -0
  1845. package/internal/FileUploaderControl/hooks/useUpload.d.ts +3 -0
  1846. package/internal/FileUploaderControl/withFileUploaderControlProvider/package.json +6 -0
  1847. package/internal/FileUploaderControl/withFileUploaderControlProvider/withFileUploaderControlProvider.js +17 -0
  1848. package/internal/FileUploaderControl/withFileUploaderControlProvider/withFileUploaderControlProvider.js.map +1 -0
  1849. package/internal/FileUploaderControl/withFileUploaderControlProvider.d.ts +3 -0
  1850. package/internal/FocusTrap/FocusTrap/FocusTrap.js +18 -12
  1851. package/internal/FocusTrap/FocusTrap/FocusTrap.js.map +1 -1
  1852. package/internal/FocusTrap/FocusTrap.d.ts +4 -2
  1853. package/internal/FocusTrap/index/index.js.map +1 -1
  1854. package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll/HideBodyVerticalScroll.js +30 -68
  1855. package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll/HideBodyVerticalScroll.js.map +1 -1
  1856. package/internal/HideBodyVerticalScroll/HideBodyVerticalScroll.d.ts +1 -3
  1857. package/internal/HideBodyVerticalScroll/index/index.js.map +1 -1
  1858. package/internal/IgnoreLayerClick/IgnoreLayerClick/IgnoreLayerClick.js +14 -13
  1859. package/internal/IgnoreLayerClick/IgnoreLayerClick/IgnoreLayerClick.js.map +1 -1
  1860. package/internal/IgnoreLayerClick/IgnoreLayerClick.d.ts +1 -1
  1861. package/internal/IgnoreLayerClick/index/index.js.map +1 -1
  1862. package/internal/InputLikeText/HiddenInput/HiddenInput.js +11 -20
  1863. package/internal/InputLikeText/HiddenInput/HiddenInput.js.map +1 -1
  1864. package/internal/InputLikeText/InputLikeText/InputLikeText.js +142 -112
  1865. package/internal/InputLikeText/InputLikeText/InputLikeText.js.map +1 -1
  1866. package/internal/InputLikeText/InputLikeText.d.ts +4 -1
  1867. package/internal/InputLikeText/InputLikeText.styles/InputLikeText.styles.js +9 -71
  1868. package/internal/InputLikeText/InputLikeText.styles/InputLikeText.styles.js.map +1 -1
  1869. package/internal/InputLikeText/InputLikeText.styles.d.ts +2 -3
  1870. package/internal/InputLikeText/index/index.js.map +1 -1
  1871. package/internal/InternalMenu/InternalMenu/InternalMenu.js +41 -50
  1872. package/internal/InternalMenu/InternalMenu/InternalMenu.js.map +1 -1
  1873. package/internal/InternalMenu/InternalMenu.d.ts +8 -4
  1874. package/internal/InternalMenu/InternalMenu.styles/InternalMenu.styles.js +10 -69
  1875. package/internal/InternalMenu/InternalMenu.styles/InternalMenu.styles.js.map +1 -1
  1876. package/internal/InternalMenu/InternalMenu.styles.d.ts +4 -3
  1877. package/internal/InternalMenu/index/index.js.map +1 -1
  1878. package/internal/InternalMenu/isActiveElement/isActiveElement.js.map +1 -1
  1879. package/internal/MaskCharLowLine/MaskCharLowLine/MaskCharLowLine.js +16 -0
  1880. package/internal/MaskCharLowLine/MaskCharLowLine/MaskCharLowLine.js.map +1 -0
  1881. package/internal/MaskCharLowLine/MaskCharLowLine/package.json +6 -0
  1882. package/internal/MaskCharLowLine/MaskCharLowLine.d.ts +9 -0
  1883. package/internal/MaskCharLowLine/MaskCharLowLine.styles/MaskCharLowLine.styles.js +10 -0
  1884. package/internal/MaskCharLowLine/MaskCharLowLine.styles/MaskCharLowLine.styles.js.map +1 -0
  1885. package/internal/MaskCharLowLine/MaskCharLowLine.styles/package.json +6 -0
  1886. package/internal/MaskCharLowLine/MaskCharLowLine.styles.d.ts +3 -0
  1887. package/internal/MaskCharLowLine/index/index.js +1 -0
  1888. package/internal/MaskCharLowLine/index/index.js.map +1 -0
  1889. package/internal/MaskCharLowLine/index/package.json +6 -0
  1890. package/internal/MaskCharLowLine/index.d.ts +1 -0
  1891. package/internal/MaskCharLowLine/package.json +6 -0
  1892. package/internal/MaskedInput/MaskedInput/MaskedInput.js +32 -25
  1893. package/internal/MaskedInput/MaskedInput/MaskedInput.js.map +1 -1
  1894. package/internal/MaskedInput/MaskedInput.d.ts +4 -3
  1895. package/internal/MaskedInput/MaskedInput.styles/MaskedInput.styles.js +7 -50
  1896. package/internal/MaskedInput/MaskedInput.styles/MaskedInput.styles.js.map +1 -1
  1897. package/internal/MaskedInput/MaskedInput.styles.d.ts +3 -2
  1898. package/internal/MaskedInput/index/index.js.map +1 -1
  1899. package/internal/Menu/Menu/Menu.js +111 -84
  1900. package/internal/Menu/Menu/Menu.js.map +1 -1
  1901. package/internal/Menu/Menu.d.ts +8 -0
  1902. package/internal/Menu/Menu.styles/Menu.styles.js +17 -24
  1903. package/internal/Menu/Menu.styles/Menu.styles.js.map +1 -1
  1904. package/internal/Menu/Menu.styles.d.ts +8 -3
  1905. package/internal/Menu/index/index.js.map +1 -1
  1906. package/internal/Menu/isActiveElement/isActiveElement.js.map +1 -1
  1907. package/internal/MobilePopup/MobilePopup/MobilePopup.js +111 -0
  1908. package/internal/MobilePopup/MobilePopup/MobilePopup.js.map +1 -0
  1909. package/internal/MobilePopup/MobilePopup/package.json +6 -0
  1910. package/internal/MobilePopup/MobilePopup.d.ts +34 -0
  1911. package/internal/MobilePopup/MobilePopup.styles/MobilePopup.styles.js +29 -0
  1912. package/internal/MobilePopup/MobilePopup.styles/MobilePopup.styles.js.map +1 -0
  1913. package/internal/MobilePopup/MobilePopup.styles/package.json +6 -0
  1914. package/internal/MobilePopup/MobilePopup.styles.d.ts +10 -0
  1915. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader/MobilePopupHeader.js +66 -0
  1916. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader/MobilePopupHeader.js.map +1 -0
  1917. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader/package.json +6 -0
  1918. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.d.ts +15 -0
  1919. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles/MobilePopupHeader.styles.js +29 -0
  1920. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles/MobilePopupHeader.styles.js.map +1 -0
  1921. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles/package.json +6 -0
  1922. package/internal/MobilePopup/MobilePopupHeader/MobilePopupHeader.styles.d.ts +10 -0
  1923. package/internal/MobilePopup/MobilePopupHeader/index/index.js +1 -0
  1924. package/internal/MobilePopup/MobilePopupHeader/index/index.js.map +1 -0
  1925. package/internal/MobilePopup/MobilePopupHeader/index/package.json +6 -0
  1926. package/internal/MobilePopup/MobilePopupHeader/index.d.ts +1 -0
  1927. package/internal/MobilePopup/MobilePopupHeader/package.json +6 -0
  1928. package/internal/MobilePopup/index/index.js +1 -0
  1929. package/internal/MobilePopup/index/index.js.map +1 -0
  1930. package/internal/MobilePopup/index/package.json +6 -0
  1931. package/internal/MobilePopup/index.d.ts +1 -0
  1932. package/internal/MobilePopup/package.json +6 -0
  1933. package/internal/NativeDateInput/NativeDateInput/NativeDateInput.js +66 -0
  1934. package/internal/NativeDateInput/NativeDateInput/NativeDateInput.js.map +1 -0
  1935. package/internal/NativeDateInput/NativeDateInput/package.json +6 -0
  1936. package/internal/NativeDateInput/NativeDateInput.d.ts +23 -0
  1937. package/internal/NativeDateInput/NativeDateInput.styles/NativeDateInput.styles.js +11 -0
  1938. package/internal/NativeDateInput/NativeDateInput.styles/NativeDateInput.styles.js.map +1 -0
  1939. package/internal/NativeDateInput/NativeDateInput.styles/package.json +6 -0
  1940. package/internal/NativeDateInput/NativeDateInput.styles.d.ts +3 -0
  1941. package/internal/NativeDateInput/index/index.js +1 -0
  1942. package/internal/NativeDateInput/index/index.js.map +1 -0
  1943. package/internal/NativeDateInput/index/package.json +6 -0
  1944. package/internal/NativeDateInput/index.d.ts +1 -0
  1945. package/internal/NativeDateInput/package.json +6 -0
  1946. package/internal/NativeDateInput/utils/package.json +6 -0
  1947. package/internal/NativeDateInput/utils/utils.js +54 -0
  1948. package/internal/NativeDateInput/utils/utils.js.map +1 -0
  1949. package/internal/NativeDateInput/utils.d.ts +7 -0
  1950. package/internal/PerformanceMetrics/PerformanceMetrics/PerformanceMetrics.js +13 -16
  1951. package/internal/PerformanceMetrics/PerformanceMetrics/PerformanceMetrics.js.map +1 -1
  1952. package/internal/Popup/Popup/Popup.js +279 -174
  1953. package/internal/Popup/Popup/Popup.js.map +1 -1
  1954. package/internal/Popup/Popup.d.ts +35 -15
  1955. package/internal/Popup/Popup.styles/Popup.styles.js +16 -145
  1956. package/internal/Popup/Popup.styles/Popup.styles.js.map +1 -1
  1957. package/internal/Popup/Popup.styles.d.ts +7 -6
  1958. package/internal/Popup/PopupHelper/PopupHelper.js +2 -1
  1959. package/internal/Popup/PopupHelper/PopupHelper.js.map +1 -1
  1960. package/internal/Popup/PopupHelper.d.ts +2 -2
  1961. package/internal/Popup/PopupPin/PopupPin.js +29 -31
  1962. package/internal/Popup/PopupPin/PopupPin.js.map +1 -1
  1963. package/internal/Popup/PopupPin.styles/PopupPin.styles.js +4 -13
  1964. package/internal/Popup/PopupPin.styles/PopupPin.styles.js.map +1 -1
  1965. package/internal/Popup/PopupPin.styles.d.ts +1 -1
  1966. package/internal/Popup/index/index.js.map +1 -1
  1967. package/internal/Popup/types/package.json +6 -0
  1968. package/internal/Popup/types/types.js +1 -0
  1969. package/{components/Logotype/locale → internal/Popup}/types/types.js.map +0 -0
  1970. package/internal/Popup/types.d.ts +2 -0
  1971. package/internal/PopupMenu/PopupMenu/PopupMenu.js +33 -26
  1972. package/internal/PopupMenu/PopupMenu/PopupMenu.js.map +1 -1
  1973. package/internal/PopupMenu/PopupMenu.d.ts +9 -5
  1974. package/internal/PopupMenu/PopupMenu.styles/PopupMenu.styles.js +5 -24
  1975. package/internal/PopupMenu/PopupMenu.styles/PopupMenu.styles.js.map +1 -1
  1976. package/internal/PopupMenu/PopupMenu.styles.d.ts +1 -1
  1977. package/internal/PopupMenu/index/index.js.map +1 -1
  1978. package/internal/PopupMenu/validatePositions/validatePositions.js +2 -2
  1979. package/internal/PopupMenu/validatePositions/validatePositions.js.map +1 -1
  1980. package/internal/PopupMenu/validatePositions.d.ts +2 -2
  1981. package/internal/RenderContainer/RenderContainer/RenderContainer.js +16 -6
  1982. package/internal/RenderContainer/RenderContainer/RenderContainer.js.map +1 -1
  1983. package/internal/RenderContainer/RenderContainer.d.ts +1 -1
  1984. package/internal/RenderContainer/RenderContainerTypes/RenderContainerTypes.js +1 -0
  1985. package/internal/RenderContainer/RenderContainerTypes.d.ts +5 -2
  1986. package/internal/RenderContainer/RenderInnerContainer/RenderInnerContainer.js +31 -9
  1987. package/internal/RenderContainer/RenderInnerContainer/RenderInnerContainer.js.map +1 -1
  1988. package/internal/RenderContainer/index/index.js.map +1 -1
  1989. package/internal/RenderLayer/RenderLayer/RenderLayer.js +20 -20
  1990. package/internal/RenderLayer/RenderLayer/RenderLayer.js.map +1 -1
  1991. package/internal/RenderLayer/RenderLayer.d.ts +6 -3
  1992. package/internal/RenderLayer/index/index.js.map +1 -1
  1993. package/internal/ResizeDetector/ResizeDetector/ResizeDetector.js +12 -10
  1994. package/internal/ResizeDetector/ResizeDetector/ResizeDetector.js.map +1 -1
  1995. package/internal/ResizeDetector/ResizeDetector.d.ts +1 -0
  1996. package/internal/ResizeDetector/ResizeDetector.styles/ResizeDetector.styles.js +9 -35
  1997. package/internal/ResizeDetector/ResizeDetector.styles/ResizeDetector.styles.js.map +1 -1
  1998. package/internal/ResizeDetector/ResizeDetector.styles.d.ts +2 -1
  1999. package/internal/ResizeDetector/index/index.js.map +1 -1
  2000. package/internal/TextWidthHelper/TextWidthHelper/TextWidthHelper.js +51 -0
  2001. package/internal/TextWidthHelper/TextWidthHelper/TextWidthHelper.js.map +1 -0
  2002. package/internal/TextWidthHelper/TextWidthHelper/package.json +6 -0
  2003. package/internal/TextWidthHelper/TextWidthHelper.d.ts +15 -0
  2004. package/internal/TextWidthHelper/TextWidthHelper.styles/TextWidthHelper.styles.js +14 -0
  2005. package/internal/TextWidthHelper/TextWidthHelper.styles/TextWidthHelper.styles.js.map +1 -0
  2006. package/internal/TextWidthHelper/TextWidthHelper.styles/package.json +6 -0
  2007. package/internal/TextWidthHelper/TextWidthHelper.styles.d.ts +4 -0
  2008. package/internal/ThemePlayground/AnotherInputsPlayground/AnotherInputsPlayground.js +3 -5
  2009. package/internal/ThemePlayground/AnotherInputsPlayground/AnotherInputsPlayground.js.map +1 -1
  2010. package/internal/ThemePlayground/CheckboxPlayground/CheckboxPlayground.js +6 -20
  2011. package/internal/ThemePlayground/CheckboxPlayground/CheckboxPlayground.js.map +1 -1
  2012. package/internal/ThemePlayground/CheckboxPlayground.d.ts +1 -4
  2013. package/internal/ThemePlayground/ComponentsGroup/ComponentsGroup.js +7 -7
  2014. package/internal/ThemePlayground/ComponentsGroup/ComponentsGroup.js.map +1 -1
  2015. package/internal/ThemePlayground/ComponentsGroup.d.ts +1 -1
  2016. package/internal/ThemePlayground/CurrencyInputPlayground/CurrencyInputPlayground.js +2 -4
  2017. package/internal/ThemePlayground/CurrencyInputPlayground/CurrencyInputPlayground.js.map +1 -1
  2018. package/internal/ThemePlayground/FxInputPlayground/FxInputPlayground.js +2 -4
  2019. package/internal/ThemePlayground/FxInputPlayground/FxInputPlayground.js.map +1 -1
  2020. package/internal/ThemePlayground/HintPlayground/HintPlayground.js +6 -8
  2021. package/internal/ThemePlayground/HintPlayground/HintPlayground.js.map +1 -1
  2022. package/internal/ThemePlayground/PagingPlayground/PagingPlayground.js +2 -4
  2023. package/internal/ThemePlayground/PagingPlayground/PagingPlayground.js.map +1 -1
  2024. package/internal/ThemePlayground/Playground/Playground.js +92 -125
  2025. package/internal/ThemePlayground/Playground/Playground.js.map +1 -1
  2026. package/internal/ThemePlayground/Playground.d.ts +1 -2
  2027. package/internal/ThemePlayground/Playground.md +7 -7
  2028. package/internal/ThemePlayground/Playground.styles/Playground.styles.js +23 -222
  2029. package/internal/ThemePlayground/Playground.styles/Playground.styles.js.map +1 -1
  2030. package/internal/ThemePlayground/Playground.styles.d.ts +12 -11
  2031. package/internal/ThemePlayground/RadioPlayground/RadioPlayground.js +9 -23
  2032. package/internal/ThemePlayground/RadioPlayground/RadioPlayground.js.map +1 -1
  2033. package/internal/ThemePlayground/RadioPlayground.d.ts +1 -4
  2034. package/internal/ThemePlayground/SelectPlayground/SelectPlayground.js +2 -4
  2035. package/internal/ThemePlayground/SelectPlayground/SelectPlayground.js.map +1 -1
  2036. package/internal/ThemePlayground/ShowcaseGroup/ShowcaseGroup.js +9 -3
  2037. package/internal/ThemePlayground/ShowcaseGroup/ShowcaseGroup.js.map +1 -1
  2038. package/internal/ThemePlayground/ShowcaseGroup.d.ts +0 -1
  2039. package/internal/ThemePlayground/SwitcherPlayground/SwitcherPlayground.js +2 -4
  2040. package/internal/ThemePlayground/SwitcherPlayground/SwitcherPlayground.js.map +1 -1
  2041. package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js +30 -47
  2042. package/internal/ThemePlayground/ThemeContextPlayground/ThemeContextPlayground.js.map +1 -1
  2043. package/internal/ThemePlayground/ThemeContextPlayground.d.ts +4 -6
  2044. package/internal/ThemePlayground/ThemeEditor/ThemeEditor.js +57 -41
  2045. package/internal/ThemePlayground/ThemeEditor/ThemeEditor.js.map +1 -1
  2046. package/internal/ThemePlayground/TogglePlayground/TogglePlayground.js +6 -8
  2047. package/internal/ThemePlayground/TogglePlayground/TogglePlayground.js.map +1 -1
  2048. package/internal/ThemePlayground/TokenInputPlayground/TokenInputPlayground.js +5 -9
  2049. package/internal/ThemePlayground/TokenInputPlayground/TokenInputPlayground.js.map +1 -1
  2050. package/internal/ThemePlayground/VariableValue/VariableValue.js +31 -35
  2051. package/internal/ThemePlayground/VariableValue/VariableValue.js.map +1 -1
  2052. package/internal/ThemePlayground/constants/constants.js +6 -4
  2053. package/internal/ThemePlayground/constants/constants.js.map +1 -1
  2054. package/internal/ThemePlayground/constants.d.ts +2 -3
  2055. package/internal/ThemePlayground/darkTheme/darkTheme.js +118 -69
  2056. package/internal/ThemePlayground/darkTheme/darkTheme.js.map +1 -1
  2057. package/internal/ThemePlayground/darkTheme.d.ts +75 -59
  2058. package/internal/ThemePlayground/helpers/helpers.js +1 -1
  2059. package/internal/ThemePlayground/helpers/helpers.js.map +1 -1
  2060. package/internal/ThemePlayground/helpers.d.ts +1 -1
  2061. package/internal/ThemeShowcase/ThemeShowcase/ThemeShowcase.js +179 -177
  2062. package/internal/ThemeShowcase/ThemeShowcase/ThemeShowcase.js.map +1 -1
  2063. package/internal/ThemeShowcase/ThemeShowcase.d.ts +1 -1
  2064. package/internal/ThemeShowcase/ThemeShowcase.md +13 -13
  2065. package/internal/ThemeShowcase/ThemeShowcase.styles/ThemeShowcase.styles.js +42 -203
  2066. package/internal/ThemeShowcase/ThemeShowcase.styles/ThemeShowcase.styles.js.map +1 -1
  2067. package/internal/ThemeShowcase/ThemeShowcase.styles.d.ts +10 -3
  2068. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js +83 -68
  2069. package/internal/ThemeShowcase/VariablesCollector/VariablesCollector.js.map +1 -1
  2070. package/internal/ThemeShowcase/VariablesCollector.d.ts +1 -1
  2071. package/internal/ZIndex/ZIndex/ZIndex.js +26 -16
  2072. package/internal/ZIndex/ZIndex/ZIndex.js.map +1 -1
  2073. package/internal/ZIndex/ZIndex.d.ts +2 -0
  2074. package/internal/ZIndex/ZIndexStorage/ZIndexStorage.js +4 -2
  2075. package/internal/ZIndex/ZIndexStorage/ZIndexStorage.js.map +1 -1
  2076. package/internal/ZIndex/ZIndexStorage.d.ts +2 -0
  2077. package/internal/ZIndex/index/index.js.map +1 -1
  2078. package/internal/icons/16px/icon.styles/icon.styles.js +5 -24
  2079. package/internal/icons/16px/icon.styles/icon.styles.js.map +1 -1
  2080. package/internal/icons/16px/icon.styles.d.ts +1 -1
  2081. package/internal/icons/16px/index/index.js +166 -67
  2082. package/internal/icons/16px/index/index.js.map +1 -1
  2083. package/internal/icons/16px/index.d.ts +20 -14
  2084. package/internal/icons/20px/Icon/Icon.js +20 -26
  2085. package/internal/icons/20px/Icon/Icon.js.map +1 -1
  2086. package/internal/icons/20px/Icon.d.ts +11 -14
  2087. package/internal/icons/20px/icon.styles/icon.styles.js +8 -28
  2088. package/internal/icons/20px/icon.styles/icon.styles.js.map +1 -1
  2089. package/internal/icons/20px/icon.styles.d.ts +2 -1
  2090. package/internal/icons/20px/index/index.js +2 -1
  2091. package/internal/icons/20px/index/index.js.map +1 -1
  2092. package/internal/icons/20px/index.d.ts +1 -0
  2093. package/internal/icons/20px/svg/package.json +6 -0
  2094. package/internal/icons/20px/svg/svg.js +109 -0
  2095. package/internal/icons/20px/svg/svg.js.map +1 -0
  2096. package/internal/icons/20px/svg.d.ts +14 -0
  2097. package/internal/icons/CloudIcon/CloudIcon.js +2 -2
  2098. package/internal/icons/CloudIcon/CloudIcon.js.map +1 -1
  2099. package/internal/icons/CloudIcon.d.ts +0 -1
  2100. package/internal/icons/CrossIcon/CrossIcon.js +4 -3
  2101. package/internal/icons/CrossIcon/CrossIcon.js.map +1 -1
  2102. package/internal/icons/CrossIcon.d.ts +0 -1
  2103. package/internal/icons/SpinnerIcon/SpinnerIcon.js +64 -10
  2104. package/internal/icons/SpinnerIcon/SpinnerIcon.js.map +1 -1
  2105. package/internal/icons/SpinnerIcon.d.ts +6 -2
  2106. package/internal/icons/SpinnerIcon.styles/SpinnerIcon.styles.js +11 -24
  2107. package/internal/icons/SpinnerIcon.styles/SpinnerIcon.styles.js.map +1 -1
  2108. package/internal/icons/SpinnerIcon.styles.d.ts +3 -1
  2109. package/internal/themes/DarkTheme/DarkTheme.js +256 -0
  2110. package/internal/themes/DarkTheme/DarkTheme.js.map +1 -0
  2111. package/internal/themes/DarkTheme/package.json +6 -0
  2112. package/internal/themes/DarkTheme.d.ts +137 -0
  2113. package/internal/themes/DefaultTheme/DefaultTheme.js +1150 -790
  2114. package/internal/themes/DefaultTheme/DefaultTheme.js.map +1 -1
  2115. package/internal/themes/DefaultTheme.d.ts +425 -266
  2116. package/internal/themes/NotFlat/NotFlat.js +295 -0
  2117. package/internal/themes/NotFlat/NotFlat.js.map +1 -0
  2118. package/internal/themes/NotFlat/package.json +6 -0
  2119. package/internal/themes/NotFlat.d.ts +127 -0
  2120. package/internal/themes/OldColors/OldColors.js +172 -0
  2121. package/internal/themes/OldColors/OldColors.js.map +1 -0
  2122. package/internal/themes/OldColors/package.json +6 -0
  2123. package/internal/themes/OldColors.d.ts +116 -0
  2124. package/lib/ConditionalHandler/ConditionalHandler.js +4 -6
  2125. package/lib/ConditionalHandler/ConditionalHandler.js.map +1 -1
  2126. package/lib/LayoutEvents/LayoutEvents.js +12 -4
  2127. package/lib/LayoutEvents/LayoutEvents.js.map +1 -1
  2128. package/lib/ModalStack/ModalStack.js +63 -5
  2129. package/lib/ModalStack/ModalStack.js.map +1 -1
  2130. package/lib/ModalStack.d.ts +5 -0
  2131. package/lib/SSRSafe/SSRSafe.js.map +1 -1
  2132. package/lib/Supports/Supports.js.map +1 -1
  2133. package/lib/Upgrades/Upgrades.js +13 -0
  2134. package/lib/Upgrades/Upgrades.js.map +1 -1
  2135. package/lib/Upgrades.d.ts +2 -0
  2136. package/lib/animation/index/index.js.map +1 -1
  2137. package/lib/animation/presets/presets.js.map +1 -1
  2138. package/lib/animation/stepper/stepper.js.map +1 -1
  2139. package/lib/callChildRef/callChildRef/callChildRef.js +14 -0
  2140. package/lib/callChildRef/callChildRef/callChildRef.js.map +1 -0
  2141. package/lib/callChildRef/callChildRef/package.json +6 -0
  2142. package/lib/callChildRef/callChildRef.d.ts +3 -0
  2143. package/lib/client/client.js +3 -1
  2144. package/lib/client/client.js.map +1 -1
  2145. package/lib/client.d.ts +4 -2
  2146. package/lib/createPropsGetter/createPropsGetter.js.map +1 -1
  2147. package/lib/currentEnvironment/currentEnvironment.js +14 -3
  2148. package/lib/currentEnvironment/currentEnvironment.js.map +1 -1
  2149. package/lib/date/InternalDate/InternalDate.js +5 -9
  2150. package/lib/date/InternalDate/InternalDate.js.map +1 -1
  2151. package/lib/date/InternalDateCalculator/InternalDateCalculator.js +1 -3
  2152. package/lib/date/InternalDateCalculator/InternalDateCalculator.js.map +1 -1
  2153. package/lib/date/InternalDateGetter/InternalDateGetter.js +1 -3
  2154. package/lib/date/InternalDateGetter/InternalDateGetter.js.map +1 -1
  2155. package/lib/date/InternalDateSetter/InternalDateSetter.js +1 -3
  2156. package/lib/date/InternalDateSetter/InternalDateSetter.js.map +1 -1
  2157. package/lib/date/InternalDateTransformer/InternalDateTransformer.js +1 -3
  2158. package/lib/date/InternalDateTransformer/InternalDateTransformer.js.map +1 -1
  2159. package/lib/date/InternalDateTransformer.d.ts +6 -6
  2160. package/lib/date/InternalDateValidator/InternalDateValidator.js +1 -3
  2161. package/lib/date/InternalDateValidator/InternalDateValidator.js.map +1 -1
  2162. package/lib/date/constants/constants.js.map +1 -1
  2163. package/lib/date/localeSets/localeSets.js.map +1 -1
  2164. package/lib/date/types/types.js.map +1 -1
  2165. package/lib/dom/getDOMRect/getDOMRect.js +23 -0
  2166. package/lib/dom/getDOMRect/getDOMRect.js.map +1 -0
  2167. package/lib/dom/getDOMRect/package.json +6 -0
  2168. package/lib/dom/getDOMRect.d.ts +8 -0
  2169. package/lib/dom/getScrollWidth/getScrollWidth.js.map +1 -1
  2170. package/lib/dom/tabbableHelpers/package.json +6 -0
  2171. package/lib/dom/tabbableHelpers/tabbableHelpers.js +34 -0
  2172. package/lib/dom/tabbableHelpers/tabbableHelpers.js.map +1 -0
  2173. package/lib/dom/tabbableHelpers.d.ts +16 -0
  2174. package/lib/events/MouseDrag/MouseDrag.js +27 -31
  2175. package/lib/events/MouseDrag/MouseDrag.js.map +1 -1
  2176. package/lib/events/fixClickFocusIE/fixClickFocusIE.js +1 -1
  2177. package/lib/events/fixClickFocusIE/fixClickFocusIE.js.map +1 -1
  2178. package/lib/events/fixFirefoxModifiedClickOnLabel/fixFirefoxModifiedClickOnLabel.js +19 -0
  2179. package/lib/events/fixFirefoxModifiedClickOnLabel/fixFirefoxModifiedClickOnLabel.js.map +1 -0
  2180. package/lib/events/fixFirefoxModifiedClickOnLabel/package.json +6 -0
  2181. package/lib/events/fixFirefoxModifiedClickOnLabel.d.ts +2 -0
  2182. package/lib/events/keyListener/keyListener.js +22 -0
  2183. package/lib/events/keyListener/keyListener.js.map +1 -0
  2184. package/lib/events/keyListener/package.json +6 -0
  2185. package/lib/events/keyListener.d.ts +7 -0
  2186. package/lib/events/keyboard/KeyboardEventCodes/KeyboardEventCodes.js.map +1 -1
  2187. package/lib/events/keyboard/KeyboardMapKeys/KeyboardMapKeys.js.map +1 -1
  2188. package/lib/events/keyboard/extractCode/extractCode.js.map +1 -1
  2189. package/lib/events/keyboard/identifiers/identifiers.js +12 -1
  2190. package/lib/events/keyboard/identifiers/identifiers.js.map +1 -1
  2191. package/lib/events/keyboard/identifiers.d.ts +1 -0
  2192. package/lib/events/stopPropagation/stopPropagation.js.map +1 -1
  2193. package/lib/events/tabListener/tabListener.js +2 -19
  2194. package/lib/events/tabListener/tabListener.js.map +1 -1
  2195. package/lib/events/tabListener.d.ts +1 -6
  2196. package/lib/extractKeyboardAction/extractKeyboardAction.js +1 -4
  2197. package/lib/extractKeyboardAction/extractKeyboardAction.js.map +1 -1
  2198. package/lib/filterProps/filterProps.js.map +1 -1
  2199. package/lib/forwardRefAndName/forwardRefAndName.js +11 -0
  2200. package/lib/forwardRefAndName/forwardRefAndName.js.map +1 -0
  2201. package/lib/forwardRefAndName/package.json +6 -0
  2202. package/lib/forwardRefAndName.d.ts +5 -0
  2203. package/lib/getDisplayName/getDisplayName.js +3 -0
  2204. package/lib/getDisplayName/getDisplayName.js.map +1 -0
  2205. package/lib/getDisplayName/package.json +6 -0
  2206. package/lib/getDisplayName.d.ts +3 -0
  2207. package/lib/listenFocusOutside/listenFocusOutside.js +15 -14
  2208. package/lib/listenFocusOutside/listenFocusOutside.js.map +1 -1
  2209. package/lib/listenFocusOutside.d.ts +4 -0
  2210. package/lib/locale/LOCALECONTEXT.md +221 -246
  2211. package/lib/locale/LocaleContext/LocaleContext.js +1 -1
  2212. package/lib/locale/LocaleContext/LocaleContext.js.map +1 -1
  2213. package/lib/locale/LocaleHelper/LocaleHelper.js +1 -5
  2214. package/lib/locale/LocaleHelper/LocaleHelper.js.map +1 -1
  2215. package/lib/locale/constants/constants.js.map +1 -1
  2216. package/lib/locale/decorators/decorators.js +9 -7
  2217. package/lib/locale/decorators/decorators.js.map +1 -1
  2218. package/lib/locale/decorators.d.ts +4 -3
  2219. package/lib/locale/index/index.js.map +1 -1
  2220. package/lib/locale/types/types.js.map +1 -1
  2221. package/lib/locale/types.d.ts +3 -6
  2222. package/lib/locale/useLocaleForControl/package.json +6 -0
  2223. package/lib/locale/useLocaleForControl/useLocaleForControl.js +12 -0
  2224. package/lib/locale/useLocaleForControl/useLocaleForControl.js.map +1 -0
  2225. package/lib/locale/useLocaleForControl.d.ts +3 -0
  2226. package/lib/memo/memo.js.map +1 -1
  2227. package/lib/net/fetch/fetch.js.map +1 -1
  2228. package/lib/polyfillPlaceholder/polyfillPlaceholder.js.map +1 -1
  2229. package/lib/reactGetTextContent/reactGetTextContent.js +1 -1
  2230. package/lib/reactGetTextContent/reactGetTextContent.js.map +1 -1
  2231. package/lib/rootNode/getRootNode/getRootNode.js +24 -0
  2232. package/lib/rootNode/getRootNode/getRootNode.js.map +1 -0
  2233. package/lib/rootNode/getRootNode/package.json +6 -0
  2234. package/lib/rootNode/getRootNode.d.ts +3 -0
  2235. package/lib/rootNode/index/index.js +2 -0
  2236. package/lib/rootNode/index/index.js.map +1 -0
  2237. package/lib/rootNode/index/package.json +6 -0
  2238. package/lib/rootNode/index.d.ts +2 -0
  2239. package/lib/rootNode/package.json +6 -0
  2240. package/lib/rootNode/rootNodeDecorator/package.json +6 -0
  2241. package/lib/rootNode/rootNodeDecorator/rootNodeDecorator.js +53 -0
  2242. package/lib/rootNode/rootNodeDecorator/rootNodeDecorator.js.map +1 -0
  2243. package/lib/rootNode/rootNodeDecorator.d.ts +47 -0
  2244. package/lib/stringUtils/package.json +6 -0
  2245. package/lib/stringUtils/stringUtils.js +12 -0
  2246. package/lib/stringUtils/stringUtils.js.map +1 -0
  2247. package/lib/stringUtils.d.ts +1 -0
  2248. package/lib/styles/ColorFactory/ColorFactory.js +2 -4
  2249. package/lib/styles/ColorFactory/ColorFactory.js.map +1 -1
  2250. package/lib/styles/ColorFunctions/ColorFunctions.js +2 -2
  2251. package/lib/styles/ColorFunctions/ColorFunctions.js.map +1 -1
  2252. package/lib/styles/ColorHelpers/ColorHelpers.js.map +1 -1
  2253. package/lib/styles/ColorKeywords/ColorKeywords.js.map +1 -1
  2254. package/lib/styles/ColorObject/ColorObject.js +8 -6
  2255. package/lib/styles/ColorObject/ColorObject.js.map +1 -1
  2256. package/lib/styles/ColorObject.d.ts +1 -0
  2257. package/lib/styles/DimensionFunctions/DimensionFunctions.js.map +1 -1
  2258. package/lib/styles/HoldSelectionColor/HoldSelectionColor.js +9 -0
  2259. package/lib/styles/HoldSelectionColor/HoldSelectionColor.js.map +1 -0
  2260. package/lib/styles/HoldSelectionColor/package.json +6 -0
  2261. package/lib/styles/HoldSelectionColor.d.ts +1 -0
  2262. package/lib/styles/Mixins/Mixins.js +3 -21
  2263. package/lib/styles/Mixins/Mixins.js.map +1 -1
  2264. package/lib/taskWithDelayAndMinimalDuration/package.json +6 -0
  2265. package/lib/taskWithDelayAndMinimalDuration/taskWithDelayAndMinimalDuration.js +73 -0
  2266. package/lib/taskWithDelayAndMinimalDuration/taskWithDelayAndMinimalDuration.js.map +1 -0
  2267. package/lib/taskWithDelayAndMinimalDuration.d.ts +21 -0
  2268. package/lib/theming/AnimationKeyframes/AnimationKeyframes.js +7 -65
  2269. package/lib/theming/AnimationKeyframes/AnimationKeyframes.js.map +1 -1
  2270. package/lib/theming/AnimationKeyframes.d.ts +7 -6
  2271. package/lib/theming/Emotion/Emotion.js +19 -7
  2272. package/lib/theming/Emotion/Emotion.js.map +1 -1
  2273. package/lib/theming/Emotion.d.ts +11 -10
  2274. package/lib/theming/Theme/Theme.js +1 -0
  2275. package/lib/theming/ThemeContext/ThemeContext.js +1 -1
  2276. package/lib/theming/ThemeContext/ThemeContext.js.map +1 -1
  2277. package/lib/theming/ThemeContext.md +277 -248
  2278. package/lib/theming/ThemeFactory/ThemeFactory.js +6 -22
  2279. package/lib/theming/ThemeFactory/ThemeFactory.js.map +1 -1
  2280. package/lib/theming/ThemeFactory.d.ts +1 -2
  2281. package/lib/theming/ThemeHelpers/ThemeHelpers.js +17 -21
  2282. package/lib/theming/ThemeHelpers/ThemeHelpers.js.map +1 -1
  2283. package/lib/theming/ThemeHelpers.d.ts +5 -6
  2284. package/lib/theming/themes/DarkTheme/DarkTheme.js +4 -0
  2285. package/lib/theming/themes/DarkTheme/DarkTheme.js.map +1 -0
  2286. package/lib/theming/themes/DarkTheme/package.json +6 -0
  2287. package/lib/theming/themes/DarkTheme.d.ts +1 -0
  2288. package/lib/theming/themes/DefaultTheme/DefaultTheme.js +2 -1
  2289. package/lib/theming/themes/DefaultTheme/DefaultTheme.js.map +1 -1
  2290. package/lib/theming/themes/DefaultTheme8pxOld/DefaultTheme8pxOld.js +5 -0
  2291. package/lib/theming/themes/DefaultTheme8pxOld/DefaultTheme8pxOld.js.map +1 -0
  2292. package/lib/theming/themes/DefaultTheme8pxOld/package.json +6 -0
  2293. package/lib/theming/themes/DefaultTheme8pxOld.d.ts +1 -0
  2294. package/lib/theming/themes/DefaultThemeMobile/DefaultThemeMobile.js +5 -0
  2295. package/lib/theming/themes/DefaultThemeMobile/DefaultThemeMobile.js.map +1 -0
  2296. package/lib/theming/themes/DefaultThemeMobile/package.json +6 -0
  2297. package/lib/theming/themes/DefaultThemeMobile.d.ts +3 -0
  2298. package/lib/theming/themes/FlatTheme8pxOld/FlatTheme8pxOld.js +4 -0
  2299. package/lib/theming/themes/FlatTheme8pxOld/FlatTheme8pxOld.js.map +1 -0
  2300. package/lib/theming/themes/FlatTheme8pxOld/package.json +6 -0
  2301. package/lib/theming/themes/FlatTheme8pxOld.d.ts +1 -0
  2302. package/lib/theming/useTheme/package.json +6 -0
  2303. package/lib/theming/useTheme/useTheme.js +5 -0
  2304. package/lib/theming/useTheme/useTheme.js.map +1 -0
  2305. package/lib/theming/useTheme.d.ts +1 -0
  2306. package/lib/uidUtils/package.json +6 -0
  2307. package/lib/uidUtils/uidUtils.js +4 -0
  2308. package/lib/uidUtils/uidUtils.js.map +1 -0
  2309. package/lib/uidUtils.d.ts +1 -0
  2310. package/lib/utils/utils.js +118 -15
  2311. package/lib/utils/utils.js.map +1 -1
  2312. package/lib/utils.d.ts +48 -1
  2313. package/lib/withClassWrapper/package.json +6 -0
  2314. package/lib/withClassWrapper/withClassWrapper.js +70 -0
  2315. package/lib/withClassWrapper/withClassWrapper.js.map +1 -0
  2316. package/lib/withClassWrapper.d.ts +71 -0
  2317. package/package.json +90 -92
  2318. package/typings/console.d.ts +3 -3
  2319. package/typings/event-types.d.ts +4 -4
  2320. package/typings/fonts.d.ts +12 -12
  2321. package/typings/global.d.ts +6 -6
  2322. package/typings/html-props.d.ts +123 -0
  2323. package/typings/images.d.ts +1 -1
  2324. package/typings/normalize-wheel.d.ts +5 -5
  2325. package/typings/stories.d.ts +7 -0
  2326. package/typings/stylis-plugin-extra-scope.d.ts +3 -3
  2327. package/typings/utility-types.d.ts +14 -14
  2328. package/cjs/components/Fias/Fias.d.ts +0 -130
  2329. package/cjs/components/Fias/Fias.js +0 -343
  2330. package/cjs/components/Fias/Fias.js.map +0 -1
  2331. package/cjs/components/Fias/Fias.md +0 -451
  2332. package/cjs/components/Fias/Fias.styles.d.ts +0 -4
  2333. package/cjs/components/Fias/Fias.styles.js +0 -15
  2334. package/cjs/components/Fias/Fias.styles.js.map +0 -1
  2335. package/cjs/components/Fias/FiasModal.d.ts +0 -15
  2336. package/cjs/components/Fias/FiasModal.js +0 -44
  2337. package/cjs/components/Fias/FiasModal.js.map +0 -1
  2338. package/cjs/components/Fias/FiasSearch/FiasSearch.d.ts +0 -56
  2339. package/cjs/components/Fias/FiasSearch/FiasSearch.js +0 -129
  2340. package/cjs/components/Fias/FiasSearch/FiasSearch.js.map +0 -1
  2341. package/cjs/components/Fias/FiasSearch/FiasSearch.md +0 -78
  2342. package/cjs/components/Fias/Form/FiasComboBox.d.ts +0 -34
  2343. package/cjs/components/Fias/Form/FiasComboBox.js +0 -136
  2344. package/cjs/components/Fias/Form/FiasComboBox.js.map +0 -1
  2345. package/cjs/components/Fias/Form/FiasCountrySelector.d.ts +0 -19
  2346. package/cjs/components/Fias/Form/FiasCountrySelector.js +0 -87
  2347. package/cjs/components/Fias/Form/FiasCountrySelector.js.map +0 -1
  2348. package/cjs/components/Fias/Form/FiasForm.d.ts +0 -70
  2349. package/cjs/components/Fias/Form/FiasForm.js +0 -547
  2350. package/cjs/components/Fias/Form/FiasForm.js.map +0 -1
  2351. package/cjs/components/Fias/Form/FiasForm.styles.d.ts +0 -5
  2352. package/cjs/components/Fias/Form/FiasForm.styles.js +0 -24
  2353. package/cjs/components/Fias/Form/FiasForm.styles.js.map +0 -1
  2354. package/cjs/components/Fias/api/FiasAPI.d.ts +0 -26
  2355. package/cjs/components/Fias/api/FiasAPI.js +0 -295
  2356. package/cjs/components/Fias/api/FiasAPI.js.map +0 -1
  2357. package/cjs/components/Fias/api/FiasAPIResultFactory.d.ts +0 -5
  2358. package/cjs/components/Fias/api/FiasAPIResultFactory.js +0 -16
  2359. package/cjs/components/Fias/api/FiasAPIResultFactory.js.map +0 -1
  2360. package/cjs/components/Fias/api/FiasMockAPI.d.ts +0 -8
  2361. package/cjs/components/Fias/api/FiasMockAPI.js +0 -66
  2362. package/cjs/components/Fias/api/FiasMockAPI.js.map +0 -1
  2363. package/cjs/components/Fias/api/data.json +0 -285
  2364. package/cjs/components/Fias/constants/abbreviations.d.ts +0 -3
  2365. package/cjs/components/Fias/constants/abbreviations.js +0 -158
  2366. package/cjs/components/Fias/constants/abbreviations.js.map +0 -1
  2367. package/cjs/components/Fias/index.d.ts +0 -5
  2368. package/cjs/components/Fias/index.js +0 -5
  2369. package/cjs/components/Fias/index.js.map +0 -1
  2370. package/cjs/components/Fias/locale/index.d.ts +0 -4
  2371. package/cjs/components/Fias/locale/index.js +0 -9
  2372. package/cjs/components/Fias/locale/index.js.map +0 -1
  2373. package/cjs/components/Fias/locale/locales/ru.d.ts +0 -2
  2374. package/cjs/components/Fias/locale/locales/ru.js +0 -72
  2375. package/cjs/components/Fias/locale/locales/ru.js.map +0 -1
  2376. package/cjs/components/Fias/locale/types.d.ts +0 -56
  2377. package/cjs/components/Fias/locale/types.js +0 -1
  2378. package/cjs/components/Fias/logger/FiasLogger.d.ts +0 -8
  2379. package/cjs/components/Fias/logger/FiasLogger.js +0 -12
  2380. package/cjs/components/Fias/logger/FiasLogger.js.map +0 -1
  2381. package/cjs/components/Fias/models/FiasAddress.d.ts +0 -96
  2382. package/cjs/components/Fias/models/FiasAddress.js +0 -576
  2383. package/cjs/components/Fias/models/FiasAddress.js.map +0 -1
  2384. package/cjs/components/Fias/models/FiasAddressElement.d.ts +0 -18
  2385. package/cjs/components/Fias/models/FiasAddressElement.js +0 -187
  2386. package/cjs/components/Fias/models/FiasAddressElement.js.map +0 -1
  2387. package/cjs/components/Fias/models/FiasData.d.ts +0 -20
  2388. package/cjs/components/Fias/models/FiasData.js +0 -106
  2389. package/cjs/components/Fias/models/FiasData.js.map +0 -1
  2390. package/cjs/components/Fias/types.d.ts +0 -142
  2391. package/cjs/components/Fias/types.js +0 -109
  2392. package/cjs/components/Fias/types.js.map +0 -1
  2393. package/cjs/components/LocaleProvider/LocaleProvider.d.ts +0 -24
  2394. package/cjs/components/LocaleProvider/LocaleProvider.js +0 -43
  2395. package/cjs/components/LocaleProvider/LocaleProvider.js.map +0 -1
  2396. package/cjs/components/LocaleProvider/index.d.ts +0 -1
  2397. package/cjs/components/LocaleProvider/index.js +0 -1
  2398. package/cjs/components/LocaleProvider/index.js.map +0 -1
  2399. package/cjs/components/Logotype/Logotype.d.ts +0 -82
  2400. package/cjs/components/Logotype/Logotype.js +0 -203
  2401. package/cjs/components/Logotype/Logotype.js.map +0 -1
  2402. package/cjs/components/Logotype/Logotype.md +0 -33
  2403. package/cjs/components/Logotype/Logotype.styles.d.ts +0 -10
  2404. package/cjs/components/Logotype/Logotype.styles.js +0 -91
  2405. package/cjs/components/Logotype/Logotype.styles.js.map +0 -1
  2406. package/cjs/components/Logotype/ProductWidget.d.ts +0 -3
  2407. package/cjs/components/Logotype/ProductWidget.js +0 -17
  2408. package/cjs/components/Logotype/ProductWidget.js.map +0 -1
  2409. package/cjs/components/Logotype/index.d.ts +0 -1
  2410. package/cjs/components/Logotype/index.js +0 -1
  2411. package/cjs/components/Logotype/index.js.map +0 -1
  2412. package/cjs/components/Logotype/locale/index.d.ts +0 -4
  2413. package/cjs/components/Logotype/locale/index.js +0 -11
  2414. package/cjs/components/Logotype/locale/index.js.map +0 -1
  2415. package/cjs/components/Logotype/locale/locales/en.d.ts +0 -2
  2416. package/cjs/components/Logotype/locale/locales/en.js +0 -5
  2417. package/cjs/components/Logotype/locale/locales/en.js.map +0 -1
  2418. package/cjs/components/Logotype/locale/locales/ru.d.ts +0 -2
  2419. package/cjs/components/Logotype/locale/locales/ru.js +0 -5
  2420. package/cjs/components/Logotype/locale/locales/ru.js.map +0 -1
  2421. package/cjs/components/Logotype/locale/types.d.ts +0 -4
  2422. package/cjs/components/Logotype/locale/types.js +0 -1
  2423. package/cjs/components/Modal/helpers.d.ts +0 -6
  2424. package/cjs/components/Modal/helpers.js +0 -20
  2425. package/cjs/components/Modal/helpers.js.map +0 -1
  2426. package/cjs/components/Spinner/SpinnerFallback.d.ts +0 -29
  2427. package/cjs/components/Spinner/SpinnerFallback.js +0 -106
  2428. package/cjs/components/Spinner/SpinnerFallback.js.map +0 -1
  2429. package/cjs/components/Spinner/fallback_circle.png +0 -0
  2430. package/cjs/components/Spinner/fallback_circle_big.png +0 -0
  2431. package/cjs/components/Spinner/fallback_circle_dimmed.png +0 -0
  2432. package/cjs/components/Spinner/fallback_circle_mini.png +0 -0
  2433. package/cjs/components/Spinner/fallback_circle_normal.png +0 -0
  2434. package/cjs/components/Spinner/fallback_cloud_big.png +0 -0
  2435. package/cjs/components/Spinner/fallback_cloud_normal.png +0 -0
  2436. package/cjs/components/ThemeConsumer/ThemeConsumer.d.ts +0 -10
  2437. package/cjs/components/ThemeConsumer/ThemeConsumer.js +0 -17
  2438. package/cjs/components/ThemeConsumer/ThemeConsumer.js.map +0 -1
  2439. package/cjs/components/ThemeConsumer/index.d.ts +0 -1
  2440. package/cjs/components/ThemeConsumer/index.js +0 -1
  2441. package/cjs/components/ThemeConsumer/index.js.map +0 -1
  2442. package/cjs/components/ThemeProvider/ThemeProvider.d.ts +0 -16
  2443. package/cjs/components/ThemeProvider/ThemeProvider.js +0 -56
  2444. package/cjs/components/ThemeProvider/ThemeProvider.js.map +0 -1
  2445. package/cjs/components/ThemeProvider/index.d.ts +0 -1
  2446. package/cjs/components/ThemeProvider/index.js +0 -1
  2447. package/cjs/components/ThemeProvider/index.js.map +0 -1
  2448. package/cjs/components/TopBar/TopBar.d.ts +0 -113
  2449. package/cjs/components/TopBar/TopBar.js +0 -257
  2450. package/cjs/components/TopBar/TopBar.js.map +0 -1
  2451. package/cjs/components/TopBar/TopBar.md +0 -111
  2452. package/cjs/components/TopBar/TopBar.styles.d.ts +0 -24
  2453. package/cjs/components/TopBar/TopBar.styles.js +0 -198
  2454. package/cjs/components/TopBar/TopBar.styles.js.map +0 -1
  2455. package/cjs/components/TopBar/TopBarButtonItem.d.ts +0 -25
  2456. package/cjs/components/TopBar/TopBarButtonItem.js +0 -35
  2457. package/cjs/components/TopBar/TopBarButtonItem.js.map +0 -1
  2458. package/cjs/components/TopBar/TopBarDivider.d.ts +0 -11
  2459. package/cjs/components/TopBar/TopBarDivider.js +0 -17
  2460. package/cjs/components/TopBar/TopBarDivider.js.map +0 -1
  2461. package/cjs/components/TopBar/TopBarDropdown.d.ts +0 -29
  2462. package/cjs/components/TopBar/TopBarDropdown.js +0 -82
  2463. package/cjs/components/TopBar/TopBarDropdown.js.map +0 -1
  2464. package/cjs/components/TopBar/TopBarEnd.d.ts +0 -7
  2465. package/cjs/components/TopBar/TopBarEnd.js +0 -12
  2466. package/cjs/components/TopBar/TopBarEnd.js.map +0 -1
  2467. package/cjs/components/TopBar/TopBarItem.d.ts +0 -32
  2468. package/cjs/components/TopBar/TopBarItem.js +0 -70
  2469. package/cjs/components/TopBar/TopBarItem.js.map +0 -1
  2470. package/cjs/components/TopBar/TopBarLogout.d.ts +0 -15
  2471. package/cjs/components/TopBar/TopBarLogout.js +0 -22
  2472. package/cjs/components/TopBar/TopBarLogout.js.map +0 -1
  2473. package/cjs/components/TopBar/TopBarOrganizations.d.ts +0 -30
  2474. package/cjs/components/TopBar/TopBarOrganizations.js +0 -106
  2475. package/cjs/components/TopBar/TopBarOrganizations.js.map +0 -1
  2476. package/cjs/components/TopBar/TopBarStart.d.ts +0 -7
  2477. package/cjs/components/TopBar/TopBarStart.js +0 -12
  2478. package/cjs/components/TopBar/TopBarStart.js.map +0 -1
  2479. package/cjs/components/TopBar/TopBarUser.d.ts +0 -26
  2480. package/cjs/components/TopBar/TopBarUser.js +0 -58
  2481. package/cjs/components/TopBar/TopBarUser.js.map +0 -1
  2482. package/cjs/components/TopBar/index.d.ts +0 -10
  2483. package/cjs/components/TopBar/index.js +0 -10
  2484. package/cjs/components/TopBar/index.js.map +0 -1
  2485. package/cjs/components/TopBar/locale/index.d.ts +0 -4
  2486. package/cjs/components/TopBar/locale/index.js +0 -11
  2487. package/cjs/components/TopBar/locale/index.js.map +0 -1
  2488. package/cjs/components/TopBar/locale/locales/en.d.ts +0 -2
  2489. package/cjs/components/TopBar/locale/locales/en.js +0 -7
  2490. package/cjs/components/TopBar/locale/locales/en.js.map +0 -1
  2491. package/cjs/components/TopBar/locale/locales/ru.d.ts +0 -2
  2492. package/cjs/components/TopBar/locale/locales/ru.js +0 -7
  2493. package/cjs/components/TopBar/locale/locales/ru.js.map +0 -1
  2494. package/cjs/components/TopBar/locale/types.d.ts +0 -6
  2495. package/cjs/components/TopBar/locale/types.js +0 -1
  2496. package/cjs/internal/MaskedInput/mask-char-font/font.eot +0 -0
  2497. package/cjs/internal/MaskedInput/mask-char-font/font.woff +0 -0
  2498. package/cjs/internal/MaskedInput/mask-char-font/font.woff2 +0 -0
  2499. package/cjs/internal/PopupMenu/PopupMenuPositions.d.ts +0 -2
  2500. package/cjs/internal/PopupMenu/PopupMenuPositions.js +0 -15
  2501. package/cjs/internal/PopupMenu/PopupMenuPositions.js.map +0 -1
  2502. package/cjs/internal/SpinnerOld/SpinnerOld.d.ts +0 -47
  2503. package/cjs/internal/SpinnerOld/SpinnerOld.js +0 -124
  2504. package/cjs/internal/SpinnerOld/SpinnerOld.js.map +0 -1
  2505. package/cjs/internal/SpinnerOld/SpinnerOld.styles.d.ts +0 -15
  2506. package/cjs/internal/SpinnerOld/SpinnerOld.styles.js +0 -107
  2507. package/cjs/internal/SpinnerOld/SpinnerOld.styles.js.map +0 -1
  2508. package/cjs/internal/SpinnerOld/SpinnerOldFallback.d.ts +0 -30
  2509. package/cjs/internal/SpinnerOld/SpinnerOldFallback.js +0 -121
  2510. package/cjs/internal/SpinnerOld/SpinnerOldFallback.js.map +0 -1
  2511. package/cjs/internal/SpinnerOld/fallback_circle.png +0 -0
  2512. package/cjs/internal/SpinnerOld/fallback_circle_dimmed.png +0 -0
  2513. package/cjs/internal/SpinnerOld/fallback_cloud_big.png +0 -0
  2514. package/cjs/internal/SpinnerOld/fallback_cloud_normal.png +0 -0
  2515. package/cjs/internal/SpinnerOld/index.d.ts +0 -1
  2516. package/cjs/internal/SpinnerOld/index.js +0 -1
  2517. package/cjs/internal/SpinnerOld/index.js.map +0 -1
  2518. package/cjs/internal/SpinnerOld/locale/index.d.ts +0 -4
  2519. package/cjs/internal/SpinnerOld/locale/index.js +0 -11
  2520. package/cjs/internal/SpinnerOld/locale/index.js.map +0 -1
  2521. package/cjs/internal/SpinnerOld/locale/locales/en.d.ts +0 -2
  2522. package/cjs/internal/SpinnerOld/locale/locales/en.js +0 -4
  2523. package/cjs/internal/SpinnerOld/locale/locales/en.js.map +0 -1
  2524. package/cjs/internal/SpinnerOld/locale/locales/ru.d.ts +0 -2
  2525. package/cjs/internal/SpinnerOld/locale/locales/ru.js +0 -4
  2526. package/cjs/internal/SpinnerOld/locale/locales/ru.js.map +0 -1
  2527. package/cjs/internal/SpinnerOld/locale/types.d.ts +0 -4
  2528. package/cjs/internal/SpinnerOld/locale/types.js +0 -1
  2529. package/cjs/internal/icons/20px/Kontur-Iconic-eco-20px.eot +0 -0
  2530. package/cjs/internal/icons/20px/Kontur-Iconic-eco-20px.woff +0 -0
  2531. package/cjs/internal/icons/20px/Kontur-Iconic-eco-20px.woff2 +0 -0
  2532. package/cjs/internal/icons/SpinnerOldIcon.d.ts +0 -11
  2533. package/cjs/internal/icons/SpinnerOldIcon.js +0 -51
  2534. package/cjs/internal/icons/SpinnerOldIcon.js.map +0 -1
  2535. package/cjs/internal/themes/FlatTheme.d.ts +0 -180
  2536. package/cjs/internal/themes/FlatTheme.js +0 -329
  2537. package/cjs/internal/themes/FlatTheme.js.map +0 -1
  2538. package/cjs/internal/themes/Theme8px.d.ts +0 -196
  2539. package/cjs/internal/themes/Theme8px.js +0 -466
  2540. package/cjs/internal/themes/Theme8px.js.map +0 -1
  2541. package/cjs/lib/MockDate.d.ts +0 -8
  2542. package/cjs/lib/MockDate.js +0 -15
  2543. package/cjs/lib/MockDate.js.map +0 -1
  2544. package/cjs/lib/dom/getFocusableElements.d.ts +0 -41
  2545. package/cjs/lib/dom/getFocusableElements.js +0 -88
  2546. package/cjs/lib/dom/getFocusableElements.js.map +0 -1
  2547. package/cjs/lib/theming/themes/DefaultTheme8px.d.ts +0 -1
  2548. package/cjs/lib/theming/themes/DefaultTheme8px.js +0 -4
  2549. package/cjs/lib/theming/themes/DefaultTheme8px.js.map +0 -1
  2550. package/cjs/lib/theming/themes/FlatTheme.d.ts +0 -1
  2551. package/cjs/lib/theming/themes/FlatTheme.js +0 -4
  2552. package/cjs/lib/theming/themes/FlatTheme.js.map +0 -1
  2553. package/cjs/lib/theming/themes/FlatTheme8px.d.ts +0 -1
  2554. package/cjs/lib/theming/themes/FlatTheme8px.js +0 -5
  2555. package/cjs/lib/theming/themes/FlatTheme8px.js.map +0 -1
  2556. package/components/Fias/Fias/Fias.js +0 -341
  2557. package/components/Fias/Fias/Fias.js.map +0 -1
  2558. package/components/Fias/Fias/package.json +0 -6
  2559. package/components/Fias/Fias.d.ts +0 -130
  2560. package/components/Fias/Fias.md +0 -451
  2561. package/components/Fias/Fias.styles/Fias.styles.js +0 -31
  2562. package/components/Fias/Fias.styles/Fias.styles.js.map +0 -1
  2563. package/components/Fias/Fias.styles/package.json +0 -6
  2564. package/components/Fias/Fias.styles.d.ts +0 -4
  2565. package/components/Fias/FiasModal/FiasModal.js +0 -58
  2566. package/components/Fias/FiasModal/FiasModal.js.map +0 -1
  2567. package/components/Fias/FiasModal/package.json +0 -6
  2568. package/components/Fias/FiasModal.d.ts +0 -15
  2569. package/components/Fias/FiasSearch/FiasSearch/FiasSearch.js +0 -153
  2570. package/components/Fias/FiasSearch/FiasSearch/FiasSearch.js.map +0 -1
  2571. package/components/Fias/FiasSearch/FiasSearch/package.json +0 -6
  2572. package/components/Fias/FiasSearch/FiasSearch.d.ts +0 -56
  2573. package/components/Fias/FiasSearch/FiasSearch.md +0 -78
  2574. package/components/Fias/Form/FiasComboBox/FiasComboBox.js +0 -167
  2575. package/components/Fias/Form/FiasComboBox/FiasComboBox.js.map +0 -1
  2576. package/components/Fias/Form/FiasComboBox/package.json +0 -6
  2577. package/components/Fias/Form/FiasComboBox.d.ts +0 -34
  2578. package/components/Fias/Form/FiasCountrySelector/FiasCountrySelector.js +0 -130
  2579. package/components/Fias/Form/FiasCountrySelector/FiasCountrySelector.js.map +0 -1
  2580. package/components/Fias/Form/FiasCountrySelector/package.json +0 -6
  2581. package/components/Fias/Form/FiasCountrySelector.d.ts +0 -19
  2582. package/components/Fias/Form/FiasForm/FiasForm.js +0 -584
  2583. package/components/Fias/Form/FiasForm/FiasForm.js.map +0 -1
  2584. package/components/Fias/Form/FiasForm/package.json +0 -6
  2585. package/components/Fias/Form/FiasForm.d.ts +0 -70
  2586. package/components/Fias/Form/FiasForm.styles/FiasForm.styles.js +0 -45
  2587. package/components/Fias/Form/FiasForm.styles/FiasForm.styles.js.map +0 -1
  2588. package/components/Fias/Form/FiasForm.styles/package.json +0 -6
  2589. package/components/Fias/Form/FiasForm.styles.d.ts +0 -5
  2590. package/components/Fias/api/FiasAPI/FiasAPI.js +0 -308
  2591. package/components/Fias/api/FiasAPI/FiasAPI.js.map +0 -1
  2592. package/components/Fias/api/FiasAPI/package.json +0 -6
  2593. package/components/Fias/api/FiasAPI.d.ts +0 -26
  2594. package/components/Fias/api/FiasAPIResultFactory/FiasAPIResultFactory.js +0 -19
  2595. package/components/Fias/api/FiasAPIResultFactory/FiasAPIResultFactory.js.map +0 -1
  2596. package/components/Fias/api/FiasAPIResultFactory/package.json +0 -6
  2597. package/components/Fias/api/FiasAPIResultFactory.d.ts +0 -5
  2598. package/components/Fias/api/FiasMockAPI/FiasMockAPI.js +0 -113
  2599. package/components/Fias/api/FiasMockAPI/FiasMockAPI.js.map +0 -1
  2600. package/components/Fias/api/FiasMockAPI/package.json +0 -6
  2601. package/components/Fias/api/FiasMockAPI.d.ts +0 -8
  2602. package/components/Fias/api/data.json +0 -285
  2603. package/components/Fias/constants/abbreviations/abbreviations.js +0 -154
  2604. package/components/Fias/constants/abbreviations/abbreviations.js.map +0 -1
  2605. package/components/Fias/constants/abbreviations/package.json +0 -6
  2606. package/components/Fias/constants/abbreviations.d.ts +0 -3
  2607. package/components/Fias/index/index.js +0 -5
  2608. package/components/Fias/index/index.js.map +0 -1
  2609. package/components/Fias/index/package.json +0 -6
  2610. package/components/Fias/index.d.ts +0 -5
  2611. package/components/Fias/locale/index/index.js +0 -7
  2612. package/components/Fias/locale/index/index.js.map +0 -1
  2613. package/components/Fias/locale/index/package.json +0 -6
  2614. package/components/Fias/locale/index.d.ts +0 -4
  2615. package/components/Fias/locale/locales/ru/package.json +0 -6
  2616. package/components/Fias/locale/locales/ru/ru.js +0 -56
  2617. package/components/Fias/locale/locales/ru/ru.js.map +0 -1
  2618. package/components/Fias/locale/locales/ru.d.ts +0 -2
  2619. package/components/Fias/locale/package.json +0 -6
  2620. package/components/Fias/locale/types/package.json +0 -6
  2621. package/components/Fias/locale/types/types.js +0 -0
  2622. package/components/Fias/locale/types.d.ts +0 -56
  2623. package/components/Fias/logger/FiasLogger/FiasLogger.js +0 -11
  2624. package/components/Fias/logger/FiasLogger/FiasLogger.js.map +0 -1
  2625. package/components/Fias/logger/FiasLogger/package.json +0 -6
  2626. package/components/Fias/logger/FiasLogger.d.ts +0 -8
  2627. package/components/Fias/models/FiasAddress/FiasAddress.js +0 -739
  2628. package/components/Fias/models/FiasAddress/FiasAddress.js.map +0 -1
  2629. package/components/Fias/models/FiasAddress/package.json +0 -6
  2630. package/components/Fias/models/FiasAddress.d.ts +0 -96
  2631. package/components/Fias/models/FiasAddressElement/FiasAddressElement.js +0 -221
  2632. package/components/Fias/models/FiasAddressElement/FiasAddressElement.js.map +0 -1
  2633. package/components/Fias/models/FiasAddressElement/package.json +0 -6
  2634. package/components/Fias/models/FiasAddressElement.d.ts +0 -18
  2635. package/components/Fias/models/FiasData/FiasData.js +0 -99
  2636. package/components/Fias/models/FiasData/FiasData.js.map +0 -1
  2637. package/components/Fias/models/FiasData/package.json +0 -6
  2638. package/components/Fias/models/FiasData.d.ts +0 -20
  2639. package/components/Fias/package.json +0 -6
  2640. package/components/Fias/types/package.json +0 -6
  2641. package/components/Fias/types/types.js +0 -53
  2642. package/components/Fias/types/types.js.map +0 -1
  2643. package/components/Fias/types.d.ts +0 -142
  2644. package/components/LocaleProvider/LocaleProvider/LocaleProvider.js +0 -60
  2645. package/components/LocaleProvider/LocaleProvider/LocaleProvider.js.map +0 -1
  2646. package/components/LocaleProvider/LocaleProvider/package.json +0 -6
  2647. package/components/LocaleProvider/LocaleProvider.d.ts +0 -24
  2648. package/components/LocaleProvider/index/index.js +0 -1
  2649. package/components/LocaleProvider/index/index.js.map +0 -1
  2650. package/components/LocaleProvider/index/package.json +0 -6
  2651. package/components/LocaleProvider/index.d.ts +0 -1
  2652. package/components/LocaleProvider/package.json +0 -6
  2653. package/components/Logotype/Logotype/Logotype.js +0 -169
  2654. package/components/Logotype/Logotype/Logotype.js.map +0 -1
  2655. package/components/Logotype/Logotype/package.json +0 -6
  2656. package/components/Logotype/Logotype.d.ts +0 -82
  2657. package/components/Logotype/Logotype.md +0 -33
  2658. package/components/Logotype/Logotype.styles/Logotype.styles.js +0 -110
  2659. package/components/Logotype/Logotype.styles/Logotype.styles.js.map +0 -1
  2660. package/components/Logotype/Logotype.styles/package.json +0 -6
  2661. package/components/Logotype/Logotype.styles.d.ts +0 -10
  2662. package/components/Logotype/ProductWidget/ProductWidget.js +0 -19
  2663. package/components/Logotype/ProductWidget/ProductWidget.js.map +0 -1
  2664. package/components/Logotype/ProductWidget/package.json +0 -6
  2665. package/components/Logotype/ProductWidget.d.ts +0 -3
  2666. package/components/Logotype/index/index.js +0 -1
  2667. package/components/Logotype/index/index.js.map +0 -1
  2668. package/components/Logotype/index/package.json +0 -6
  2669. package/components/Logotype/index.d.ts +0 -1
  2670. package/components/Logotype/locale/index/index.js +0 -8
  2671. package/components/Logotype/locale/index/index.js.map +0 -1
  2672. package/components/Logotype/locale/index/package.json +0 -6
  2673. package/components/Logotype/locale/index.d.ts +0 -4
  2674. package/components/Logotype/locale/locales/en/en.js +0 -4
  2675. package/components/Logotype/locale/locales/en/en.js.map +0 -1
  2676. package/components/Logotype/locale/locales/en/package.json +0 -6
  2677. package/components/Logotype/locale/locales/en.d.ts +0 -2
  2678. package/components/Logotype/locale/locales/ru/package.json +0 -6
  2679. package/components/Logotype/locale/locales/ru/ru.js +0 -4
  2680. package/components/Logotype/locale/locales/ru/ru.js.map +0 -1
  2681. package/components/Logotype/locale/locales/ru.d.ts +0 -2
  2682. package/components/Logotype/locale/package.json +0 -6
  2683. package/components/Logotype/locale/types/package.json +0 -6
  2684. package/components/Logotype/locale/types/types.js +0 -0
  2685. package/components/Logotype/locale/types.d.ts +0 -4
  2686. package/components/Logotype/package.json +0 -6
  2687. package/components/Modal/helpers/helpers.js +0 -10
  2688. package/components/Modal/helpers/helpers.js.map +0 -1
  2689. package/components/Modal/helpers/package.json +0 -6
  2690. package/components/Modal/helpers.d.ts +0 -6
  2691. package/components/Spinner/SpinnerFallback/SpinnerFallback.js +0 -108
  2692. package/components/Spinner/SpinnerFallback/SpinnerFallback.js.map +0 -1
  2693. package/components/Spinner/SpinnerFallback/package.json +0 -6
  2694. package/components/Spinner/SpinnerFallback.d.ts +0 -29
  2695. package/components/Spinner/fallback_circle.png +0 -0
  2696. package/components/Spinner/fallback_circle_big.png +0 -0
  2697. package/components/Spinner/fallback_circle_dimmed.png +0 -0
  2698. package/components/Spinner/fallback_circle_mini.png +0 -0
  2699. package/components/Spinner/fallback_circle_normal.png +0 -0
  2700. package/components/Spinner/fallback_cloud_big.png +0 -0
  2701. package/components/Spinner/fallback_cloud_normal.png +0 -0
  2702. package/components/ThemeConsumer/ThemeConsumer/ThemeConsumer.js +0 -25
  2703. package/components/ThemeConsumer/ThemeConsumer/ThemeConsumer.js.map +0 -1
  2704. package/components/ThemeConsumer/ThemeConsumer/package.json +0 -6
  2705. package/components/ThemeConsumer/ThemeConsumer.d.ts +0 -10
  2706. package/components/ThemeConsumer/index/index.js +0 -1
  2707. package/components/ThemeConsumer/index/index.js.map +0 -1
  2708. package/components/ThemeConsumer/index/package.json +0 -6
  2709. package/components/ThemeConsumer/index.d.ts +0 -1
  2710. package/components/ThemeConsumer/package.json +0 -6
  2711. package/components/ThemeProvider/ThemeProvider/ThemeProvider.js +0 -51
  2712. package/components/ThemeProvider/ThemeProvider/ThemeProvider.js.map +0 -1
  2713. package/components/ThemeProvider/ThemeProvider/package.json +0 -6
  2714. package/components/ThemeProvider/ThemeProvider.d.ts +0 -16
  2715. package/components/ThemeProvider/index/index.js +0 -1
  2716. package/components/ThemeProvider/index/index.js.map +0 -1
  2717. package/components/ThemeProvider/index/package.json +0 -6
  2718. package/components/ThemeProvider/index.d.ts +0 -1
  2719. package/components/ThemeProvider/package.json +0 -6
  2720. package/components/TopBar/TopBar/TopBar.js +0 -208
  2721. package/components/TopBar/TopBar/TopBar.js.map +0 -1
  2722. package/components/TopBar/TopBar/package.json +0 -6
  2723. package/components/TopBar/TopBar.d.ts +0 -113
  2724. package/components/TopBar/TopBar.md +0 -111
  2725. package/components/TopBar/TopBar.styles/TopBar.styles.js +0 -292
  2726. package/components/TopBar/TopBar.styles/TopBar.styles.js.map +0 -1
  2727. package/components/TopBar/TopBar.styles/package.json +0 -6
  2728. package/components/TopBar/TopBar.styles.d.ts +0 -24
  2729. package/components/TopBar/TopBarButtonItem/TopBarButtonItem.js +0 -42
  2730. package/components/TopBar/TopBarButtonItem/TopBarButtonItem.js.map +0 -1
  2731. package/components/TopBar/TopBarButtonItem/package.json +0 -6
  2732. package/components/TopBar/TopBarButtonItem.d.ts +0 -25
  2733. package/components/TopBar/TopBarDivider/TopBarDivider.js +0 -18
  2734. package/components/TopBar/TopBarDivider/TopBarDivider.js.map +0 -1
  2735. package/components/TopBar/TopBarDivider/package.json +0 -6
  2736. package/components/TopBar/TopBarDivider.d.ts +0 -11
  2737. package/components/TopBar/TopBarDropdown/TopBarDropdown.js +0 -84
  2738. package/components/TopBar/TopBarDropdown/TopBarDropdown.js.map +0 -1
  2739. package/components/TopBar/TopBarDropdown/package.json +0 -6
  2740. package/components/TopBar/TopBarDropdown.d.ts +0 -29
  2741. package/components/TopBar/TopBarEnd/TopBarEnd.js +0 -15
  2742. package/components/TopBar/TopBarEnd/TopBarEnd.js.map +0 -1
  2743. package/components/TopBar/TopBarEnd/package.json +0 -6
  2744. package/components/TopBar/TopBarEnd.d.ts +0 -7
  2745. package/components/TopBar/TopBarItem/TopBarItem.js +0 -76
  2746. package/components/TopBar/TopBarItem/TopBarItem.js.map +0 -1
  2747. package/components/TopBar/TopBarItem/package.json +0 -6
  2748. package/components/TopBar/TopBarItem.d.ts +0 -32
  2749. package/components/TopBar/TopBarLogout/TopBarLogout.js +0 -39
  2750. package/components/TopBar/TopBarLogout/TopBarLogout.js.map +0 -1
  2751. package/components/TopBar/TopBarLogout/package.json +0 -6
  2752. package/components/TopBar/TopBarLogout.d.ts +0 -15
  2753. package/components/TopBar/TopBarOrganizations/TopBarOrganizations.js +0 -113
  2754. package/components/TopBar/TopBarOrganizations/TopBarOrganizations.js.map +0 -1
  2755. package/components/TopBar/TopBarOrganizations/package.json +0 -6
  2756. package/components/TopBar/TopBarOrganizations.d.ts +0 -30
  2757. package/components/TopBar/TopBarStart/TopBarStart.js +0 -15
  2758. package/components/TopBar/TopBarStart/TopBarStart.js.map +0 -1
  2759. package/components/TopBar/TopBarStart/package.json +0 -6
  2760. package/components/TopBar/TopBarStart.d.ts +0 -7
  2761. package/components/TopBar/TopBarUser/TopBarUser.js +0 -72
  2762. package/components/TopBar/TopBarUser/TopBarUser.js.map +0 -1
  2763. package/components/TopBar/TopBarUser/package.json +0 -6
  2764. package/components/TopBar/TopBarUser.d.ts +0 -26
  2765. package/components/TopBar/index/index.js +0 -10
  2766. package/components/TopBar/index/index.js.map +0 -1
  2767. package/components/TopBar/index/package.json +0 -6
  2768. package/components/TopBar/index.d.ts +0 -10
  2769. package/components/TopBar/locale/index/index.js +0 -8
  2770. package/components/TopBar/locale/index/index.js.map +0 -1
  2771. package/components/TopBar/locale/index/package.json +0 -6
  2772. package/components/TopBar/locale/index.d.ts +0 -4
  2773. package/components/TopBar/locale/locales/en/en.js +0 -6
  2774. package/components/TopBar/locale/locales/en/en.js.map +0 -1
  2775. package/components/TopBar/locale/locales/en/package.json +0 -6
  2776. package/components/TopBar/locale/locales/en.d.ts +0 -2
  2777. package/components/TopBar/locale/locales/ru/package.json +0 -6
  2778. package/components/TopBar/locale/locales/ru/ru.js +0 -6
  2779. package/components/TopBar/locale/locales/ru/ru.js.map +0 -1
  2780. package/components/TopBar/locale/locales/ru.d.ts +0 -2
  2781. package/components/TopBar/locale/package.json +0 -6
  2782. package/components/TopBar/locale/types/package.json +0 -6
  2783. package/components/TopBar/locale/types/types.js +0 -0
  2784. package/components/TopBar/locale/types/types.js.map +0 -1
  2785. package/components/TopBar/locale/types.d.ts +0 -6
  2786. package/components/TopBar/package.json +0 -6
  2787. package/internal/MaskedInput/mask-char-font/font.eot +0 -0
  2788. package/internal/MaskedInput/mask-char-font/font.woff +0 -0
  2789. package/internal/MaskedInput/mask-char-font/font.woff2 +0 -0
  2790. package/internal/PopupMenu/PopupMenuPositions/PopupMenuPositions.js +0 -1
  2791. package/internal/PopupMenu/PopupMenuPositions/PopupMenuPositions.js.map +0 -1
  2792. package/internal/PopupMenu/PopupMenuPositions/package.json +0 -6
  2793. package/internal/PopupMenu/PopupMenuPositions.d.ts +0 -2
  2794. package/internal/SpinnerOld/SpinnerOld/SpinnerOld.js +0 -112
  2795. package/internal/SpinnerOld/SpinnerOld/SpinnerOld.js.map +0 -1
  2796. package/internal/SpinnerOld/SpinnerOld/package.json +0 -6
  2797. package/internal/SpinnerOld/SpinnerOld.d.ts +0 -47
  2798. package/internal/SpinnerOld/SpinnerOld.styles/SpinnerOld.styles.js +0 -176
  2799. package/internal/SpinnerOld/SpinnerOld.styles/SpinnerOld.styles.js.map +0 -1
  2800. package/internal/SpinnerOld/SpinnerOld.styles/package.json +0 -6
  2801. package/internal/SpinnerOld/SpinnerOld.styles.d.ts +0 -15
  2802. package/internal/SpinnerOld/SpinnerOldFallback/SpinnerOldFallback.js +0 -127
  2803. package/internal/SpinnerOld/SpinnerOldFallback/SpinnerOldFallback.js.map +0 -1
  2804. package/internal/SpinnerOld/SpinnerOldFallback/package.json +0 -6
  2805. package/internal/SpinnerOld/SpinnerOldFallback.d.ts +0 -30
  2806. package/internal/SpinnerOld/fallback_circle.png +0 -0
  2807. package/internal/SpinnerOld/fallback_circle_dimmed.png +0 -0
  2808. package/internal/SpinnerOld/fallback_cloud_big.png +0 -0
  2809. package/internal/SpinnerOld/fallback_cloud_normal.png +0 -0
  2810. package/internal/SpinnerOld/index/index.js +0 -1
  2811. package/internal/SpinnerOld/index/index.js.map +0 -1
  2812. package/internal/SpinnerOld/index/package.json +0 -6
  2813. package/internal/SpinnerOld/index.d.ts +0 -1
  2814. package/internal/SpinnerOld/locale/index/index.js +0 -8
  2815. package/internal/SpinnerOld/locale/index/index.js.map +0 -1
  2816. package/internal/SpinnerOld/locale/index/package.json +0 -6
  2817. package/internal/SpinnerOld/locale/index.d.ts +0 -4
  2818. package/internal/SpinnerOld/locale/locales/en/en.js +0 -3
  2819. package/internal/SpinnerOld/locale/locales/en/en.js.map +0 -1
  2820. package/internal/SpinnerOld/locale/locales/en/package.json +0 -6
  2821. package/internal/SpinnerOld/locale/locales/en.d.ts +0 -2
  2822. package/internal/SpinnerOld/locale/locales/ru/package.json +0 -6
  2823. package/internal/SpinnerOld/locale/locales/ru/ru.js +0 -3
  2824. package/internal/SpinnerOld/locale/locales/ru/ru.js.map +0 -1
  2825. package/internal/SpinnerOld/locale/locales/ru.d.ts +0 -2
  2826. package/internal/SpinnerOld/locale/package.json +0 -6
  2827. package/internal/SpinnerOld/locale/types/package.json +0 -6
  2828. package/internal/SpinnerOld/locale/types/types.js +0 -0
  2829. package/internal/SpinnerOld/locale/types/types.js.map +0 -1
  2830. package/internal/SpinnerOld/locale/types.d.ts +0 -4
  2831. package/internal/SpinnerOld/package.json +0 -6
  2832. package/internal/icons/20px/Kontur-Iconic-eco-20px.eot +0 -0
  2833. package/internal/icons/20px/Kontur-Iconic-eco-20px.woff +0 -0
  2834. package/internal/icons/20px/Kontur-Iconic-eco-20px.woff2 +0 -0
  2835. package/internal/icons/SpinnerOldIcon/SpinnerOldIcon.js +0 -46
  2836. package/internal/icons/SpinnerOldIcon/SpinnerOldIcon.js.map +0 -1
  2837. package/internal/icons/SpinnerOldIcon/package.json +0 -6
  2838. package/internal/icons/SpinnerOldIcon.d.ts +0 -11
  2839. package/internal/themes/FlatTheme/FlatTheme.js +0 -459
  2840. package/internal/themes/FlatTheme/FlatTheme.js.map +0 -1
  2841. package/internal/themes/FlatTheme/package.json +0 -6
  2842. package/internal/themes/FlatTheme.d.ts +0 -180
  2843. package/internal/themes/Theme8px/Theme8px.js +0 -669
  2844. package/internal/themes/Theme8px/Theme8px.js.map +0 -1
  2845. package/internal/themes/Theme8px/package.json +0 -6
  2846. package/internal/themes/Theme8px.d.ts +0 -196
  2847. package/lib/MockDate/MockDate.js +0 -28
  2848. package/lib/MockDate/MockDate.js.map +0 -1
  2849. package/lib/MockDate/package.json +0 -6
  2850. package/lib/MockDate.d.ts +0 -8
  2851. package/lib/dom/getFocusableElements/getFocusableElements.js +0 -103
  2852. package/lib/dom/getFocusableElements/getFocusableElements.js.map +0 -1
  2853. package/lib/dom/getFocusableElements/package.json +0 -6
  2854. package/lib/dom/getFocusableElements.d.ts +0 -41
  2855. package/lib/theming/themes/DefaultTheme8px/DefaultTheme8px.js +0 -3
  2856. package/lib/theming/themes/DefaultTheme8px/DefaultTheme8px.js.map +0 -1
  2857. package/lib/theming/themes/DefaultTheme8px/package.json +0 -6
  2858. package/lib/theming/themes/DefaultTheme8px.d.ts +0 -1
  2859. package/lib/theming/themes/FlatTheme/FlatTheme.js +0 -3
  2860. package/lib/theming/themes/FlatTheme/FlatTheme.js.map +0 -1
  2861. package/lib/theming/themes/FlatTheme/package.json +0 -6
  2862. package/lib/theming/themes/FlatTheme.d.ts +0 -1
  2863. package/lib/theming/themes/FlatTheme8px/FlatTheme8px.js +0 -4
  2864. package/lib/theming/themes/FlatTheme8px/FlatTheme8px.js.map +0 -1
  2865. package/lib/theming/themes/FlatTheme8px/package.json +0 -6
  2866. package/lib/theming/themes/FlatTheme8px.d.ts +0 -1
package/CHANGELOG.md CHANGED
@@ -1,1852 +1,2671 @@
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
- # [2.5.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.4.3...@skbkontur/react-ui@2.5.0) (2020-09-23)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **Button:** checked + disabled кнопка сдвигает текст на 1 px ([da2e822](https://github.com/skbkontur/retail-ui/commit/da2e822df3d12c2afb743e941120bc52f910efe5))
12
- * **spinner:** fix spinner fallback mini ([9a766e3](https://github.com/skbkontur/retail-ui/commit/9a766e3b9110dfa19babf3446555f5d8da68b182))
13
- * **Tab:** return operability with links from react-router-dom ([8da96a9](https://github.com/skbkontur/retail-ui/commit/8da96a97511459f8164862a1dc61d4a591fff466))
14
-
15
-
16
- ### Features
17
-
18
- * **Switcher:** Добавляет disabled состояние ([d5b13a8](https://github.com/skbkontur/retail-ui/commit/d5b13a8d0c345fc5bba97f6b407b9b2df0f78d2c))
19
-
20
-
21
-
22
-
23
-
24
- ## [2.4.3](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.4.2...@skbkontur/react-ui@2.4.3) (2020-09-16)
25
-
26
-
27
- ### Bug Fixes
28
-
29
- * **Fias:** add "version" param to all requests ([6c1f200](https://github.com/skbkontur/retail-ui/commit/6c1f200f5eb1b04f753eeb0860340049bfd16a16)), closes [#2126](https://github.com/skbkontur/retail-ui/issues/2126)
30
- * **Input:** fixed wrong right mask position ([88116d6](https://github.com/skbkontur/retail-ui/commit/88116d6994c58ebea5dacfa1e0ffa498fe2f1963)), closes [#1379](https://github.com/skbkontur/retail-ui/issues/1379)
31
- * **PasswordInput:** change eye icon ([e36c1ba](https://github.com/skbkontur/retail-ui/commit/e36c1baa647993450e9f88e7e48f2f6f24066745)), closes [#2111](https://github.com/skbkontur/retail-ui/issues/2111)
32
- * **Popup:** prevent wrong styles order ([08c7c4c](https://github.com/skbkontur/retail-ui/commit/08c7c4ce45238f72357b1ab2210dccda337f5f45)), closes [#2005](https://github.com/skbkontur/retail-ui/issues/2005)
33
- * **Select.styles:** fix span width with left icon ([e2dceec](https://github.com/skbkontur/retail-ui/commit/e2dceec963c9c2b038abc13e8012666635b18098))
34
- * **theme:** add var 'tokenInputTextColor' ([cbad454](https://github.com/skbkontur/retail-ui/commit/cbad454a701f31fb97f33da423c0317e8340f429)), closes [#2099](https://github.com/skbkontur/retail-ui/issues/2099)
35
-
36
-
37
-
38
-
39
-
40
- ## [2.4.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.4.1...@skbkontur/react-ui@2.4.2) (2020-08-31)
41
-
42
-
43
- ### Bug Fixes
44
-
45
- * **Link, Button:** use hover styles from theme ([e23b3e1](https://github.com/skbkontur/retail-ui/commit/e23b3e186890a5b02072a142c54eab0df3b743df)), closes [#2072](https://github.com/skbkontur/retail-ui/issues/2072)
46
- * **Loader:** обновление позиции лоадера при переключении active на true ([acb5bbe](https://github.com/skbkontur/retail-ui/commit/acb5bbe31a9d2d1132d88862a6be94bb8ef227c1)), closes [#2092](https://github.com/skbkontur/retail-ui/issues/2092)
47
- * **MenuItem:** pass state into custom component ([073f1fa](https://github.com/skbkontur/retail-ui/commit/073f1fa6e542e06cc4f830e418118ace8cb4648f))
48
-
49
-
50
-
51
-
52
-
53
- ## [2.4.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.4.0...@skbkontur/react-ui@2.4.1) (2020-08-07)
54
-
55
-
56
- ### Bug Fixes
57
-
58
- * **Input:** fix disabled bg color for 8px theme ([a4c8b28](https://github.com/skbkontur/retail-ui/commit/a4c8b286ebbf732a8c919527243beb76674647db))
59
- * **react-ui:** fix controlHeight vars for non-8px themes ([db08994](https://github.com/skbkontur/retail-ui/commit/db089943e6e342551bcc1e4ae3b1a31e10e99a1c))
60
- * **Switcher:** add button vars ([2b932df](https://github.com/skbkontur/retail-ui/commit/2b932df248da61bee182af96c208ec6626338cdb))
61
- * **Switcher:** add variables for label ([fe0f8d1](https://github.com/skbkontur/retail-ui/commit/fe0f8d16c76f4cc636c9729ba71c66021e885291))
62
- * **Switcher:** adjust button's paddings for 8px theme ([3d4ad29](https://github.com/skbkontur/retail-ui/commit/3d4ad29975cc0aa11c1a057e438f956513fceee7))
63
- * **Tab:** fix Indicator position for 8px theme ([19b5b7f](https://github.com/skbkontur/retail-ui/commit/19b5b7fc71b02f3030ac4aac9e251f418a611955))
64
- * **Tab:** use large size values in 8px theme ([a2a1f0d](https://github.com/skbkontur/retail-ui/commit/a2a1f0d28195c0bbd1f2cde585c99f66a26935ab))
65
- * **TokenInput:** fix styles issue ([5ce5578](https://github.com/skbkontur/retail-ui/commit/5ce55783b10ae676afe47ccfea5f0d952f1c7981)), closes [#1952](https://github.com/skbkontur/retail-ui/issues/1952)
66
- * **TokenInput:** use font-size and line-height vars; align tokens ([8a9dc0b](https://github.com/skbkontur/retail-ui/commit/8a9dc0b9bdd3d2fc42279035935f34a11f404bb6))
67
-
68
-
69
-
70
-
71
-
72
- # [2.4.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.3.2...@skbkontur/react-ui@2.4.0) (2020-07-17)
73
-
74
-
75
- ### Bug Fixes
76
-
77
- * **ThemeEditor:** restore scroll to variable by link click ([0454ae6](https://github.com/skbkontur/retail-ui/commit/0454ae6d2b92cd61935fc2ded857b79aef86e9bc))
78
- * **ThemeFactory:** don't ignore computed properties in factory methods ([9eb6cd8](https://github.com/skbkontur/retail-ui/commit/9eb6cd844a38ed182d35dde58bb443abcb1ffd23))
79
- * **ThemePlayground:** fix ThemeEditor's styles ([0ab8225](https://github.com/skbkontur/retail-ui/commit/0ab82253bfa26f65a4998a51cbf0742a1d0f90a5))
80
-
81
-
82
- ### Features
83
-
84
- * **react-ui:** add 8px theme ([652f193](https://github.com/skbkontur/retail-ui/commit/652f193c244fcf6bc82afe324c46ccec1f63bff1))
85
- * **ThemePlayground:** add 8px toggle ([7cd6681](https://github.com/skbkontur/retail-ui/commit/7cd668178b5a65bd5564e86254bf8c4f5faf8839))
86
-
87
-
88
-
89
-
90
-
91
- ## [2.3.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.3.1...@skbkontur/react-ui@2.3.2) (2020-07-08)
92
-
93
-
94
- ### Bug Fixes
95
-
96
- * **Button:** fix styles order ([d372600](https://github.com/skbkontur/retail-ui/commit/d3726009a420143222e562eb9a035835b46ce38c)), closes [#2061](https://github.com/skbkontur/retail-ui/issues/2061) [#1952](https://github.com/skbkontur/retail-ui/issues/1952)
97
- * **InputLikeText:** add class for icon on right side ([6235e21](https://github.com/skbkontur/retail-ui/commit/6235e21a504c09799c601d35b64465df02374f05)), closes [#2025](https://github.com/skbkontur/retail-ui/issues/2025)
98
-
99
-
100
-
101
-
102
-
103
- ## [2.3.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.3.0...@skbkontur/react-ui@2.3.1) (2020-06-09)
104
-
105
-
106
- ### Bug Fixes
107
-
108
- * **FxInput:** add prop `disabled` to button `restore` ([f4b3723](https://github.com/skbkontur/retail-ui/commit/f4b372386b1d7fa9a9ae761e6d20d3ad0d097386)), closes [#2050](https://github.com/skbkontur/retail-ui/issues/2050)
109
- * **Gapped:** fix left margin for single child ([7bf690a](https://github.com/skbkontur/retail-ui/commit/7bf690afabfff99095e2b1d183c9744e886d7917))
110
- * **react-ui:** use NODE_ENV=test for animations disabling ([d1fda47](https://github.com/skbkontur/retail-ui/commit/d1fda4755e3b38248aa51d9e06a4a068c13b770e))
111
-
112
-
113
-
114
-
115
-
116
- # [2.3.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.2.0...@skbkontur/react-ui@2.3.0) (2020-05-27)
117
-
118
-
119
- ### Bug Fixes
120
-
121
- * **[combobox]:** fix DebounsedSearch bug and several bugs in test wrap ([507c189](https://github.com/skbkontur/retail-ui/commit/507c189c91a3ecdbfcf965fc41ee6a712c81bd51)), closes [#2031](https://github.com/skbkontur/retail-ui/issues/2031)
122
- * **Checkbox:** change variable theme `chbCheckedActiveBg` ([7fd2464](https://github.com/skbkontur/retail-ui/commit/7fd2464d4f63bc2ef0bea7561146ab7907e0255e)), closes [#1935](https://github.com/skbkontur/retail-ui/issues/1935)
123
- * **Input:** recovery of event trigger: onChange, onKeyDown, onKeyPress ([4aebf7a](https://github.com/skbkontur/retail-ui/commit/4aebf7afbbe1995383db739fa4f98fdbcd452462)), closes [#1938](https://github.com/skbkontur/retail-ui/issues/1938)
124
- * **MaskedInput:** add specific property of the IE/EDGE ([271a4c2](https://github.com/skbkontur/retail-ui/commit/271a4c2d330562a63a1753fee93ea8ddde6aa28b)), closes [#1911](https://github.com/skbkontur/retail-ui/issues/1911)
125
- * **react-ui:** fix tree-shaking that isn't working ([9545add](https://github.com/skbkontur/retail-ui/commit/9545add7748119fcb252e45188ebab953c47bf8e))
126
- * **SidePage:** add ignore mousedown on window scrollbar ([0aa3eec](https://github.com/skbkontur/retail-ui/commit/0aa3eec296cd38400870fb9d6503e8bd71c5882c)), closes [#1934](https://github.com/skbkontur/retail-ui/issues/1934)
127
- * **tooltip:** fix active props to RenderLayer ([347004e](https://github.com/skbkontur/retail-ui/commit/347004eb52ef52cd637379062ea8ca6c0cab7849))
128
- * **tooltip:** only hover&focus ([b61fb3b](https://github.com/skbkontur/retail-ui/commit/b61fb3bbadb2dca467ac42d5aef773f1f293a4ff))
129
-
130
-
131
- ### Features
132
-
133
- * **Checkbox:** add variable theme `chbCheckedActiveShadow` ([183d198](https://github.com/skbkontur/retail-ui/commit/183d198bfc4885eb0fbcd7dcda34f6245f22d2f7))
134
- * **Link:** fill rel attr with 'noopener noreferrer' ([8f3b79b](https://github.com/skbkontur/retail-ui/commit/8f3b79b82e3a0c5f63761f7f25b02914735808ac))
135
-
136
-
137
-
138
-
139
-
140
- # [2.2.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.1.1...@skbkontur/react-ui@2.2.0) (2020-04-29)
141
-
142
-
143
- ### Bug Fixes
144
-
145
- * **Input:** add setTimeout for cases with autoFocus ([e90ebbc](https://github.com/skbkontur/retail-ui/commit/e90ebbcf57e33553bb7d05b44a61f76b50c0ef58)), closes [#1995](https://github.com/skbkontur/retail-ui/issues/1995)
146
- * **Select:** add support any types value to filterItem ([d63a4d6](https://github.com/skbkontur/retail-ui/commit/d63a4d61a267a6de9389999cdd5c8cb1d27e8233)), closes [#1996](https://github.com/skbkontur/retail-ui/issues/1996)
147
- * **Select:** re-fix commit with hash "e90ebbc" ([125d11b](https://github.com/skbkontur/retail-ui/commit/125d11b855c6a3fc99eaa9b38b181ac86be62be4)), closes [#1995](https://github.com/skbkontur/retail-ui/issues/1995)
148
- * **Select:** set width to 100% ([b924d00](https://github.com/skbkontur/retail-ui/commit/b924d00aa6d01ffbe528f2223ffa2f4c7128ae3d)), closes [#1994](https://github.com/skbkontur/retail-ui/issues/1994)
149
- * **SidePage:** make sidepage to not overlap the rest of the page ([e180c31](https://github.com/skbkontur/retail-ui/commit/e180c3148048b452e1b3b67f9ed0f4b667334ebb)), closes [#1949](https://github.com/skbkontur/retail-ui/issues/1949)
150
- * **Tooltip:** set default value for `box-sizing`, due to `reset.css` ([5afa08d](https://github.com/skbkontur/retail-ui/commit/5afa08df20a459bde885f26cb4dafb06c296413d)), closes [#2008](https://github.com/skbkontur/retail-ui/issues/2008)
151
- * **TopBar:** fix noShadow prop ([4ba47af](https://github.com/skbkontur/retail-ui/commit/4ba47af14eb2baf05383bf9270ae99a6195e0e4f)), closes [#1997](https://github.com/skbkontur/retail-ui/issues/1997)
152
-
153
-
154
- ### Features
155
-
156
- * **TokenInput:** new parameter 'onAddItem' in 'renderAddButton' prop ([6bcfcc6](https://github.com/skbkontur/retail-ui/commit/6bcfcc6a1a2c32592d361b657b0888402219681e))
157
-
158
-
159
-
160
-
161
-
162
- ## [2.1.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.1.0...@skbkontur/react-ui@2.1.1) (2020-04-14)
163
-
164
-
165
- ### Bug Fixes
166
-
167
- * **Radio:** add styles for `checked:hover` ([1e99755](https://github.com/skbkontur/retail-ui/commit/1e9975532cc8e4edf15da2572c7914b03037d12a)), closes [#1979](https://github.com/skbkontur/retail-ui/issues/1979)
168
- * **Toggle:** add custom boxShadow for toggle ([1922285](https://github.com/skbkontur/retail-ui/commit/1922285bd65cca03b79047f8b09f484ec433bba2))
169
-
170
-
171
-
172
-
173
-
174
- # [2.1.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.0.0...@skbkontur/react-ui@2.1.0) (2020-04-07)
175
-
176
-
177
- ### Bug Fixes
178
-
179
- * **logotype:** paddings, icon with figma ([6a84800](https://github.com/skbkontur/retail-ui/commit/6a848008b7f431b7294786f5e36155be5b433565))
180
- * **textarea:** fix react warning ([647f9f4](https://github.com/skbkontur/retail-ui/commit/647f9f4ca0fa7484d974a4ea7a11a0b49d087bd0))
181
-
182
-
183
- ### Features
184
-
185
- * **Modal:** add 'disableFocusLock' prop ([c046c38](https://github.com/skbkontur/retail-ui/commit/c046c386d1439044ba7ee869e9ce57b203841b90))
186
- * **ThemeFactory:** accept a base theme as a second arg of create method ([b92b20b](https://github.com/skbkontur/retail-ui/commit/b92b20bcac53face9280dd5951e0cb467b34d4a4))
187
- * **TokenInput:** new prop 'renderAddButton' ([06a2010](https://github.com/skbkontur/retail-ui/commit/06a201064db9f929aa8b7ff8e35f291457f328c8))
188
- * **TokenInput:** new prop "onInputValueChange" ([b621c8d](https://github.com/skbkontur/retail-ui/commit/b621c8d8eadbdbb88a7d6fcfd88522fc5ed879a4))
189
- * **TokenInput:** new public api method 'reset' ([14df810](https://github.com/skbkontur/retail-ui/commit/14df810b1b53896c62c18d16dc0a1d1aef94ee2f))
190
-
191
-
192
-
193
-
194
-
195
- # 2.0.0 (2020-03-24)
196
-
197
-
198
- ### Bug Fixes
199
-
200
- * button/checkbox theme styles actualize ([10ddc66](https://github.com/skbkontur/retail-ui/commit/10ddc668e84bc997a0a332dedace75982d5ba9bf))
201
- * **checkbox:** sync styles between defalt and flat themes ([e0dcc7b](https://github.com/skbkontur/retail-ui/commit/e0dcc7bc02c281df74e0b7bf841d66065156ea14))
202
- * **fias:** warning throw exeption ([bb5aa2c](https://github.com/skbkontur/retail-ui/commit/bb5aa2cce8ae33f42fa9fc80b5708b9b5be211df))
203
- * **TopBar:** add typings for topbar dropdown props ([0c4d88c](https://github.com/skbkontur/retail-ui/commit/0c4d88c38742b1c07d758673e98d4cc09066564e)), closes [#1497](https://github.com/skbkontur/retail-ui/issues/1497)
204
-
205
-
206
- ### Code Refactoring
207
-
208
- * **Modal:** rename Header/Footer/Body classes ([c373982](https://github.com/skbkontur/retail-ui/commit/c3739827c93e83b5080fbd177711ab7d0f2e0f6f)), closes [#1883](https://github.com/skbkontur/retail-ui/issues/1883)
209
- * **SidePage:** use latest Context API instead of HOC ([819cdf7](https://github.com/skbkontur/retail-ui/commit/819cdf7d44952f73d59a6a1044bf3cd94d7ca06d)), closes [#1883](https://github.com/skbkontur/retail-ui/issues/1883)
210
- * **Tab:** use latest Context API instead of HOC ([10e6c32](https://github.com/skbkontur/retail-ui/commit/10e6c3213d039bc18251af0b38e20a263b00019b))
211
- * **TopBar:** rename inner classes ([ff974b4](https://github.com/skbkontur/retail-ui/commit/ff974b46879d8f8e27a0e3679699db4863eaecc3)), closes [#1883](https://github.com/skbkontur/retail-ui/issues/1883)
212
-
213
-
214
- ### Features
215
-
216
- * move all theme variables inside js, remove less support ([e219505](https://github.com/skbkontur/retail-ui/commit/e2195058c70424dc7e097cc8d174afbb05a9fd7d))
217
- * **localecontext:** add to export ([ad7bb41](https://github.com/skbkontur/retail-ui/commit/ad7bb41316378fe37af8cc6ad9efe15537804f7a))
218
- * **ThemeContext:** add to export ([bdeb112](https://github.com/skbkontur/retail-ui/commit/bdeb1123e6eb393b56c27c50ddff2f6721d54850))
219
-
220
-
221
- ### Performance Improvements
222
-
223
- * **Button:** memoize css-in-js styles ([a7934d0](https://github.com/skbkontur/retail-ui/commit/a7934d0a00fe68a1d8fea55737669394730f6fe2))
224
- * **calendar:** memoize css-in-js styles ([7865514](https://github.com/skbkontur/retail-ui/commit/7865514f6849088aa4665ff85bfec4825d932147))
225
- * **center:** memoize css-in-js styles ([275593a](https://github.com/skbkontur/retail-ui/commit/275593ab15eaa84b75412163956b45c7203a91ce))
226
- * **checkbox:** memoize css-in-js styles ([d808cd0](https://github.com/skbkontur/retail-ui/commit/d808cd02dae9ba9a46efb01033b203f33b3259c8))
227
- * **customcombobox:** memoize css-in-js styles ([984d565](https://github.com/skbkontur/retail-ui/commit/984d565adb51588f1d8ff0fbd50197a51064f169))
228
- * **DateFragmentsView:** memoize css-in-js styles ([49c8897](https://github.com/skbkontur/retail-ui/commit/49c8897437b79987f2b0c78b8f4ec331d74c7fb9))
229
- * **datepicker:** memoize css-in-js styles ([364d49e](https://github.com/skbkontur/retail-ui/commit/364d49eb8a836423ab1e4df5c69af14deb0c1187))
230
- * **dateselect:** memoize css-in-js styles ([7d4c1ac](https://github.com/skbkontur/retail-ui/commit/7d4c1ac3587568a6ffd5b1e32b55eb7b8db8f4c5))
231
- * **Fias:** memoize css-in-js styles ([02a3d4e](https://github.com/skbkontur/retail-ui/commit/02a3d4e6639fffee9302ef6791e6d3185bd18037))
232
- * **group:** memoize css-in-js styles ([b68f50b](https://github.com/skbkontur/retail-ui/commit/b68f50bdfa427abea6b1860dbcf4753670a02c83))
233
- * **hint:** memoize css-in-js styles ([c3117bb](https://github.com/skbkontur/retail-ui/commit/c3117bb1ec60ee350c28d74a957c37e8cbdafe06))
234
- * **icon16px:** memoize css-in-js styles ([a2e5ae5](https://github.com/skbkontur/retail-ui/commit/a2e5ae5072769c4805cf4b3ced90b9eccd047079))
235
- * **icon20px:** memoize css-in-js styles ([83fa890](https://github.com/skbkontur/retail-ui/commit/83fa8909ada6927bcb4dc26c65d9b9d1fbc1a143))
236
- * **Input:** memoize css-in-js styles ([05c8344](https://github.com/skbkontur/retail-ui/commit/05c8344489f6929b1246c08c498b49304229080a))
237
- * **InputLikeText:** memoize css-in-js styles ([fb5527d](https://github.com/skbkontur/retail-ui/commit/fb5527dacf63545004387d4d8f194cd2efc60485))
238
- * **internalmenu:** memoize css-in-js styles ([5ca5d8f](https://github.com/skbkontur/retail-ui/commit/5ca5d8f5693da7bbfd2f2b53b96eb50e0cdb25f2))
239
- * **kebab:** memoize css-in-js styles ([c95a77a](https://github.com/skbkontur/retail-ui/commit/c95a77a5a1b2ac172d54b9c67e93bb32fb96ed66))
240
- * **link:** memoize css-in-js styles ([e204263](https://github.com/skbkontur/retail-ui/commit/e2042636ac17b988c098a8ca7f0a26fdd99d7506))
241
- * **loader:** memoize css-in-js styles ([0fcab14](https://github.com/skbkontur/retail-ui/commit/0fcab14f19dcfa87aff058e1470efe1c69bc5559))
242
- * **logotype:** memoize css-in-js styles ([16449a1](https://github.com/skbkontur/retail-ui/commit/16449a154cd090ad367caeffb49df23dc50a6b88))
243
- * **MaskedInput:** memoize css-in-js styles ([7cd3695](https://github.com/skbkontur/retail-ui/commit/7cd3695162faa7b5d2ebdf5f7b40c6586aeeaf60))
244
- * **menu:** memoize css-in-js styles ([ad46309](https://github.com/skbkontur/retail-ui/commit/ad46309ccf6e47946be7f087402d289d6c1a1274))
245
- * **menuheader:** memoize css-in-js styles ([eff22b1](https://github.com/skbkontur/retail-ui/commit/eff22b16114d5e030ec258c29a6032f9ba9604bd))
246
- * **menuitem:** memoize css-in-js styles ([02a2275](https://github.com/skbkontur/retail-ui/commit/02a227505fc55b6b16c9429ae70d29b8407d8739))
247
- * **menuseparator:** memoize css-in-js styles ([e9ac810](https://github.com/skbkontur/retail-ui/commit/e9ac8102b814aa3377dec2c011d66f1e2aa43882))
248
- * **modal:** memoize css-in-js styles ([f51e7bf](https://github.com/skbkontur/retail-ui/commit/f51e7bf87d5b66b0c5038b893369beb6b0b7dc41))
249
- * **paging:** memoize css-in-js styles ([56f247c](https://github.com/skbkontur/retail-ui/commit/56f247c5f367f3576f1443b8647516a1af873f37))
250
- * **PasswordInput:** memoize css-in-js styles ([f09a61e](https://github.com/skbkontur/retail-ui/commit/f09a61e0c7e23452425ce7abb89dc698aded8946))
251
- * **popup:** memoize css-in-js styles ([da09c09](https://github.com/skbkontur/retail-ui/commit/da09c098264afe2780b927cd8811a9fba9835703))
252
- * **radio:** memoize css-in-js styles ([ca776fa](https://github.com/skbkontur/retail-ui/commit/ca776fa9bc1a42fd501d87a17a90e21170f0b8d8))
253
- * **radiogroup:** memoize css-in-js styles ([c3dcc1d](https://github.com/skbkontur/retail-ui/commit/c3dcc1dbee94759806636e54bfda31f073862405))
254
- * **resizedetector:** memoize css-in-js styles ([1c72573](https://github.com/skbkontur/retail-ui/commit/1c72573622c541d599a7ce9611dd382d26bed595))
255
- * **scrollcontainer:** memoize css-in-js styles ([3e0e58f](https://github.com/skbkontur/retail-ui/commit/3e0e58f46df6ca42affaadbedda18f94ad80b237))
256
- * **Select:** memoize css-in-js styles ([1424478](https://github.com/skbkontur/retail-ui/commit/142447824bf212d4b44cac09fe5e791ee9d96139))
257
- * **sidepage:** memoize css-in-js styles ([4dd2a2a](https://github.com/skbkontur/retail-ui/commit/4dd2a2a269cb1759ba45b1134f32bbbfc488ef9a))
258
- * **spinner:** memoize css-in-js styles ([edb1835](https://github.com/skbkontur/retail-ui/commit/edb1835821ceb2e8f103484cf705f443e1d7400f))
259
- * **spinnericon:** memoize css-in-js styles ([7802c51](https://github.com/skbkontur/retail-ui/commit/7802c510f212b5eff44aa10ceaddecd5690fea45))
260
- * **sticky:** memoize css-in-js styles ([9882179](https://github.com/skbkontur/retail-ui/commit/988217911bcc3ebe39af440d23549eeed10e5d3b))
261
- * **switcher:** memoize css-in-js styles ([f93bf4c](https://github.com/skbkontur/retail-ui/commit/f93bf4c5674b530237c792a44ba067750626c7db))
262
- * **tabs:** memoize css-in-js styles ([5a7b13a](https://github.com/skbkontur/retail-ui/commit/5a7b13a995122d2d5f203f0baeed026f211b74a8))
263
- * **textarea:** memoize css-in-js styles ([b4dec2b](https://github.com/skbkontur/retail-ui/commit/b4dec2be3a080bcf20592013557b4873361a4f34))
264
- * **themeplayground:** memoize css-in-js styles ([c522503](https://github.com/skbkontur/retail-ui/commit/c52250362fe6a434e9ccbca8e66b22107741a397))
265
- * **themeshowcase:** memoize css-in-js styles ([89bd313](https://github.com/skbkontur/retail-ui/commit/89bd313fe8292d2854d46b1239adbc1325b454ec))
266
- * **toast:** memoize css-in-js styles ([20538cf](https://github.com/skbkontur/retail-ui/commit/20538cf272435401f0965904fc3dca37fc479a7f))
267
- * **toggle:** memoize css-in-js styles ([af43674](https://github.com/skbkontur/retail-ui/commit/af4367448c4f8c62362de50afb4f130324ca7f03))
268
- * **Token:** memoize css-in-js styles ([426a7fb](https://github.com/skbkontur/retail-ui/commit/426a7fb76f0b4fc31ec2c261e84ee32c5fb90608))
269
- * **TokenInput:** memoize css-in-js styles ([26f97b5](https://github.com/skbkontur/retail-ui/commit/26f97b5550224b10755020dada2b4bd84d0bee4d))
270
- * **tooltip:** memoize css-in-js styles ([84d5966](https://github.com/skbkontur/retail-ui/commit/84d59663e910c649bfe4631ba263f0d7d3916404))
271
- * **TopBar:** memoize css-in-js styles ([291e395](https://github.com/skbkontur/retail-ui/commit/291e39515608ab6f76f5970a4551a53b6b8d73dd))
272
-
273
-
274
- ### BREAKING CHANGES
275
-
276
- * **TopBar:** Item/ButtonItem/Devider/Logout/Organizations/User have been renamed with 'TopBar'-prefix, e.g.: TopBarItem, etc.
277
- * **Tab:** use Context API from react@16.6
278
- * **SidePage:** use Context API from react@16.6
279
- * **Modal:** Header/Footer/Body classes and props inside Modal have been renamed, e.g.: Header
280
- -> ModalHeader, HeaderProps -> ModalHeaderProps, etc.
281
-
282
-
283
-
284
-
285
-
286
- # [1.11.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.10.0...retail-ui@1.11.0) (2020-03-24)
287
-
288
-
289
- ### Bug Fixes
290
-
291
- * **DatePicker:** fix autoFocus behavior ([f4bbce5](https://github.com/skbkontur/retail-ui/commit/f4bbce5))
292
-
293
-
294
- ### Features
295
-
296
- * **TokenInput:** new prop 'maxMenuHeight' ([ea1da66](https://github.com/skbkontur/retail-ui/commit/ea1da66))
297
-
298
-
299
-
300
-
301
-
302
- # [1.10.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.9.0...retail-ui@1.10.0) (2020-03-11)
303
-
304
-
305
- ### Bug Fixes
306
-
307
- * **Input:** disable user select mask [#1917](https://github.com/skbkontur/retail-ui/issues/1917) ([ef7038f](https://github.com/skbkontur/retail-ui/commit/ef7038f))
308
- * **SidePage:** make non-blocking SidePage responsive ([#1904](https://github.com/skbkontur/retail-ui/issues/1904)) ([1c6e71a](https://github.com/skbkontur/retail-ui/commit/1c6e71a))
309
- * **TopBar:** add typings for topbar dropdown props ([784ae38](https://github.com/skbkontur/retail-ui/commit/784ae38)), closes [#1497](https://github.com/skbkontur/retail-ui/issues/1497)
310
-
311
-
312
- ### Features
313
-
314
- * **TopBar:** remove header in user dropdown ([5853cb6](https://github.com/skbkontur/retail-ui/commit/5853cb6)), closes [#1726](https://github.com/skbkontur/retail-ui/issues/1726)
315
-
316
-
317
-
318
-
319
-
320
- # [1.9.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.8.1...retail-ui@1.9.0) (2020-02-13)
321
-
322
-
323
- ### Features
324
-
325
- * **CurrencyInput:** new prop 'hideTrailingZeros' ([#1869](https://github.com/skbkontur/retail-ui/issues/1869)) ([1823370](https://github.com/skbkontur/retail-ui/commit/1823370))
326
-
327
-
328
-
329
-
330
-
331
- ## [1.8.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.8.0...retail-ui@1.8.1) (2020-02-06)
332
-
333
-
334
- ### Bug Fixes
335
-
336
- * **Loader:** пофиксил высоту дочерних компонентов по родителю ([25d45e2](https://github.com/skbkontur/retail-ui/commit/25d45e2)), closes [#1855](https://github.com/skbkontur/retail-ui/issues/1855)
337
-
338
-
339
- ### Reverts
340
-
341
- * inline 'stylis-plugin-extra-scope' ([79f0399](https://github.com/skbkontur/retail-ui/commit/79f0399)), closes [#1873](https://github.com/skbkontur/retail-ui/issues/1873)
342
- * test(react-ui): render component with specificityLevel on ([5335325](https://github.com/skbkontur/retail-ui/commit/5335325)), closes [#1874](https://github.com/skbkontur/retail-ui/issues/1874)
343
-
344
-
345
-
346
-
347
-
348
- # [1.8.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.7.0...retail-ui@1.8.0) (2020-01-20)
349
-
350
-
351
- ### Bug Fixes
352
-
353
- * remove jquery downloading ([687ad9d](https://github.com/skbkontur/retail-ui/commit/687ad9d))
354
-
355
-
356
- ### Features
357
-
358
- * **telemetry:** add field for identifying components ([b7fec03](https://github.com/skbkontur/retail-ui/commit/b7fec03)), closes [#1838](https://github.com/skbkontur/retail-ui/issues/1838)
359
- * **Tooltip:** add onOpen prop ([90b89d7](https://github.com/skbkontur/retail-ui/commit/90b89d7)), closes [#1832](https://github.com/skbkontur/retail-ui/issues/1832)
360
-
361
-
362
-
363
-
364
-
365
- # [1.7.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.9...retail-ui@1.7.0) (2019-12-27)
366
-
367
-
368
- ### Bug Fixes
369
-
370
- * **Modal:** don't create stacking context inside Footer ([3b314a8](https://github.com/skbkontur/retail-ui/commit/3b314a8))
371
-
372
-
373
- ### Features
374
-
375
- * **Gapped:** add `wrap` prop, change default prop values ([2ac9e8b](https://github.com/skbkontur/retail-ui/commit/2ac9e8b))
376
-
377
-
378
- ### Reverts
379
-
380
- * **Gapped:** don't cover other elements with horizontal layout ([652983d](https://github.com/skbkontur/retail-ui/commit/652983d))
381
-
382
-
383
-
384
-
385
-
386
- ## [1.6.9](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.8...retail-ui@1.6.9) (2019-12-24)
387
-
388
-
389
- ### Bug Fixes
390
-
391
- * **Checkbox:** adjust baseline if row is high ([52a71b0](https://github.com/skbkontur/retail-ui/commit/52a71b0))
392
- * **ComboBoxOld:** close tooltip on blur ([94a5630](https://github.com/skbkontur/retail-ui/commit/94a5630)), closes [#1669](https://github.com/skbkontur/retail-ui/issues/1669)
393
- * **Gapped:** don't cover other elements with horizontal layout ([e622933](https://github.com/skbkontur/retail-ui/commit/e622933))
394
- * **Modal:** fix issue with cross ([e599455](https://github.com/skbkontur/retail-ui/commit/e599455)), closes [#180](https://github.com/skbkontur/retail-ui/issues/180)
395
-
396
-
397
-
398
-
399
-
400
- ## [1.6.8](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.7...retail-ui@1.6.8) (2019-12-16)
401
-
402
-
403
- ### Bug Fixes
404
-
405
- * **SidePageHeader:** fix maximum update depth ([548b894](https://github.com/skbkontur/retail-ui/commit/548b894))
406
-
407
-
408
-
409
-
410
-
411
- ## [1.6.7](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.6...retail-ui@1.6.7) (2019-12-10)
412
-
413
-
414
- ### Bug Fixes
415
-
416
- * **TokenInput:** fix module import ([440d199](https://github.com/skbkontur/retail-ui/commit/440d199))
417
-
418
-
419
-
420
-
421
-
422
- ## [1.6.6](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.5...retail-ui@1.6.6) (2019-12-02)
423
-
424
-
425
- ### Bug Fixes
426
-
427
- * **Loader:** correctly work with Sticky ([493cd18](https://github.com/skbkontur/retail-ui/commit/493cd18))
428
- * **Modal:** added word-break: break-word to Modal.Header ([#1754](https://github.com/skbkontur/retail-ui/issues/1754)) ([96f5bc5](https://github.com/skbkontur/retail-ui/commit/96f5bc5))
429
- * **Sticky:** correct work with other ZIndex components ([d198ee1](https://github.com/skbkontur/retail-ui/commit/d198ee1)), closes [#1750](https://github.com/skbkontur/retail-ui/issues/1750) [#1764](https://github.com/skbkontur/retail-ui/issues/1764)
430
- * **ZIndex:** don't call remount children components ([5db3a29](https://github.com/skbkontur/retail-ui/commit/5db3a29)), closes [#1761](https://github.com/skbkontur/retail-ui/issues/1761)
431
-
432
-
433
-
434
-
435
-
436
- ## [1.6.5](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.4...retail-ui@1.6.5) (2019-11-26)
437
-
438
-
439
- ### Bug Fixes
440
-
441
- * **Popup:** disable call findDOMNode when location is null ([da7cd1c](https://github.com/skbkontur/retail-ui/commit/da7cd1c))
442
-
443
-
444
-
445
-
446
-
447
- ## [1.6.4](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.3...retail-ui@1.6.4) (2019-11-25)
448
-
449
-
450
- ### Bug Fixes
451
-
452
- * **Loader:** don't apply zIndex context in inactive state ([b170cd2](https://github.com/skbkontur/retail-ui/commit/b170cd2)), closes [#1746](https://github.com/skbkontur/retail-ui/issues/1746)
453
- * **Popup:** don't render portal container on closed state ([bee3a28](https://github.com/skbkontur/retail-ui/commit/bee3a28))
454
-
455
-
456
-
457
-
458
-
459
- ## [1.6.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.2...retail-ui@1.6.3) (2019-11-18)
460
-
461
-
462
- ### Bug Fixes
463
-
464
- * **Loader:** reset z-index only in active state ([8f1d936](https://github.com/skbkontur/retail-ui/commit/8f1d936)), closes [#1716](https://github.com/skbkontur/retail-ui/issues/1716) [#1722](https://github.com/skbkontur/retail-ui/issues/1722)
465
- * **SidePage:** shadow always cover loader content ([eea3782](https://github.com/skbkontur/retail-ui/commit/eea3782)), closes [#1718](https://github.com/skbkontur/retail-ui/issues/1718)
466
- * **Toggle:** checked and focused view ([#1727](https://github.com/skbkontur/retail-ui/issues/1727)) ([945d3cb](https://github.com/skbkontur/retail-ui/commit/945d3cb)), closes [#1682](https://github.com/skbkontur/retail-ui/issues/1682)
467
- * **Tooltip:** added clear timeout to unmount method ([37fb81a](https://github.com/skbkontur/retail-ui/commit/37fb81a))
468
-
469
-
470
-
471
-
472
-
473
- ## [1.6.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.1...retail-ui@1.6.2) (2019-11-06)
474
-
475
-
476
- ### Bug Fixes
477
-
478
- * **Sticky:** move fixed element on horizontal scroll ([85882e3](https://github.com/skbkontur/retail-ui/commit/85882e3)), closes [#1705](https://github.com/skbkontur/retail-ui/issues/1705)
479
- * **Toast:** show above Loader ([5b6ccf7](https://github.com/skbkontur/retail-ui/commit/5b6ccf7)), closes [#1706](https://github.com/skbkontur/retail-ui/issues/1706)
480
-
481
-
482
-
483
-
484
-
485
- ## [1.6.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.0...retail-ui@1.6.1) (2019-10-30)
486
-
487
-
488
- ### Bug Fixes
489
-
490
- * **MonthView:** wrong import colorFunctions ([24eeb1e](https://github.com/skbkontur/retail-ui/commit/24eeb1e))
491
-
492
-
493
-
494
-
495
-
496
- # [1.6.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.5.0...retail-ui@1.6.0) (2019-10-30)
497
-
498
-
499
- ### Bug Fixes
500
-
501
- * **Checkbox:** add calling onBlur in handleBlur ([47791d9](https://github.com/skbkontur/retail-ui/commit/47791d9)), closes [#1565](https://github.com/skbkontur/retail-ui/issues/1565)
502
- * **ColorObject:** fix returning string from hsl color ([3d83c48](https://github.com/skbkontur/retail-ui/commit/3d83c48)), closes [#1695](https://github.com/skbkontur/retail-ui/issues/1695)
503
- * **DatePicker:** fix color border-bottom of month ([89e69cf](https://github.com/skbkontur/retail-ui/commit/89e69cf)), closes [#1605](https://github.com/skbkontur/retail-ui/issues/1605)
504
- * **MenuItem:** call onMouseEnter/Leave in cloned element ([ff397c9](https://github.com/skbkontur/retail-ui/commit/ff397c9))
505
- * **RadioGroup:** pass onBlur into Radio ([20f9dcb](https://github.com/skbkontur/retail-ui/commit/20f9dcb)), closes [#1670](https://github.com/skbkontur/retail-ui/issues/1670)
506
- * **Select:** add missing comment type ([bf89513](https://github.com/skbkontur/retail-ui/commit/bf89513))
507
- * **Select:** fix color placeholder ([5e35c59](https://github.com/skbkontur/retail-ui/commit/5e35c59))
508
- * **Sticky:** infinity render loop in IE ([85180dd](https://github.com/skbkontur/retail-ui/commit/85180dd))
509
- * **Sticky:** maximum update depth exceeded ([75fb581](https://github.com/skbkontur/retail-ui/commit/75fb581)), closes [#1485](https://github.com/skbkontur/retail-ui/issues/1485)
510
- * **Tooltip:** reset position on close ([4d03a22](https://github.com/skbkontur/retail-ui/commit/4d03a22)), closes [#1673](https://github.com/skbkontur/retail-ui/issues/1673)
511
- * **TopBar:** fix noShadow prop ([1af4648](https://github.com/skbkontur/retail-ui/commit/1af4648)), closes [#1672](https://github.com/skbkontur/retail-ui/issues/1672)
512
-
513
-
514
- ### Features
515
-
516
- * **ColorFunctions:** add fade function ([a10dcb9](https://github.com/skbkontur/retail-ui/commit/a10dcb9))
517
- * **DefaultTheme:** add variable 'chbCheckedShadow' ([b2531b3](https://github.com/skbkontur/retail-ui/commit/b2531b3))
518
- * **Emotion:** add 'prefixer' for classes ([6043228](https://github.com/skbkontur/retail-ui/commit/6043228))
519
- * **FlatTheme:** add variables 'chbCheckedShadow' and 'chbBorderRadius' ([e3424e7](https://github.com/skbkontur/retail-ui/commit/e3424e7))
520
- * **FlatTheme:** add vars 'chbShadowHover' and 'chbCheckedHoverShadow' ([62dad9c](https://github.com/skbkontur/retail-ui/commit/62dad9c))
521
- * **FocusTrap:** add component FocusTrap ([1baf0c3](https://github.com/skbkontur/retail-ui/commit/1baf0c3))
522
- * **Theme:** remove calendarMonthTitleBorderBottom ([3dcfb6f](https://github.com/skbkontur/retail-ui/commit/3dcfb6f))
523
- * **ZIndex:** add layers priority ([68ea45b](https://github.com/skbkontur/retail-ui/commit/68ea45b)), closes [#776](https://github.com/skbkontur/retail-ui/issues/776)
524
-
525
-
526
-
527
-
528
-
529
- # [1.5.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.4.0...retail-ui@1.5.0) (2019-10-09)
530
-
531
-
532
- ### Bug Fixes
533
-
534
- * **ComboBox:** add offsetX for DropDownContainer ([6cbea25](https://github.com/skbkontur/retail-ui/commit/6cbea25)), closes [#1005](https://github.com/skbkontur/retail-ui/issues/1005)
535
- * **CurrencyLabel:** fix defaultProps definition ([2794e1a](https://github.com/skbkontur/retail-ui/commit/2794e1a))
536
- * **customization:** change 'blinkColor' ([03fd81f](https://github.com/skbkontur/retail-ui/commit/03fd81f)), closes [#1646](https://github.com/skbkontur/retail-ui/issues/1646)
537
- * **Select:** fix calls prop onKeyDown ([6720eff](https://github.com/skbkontur/retail-ui/commit/6720eff)), closes [#1665](https://github.com/skbkontur/retail-ui/issues/1665)
538
- * **TopBarDropDown:** make 'use' prop required ([fcea8b1](https://github.com/skbkontur/retail-ui/commit/fcea8b1))
539
-
540
-
541
- ### Features
542
-
543
- * **Paging:** deprecate 'strings' prop ([6c84288](https://github.com/skbkontur/retail-ui/commit/6c84288))
544
- * **Paging:** remove 'strings' prop ([58cabb7](https://github.com/skbkontur/retail-ui/commit/58cabb7)), closes [#1232](https://github.com/skbkontur/retail-ui/issues/1232)
545
- * **ThemeContext:** exports ThemeContext ([ef0579b](https://github.com/skbkontur/retail-ui/commit/ef0579b)), closes [#1656](https://github.com/skbkontur/retail-ui/issues/1656)
546
- * **TopBarDropDown:** added "default" "use" option ([74ef3b3](https://github.com/skbkontur/retail-ui/commit/74ef3b3))
547
- * **TopBarDropDown:** added flow types ([f3909be](https://github.com/skbkontur/retail-ui/commit/f3909be))
548
-
549
-
550
-
551
-
552
-
553
- # [1.4.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.3.1...retail-ui@1.4.0) (2019-10-02)
554
-
555
-
556
- ### Bug Fixes
557
-
558
- * **Button:** isButton is undefined when use adapter ([0e41da9](https://github.com/skbkontur/retail-ui/commit/0e41da9))
559
- * **CurrencyInput:** don't throw error if fractionDigits is zero/float ([3c70c20](https://github.com/skbkontur/retail-ui/commit/3c70c20)), closes [#1558](https://github.com/skbkontur/retail-ui/issues/1558)
560
- * **DatePicker:** prepare PR to fork ([832fb7b](https://github.com/skbkontur/retail-ui/commit/832fb7b))
561
- * **DatePicker:** remove console.log ([67951d7](https://github.com/skbkontur/retail-ui/commit/67951d7))
562
- * **DatePicker:** simplify fallback structure for ie ([f9e27ed](https://github.com/skbkontur/retail-ui/commit/f9e27ed))
563
- * **DatePicker:** Баг с кликом на день календаря в Edge [#1557](https://github.com/skbkontur/retail-ui/issues/1557) ([7b24f69](https://github.com/skbkontur/retail-ui/commit/7b24f69))
564
- * **DatePicker:** Привел в порядок типизацию в DateInputFallback [#1557](https://github.com/skbkontur/retail-ui/issues/1557) ([dcebd76](https://github.com/skbkontur/retail-ui/commit/dcebd76))
565
- * **docs:** fix code formatter of the ThemeShowcase ([42b99c2](https://github.com/skbkontur/retail-ui/commit/42b99c2))
566
- * **Fias:** escape regexp spec chars ([cace4b6](https://github.com/skbkontur/retail-ui/commit/cace4b6)), closes [#1636](https://github.com/skbkontur/retail-ui/issues/1636)
567
- * **Radio:** show label as disabled if context.disabled is true ([de64b32](https://github.com/skbkontur/retail-ui/commit/de64b32)), closes [#1275](https://github.com/skbkontur/retail-ui/issues/1275)
568
- * **Toggle:** show tooltip on disabled toggle in ie ([3db9565](https://github.com/skbkontur/retail-ui/commit/3db9565)), closes [#1630](https://github.com/skbkontur/retail-ui/issues/1630)
569
-
570
-
571
- ### Features
572
-
573
- * **Combobox:** add prop onInputKeyDown ([b804b84](https://github.com/skbkontur/retail-ui/commit/b804b84))
574
- * **lib:** add key identification tools ([73479fe](https://github.com/skbkontur/retail-ui/commit/73479fe)), closes [#1429](https://github.com/skbkontur/retail-ui/issues/1429)
575
- * **Select:** add prop onKeyDown ([ba41e73](https://github.com/skbkontur/retail-ui/commit/ba41e73))
576
-
577
-
578
-
579
-
580
-
581
- ## [1.3.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.3.0...retail-ui@1.3.1) (2019-09-24)
582
-
583
-
584
- ### Bug Fixes
585
-
586
- * **Dropdown:** sync type of `width` prop type with proptypes checks ([47a5612](https://github.com/skbkontur/retail-ui/commit/47a5612))
587
- * **Input:** avoid bug with transition in IE ([45f45d5](https://github.com/skbkontur/retail-ui/commit/45f45d5)), closes [#1614](https://github.com/skbkontur/retail-ui/issues/1614)
588
- * **Popup:** deterministic open/close animation ([0415fa4](https://github.com/skbkontur/retail-ui/commit/0415fa4)), closes [#1372](https://github.com/skbkontur/retail-ui/issues/1372)
589
- * **RenderContainer:** getRootId changed ([b0ce223](https://github.com/skbkontur/retail-ui/commit/b0ce223))
590
- * **TokenInput:** make height equal to the Input ([92e9d8b](https://github.com/skbkontur/retail-ui/commit/92e9d8b)), closes [#1589](https://github.com/skbkontur/retail-ui/issues/1589)
591
-
592
-
593
-
594
-
595
-
596
- # [1.3.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.2.0...retail-ui@1.3.0) (2019-09-11)
597
-
598
-
599
- ### Bug Fixes
600
-
601
- * **Button:** change disabled bg & shadow for the FlatTheme ([765e9d4](https://github.com/skbkontur/retail-ui/commit/765e9d4))
602
- * **Button:** fix emotion className interpolation warning ([ad5d2a2](https://github.com/skbkontur/retail-ui/commit/ad5d2a2))
603
- * **Checkbox:** prevent styles reset, caused by code-splitting ([2161a4d](https://github.com/skbkontur/retail-ui/commit/2161a4d)), closes [#1556](https://github.com/skbkontur/retail-ui/issues/1556)
604
- * **Select:** prevent arrow color reset, caused by code-splitting ([e7a6dc3](https://github.com/skbkontur/retail-ui/commit/e7a6dc3)), closes [#1568](https://github.com/skbkontur/retail-ui/issues/1568)
605
-
606
-
607
- ### Features
608
-
609
- * **Logotype:** add props size and onArrowClick ([94fc027](https://github.com/skbkontur/retail-ui/commit/94fc027))
610
-
611
-
612
-
613
-
614
-
615
- # [1.2.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.2...retail-ui@1.2.0) (2019-09-03)
616
-
617
-
618
- ### Bug Fixes
619
-
620
- * **Button:** add disabled color to the "link" use ([20c002b](https://github.com/skbkontur/retail-ui/commit/20c002b)), closes [#1563](https://github.com/skbkontur/retail-ui/issues/1563)
621
- * **Button:** fix arrow error/warning outline ([6a18b05](https://github.com/skbkontur/retail-ui/commit/6a18b05)), closes [#1531](https://github.com/skbkontur/retail-ui/issues/1531)
622
- * **ComboBox:** spinner position by baseline ([5f144e8](https://github.com/skbkontur/retail-ui/commit/5f144e8)), closes [#1333](https://github.com/skbkontur/retail-ui/issues/1333)
623
- * **DatePicker:** change year limits for better limit date validations ([1b552f3](https://github.com/skbkontur/retail-ui/commit/1b552f3)), closes [#1573](https://github.com/skbkontur/retail-ui/issues/1573)
624
- * **Icon20px:** prevent from selecting ([763b5b8](https://github.com/skbkontur/retail-ui/commit/763b5b8))
625
- * **react-ui:** support CRA css-modules convention: components ([c1d687a](https://github.com/skbkontur/retail-ui/commit/c1d687a)), closes [#1477](https://github.com/skbkontur/retail-ui/issues/1477)
626
- * **react-ui:** support CRA css-modules convention: variables ([aace330](https://github.com/skbkontur/retail-ui/commit/aace330))
627
- * **Token:** import react as namespace ([8b10014](https://github.com/skbkontur/retail-ui/commit/8b10014)), closes [#1519](https://github.com/skbkontur/retail-ui/issues/1519)
628
-
629
-
630
- ### Features
631
-
632
- * **Fias:** render additional fields in the search results ([37fa2db](https://github.com/skbkontur/retail-ui/commit/37fa2db))
633
- * **Fias:** search streets through not only direct parent ([7729fd7](https://github.com/skbkontur/retail-ui/commit/7729fd7))
634
- * **ScrollContainer:** add scrollBehaviour prop ([ad4c7c9](https://github.com/skbkontur/retail-ui/commit/ad4c7c9))
635
-
636
-
637
-
638
-
639
-
640
- ## [1.1.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.1...retail-ui@1.1.2) (2019-08-07)
641
-
642
-
643
- ### Bug Fixes
644
-
645
- * **ComboBox:** keep focus after Enter key press on the list item ([a9b62dd](https://github.com/skbkontur/retail-ui/commit/a9b62dd)), closes [#1532](https://github.com/skbkontur/retail-ui/issues/1532)
646
- * **Group:** removed vertical-align ([2f8cad6](https://github.com/skbkontur/retail-ui/commit/2f8cad6))
647
-
648
-
649
-
650
-
651
-
652
- ## [1.1.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.0...retail-ui@1.1.1) (2019-07-31)
653
-
654
-
655
- ### Bug Fixes
656
-
657
- * **Button:** changed style 'color' for disabled button to '#a0a0a0' ([521a4e8](https://github.com/skbkontur/retail-ui/commit/521a4e8)), closes [#a0a0a0](https://github.com/skbkontur/retail-ui/issues/a0a0a0) [#1415](https://github.com/skbkontur/retail-ui/issues/1415)
658
- * **customization:** prevent js-styles from overriding by css-resets ([2a9c4ac](https://github.com/skbkontur/retail-ui/commit/2a9c4ac)), closes [#1514](https://github.com/skbkontur/retail-ui/issues/1514)
659
- * **Radio:** decrease types checking time ([f18c74b](https://github.com/skbkontur/retail-ui/commit/f18c74b)), closes [#1518](https://github.com/skbkontur/retail-ui/issues/1518)
660
-
661
-
662
-
663
-
664
-
665
- # [1.1.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.0.1...retail-ui@1.1.0) (2019-07-23)
666
-
667
-
668
- ### Bug Fixes
669
-
670
- * **Button:** change 'background-color' and 'border-color' when hovering ([627b1e6](https://github.com/skbkontur/retail-ui/commit/627b1e6)), closes [#1416](https://github.com/skbkontur/retail-ui/issues/1416)
671
- * **TokenInput:** add input's box-shadow ([6f0789f](https://github.com/skbkontur/retail-ui/commit/6f0789f))
672
- * **TokenInput:** fix flat styles ([0fa0d52](https://github.com/skbkontur/retail-ui/commit/0fa0d52)), closes [#1493](https://github.com/skbkontur/retail-ui/issues/1493)
673
- * **TokenInput:** remove hardcoded dataTid ([9e5151f](https://github.com/skbkontur/retail-ui/commit/9e5151f))
674
-
675
-
676
- ### Features
677
-
678
- * **Switcher:** add prop 'size' ([a5e16ae](https://github.com/skbkontur/retail-ui/commit/a5e16ae)), closes [#1492](https://github.com/skbkontur/retail-ui/issues/1492)
679
-
680
-
681
-
682
-
683
-
684
- ## [1.0.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.0.0...retail-ui@1.0.1) (2019-07-16)
685
-
686
-
687
- ### Bug Fixes
688
-
689
- * **Input:** add calling 'selectAll' via 'raf' ([#1496](https://github.com/skbkontur/retail-ui/issues/1496)) ([37b866d](https://github.com/skbkontur/retail-ui/commit/37b866d)), closes [#1413](https://github.com/skbkontur/retail-ui/issues/1413)
690
- * **Tab:** add error/warning/primary hover borders to vertical tabs ([29f4bc2](https://github.com/skbkontur/retail-ui/commit/29f4bc2))
691
- * **Tab:** remove hover border from disabled tabs ([2f98438](https://github.com/skbkontur/retail-ui/commit/2f98438)), closes [#1504](https://github.com/skbkontur/retail-ui/issues/1504)
692
- * **Textarea:** add blocking Enter after reaching 'maxLength' ([2a862f5](https://github.com/skbkontur/retail-ui/commit/2a862f5))
693
- * **ThemeShowcase:** make it fit enough to squize into styleguidist ([12f184b](https://github.com/skbkontur/retail-ui/commit/12f184b))
694
- * **ThemeShowcase:** source code tooltip contents in production mode ([89c5183](https://github.com/skbkontur/retail-ui/commit/89c5183))
695
-
696
-
697
-
698
-
699
-
700
- # [1.0.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.53.0...retail-ui@1.0.0) (2019-07-02)
701
-
702
-
703
- ### Features
704
-
705
- * Customization ([#1333](https://github.com/skbkontur/retail-ui/issues/1333)) ([15e9e8f](https://github.com/skbkontur/retail-ui/commit/15e9e8f))
706
-
707
-
708
- ### BREAKING CHANGES
709
-
710
- * Upgrades.enableSizeMedium16px is no longer working: redefine fontSizeMedium
711
- variable via ThemeProvider or by calling ThemeFactory.overrideDefaultTheme()
712
-
713
- * refactor(ColorObject): remove require call
714
-
715
- * style(Upgrades): fix lint error
716
-
717
- * chore(storybook): use ThemeProvider instead of overrideDefaultTheme
718
-
719
- * refactor(ThemeFactory): remove ThemesCache
720
-
721
- * refactor(ThemeEditor): clear timeout on unmount
722
-
723
- * refactor(variables.less): prepare for Date* controls convertion
724
-
725
- * feat(DateSelect): customize with css-in-js
726
-
727
- * refactor(DatePickerOld): rename less file to prevent confusion
728
-
729
- * feat(DatePicker): customize with css-in-js
730
-
731
- * refactor(DateInput): properly separate styles between components
732
-
733
- * feat(DateInput): customize with css-in-js
734
-
735
- * feat(Calendar): customize with css-in-js
736
-
737
- * refactor(TokenInput): add -webkit-text-fill-color
738
-
739
- * refactor(styles): remove rt-ie8, rt-ie9
740
-
741
- * refactor(Calendar): rename classnames to cx
742
-
743
- * refactor(variables.less): move mixins into separate file
744
-
745
- * style(CustomComboBox): specify px for padding-bottom
746
-
747
- * style(SidePage): fix variable typo
748
-
749
- * refactor(styles): remove unnecessary imports
750
-
751
- * refactor(FormatSourceCode): rewrite code in more readable way
752
-
753
- * test(ComboBoxView): approve screens with new spinner gray color
754
-
755
- * fix(Button): fix sizeMedium baseline regress
756
-
757
- * test(Button): approve screenshots with 14px medium font-size
758
-
759
- * test(ComboBox): approve darker spinner color while loading items
760
-
761
- * refactor(TokenInput): simplify styles
762
-
763
- * refactor(TokenInput): fix firefox placeholder opacity
764
-
765
- * refactor(DateSelect): make active prevail over selected
766
-
767
- * refactor(DatePicker): fix red color bug
768
-
769
- * refactor(DatePicker): make weekend prevail over today
770
-
771
- * refactor(DateFragmentsView): fix .delimiter.filled combination style
772
-
773
- * style(AnotherInputsPlayground): remove underscores from private methods
774
-
775
- * test(AnotherInputsPlayground): stable date for screenshots
776
-
777
- * test(Customization): approve actual screenshots
778
-
779
- * refactor(customization): separate ThemeProviderPlayground component
780
-
781
- * docs(ThemeProviderPlayground ): add README
782
-
783
- * docs(customization): add core README
784
-
785
- # copied from PR
786
-
787
- * build(styleguide): add customization section to config
788
-
789
- * chore(ThemeProviderPlayground): fix import
790
-
791
- * test(Button): approve 14px font-size for medium size in flat theme
792
-
793
- * refactor(customization): introduce derived font sizes for button/input
794
-
795
- * refactor(Button): use fontSize=16px for size=medium in flat theme
796
-
797
- * test(Button): approve 16px font-size for medium size in flat theme
798
-
799
- * test(Customization): approve 16px font-size in flat theme
800
-
801
- * refactor(DateInput): remove isSizeMedium16pxEnabled() in favor of theme
802
-
803
- * refactor(Upgrades): cleanup deprecated methods
804
-
805
- * docs(customization): fix styleguide's components and sections
806
-
807
- * docs(customization): hack-fix ordered lists
808
-
809
- * docs(customization): remove broken links
810
-
811
- * docs(customization): fix less formatting
812
-
813
- * docs(customization): add some line-breaks
814
-
815
- * docs(customization): emphasize inline <code> the way it's done at github
816
-
817
- * docs(customization): switch 'jsx static' to 'typescript' for some blocks
818
-
819
- * docs(customization): use monospace font for inline <code>
820
-
821
- * chore(Button): fix baseline of flat medium Button
822
-
823
- * docs(customization): fix typo
824
-
825
- * style: format with prettier
826
-
827
- * style: make stylelint ignore *.ts
828
-
829
-
830
-
831
-
832
-
833
- # [0.53.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.52.1...retail-ui@0.53.0) (2019-07-02)
834
-
835
-
836
- ### Bug Fixes
837
-
838
- * **CurrencyInput:** add 15-digit limit and warning about it ([b523ddf](https://github.com/skbkontur/retail-ui/commit/b523ddf))
839
- * **CurrencyLabel:** add warning about 15-digit limit for fractionDigits ([adba185](https://github.com/skbkontur/retail-ui/commit/adba185))
840
- * **DateInputFallback:** remove unnecessary call 'emitChange' ([cf28a56](https://github.com/skbkontur/retail-ui/commit/cf28a56)), closes [#1466](https://github.com/skbkontur/retail-ui/issues/1466)
841
- * **DropdownContainer:** change calculations for positioning up ([0e9460e](https://github.com/skbkontur/retail-ui/commit/0e9460e)), closes [#1471](https://github.com/skbkontur/retail-ui/issues/1471)
842
- * **Modal:** don't close by click on scrollbar ([d69fca6](https://github.com/skbkontur/retail-ui/commit/d69fca6)), closes [#757](https://github.com/skbkontur/retail-ui/issues/757) [#810](https://github.com/skbkontur/retail-ui/issues/810) [#1352](https://github.com/skbkontur/retail-ui/issues/1352) [#1456](https://github.com/skbkontur/retail-ui/issues/1456)
843
-
844
-
845
- ### Features
846
-
847
- * **Fias:** expose FiasSearch ([075bd36](https://github.com/skbkontur/retail-ui/commit/075bd36))
848
-
849
-
850
-
851
-
852
-
853
- ## [0.52.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.52.0...retail-ui@0.52.1) (2019-06-18)
854
-
855
- **Note:** Version bump only for package retail-ui
856
-
857
-
858
-
859
-
860
-
861
- # [0.52.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.51.1...retail-ui@0.52.0) (2019-06-13)
862
-
863
-
864
- ### Bug Fixes
865
-
866
- * **Button:** fix paddings for medium size in flat theme ([3f99560](https://github.com/skbkontur/retail-ui/commit/3f99560)), closes [#1309](https://github.com/skbkontur/retail-ui/issues/1309) [#1451](https://github.com/skbkontur/retail-ui/issues/1451)
867
- * **DropdownMenu:** added missing flow types props ([#1462](https://github.com/skbkontur/retail-ui/issues/1462)) ([eb1bc3e](https://github.com/skbkontur/retail-ui/commit/eb1bc3e))
868
- * **MaskedInput:** add support prop 'defaultValue' ([e8b9436](https://github.com/skbkontur/retail-ui/commit/e8b9436))
869
- * **RenderLayer:** add touchstart handling ([567f80b](https://github.com/skbkontur/retail-ui/commit/567f80b)), closes [#1439](https://github.com/skbkontur/retail-ui/issues/1439)
870
- * **SidePage:** allow pass string to width prop ([#1447](https://github.com/skbkontur/retail-ui/issues/1447)) ([eff4f78](https://github.com/skbkontur/retail-ui/commit/eff4f78))
871
- * **Spinner:** baseline and height are equal to icons ([996c365](https://github.com/skbkontur/retail-ui/commit/996c365))
872
-
873
-
874
- ### Features
875
-
876
- * **DatePicker:** add localization ([10d30d0](https://github.com/skbkontur/retail-ui/commit/10d30d0))
877
- * **DateSelect:** add localization ([00a5ea7](https://github.com/skbkontur/retail-ui/commit/00a5ea7))
878
- * **Fias:** add localization ([cc5a7ef](https://github.com/skbkontur/retail-ui/commit/cc5a7ef))
879
- * **lib:** add lib `MouseDrag` ([9e7d329](https://github.com/skbkontur/retail-ui/commit/9e7d329))
880
- * **lib:** add tools for internationalizing dates ([aac2c0d](https://github.com/skbkontur/retail-ui/commit/aac2c0d))
881
- * **LocaleHelper:** add getting locale with default langCode ([d25d2a3](https://github.com/skbkontur/retail-ui/commit/d25d2a3))
882
- * **Tooltip:** add trigger type hover&focus ([422915e](https://github.com/skbkontur/retail-ui/commit/422915e))
883
-
884
-
885
-
886
-
887
-
888
- ## [0.51.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.51.0...retail-ui@0.51.1) (2019-06-04)
889
-
890
-
891
- ### Bug Fixes
892
-
893
- * **Fias:** prevent the verification api from returning wrong fields ([d77dc2c](https://github.com/skbkontur/retail-ui/commit/d77dc2c)), closes [#1436](https://github.com/skbkontur/retail-ui/issues/1436)
894
-
895
-
896
-
897
-
898
-
899
- # [0.51.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.50.0...retail-ui@0.51.0) (2019-05-28)
900
-
901
-
902
- ### Bug Fixes
903
-
904
- * **DatePicker:** fix icon style ([3e092ef](https://github.com/skbkontur/retail-ui/commit/3e092ef))
905
- * **MenuItem:** fix triggered `MouseEnter` from disabled button ([1c88969](https://github.com/skbkontur/retail-ui/commit/1c88969))
906
- * **Tabs:** replace check on existence `focus` ([87e0443](https://github.com/skbkontur/retail-ui/commit/87e0443))
907
-
908
-
909
- ### Features
910
-
911
- * **CurrencyInput:** add support prop `integerDigits` ([#1404](https://github.com/skbkontur/retail-ui/issues/1404)) ([165e822](https://github.com/skbkontur/retail-ui/commit/165e822)), closes [#685](https://github.com/skbkontur/retail-ui/issues/685)
912
-
913
-
914
-
915
-
916
-
917
- # [0.50.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.49.1...retail-ui@0.50.0) (2019-05-22)
918
-
919
-
920
- ### Bug Fixes
921
-
922
- * **Button:** add dropping `isTabPressed` by mouseDown ([#1400](https://github.com/skbkontur/retail-ui/issues/1400)) ([2d2b870](https://github.com/skbkontur/retail-ui/commit/2d2b870)), closes [#1013](https://github.com/skbkontur/retail-ui/issues/1013)
923
-
924
-
925
- ### Features
926
-
927
- * **Toast:** toast is testable ([#1403](https://github.com/skbkontur/retail-ui/issues/1403)) ([5dcdf32](https://github.com/skbkontur/retail-ui/commit/5dcdf32))
928
-
929
-
930
-
931
-
932
-
933
- ## [0.49.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.49.0...retail-ui@0.49.1) (2019-05-16)
934
-
935
-
936
- ### Bug Fixes
937
-
938
- * **Select:** bind public focus function to component instance ([5909b9e](https://github.com/skbkontur/retail-ui/commit/5909b9e))
939
- * **Toggle:** fix overflow issue in Safari ([#1411](https://github.com/skbkontur/retail-ui/issues/1411)) ([7073cb5](https://github.com/skbkontur/retail-ui/commit/7073cb5))
940
-
941
-
942
-
943
-
944
-
945
- # [0.49.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.48.0...retail-ui@0.49.0) (2019-05-14)
946
-
947
-
948
- ### Bug Fixes
949
-
950
- * **flow:** update props ([c652880](https://github.com/skbkontur/retail-ui/commit/c652880))
951
- * **Paging:** add autofocus for IE11 ([e434d80](https://github.com/skbkontur/retail-ui/commit/e434d80)), closes [#1358](https://github.com/skbkontur/retail-ui/issues/1358)
952
- * **TokenInput:** add mapping `renderValue` before copying to clipboard ([79c76c0](https://github.com/skbkontur/retail-ui/commit/79c76c0)), closes [#1336](https://github.com/skbkontur/retail-ui/issues/1336)
953
-
954
-
955
- ### Features
956
-
957
- * **TokenInput:** add prop `valueToString` ([9e7bf50](https://github.com/skbkontur/retail-ui/commit/9e7bf50))
958
-
959
-
960
-
961
-
962
-
963
- # [0.48.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.47.0...retail-ui@0.48.0) (2019-04-30)
964
-
965
-
966
- ### Bug Fixes
967
-
968
- * **ComboBox:** fix input text with single item behavior ([#1360](https://github.com/skbkontur/retail-ui/issues/1360)) ([c6fa7a5](https://github.com/skbkontur/retail-ui/commit/c6fa7a5)), closes [#992](https://github.com/skbkontur/retail-ui/issues/992)
969
- * **Fias:** search postal Code through all fields ([7433d12](https://github.com/skbkontur/retail-ui/commit/7433d12))
970
- * **Fias:** validate all fields ([8d126f9](https://github.com/skbkontur/retail-ui/commit/8d126f9))
971
- * **flow:** add children to Modal props ([1e7e420](https://github.com/skbkontur/retail-ui/commit/1e7e420))
972
- * **flow:** add missed props ([5538a61](https://github.com/skbkontur/retail-ui/commit/5538a61))
973
- * **Modal:** change modal position according to the guides ([0e7e053](https://github.com/skbkontur/retail-ui/commit/0e7e053)), closes [#1331](https://github.com/skbkontur/retail-ui/issues/1331)
974
- * **Modal:** fix closing on background click ([089bad0](https://github.com/skbkontur/retail-ui/commit/089bad0)), closes [#810](https://github.com/skbkontur/retail-ui/issues/810) [#1352](https://github.com/skbkontur/retail-ui/issues/1352)
975
- * **Popup:** remove hardcoded maxWidth ([721b751](https://github.com/skbkontur/retail-ui/commit/721b751)), closes [#1343](https://github.com/skbkontur/retail-ui/issues/1343)
976
- * **ScrollContainer:** do not access the DOM until it is surely ready ([2b59064](https://github.com/skbkontur/retail-ui/commit/2b59064)), closes [#1371](https://github.com/skbkontur/retail-ui/issues/1371)
977
-
978
-
979
- ### Features
980
-
981
- * **ComboBox:** add prop `renderAddButton` ([#1365](https://github.com/skbkontur/retail-ui/issues/1365)) ([55345e1](https://github.com/skbkontur/retail-ui/commit/55345e1))
982
- * **DropdownMenu:** add positions prop ([7fc607d](https://github.com/skbkontur/retail-ui/commit/7fc607d))
983
- * **MenuItem:** add `link` prop ([d705f19](https://github.com/skbkontur/retail-ui/commit/d705f19))
984
-
985
-
986
-
987
-
988
-
989
- # [0.47.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.2...retail-ui@0.47.0) (2019-04-22)
990
-
991
-
992
- ### Bug Fixes
993
-
994
- * **Button:** add border radius & background styles in flat theme ([59486e3](https://github.com/skbkontur/retail-ui/commit/59486e3))
995
- * **Button:** fix arrow position in flat version for small button ([2ce7b42](https://github.com/skbkontur/retail-ui/commit/2ce7b42))
996
- * **Button:** fix border color at checked + focused state on hover ([bad4f08](https://github.com/skbkontur/retail-ui/commit/bad4f08))
997
- * **Button:** fix border overlap in visually focused state with error/warning ([72d2787](https://github.com/skbkontur/retail-ui/commit/72d2787))
998
- * **Button:** fix stylelint `eol-whitespace` error ([461850f](https://github.com/skbkontur/retail-ui/commit/461850f))
999
- * **Button:** fixed disabled state shadow styles at flat version ([ad5db6f](https://github.com/skbkontur/retail-ui/commit/ad5db6f))
1000
- * **Button:** fixed flat styles in IE ([ad3f558](https://github.com/skbkontur/retail-ui/commit/ad3f558))
1001
- * **Input:** add background & border color styles in flat theme ([b106eb2](https://github.com/skbkontur/retail-ui/commit/b106eb2))
1002
- * **Paging:** changed detecting of pressed key ([f7b5f24](https://github.com/skbkontur/retail-ui/commit/f7b5f24))
1003
- * **Radio:** fixed outline padding in flat styles ([0baf333](https://github.com/skbkontur/retail-ui/commit/0baf333))
1004
- * **Textarea:** add background & border color styles in flat theme ([003c268](https://github.com/skbkontur/retail-ui/commit/003c268))
1005
- * **Toggle:** add white outline to focused box-shadow ([7b7a3c9](https://github.com/skbkontur/retail-ui/commit/7b7a3c9))
1006
-
1007
-
1008
- ### Features
1009
-
1010
- * **Button:** add arrow styles in flat version ([8e1d268](https://github.com/skbkontur/retail-ui/commit/8e1d268))
1011
- * **Button:** add arrows shadow & border styles in flat theme ([1889232](https://github.com/skbkontur/retail-ui/commit/1889232))
1012
- * **Button, Checkbox, Radio, Toggle:** add common outline color variable ([58fac79](https://github.com/skbkontur/retail-ui/commit/58fac79))
1013
-
1014
-
1015
-
1016
-
1017
-
1018
- ## [0.46.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.1...retail-ui@0.46.2) (2019-04-17)
1019
-
1020
-
1021
- ### Bug Fixes
1022
-
1023
- * **Tabs:** context provider render children for reac@15 ([f0df170](https://github.com/skbkontur/retail-ui/commit/f0df170))
1024
-
1025
-
1026
-
1027
-
1028
-
1029
- ## [0.46.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.0...retail-ui@0.46.1) (2019-04-16)
1030
-
1031
-
1032
- ### Bug Fixes
1033
-
1034
- * **Autocomplete:** restore lost focus in IE ([a232110](https://github.com/skbkontur/retail-ui/commit/a232110)), closes [#1075](https://github.com/skbkontur/retail-ui/issues/1075)
1035
- * **ComboBox:** add missing callbacks ([fab3ff6](https://github.com/skbkontur/retail-ui/commit/fab3ff6))
1036
- * **ComboBox:** restore lost focus to outer element on clickOutside in IE ([702f60c](https://github.com/skbkontur/retail-ui/commit/702f60c)), closes [#1075](https://github.com/skbkontur/retail-ui/issues/1075)
1037
- * **ComboBoxOld:** restore lost focus in IE ([dff471b](https://github.com/skbkontur/retail-ui/commit/dff471b)), closes [#1075](https://github.com/skbkontur/retail-ui/issues/1075)
1038
- * **Hint:** render popup even if no text provided ([cf4a473](https://github.com/skbkontur/retail-ui/commit/cf4a473))
1039
- * **Tabs:** correct work with FunctionalComponents ([93163db](https://github.com/skbkontur/retail-ui/commit/93163db)), closes [#1337](https://github.com/skbkontur/retail-ui/issues/1337)
1040
- * **Tabs:** error findDOMNode on unmounted active tab component ([90142cb](https://github.com/skbkontur/retail-ui/commit/90142cb))
1041
- * **TopBarDropdown:** added methods open & close ([9e7ddcc](https://github.com/skbkontur/retail-ui/commit/9e7ddcc))
1042
-
1043
-
1044
-
1045
-
1046
-
1047
- # [0.46.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.45.0...retail-ui@0.46.0) (2019-04-08)
1048
-
1049
-
1050
- ### Bug Fixes
1051
-
1052
- * **Button:** compare elements reliable way ([0d7843e](https://github.com/skbkontur/retail-ui/commit/0d7843e)), closes [#1267](https://github.com/skbkontur/retail-ui/issues/1267)
1053
- * preventDefault inside passive event listener ([055eb48](https://github.com/skbkontur/retail-ui/commit/055eb48)), closes [#1326](https://github.com/skbkontur/retail-ui/issues/1326)
1054
- * safe components usage for SSR ([#1312](https://github.com/skbkontur/retail-ui/issues/1312)) ([0c8c91e](https://github.com/skbkontur/retail-ui/commit/0c8c91e))
1055
- * **ComboBoxOld:** args types for renderTotalCount and onInputChange ([4ddd480](https://github.com/skbkontur/retail-ui/commit/4ddd480))
1056
- * **Fias:** allow to fill stead and house without street ([9c728e5](https://github.com/skbkontur/retail-ui/commit/9c728e5)), closes [#1314](https://github.com/skbkontur/retail-ui/issues/1314)
1057
- * **Menu,InternalMenu:** compare elements reliable way ([4c60cb4](https://github.com/skbkontur/retail-ui/commit/4c60cb4)), closes [#1267](https://github.com/skbkontur/retail-ui/issues/1267)
1058
- * **Modal:** compare elements reliable way ([fdba164](https://github.com/skbkontur/retail-ui/commit/fdba164)), closes [#1267](https://github.com/skbkontur/retail-ui/issues/1267)
1059
-
1060
-
1061
- ### Features
1062
-
1063
- * **Fias:** add rooms search ([10843e1](https://github.com/skbkontur/retail-ui/commit/10843e1))
1064
-
1065
-
1066
-
1067
-
1068
-
1069
- # [0.45.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.3...retail-ui@0.45.0) (2019-04-01)
1070
-
1071
-
1072
- ### Bug Fixes
1073
-
1074
- * **Autocomplete:** handle concurrent requests ([dd07ef4](https://github.com/skbkontur/retail-ui/commit/dd07ef4)), closes [#1299](https://github.com/skbkontur/retail-ui/issues/1299)
1075
- * **Logotype:** async load products widget script ([85312d9](https://github.com/skbkontur/retail-ui/commit/85312d9))
1076
- * **Popup:** children is not required by prop-types ([c976312](https://github.com/skbkontur/retail-ui/commit/c976312)), closes [#1292](https://github.com/skbkontur/retail-ui/issues/1292)
1077
- * **ScrollContainer:** multiple scrollbars on OSX ([#827](https://github.com/skbkontur/retail-ui/issues/827)) ([118b347](https://github.com/skbkontur/retail-ui/commit/118b347))
1078
- * **Tooltip:** deactivate RenderLayer by default ([0818973](https://github.com/skbkontur/retail-ui/commit/0818973)), closes [#1304](https://github.com/skbkontur/retail-ui/issues/1304)
1079
-
1080
-
1081
- ### Features
1082
-
1083
- * **flow:** add typings ([42f8fed](https://github.com/skbkontur/retail-ui/commit/42f8fed))
1084
-
1085
-
1086
- ### Reverts
1087
-
1088
- * **Popup:** fix regress with dynamically changing callbacks ([1b3bd4e](https://github.com/skbkontur/retail-ui/commit/1b3bd4e)), closes [#1297](https://github.com/skbkontur/retail-ui/issues/1297)
1089
- * **RenderLayer): "perf(RenderLayer:** less event subscriptions" ([8e492e8](https://github.com/skbkontur/retail-ui/commit/8e492e8)), closes [#1304](https://github.com/skbkontur/retail-ui/issues/1304)
1090
-
1091
-
1092
-
1093
-
1094
-
1095
- ## [0.44.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.2...retail-ui@0.44.3) (2019-03-27)
1096
-
1097
-
1098
- ### Bug Fixes
1099
-
1100
- * **Input:** don't show placeholder if mask is visible ([1c40f1d](https://github.com/skbkontur/retail-ui/commit/1c40f1d))
1101
- * **Input:** fix placeholder width for masked input ([8696f40](https://github.com/skbkontur/retail-ui/commit/8696f40)), closes [#1272](https://github.com/skbkontur/retail-ui/issues/1272)
1102
-
1103
-
1104
-
1105
-
1106
-
1107
- ## [0.44.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.1...retail-ui@0.44.2) (2019-03-26)
1108
-
1109
-
1110
- ### Bug Fixes
1111
-
1112
- * **ComboBoxOld:** bring typings back ([65d26cd](https://github.com/skbkontur/retail-ui/commit/65d26cd))
1113
- * **hint:** add pin offset ([9c68d44](https://github.com/skbkontur/retail-ui/commit/9c68d44)), closes [#1265](https://github.com/skbkontur/retail-ui/issues/1265)
1114
- * **Input:** fix input outlines in IE ([2594500](https://github.com/skbkontur/retail-ui/commit/2594500)), closes [#1197](https://github.com/skbkontur/retail-ui/issues/1197)
1115
- * **Popup:** call `onOpen` prop in right moment for react@15 ([07d98e7](https://github.com/skbkontur/retail-ui/commit/07d98e7)), closes [#1257](https://github.com/skbkontur/retail-ui/issues/1257)
1116
- * **Tooltip:** correct render invalid react element ([d49b9fd](https://github.com/skbkontur/retail-ui/commit/d49b9fd))
1117
- * **Tooltip:** loosing focus on show/hide content ([83b86f7](https://github.com/skbkontur/retail-ui/commit/83b86f7))
1118
-
1119
-
1120
- ### Performance Improvements
1121
-
1122
- * **Popup:** bind instead of field initializer ([e1bfba1](https://github.com/skbkontur/retail-ui/commit/e1bfba1))
1123
- * **Popup:** do not renderContent if closed ([49b03a6](https://github.com/skbkontur/retail-ui/commit/49b03a6))
1124
- * **Popup:** less event subscriptions ([eb30481](https://github.com/skbkontur/retail-ui/commit/eb30481))
1125
- * **Popup:** remove RenderLayer/onCloseRequest ([1763036](https://github.com/skbkontur/retail-ui/commit/1763036))
1126
- * **RenderContainer:** lazy domContainer ([7a193fe](https://github.com/skbkontur/retail-ui/commit/7a193fe))
1127
- * **RenderLayer:** bind instead of field initializer ([a7a940b](https://github.com/skbkontur/retail-ui/commit/a7a940b))
1128
- * **RenderLayer:** less event subscriptions ([f095eca](https://github.com/skbkontur/retail-ui/commit/f095eca))
1129
- * **Tooltip:** bind instead of field initializer ([e4a1ef5](https://github.com/skbkontur/retail-ui/commit/e4a1ef5))
1130
- * **Tooltip:** skip RenderLayer if unneeded ([9719e45](https://github.com/skbkontur/retail-ui/commit/9719e45))
1131
-
1132
-
1133
-
1134
-
1135
-
1136
- ## [0.44.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.0...retail-ui@0.44.1) (2019-03-19)
1137
-
1138
-
1139
- ### Bug Fixes
1140
-
1141
- * **retail-ui:** fix some imports for `[@skbkontur](https://github.com/skbkontur)/react-ui` ([d4c19a8](https://github.com/skbkontur/retail-ui/commit/d4c19a8))
1142
-
1143
-
1144
-
1145
-
1146
-
1147
- # [0.44.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.43.0...retail-ui@0.44.0) (2019-03-19)
1148
-
1149
-
1150
- ### Bug Fixes
1151
-
1152
- * **ComboBox:** typings issues ([d51d66d](https://github.com/skbkontur/retail-ui/commit/d51d66d))
1153
- * **Group:** fix flexbox width bug in IE ([6b9dd7a](https://github.com/skbkontur/retail-ui/commit/6b9dd7a)), closes [#1199](https://github.com/skbkontur/retail-ui/issues/1199) [#1234](https://github.com/skbkontur/retail-ui/issues/1234)
1154
- * **Group:** pass "corners" prop only for Button ([54b9d13](https://github.com/skbkontur/retail-ui/commit/54b9d13)), closes [#1225](https://github.com/skbkontur/retail-ui/issues/1225)
1155
- * **retail-ui:** add optional for some props and default for generic ([07003a4](https://github.com/skbkontur/retail-ui/commit/07003a4))
1156
- * **SidePage:** change header paddings according to the guides ([722d00f](https://github.com/skbkontur/retail-ui/commit/722d00f))
1157
- * **SidePage:** fix scrollbar overlapping by the footer with wrong width ([f3468b1](https://github.com/skbkontur/retail-ui/commit/f3468b1))
1158
- * **SidePage:** remove empty space from the fixed header ([48a53f9](https://github.com/skbkontur/retail-ui/commit/48a53f9)), closes [#971](https://github.com/skbkontur/retail-ui/issues/971)
1159
-
1160
-
1161
- ### Features
1162
-
1163
- * **ComboBox:** add props `searchOnFocus` and `drawArrow` ([a605c22](https://github.com/skbkontur/retail-ui/commit/a605c22))
1164
-
1165
-
1166
-
1167
-
1168
-
1169
- # [0.43.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.42.0...retail-ui@0.43.0) (2019-03-12)
1170
-
1171
-
1172
- ### Bug Fixes
1173
-
1174
- * **Button:** fix disabled link background ([9c2cdae](https://github.com/skbkontur/retail-ui/commit/9c2cdae)), closes [#1213](https://github.com/skbkontur/retail-ui/issues/1213)
1175
- * **ComboBox:** correct import specific icon, not all ([9f0fcbf](https://github.com/skbkontur/retail-ui/commit/9f0fcbf))
1176
- * **ComboBox:** repair blur when menu is not open ([0861a90](https://github.com/skbkontur/retail-ui/commit/0861a90))
1177
- * **ComboBoxMenu:** unique keys warning ([7ead9fc](https://github.com/skbkontur/retail-ui/commit/7ead9fc))
1178
- * **Modal:** enable adaptive style by default ([284ad95](https://github.com/skbkontur/retail-ui/commit/284ad95)), closes [#1164](https://github.com/skbkontur/retail-ui/issues/1164)
1179
- * **Tooltip:** fix svg icons click in ie11 ([d99676d](https://github.com/skbkontur/retail-ui/commit/d99676d)), closes [#1107](https://github.com/skbkontur/retail-ui/issues/1107)
1180
- * **Tooltip:** handleClickOutside detects content ([c69773b](https://github.com/skbkontur/retail-ui/commit/c69773b)), closes [#1210](https://github.com/skbkontur/retail-ui/issues/1210)
1181
-
1182
-
1183
- ### Features
1184
-
1185
- * **ComboBox:** add localization ([2bc0300](https://github.com/skbkontur/retail-ui/commit/2bc0300))
1186
- * **LocaleContext:** localization controls ([4d5a412](https://github.com/skbkontur/retail-ui/commit/4d5a412))
1187
- * **Logotype:** add localization ([47fa21e](https://github.com/skbkontur/retail-ui/commit/47fa21e))
1188
- * **Paging:** add localization ([ef982db](https://github.com/skbkontur/retail-ui/commit/ef982db))
1189
- * **Select:** add localization ([8a539be](https://github.com/skbkontur/retail-ui/commit/8a539be))
1190
- * **Spinner:** add localization ([265deee](https://github.com/skbkontur/retail-ui/commit/265deee))
1191
- * **TokenInput:** add localization ([49d7742](https://github.com/skbkontur/retail-ui/commit/49d7742))
1192
- * **TopBar:** add `TopBar.Logout` for localization ([18533e9](https://github.com/skbkontur/retail-ui/commit/18533e9))
1193
- * **TopBar:** add localization ([50accaf](https://github.com/skbkontur/retail-ui/commit/50accaf))
1194
-
1195
-
1196
-
1197
-
1198
-
1199
- # [0.42.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.41.1...retail-ui@0.42.0) (2019-03-05)
1200
-
1201
- ### Bug Fixes
1202
-
1203
- - **DatePicker:** fix clear selection on IE11 ([fe61312](https://github.com/skbkontur/retail-ui/commit/fe61312)), closes [#1205](https://github.com/skbkontur/retail-ui/issues/1205)
1204
- - **Fias:** fix textarea import ([2a1dd51](https://github.com/skbkontur/retail-ui/commit/2a1dd51))
1205
- - **retail-ui:** fix placeholders color according to the guides ([f29f9ac](https://github.com/skbkontur/retail-ui/commit/f29f9ac)), closes [#1166](https://github.com/skbkontur/retail-ui/issues/1166)
1206
- - **Tooltip:** reposition changed content ([39b641f](https://github.com/skbkontur/retail-ui/commit/39b641f)), closes [#962](https://github.com/skbkontur/retail-ui/issues/962)
1207
-
1208
- ### Features
1209
-
1210
- - **DropdownMenu:** add header and footer props ([db8a428](https://github.com/skbkontur/retail-ui/commit/db8a428))
1211
- - **ScrollContainer:** add `onScrollStateChange` prop ([18366b7](https://github.com/skbkontur/retail-ui/commit/18366b7))
1212
- - **TooltipMenu:** add header and footer props ([578125d](https://github.com/skbkontur/retail-ui/commit/578125d))
1213
-
1214
- ## [0.41.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.41.0...retail-ui@0.41.1) (2019-02-27)
1215
-
1216
- ### Bug Fixes
1217
-
1218
- - **Popup:** remove ambient types ([72fb736](https://github.com/skbkontur/retail-ui/commit/72fb736))
1219
-
1220
- # [0.41.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.40.1...retail-ui@0.41.0) (2019-02-26)
1221
-
1222
- ### Bug Fixes
1223
-
1224
- - **ComboBox:** fix `focusNextElement` call condition ([da8e007](https://github.com/skbkontur/retail-ui/commit/da8e007))
1225
- - **ComboBox:** fix open if blured ([6a63937](https://github.com/skbkontur/retail-ui/commit/6a63937))
1226
- - **ComboBox:** fixed menu item highlight on focus([#1100](https://github.com/skbkontur/retail-ui/issues/1100)) ([212cf2d](https://github.com/skbkontur/retail-ui/commit/212cf2d))
1227
- - **ComboBox:** use requestStatus and repeatRequest to highlight menu item properly ([c5dfd8f](https://github.com/skbkontur/retail-ui/commit/c5dfd8f))
1228
- - **DateInput:** add handle action `separator` ([c532008](https://github.com/skbkontur/retail-ui/commit/c532008)), closes [#1059](https://github.com/skbkontur/retail-ui/issues/1059)
1229
- - **Hint:** don't render Popup if text is empty ([f4b2e03](https://github.com/skbkontur/retail-ui/commit/f4b2e03))
1230
- - **PasswordInput:** remove not DOM prop `detectCapsLock` ([7d49446](https://github.com/skbkontur/retail-ui/commit/7d49446))
1231
- - **Popup:** closing 'hover' after dropdown selection ([c021e04](https://github.com/skbkontur/retail-ui/commit/c021e04))
1232
- - **Popup:** possible memory leak fix ([bd1bca4](https://github.com/skbkontur/retail-ui/commit/bd1bca4))
1233
- - **retail-ui:** fix input and button baseline (according to the guides) ([085d6af](https://github.com/skbkontur/retail-ui/commit/085d6af))
1234
- - **Token:** fix align text and icon ([#1182](https://github.com/skbkontur/retail-ui/issues/1182)) ([fe49699](https://github.com/skbkontur/retail-ui/commit/fe49699)), closes [#1158](https://github.com/skbkontur/retail-ui/issues/1158)
1235
- - **Tooltip:** don't render Popup without content ([a9fbdb5](https://github.com/skbkontur/retail-ui/commit/a9fbdb5))
1236
-
1237
- ### Features
1238
-
1239
- - **ComboBox:** add `cancelSearch` public method ([dcafb27](https://github.com/skbkontur/retail-ui/commit/dcafb27))
1240
- - **ComboBox:** public blur method ([e3e3a8e](https://github.com/skbkontur/retail-ui/commit/e3e3a8e))
1241
- - **Fias:** support foreign addresses ([2641ca2](https://github.com/skbkontur/retail-ui/commit/2641ca2))
1242
-
1243
- ## [0.40.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.40.0...retail-ui@0.40.1) (2019-02-19)
1244
-
1245
- ### Bug Fixes
1246
-
1247
- - **SidePage:** dynamic resolved types `Body` and `Footer` with context ([4ec286b](https://github.com/skbkontur/retail-ui/commit/4ec286b))
1248
-
1249
- # [0.40.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.39.0...retail-ui@0.40.0) (2019-02-19)
1250
-
1251
- ### Bug Fixes
1252
-
1253
- - **RenderContainer:** unique keys warning ([b2279b3](https://github.com/skbkontur/retail-ui/commit/b2279b3)), closes [#1149](https://github.com/skbkontur/retail-ui/issues/1149)
1254
- - **Tooltip:** fixed closing for `hoverAnchor` ([fd932f2](https://github.com/skbkontur/retail-ui/commit/fd932f2)), closes [#973](https://github.com/skbkontur/retail-ui/issues/973)
1255
-
1256
- ### Features
1257
-
1258
- - **flow:** add typings ([#1160](https://github.com/skbkontur/retail-ui/issues/1160)) ([55d79c9](https://github.com/skbkontur/retail-ui/commit/55d79c9))
1259
- - **PasswordInput:** add support blur event ([#1162](https://github.com/skbkontur/retail-ui/issues/1162)) ([ddd8195](https://github.com/skbkontur/retail-ui/commit/ddd8195)), closes [#889](https://github.com/skbkontur/retail-ui/issues/889)
1260
- - **Popup:** add `ignoreHover` prop ([869f556](https://github.com/skbkontur/retail-ui/commit/869f556))
1261
- - **TokenInput:** add ability to directly render token component ([#1148](https://github.com/skbkontur/retail-ui/issues/1148)) ([6354b2a](https://github.com/skbkontur/retail-ui/commit/6354b2a))
1262
-
1263
- <a name="0.39.0"></a>
1264
-
1265
- # [0.39.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.38.0...retail-ui@0.39.0) (2019-02-12)
1266
-
1267
- ### Bug Fixes
1268
-
1269
- - **DropdownContainer:** fixed initial position ([8eed80e](https://github.com/skbkontur/retail-ui/commit/8eed80e))
1270
- - **Menu:** not call `setState` after unmount ([dfd5152](https://github.com/skbkontur/retail-ui/commit/dfd5152))
1271
-
1272
- ### Features
1273
-
1274
- - **ComboBox:** минимальное время показа лоадера ([279afac](https://github.com/skbkontur/retail-ui/commit/279afac))
1275
- - **Fias:** add fields settings ([31ea3d3](https://github.com/skbkontur/retail-ui/commit/31ea3d3))
1276
- - **Fias:** add postalCode field ([02f1498](https://github.com/skbkontur/retail-ui/commit/02f1498))
1277
- - **Fias:** move fields labels to the locale ([0bae0fd](https://github.com/skbkontur/retail-ui/commit/0bae0fd))
1278
- - **retail-ui:** add more flow typings ([#1137](https://github.com/skbkontur/retail-ui/issues/1137)) ([e72b3eb](https://github.com/skbkontur/retail-ui/commit/e72b3eb))
1279
-
1280
- <a name="0.38.0"></a>
1281
-
1282
- # [0.38.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.37.0...retail-ui@0.38.0) (2019-02-05)
1283
-
1284
- ### Bug Fixes
1285
-
1286
- - **Button:** reset text styles ([0b7eec5](https://github.com/skbkontur/retail-ui/commit/0b7eec5)), closes [#1108](https://github.com/skbkontur/retail-ui/issues/1108)
1287
- - **Button:** text align center with custom width ([2150cc6](https://github.com/skbkontur/retail-ui/commit/2150cc6)), closes [#1121](https://github.com/skbkontur/retail-ui/issues/1121)
1288
- - **Combobox:** fix non-closing menu with disablePortal prop ([c5b5288](https://github.com/skbkontur/retail-ui/commit/c5b5288))
1289
- - **DateInput:** remove unecessary wrapper element ([908941e](https://github.com/skbkontur/retail-ui/commit/908941e)), closes [#1119](https://github.com/skbkontur/retail-ui/issues/1119)
1290
- - **Input:** reset text styles ([b7bd90b](https://github.com/skbkontur/retail-ui/commit/b7bd90b)), closes [#1108](https://github.com/skbkontur/retail-ui/issues/1108)
1291
- - **InputLikeText:** fix overflow inside flex container ([91f5c8a](https://github.com/skbkontur/retail-ui/commit/91f5c8a)), closes [#1116](https://github.com/skbkontur/retail-ui/issues/1116)
1292
- - **Kladr:** recover TypeScript typings ([948212d](https://github.com/skbkontur/retail-ui/commit/948212d)), closes [#1058](https://github.com/skbkontur/retail-ui/issues/1058)
1293
- - **RenderLayer:** disable catch events ([#1127](https://github.com/skbkontur/retail-ui/issues/1127)) ([f0a447c](https://github.com/skbkontur/retail-ui/commit/f0a447c))
1294
- - **Textarea:** define min-height, close [#1072](https://github.com/skbkontur/retail-ui/issues/1072) ([#1082](https://github.com/skbkontur/retail-ui/issues/1082)) ([01cf7d3](https://github.com/skbkontur/retail-ui/commit/01cf7d3))
1295
-
1296
- ### Features
1297
-
1298
- - add flow typings ([9577790](https://github.com/skbkontur/retail-ui/commit/9577790))
1299
- - **Logotype:** add locale prop ([e39c7f7](https://github.com/skbkontur/retail-ui/commit/e39c7f7))
1300
-
1301
- <a name="0.37.0"></a>
1302
-
1303
- # [0.37.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.36.0...retail-ui@0.37.0) (2019-01-30)
1304
-
1305
- ### Bug Fixes
1306
-
1307
- - **Fias:** allow to search for houses in planning structures ([3eeec85](https://github.com/skbkontur/retail-ui/commit/3eeec85)), closes [#1098](https://github.com/skbkontur/retail-ui/issues/1098)
1308
-
1309
- ### Features
1310
-
1311
- - **Input:** поддержка префикса и суффикса ([fe9a1d8](https://github.com/skbkontur/retail-ui/commit/fe9a1d8))
1312
- - **Input:** флекс-верска инпута ([64deabc](https://github.com/skbkontur/retail-ui/commit/64deabc))
1313
- - **InputLikeText:** интерфейс пропсов наследуется от InputProps ([b4b7dce](https://github.com/skbkontur/retail-ui/commit/b4b7dce))
1314
-
1315
- <a name="0.36.0"></a>
1316
-
1317
- # [0.36.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.35.0...retail-ui@0.36.0) (2019-01-21)
1318
-
1319
- ### Bug Fixes
1320
-
1321
- - **Hint:** fix unnecessary re-render ([c9160d4](https://github.com/skbkontur/retail-ui/commit/c9160d4)), closes [#1053](https://github.com/skbkontur/retail-ui/issues/1053)
1322
- - **SidePage:** update layout when the Body has been updated ([4477546](https://github.com/skbkontur/retail-ui/commit/4477546)), closes [#961](https://github.com/skbkontur/retail-ui/issues/961)
1323
- - **TopBar.Item:** при onlyIcon={true} не рендерятся дети, fix [#1019](https://github.com/skbkontur/retail-ui/issues/1019) ([49f52d2](https://github.com/skbkontur/retail-ui/commit/49f52d2))
1324
-
1325
- ### Features
1326
-
1327
- - **Kebab:** add size medium ([9ea2d17](https://github.com/skbkontur/retail-ui/commit/9ea2d17))
1328
- - **Select:** add public focus method ([8f317e1](https://github.com/skbkontur/retail-ui/commit/8f317e1)), closes [#1063](https://github.com/skbkontur/retail-ui/issues/1063)
1329
- - **Select:** компонент принимает пропсы onFocus/onBlur ([2d4ba50](https://github.com/skbkontur/retail-ui/commit/2d4ba50))
1330
- - **SidePage:** add updateLayout method ([7fe9290](https://github.com/skbkontur/retail-ui/commit/7fe9290))
1331
-
1332
- <a name="0.35.0"></a>
1333
-
1334
- # [0.35.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.34.0...retail-ui@0.35.0) (2019-01-14)
1335
-
1336
- ### Bug Fixes
1337
-
1338
- - **Calendar:** set box-sizing ([f3e7432](https://github.com/skbkontur/retail-ui/commit/f3e7432)), closes [#525](https://github.com/skbkontur/retail-ui/issues/525) [#762](https://github.com/skbkontur/retail-ui/issues/762)
1339
- - **ComboBox:** keep focus after click on refresh ([2effb7c](https://github.com/skbkontur/retail-ui/commit/2effb7c)), closes [#1012](https://github.com/skbkontur/retail-ui/issues/1012)
1340
- - **ComboBoxOld:** fix click on disabled arrow ([031281b](https://github.com/skbkontur/retail-ui/commit/031281b))
1341
- - **DropdownContainer:** remove listeners in disablePortal mode too ([51a611f](https://github.com/skbkontur/retail-ui/commit/51a611f)), closes [#1064](https://github.com/skbkontur/retail-ui/issues/1064)
1342
- - **Input:** pass formatChars to ReactInputMask ([747badf](https://github.com/skbkontur/retail-ui/commit/747badf))
1343
- - **Modal:** скрыта нативная рамка фокуса в ff ([f9fecb2](https://github.com/skbkontur/retail-ui/commit/f9fecb2))
1344
- - **Radio:** fix cursor in flat-theme, fix [#990](https://github.com/skbkontur/retail-ui/issues/990) ([0b21a21](https://github.com/skbkontur/retail-ui/commit/0b21a21))
1345
-
1346
- ### Features
1347
-
1348
- - **Icon:** remove component ([cd229d3](https://github.com/skbkontur/retail-ui/commit/cd229d3)), closes [#1037](https://github.com/skbkontur/retail-ui/issues/1037)
1349
- - **retail-ui:** add brand color variables ([072f2f5](https://github.com/skbkontur/retail-ui/commit/072f2f5))
1350
- - **retail-ui:** add TokenInput component ([402c9bc](https://github.com/skbkontur/retail-ui/commit/402c9bc)), closes [#650](https://github.com/skbkontur/retail-ui/issues/650)
1351
-
1352
- ### BREAKING CHANGES
1353
-
1354
- - **Icon:** Component `Icon` has been removed, please use icons from `@skbkontur/react-icons`
1355
-
1356
- <a name="0.34.0"></a>
1357
-
1358
- # [0.34.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.33.0...retail-ui@0.34.0) (2018-12-26)
1359
-
1360
- ### Bug Fixes
1361
-
1362
- - **Autocomplete:** исправлен многократный вызов `source` ([6a73bc5](https://github.com/skbkontur/retail-ui/commit/6a73bc5)), closes [#937](https://github.com/skbkontur/retail-ui/issues/937)
1363
- - **ComboBox:** always close on clickOutside ([1715695](https://github.com/skbkontur/retail-ui/commit/1715695))
1364
- - **ComboBox:** run empty search on input click if closed ([75670b4](https://github.com/skbkontur/retail-ui/commit/75670b4))
1365
- - **CurrencyInput:** починено поведение фокуса ([ce3e1e9](https://github.com/skbkontur/retail-ui/commit/ce3e1e9)), closes [#932](https://github.com/skbkontur/retail-ui/issues/932)
1366
- - **DatePicker:** close if picker became disabled ([2b98084](https://github.com/skbkontur/retail-ui/commit/2b98084))
1367
- - **DatePicker:** do not open on focus if disabled ([03fb67d](https://github.com/skbkontur/retail-ui/commit/03fb67d))
1368
- - **DatePickerOld:** can't blur in ie11 ([f515c56](https://github.com/skbkontur/retail-ui/commit/f515c56)), closes [#1030](https://github.com/skbkontur/retail-ui/issues/1030)
1369
- - **DatePickerOld:** can't blur in safari ([194adca](https://github.com/skbkontur/retail-ui/commit/194adca))
1370
- - **DropdownContainer:** align dropdown in disablePortal mode ([ca8561f](https://github.com/skbkontur/retail-ui/commit/ca8561f)), closes [#590](https://github.com/skbkontur/retail-ui/issues/590)
1371
- - **Fias:** [FiasComboBox] update searchText on value change ([55cb808](https://github.com/skbkontur/retail-ui/commit/55cb808))
1372
- - **Fias:** disallow search through all parents for Street and lower ([09966ec](https://github.com/skbkontur/retail-ui/commit/09966ec))
1373
- - **Fias:** invalidate House if it wasn't chosen from the list ([2389155](https://github.com/skbkontur/retail-ui/commit/2389155)), closes [#905](https://github.com/skbkontur/retail-ui/issues/905)
1374
- - **Fias:** open list on focus after validation (if has items) ([7972960](https://github.com/skbkontur/retail-ui/commit/7972960))
1375
- - **InternalMenu:** focus on menu without scrollTo ([263091d](https://github.com/skbkontur/retail-ui/commit/263091d)), closes [#996](https://github.com/skbkontur/retail-ui/issues/996)
1376
- - **Logotype:** always render dropdown container ([dfc26cb](https://github.com/skbkontur/retail-ui/commit/dfc26cb)), closes [#631](https://github.com/skbkontur/retail-ui/issues/631)
1377
- - **Logotype:** display root as inline element when there is no widget ([b0f316f](https://github.com/skbkontur/retail-ui/commit/b0f316f))
1378
- - **Logotype:** init widget on props update ([109f562](https://github.com/skbkontur/retail-ui/commit/109f562))
1379
- - **Sticky:** infinity update loop in safari ([7c26f85](https://github.com/skbkontur/retail-ui/commit/7c26f85)), closes [#1033](https://github.com/skbkontur/retail-ui/issues/1033)
1380
- - **Textarea:** don't pass placeholder prop if it is polyfilled ([54d16bb](https://github.com/skbkontur/retail-ui/commit/54d16bb)), closes [#955](https://github.com/skbkontur/retail-ui/issues/955)
1381
- - **TopBar:** update User's links to cabinet.kontur.ru ([53d1024](https://github.com/skbkontur/retail-ui/commit/53d1024))
1382
-
1383
- ### Features
1384
-
1385
- - **Fias:** show "select from list" message on validation if has items ([91dd8ba](https://github.com/skbkontur/retail-ui/commit/91dd8ba))
1386
- - **Popup:** add `onOpen` prop ([af52795](https://github.com/skbkontur/retail-ui/commit/af52795))
1387
- - **Spinner:** поддержка ReactNode в caption ([b0ba0cd](https://github.com/skbkontur/retail-ui/commit/b0ba0cd))
1388
- - **Textarea:** шрифт и отсутпы по гайдам ([ca61be6](https://github.com/skbkontur/retail-ui/commit/ca61be6))
1389
-
1390
- <a name="0.33.0"></a>
1391
-
1392
- # [0.33.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.32.1...retail-ui@0.33.0) (2018-12-17)
1393
-
1394
- ### Bug Fixes
1395
-
1396
- - **ComboBox:** always keep textValue in sync with value, if not editing ([f9e6531](https://github.com/skbkontur/retail-ui/commit/f9e6531))
1397
- - **ComboBox:** fix getValueString function ([50accf1](https://github.com/skbkontur/retail-ui/commit/50accf1))
1398
- - **CustomComboBox:** made some props required ([dd1f90a](https://github.com/skbkontur/retail-ui/commit/dd1f90a))
1399
- - **MenuItem:** remove 'white-space: nowrap' property ([b4fb9e7](https://github.com/skbkontur/retail-ui/commit/b4fb9e7)), closes [#590](https://github.com/skbkontur/retail-ui/issues/590) [#959](https://github.com/skbkontur/retail-ui/issues/959)
1400
- - **paging:** починено поведение глобального листенера ([fddcc74](https://github.com/skbkontur/retail-ui/commit/fddcc74)), closes [#998](https://github.com/skbkontur/retail-ui/issues/998) [#976](https://github.com/skbkontur/retail-ui/issues/976)
1401
-
1402
- ### Features
1403
-
1404
- - **ComboBox:** add search method ([bb3fa2e](https://github.com/skbkontur/retail-ui/commit/bb3fa2e)), closes [#991](https://github.com/skbkontur/retail-ui/issues/991)
1405
- - **ComboBox:** allow to open combobox with search ([c3b8965](https://github.com/skbkontur/retail-ui/commit/c3b8965))
1406
-
1407
- <a name="0.32.1"></a>
1408
-
1409
- ## [0.32.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.32.0...retail-ui@0.32.1) (2018-12-11)
1410
-
1411
- ### Bug Fixes
1412
-
1413
- - **DateSelect:** fix varialble name in styles ([542ab98](https://github.com/skbkontur/retail-ui/commit/542ab98)), closes [#975](https://github.com/skbkontur/retail-ui/issues/975)
1414
- - **Input:** fix regression around medium font-size ([a900f6e](https://github.com/skbkontur/retail-ui/commit/a900f6e))
1415
-
1416
- <a name="0.32.0"></a>
1417
-
1418
- # [0.32.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.31.0...retail-ui@0.32.0) (2018-12-10)
1419
-
1420
- ### Bug Fixes
1421
-
1422
- - **ComboBox:** keep focus after item click and focus next after Enter ([50e5ef0](https://github.com/skbkontur/retail-ui/commit/50e5ef0)), closes [#907](https://github.com/skbkontur/retail-ui/issues/907)
1423
- - **Popup:** remove unwanted pin border in IE ([b9f3b90](https://github.com/skbkontur/retail-ui/commit/b9f3b90)), closes [#786](https://github.com/skbkontur/retail-ui/issues/786) [#943](https://github.com/skbkontur/retail-ui/issues/943)
1424
- - **RenderContainer:** correct store ids in data-attribute ([0dc7089](https://github.com/skbkontur/retail-ui/commit/0dc7089))
1425
- - **Tooltip:** reset opened state by trigger prop ([83d0132](https://github.com/skbkontur/retail-ui/commit/83d0132)), closes [#896](https://github.com/skbkontur/retail-ui/issues/896)
1426
-
1427
- ### Features
1428
-
1429
- - **ComboBox:** add open/close methods ([7bbd941](https://github.com/skbkontur/retail-ui/commit/7bbd941)), closes [#957](https://github.com/skbkontur/retail-ui/issues/957)
1430
- - **Input:** blink on unexpected input ([7162ffa](https://github.com/skbkontur/retail-ui/commit/7162ffa))
1431
- - **lib:** add functions for getting focusable elements ([6ff8b71](https://github.com/skbkontur/retail-ui/commit/6ff8b71))
1432
-
1433
- ### Performance Improvements
1434
-
1435
- - **ComboBox:** optimize focusNextElement method ([f8946f4](https://github.com/skbkontur/retail-ui/commit/f8946f4))
1436
-
1437
- <a name="0.31.0"></a>
1438
-
1439
- # [0.31.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.30.0...retail-ui@0.31.0) (2018-12-04)
1440
-
1441
- ### Bug Fixes
1442
-
1443
- - **ComboBox:** don't do search on focus in autocomplete mode ([241195d](https://github.com/skbkontur/retail-ui/commit/241195d)), closes [#601](https://github.com/skbkontur/retail-ui/issues/601)
1444
- - **DatePickerOld:** fix firefox specific bug ([737262d](https://github.com/skbkontur/retail-ui/commit/737262d))
1445
- - **Modal:** generated docs use helper function as component ([ac0f9f3](https://github.com/skbkontur/retail-ui/commit/ac0f9f3))
1446
- - **Popup:** fix render child for react@15 ([b2364a6](https://github.com/skbkontur/retail-ui/commit/b2364a6))
1447
- - **Select:** fix text-overflow color ([4b100bd](https://github.com/skbkontur/retail-ui/commit/4b100bd)), closes [#543](https://github.com/skbkontur/retail-ui/issues/543)
1448
- - **Select:** less offset of arrow-icon ([d2e1183](https://github.com/skbkontur/retail-ui/commit/d2e1183)), closes [#542](https://github.com/skbkontur/retail-ui/issues/542)
1449
-
1450
- ### Features
1451
-
1452
- - **Input:** improve masked input ([#900](https://github.com/skbkontur/retail-ui/issues/900)) ([f03fd28](https://github.com/skbkontur/retail-ui/commit/f03fd28)), closes [#463](https://github.com/skbkontur/retail-ui/issues/463) [#449](https://github.com/skbkontur/retail-ui/issues/449) [#499](https://github.com/skbkontur/retail-ui/issues/499) [#463](https://github.com/skbkontur/retail-ui/issues/463) [#449](https://github.com/skbkontur/retail-ui/issues/449) [#499](https://github.com/skbkontur/retail-ui/issues/499)
1453
- - **Modal:** add alignTop prop ([618b88b](https://github.com/skbkontur/retail-ui/commit/618b88b)), closes [#715](https://github.com/skbkontur/retail-ui/issues/715)
1454
-
1455
- <a name="0.30.0"></a>
1456
-
1457
- # [0.30.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.29.0...retail-ui@0.30.0) (2018-11-20)
1458
-
1459
- ### Bug Fixes
1460
-
1461
- - **ComboBox:** fix blinking test by mocking lodash.debounce ([fef6e3e](https://github.com/skbkontur/retail-ui/commit/fef6e3e))
1462
- - **ComboBox:** prevent searching items after blur ([0a6153d](https://github.com/skbkontur/retail-ui/commit/0a6153d))
1463
- - **ComboBox:** show editing input text on focus instead of value ([6e0e8d4](https://github.com/skbkontur/retail-ui/commit/6e0e8d4))
1464
- - **Menu:** scroll till the container edges while moving through items ([32a6f94](https://github.com/skbkontur/retail-ui/commit/32a6f94)), closes [#860](https://github.com/skbkontur/retail-ui/issues/860)
1465
- - **Tooltip:** add shallow equal on shouldComponentUpdate ([647fd5b](https://github.com/skbkontur/retail-ui/commit/647fd5b)), closes [#899](https://github.com/skbkontur/retail-ui/issues/899)
1466
- - **TopBar:** pass href instead of logoHref prop to Logotype ([04b2d54](https://github.com/skbkontur/retail-ui/commit/04b2d54)), closes [#923](https://github.com/skbkontur/retail-ui/issues/923)
1467
-
1468
- ### Features
1469
-
1470
- - **DatePicker:** поддержка праздничных дней ([#904](https://github.com/skbkontur/retail-ui/issues/904)) ([d1f4213](https://github.com/skbkontur/retail-ui/commit/d1f4213)), closes [#423](https://github.com/skbkontur/retail-ui/issues/423)
1471
- - **Hint:** add `useWrapper` prop ([142f684](https://github.com/skbkontur/retail-ui/commit/142f684))
1472
- - **Modal:** опциональное залипание шапки и футера ([#911](https://github.com/skbkontur/retail-ui/issues/911)) ([1e763cf](https://github.com/skbkontur/retail-ui/commit/1e763cf))
1473
- - **Popup:** allow use react component as anchorElement ([7b0b373](https://github.com/skbkontur/retail-ui/commit/7b0b373))
1474
- - **Tooltip:** add `useWrapper` prop ([71d803a](https://github.com/skbkontur/retail-ui/commit/71d803a)), closes [#721](https://github.com/skbkontur/retail-ui/issues/721)
1475
-
1476
- <a name="0.29.0"></a>
1477
-
1478
- # [0.29.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.28.0...retail-ui@0.29.0) (2018-11-13)
1479
-
1480
- ### Bug Fixes
1481
-
1482
- - **ComboBox:** update textValue even if empty (autocomplete mode) ([#875](https://github.com/skbkontur/retail-ui/issues/875)) ([6981973](https://github.com/skbkontur/retail-ui/commit/6981973))
1483
-
1484
- ### Features
1485
-
1486
- - **Button:** Новые стили для кнопок-стрелок ([#839](https://github.com/skbkontur/retail-ui/issues/839)) ([bcfe9c9](https://github.com/skbkontur/retail-ui/commit/bcfe9c9))
1487
- - **ComboBox:** allow use hover state in renderItem ([eacebc3](https://github.com/skbkontur/retail-ui/commit/eacebc3))
1488
- - **Fias:** новый компонент ФИАС, [#779](https://github.com/skbkontur/retail-ui/issues/779) ([74e7e04](https://github.com/skbkontur/retail-ui/commit/74e7e04))
1489
- - **FxInput:** add public method blur ([b4e167d](https://github.com/skbkontur/retail-ui/commit/b4e167d)), closes [#888](https://github.com/skbkontur/retail-ui/issues/888)
1490
-
1491
- ### BREAKING CHANGES
1492
-
1493
- - **ComboBox:** second argument of renderItem not used and replaced by MenuItemState
1494
-
1495
- <a name="0.28.0"></a>
1496
-
1497
- # [0.28.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.27.0...retail-ui@0.28.0) (2018-11-08)
1498
-
1499
- ### Bug Fixes
1500
-
1501
- - **CurrencyInput:** починено поведение плэйсхолдера ([84d2486](https://github.com/skbkontur/retail-ui/commit/84d2486))
1502
- - **FxInput:** mainInGroup works again ([9bfca93](https://github.com/skbkontur/retail-ui/commit/9bfca93))
1503
- - **HBVS:** only root component can update styles ([e12d32f](https://github.com/skbkontur/retail-ui/commit/e12d32f))
1504
- - **Hint:** remove inline-block style [#829](https://github.com/skbkontur/retail-ui/issues/829) ([c9fbdfb](https://github.com/skbkontur/retail-ui/commit/c9fbdfb))
1505
- - **Popup:** make disableAnimations working again ([c85db13](https://github.com/skbkontur/retail-ui/commit/c85db13))
1506
- - **SidePage:** work with react@15 ([9e811bd](https://github.com/skbkontur/retail-ui/commit/9e811bd))
1507
- - **Textarea:** поправлен интерфейс и пропсов, исправлена пара багов ([715d162](https://github.com/skbkontur/retail-ui/commit/715d162))
1508
- - **Tooltip:** click on svg in tooltip [#877](https://github.com/skbkontur/retail-ui/issues/877) ([3fa07e7](https://github.com/skbkontur/retail-ui/commit/3fa07e7))
1509
-
1510
- ### Features
1511
-
1512
- - **Checkbox:** новое состояние WIP ([b443d5d](https://github.com/skbkontur/retail-ui/commit/b443d5d))
1513
- - **Hint:** add disableAnimations prop ([cd548a6](https://github.com/skbkontur/retail-ui/commit/cd548a6))
1514
- - **Paging:** global keydown listener ([b10df5d](https://github.com/skbkontur/retail-ui/commit/b10df5d))
1515
- - **Paging:** show navigation hints by condition ([232a5c2](https://github.com/skbkontur/retail-ui/commit/232a5c2))
1516
- - **PopupMenu:** add disableAnimation prop in PopupMenu-based components ([6602986](https://github.com/skbkontur/retail-ui/commit/6602986))
1517
-
1518
- <a name="0.27.0"></a>
1519
-
1520
- # [0.27.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.1...retail-ui@0.27.0) (2018-10-29)
1521
-
1522
- ### Bug Fixes
1523
-
1524
- - **Button:** fix flat styles ([5ba5980](https://github.com/skbkontur/retail-ui/commit/5ba5980)), closes [#856](https://github.com/skbkontur/retail-ui/issues/856)
1525
- - **ComboBox:** public refs input/menu/inputLikeText ([f28b418](https://github.com/skbkontur/retail-ui/commit/f28b418))
1526
- - **FxInput:** fix warning from 'mainInGroup' prop ([2ad6e4e](https://github.com/skbkontur/retail-ui/commit/2ad6e4e))
1527
- - **Input:** filter props for HTMLInputElement, fix [#831](https://github.com/skbkontur/retail-ui/issues/831) ([fa94219](https://github.com/skbkontur/retail-ui/commit/fa94219))
1528
- - **Input:** filter props for HTMLInputElement, fix [#831](https://github.com/skbkontur/retail-ui/issues/831) ([b0f04af](https://github.com/skbkontur/retail-ui/commit/b0f04af))
1529
- - **Input:** input icons inside modal header [#861](https://github.com/skbkontur/retail-ui/issues/861) ([b69f0ab](https://github.com/skbkontur/retail-ui/commit/b69f0ab))
1530
- - **Input:** update typings ([34adf0a](https://github.com/skbkontur/retail-ui/commit/34adf0a)), closes [#845](https://github.com/skbkontur/retail-ui/issues/845)
1531
- - **Link:** fix types, fix [#841](https://github.com/skbkontur/retail-ui/issues/841) ([4a1e2b8](https://github.com/skbkontur/retail-ui/commit/4a1e2b8))
1532
- - **Modal:** fix after Sticky hotfix ([b354149](https://github.com/skbkontur/retail-ui/commit/b354149))
1533
- - **Modal:** not adaptive ([96178bd](https://github.com/skbkontur/retail-ui/commit/96178bd)), closes [#847](https://github.com/skbkontur/retail-ui/issues/847)
1534
- - **SidePage:** fix blockBackground=false ([4a78d94](https://github.com/skbkontur/retail-ui/commit/4a78d94))
1535
- - **SidePage:** fix blockBackground=false ([15a1763](https://github.com/skbkontur/retail-ui/commit/15a1763))
1536
- - **Sticky:** вернули старое поведение с бесконечной рекурсией ([c04f3f1](https://github.com/skbkontur/retail-ui/commit/c04f3f1))
1537
- - **Sticky:** вернули старое поведение с бесконечной рекурсией ([7cf7ebc](https://github.com/skbkontur/retail-ui/commit/7cf7ebc))
1538
- - **Sticky:** fix default value of allowChildWithMargins ([3e5856e](https://github.com/skbkontur/retail-ui/commit/3e5856e))
1539
- - **Sticky:** fix default value of allowChildWithMargins ([0ff54c6](https://github.com/skbkontur/retail-ui/commit/0ff54c6))
1540
-
1541
- ### Features
1542
-
1543
- - **CustomComboBox:** добавил ref для InputLikeText ([c5cd653](https://github.com/skbkontur/retail-ui/commit/c5cd653))
1544
- - **Tooltip:** новое значение `trigger` ([391f715](https://github.com/skbkontur/retail-ui/commit/391f715)), closes [#818](https://github.com/skbkontur/retail-ui/issues/818)
1545
-
1546
- <a name="0.26.3"></a>
1547
-
1548
- ## [0.26.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.1...retail-ui@0.26.3) (2018-10-25)
1549
-
1550
- ### Bug Fixes
1551
-
1552
- - **Modal:** Modal.Footer и Modal.Header ипользуют Sticky с `allowChildWithMargins === true` ([8fee4c1](https://github.com/skbkontur/retail-ui/commit/8fee4c1bd5133e5b7419cb8951c08b46605a3985))
1553
-
1554
- <a name="0.26.2"></a>
1555
-
1556
- ## [0.26.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.0...retail-ui@0.26.2) (2018-10-25)
1557
-
1558
- ### Bug Fixes
1559
-
1560
- - **Sticky:** fix default value of allowChildWithMargins ([fffbea0](https://github.com/skbkontur/retail-ui/commit/fffbea0))
1561
- - **Sticky:** вернули старое поведение с бесконечной рекурсией ([ebbbeec](https://github.com/skbkontur/retail-ui/commit/ebbbeec))
1562
-
1563
- <a name="0.26.1"></a>
1564
-
1565
- ## [0.26.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.0...retail-ui@0.26.1) (2018-10-24)
1566
-
1567
- **Note:** Version bump only for package retail-ui
1568
-
1569
- <a name="0.26.0"></a>
1570
-
1571
- # [0.26.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.25.0...retail-ui@0.26.0) (2018-10-23)
1572
-
1573
- ### Bug Fixes
1574
-
1575
- - **Button:** fix subpixel bug in chrome ([a757350](https://github.com/skbkontur/retail-ui/commit/a757350))
1576
- - **FxInput:** fix warning from 'mainInGroup' prop ([d24390c](https://github.com/skbkontur/retail-ui/commit/d24390c))
1577
- - **HBVS:** окончательно отремонтирован ([c8df8a5](https://github.com/skbkontur/retail-ui/commit/c8df8a5))
1578
- - **Modal:** fix modalClickTrap height, close [#810](https://github.com/skbkontur/retail-ui/issues/810) ([01497b5](https://github.com/skbkontur/retail-ui/commit/01497b5))
1579
-
1580
- ### Features
1581
-
1582
- - **combobox:** accept onUnexpectedInput handler return value ([e6c1d37](https://github.com/skbkontur/retail-ui/commit/e6c1d37))
1583
- - **Icon:** use svg icons ([0690828](https://github.com/skbkontur/retail-ui/commit/0690828))
1584
-
1585
- <a name="0.25.0"></a>
1586
-
1587
- # [0.25.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.24.1...retail-ui@0.25.0) (2018-10-15)
1588
-
1589
- ### Bug Fixes
1590
-
1591
- - **ComboBox:** onChange при потере фокуса ([c3353b0](https://github.com/skbkontur/retail-ui/commit/c3353b0)), closes [#680](https://github.com/skbkontur/retail-ui/issues/680)
1592
- - **HBVS:** пересчет размеров окна в каждом didUpdate, Closed [#717](https://github.com/skbkontur/retail-ui/issues/717) ([a162a03](https://github.com/skbkontur/retail-ui/commit/a162a03))
1593
- - **Input:** fix console.log warning in group ([2bd4287](https://github.com/skbkontur/retail-ui/commit/2bd4287))
1594
- - **Input:** повыщенный z-index при фокусе ([cf7f423](https://github.com/skbkontur/retail-ui/commit/cf7f423))
1595
- - **Kebab:** react warning of unitless number ([66c6f21](https://github.com/skbkontur/retail-ui/commit/66c6f21))
1596
- - **Modal:** fix click-handler ([cf84fd9](https://github.com/skbkontur/retail-ui/commit/cf84fd9)), closes [#757](https://github.com/skbkontur/retail-ui/issues/757)
1597
- - **Modal:** focusLock отключен в ie, fix [#784](https://github.com/skbkontur/retail-ui/issues/784) ([839c7fa](https://github.com/skbkontur/retail-ui/commit/839c7fa))
1598
- - **Popup:** change min-width to fix [#799](https://github.com/skbkontur/retail-ui/issues/799) ([4fb60a6](https://github.com/skbkontur/retail-ui/commit/4fb60a6))
1599
- - **ResizeDetector:** удален `removeEventListener` :green_apple: ([ab586f7](https://github.com/skbkontur/retail-ui/commit/ab586f7))
1600
- - **Tabs:** fix setState after unmount in Indicator component ([7444784](https://github.com/skbkontur/retail-ui/commit/7444784)), closes [#735](https://github.com/skbkontur/retail-ui/issues/735)
1601
-
1602
- ### Features
1603
-
1604
- - **Calendar:** больше переменных в стилях ([212bd1f](https://github.com/skbkontur/retail-ui/commit/212bd1f)), closes [#755](https://github.com/skbkontur/retail-ui/issues/755)
1605
- - **Group:** added Group tests and Stories ([a669d7f](https://github.com/skbkontur/retail-ui/commit/a669d7f))
1606
- - **Input:** выделение значения ([1b68c7a](https://github.com/skbkontur/retail-ui/commit/1b68c7a))
1607
- - **Textarea:** выделение значения ([8282b37](https://github.com/skbkontur/retail-ui/commit/8282b37))
1608
-
1609
- <a name="0.24.1"></a>
1610
-
1611
- ## [0.24.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.24.0...retail-ui@0.24.1) (2018-10-10)
1612
-
1613
- ### Bug Fixes
1614
-
1615
- - **ComboBox:** PureComponent заменен на shouldComponentUpdate ([38d34fc](https://github.com/skbkontur/retail-ui/commit/38d34fc))
1616
- - **SidePage:** fix zIndex of footer, fixed [#714](https://github.com/skbkontur/retail-ui/issues/714) ([63a2b5d](https://github.com/skbkontur/retail-ui/commit/63a2b5d))
1617
-
1618
- <a name="0.24.0"></a>
1619
-
1620
- # [0.24.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.3...retail-ui@0.24.0) (2018-10-08)
1621
-
1622
- ### Bug Fixes
1623
-
1624
- - **Button:** fix type link in flat mode ([dc1d505](https://github.com/skbkontur/retail-ui/commit/dc1d505))
1625
- - **ComboBox:** изменение значения после unexpectedInput ([c5379be](https://github.com/skbkontur/retail-ui/commit/c5379be)), closes [#730](https://github.com/skbkontur/retail-ui/issues/730)
1626
- - **Hint:** pin color for ie11 ([7361e20](https://github.com/skbkontur/retail-ui/commit/7361e20))
1627
- - **Input:** fix flat styles ([cbb4e55](https://github.com/skbkontur/retail-ui/commit/cbb4e55)), closes [#731](https://github.com/skbkontur/retail-ui/issues/731)
1628
- - **Tooltip:** allow customize color ([26af1d5](https://github.com/skbkontur/retail-ui/commit/26af1d5))
1629
-
1630
- ### Features
1631
-
1632
- - **ComboBox:** add 'reset' method ([4ff05fa](https://github.com/skbkontur/retail-ui/commit/4ff05fa))
1633
- - onOpen & onClose props for DropDown Menu ([#771](https://github.com/skbkontur/retail-ui/issues/771)) ([9ae4bf0](https://github.com/skbkontur/retail-ui/commit/9ae4bf0)), closes [#769](https://github.com/skbkontur/retail-ui/issues/769) [#733](https://github.com/skbkontur/retail-ui/issues/733)
1634
-
1635
- <a name="0.23.3"></a>
1636
-
1637
- ## [0.23.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.2...retail-ui@0.23.3) (2018-09-27)
1638
-
1639
- **Note:** Version bump only for package retail-ui
1640
-
1641
- <a name="0.23.2"></a>
1642
-
1643
- ## [0.23.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.1...retail-ui@0.23.2) (2018-09-26)
1644
-
1645
- ### Bug Fixes
1646
-
1647
- - **Textarea:** fix % width ([d4dab33](https://github.com/skbkontur/retail-ui/commit/d4dab33))
1648
-
1649
- <a name="0.23.1"></a>
1650
-
1651
- ## [0.23.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.0...retail-ui@0.23.1) (2018-09-24)
1652
-
1653
- ### Bug Fixes
1654
-
1655
- - **Hint:** render method ([585d0b8](https://github.com/skbkontur/retail-ui/commit/585d0b8))
1656
- - **Input:** fix sizes in flat theme :lipstick:, fixed [#732](https://github.com/skbkontur/retail-ui/issues/732) ([2e35605](https://github.com/skbkontur/retail-ui/commit/2e35605))
1657
- - **Textarea:** pass width prop to wrapper, fixed [#724](https://github.com/skbkontur/retail-ui/issues/724) ([52611bd](https://github.com/skbkontur/retail-ui/commit/52611bd))
1658
- - **Tooltip:** fix positioning with inline-block caption, fix [#721](https://github.com/skbkontur/retail-ui/issues/721) ([6ba920e](https://github.com/skbkontur/retail-ui/commit/6ba920e))
1659
-
1660
- <a name="0.23.0"></a>
1661
-
1662
- # [0.23.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.22.0...retail-ui@0.23.0) (2018-09-17)
1663
-
1664
- ### Bug Fixes
1665
-
1666
- - **Button:** removed z-index ([02ce734](https://github.com/skbkontur/retail-ui/commit/02ce734))
1667
- - **ComboBox:** clear textValue ([c66342c](https://github.com/skbkontur/retail-ui/commit/c66342c))
1668
- - **ComboBox:** don't focus if props.value changed with error ([1ce1235](https://github.com/skbkontur/retail-ui/commit/1ce1235))
1669
- - **ComboBox:** test replace `is` to `exists` ([0c6247a](https://github.com/skbkontur/retail-ui/commit/0c6247a))
1670
- - **CurrencyInput:** missing blur method ([60edcdc](https://github.com/skbkontur/retail-ui/commit/60edcdc))
1671
- - **DatePicker:** fixed icon line-height, close [#493](https://github.com/skbkontur/retail-ui/issues/493) ([3c990e0](https://github.com/skbkontur/retail-ui/commit/3c990e0))
1672
- - **HBVS:** восстановление скролла контейнера при unmount ([faebf8f](https://github.com/skbkontur/retail-ui/commit/faebf8f))
1673
- - **Input:** remove `z-index` from styles ([1abcc3e](https://github.com/skbkontur/retail-ui/commit/1abcc3e))
1674
- - **MenuItem:** fix bounds ([34f879f](https://github.com/skbkontur/retail-ui/commit/34f879f)), closes [#662](https://github.com/skbkontur/retail-ui/issues/662)
1675
- - **Modal:** починено позиционирование футера ([aabdca6](https://github.com/skbkontur/retail-ui/commit/aabdca6)), closes [#683](https://github.com/skbkontur/retail-ui/issues/683) [#66](https://github.com/skbkontur/retail-ui/issues/66)
1676
- - **OldComboBox:** use placeholder color from variables ([3ac585b](https://github.com/skbkontur/retail-ui/commit/3ac585b))
1677
- - **retail-ui:** добавил fallback-анимацию для серого спиннера ([5bff386](https://github.com/skbkontur/retail-ui/commit/5bff386)), closes [#9b9b9](https://github.com/skbkontur/retail-ui/issues/9b9b9) [#671](https://github.com/skbkontur/retail-ui/issues/671)
1678
- - **Textarea:** fix adapter ([08e5104](https://github.com/skbkontur/retail-ui/commit/08e5104))
1679
- - **Toggle:** controlled/uncontrolled ([d0a7df1](https://github.com/skbkontur/retail-ui/commit/d0a7df1)), closes [#699](https://github.com/skbkontur/retail-ui/issues/699)
1680
- - **Toggle:** удален console.log, fixed [#689](https://github.com/skbkontur/retail-ui/issues/689) ([7169baf](https://github.com/skbkontur/retail-ui/commit/7169baf))
1681
- - **Tooltip:** порядок позиций по гайду ([af61858](https://github.com/skbkontur/retail-ui/commit/af61858)), closes [/guides.kontur.ru/controls/tooltip/#09](https://github.com//guides.kontur.ru/controls/tooltip//issues/09) [#178](https://github.com/skbkontur/retail-ui/issues/178)
1682
- - **TopBar:** дропдауны на основе Popup ([c38f520](https://github.com/skbkontur/retail-ui/commit/c38f520)), closes [#655](https://github.com/skbkontur/retail-ui/issues/655)
1683
-
1684
- ### Features
1685
-
1686
- - **Modal:** `425px` теперь живет в `variables.less` ([21b7192](https://github.com/skbkontur/retail-ui/commit/21b7192))
1687
- - **PopupMenu:** функция в caption ([7dbea4e](https://github.com/skbkontur/retail-ui/commit/7dbea4e))
1688
- - **ResizeDetecter:** компонент для отслеживания ресайза элемента ([d9fc862](https://github.com/skbkontur/retail-ui/commit/d9fc862))
1689
-
1690
- <a name="0.22.0"></a>
1691
-
1692
- # [0.22.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.21.2...retail-ui@0.22.0) (2018-08-21)
1693
-
1694
- ### Bug Fixes
1695
-
1696
- - **Kebab:** восстановление фокуса на кнопке после закрытия ([b3a4002](https://github.com/skbkontur/retail-ui/commit/b3a4002))
1697
-
1698
- ### Features
1699
-
1700
- - **Button:** состояние error у button-link ([eb8d3ac](https://github.com/skbkontur/retail-ui/commit/eb8d3ac))
1701
- - **Toggle:** переделан компонент ([1a93003](https://github.com/skbkontur/retail-ui/commit/1a93003))
1702
-
1703
- <a name="0.21.2"></a>
1704
-
1705
- ## [0.21.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.21.0...retail-ui@0.21.2) (2018-08-17)
1706
-
1707
- ### Bug Fixes
1708
-
1709
- - **retail-ui:** fix confused publishing ([4d3051b](https://github.com/skbkontur/retail-ui/commit/4d3051b))
1710
-
1711
- <a name="0.21.0"></a>
1712
-
1713
- # [0.21.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.2...retail-ui@0.21.0) (2018-08-16)
1714
-
1715
- ### Bug Fixes
1716
-
1717
- - **Combobox:** disabled в плоской теме вновь работает ([c083b34](https://github.com/skbkontur/retail-ui/commit/c083b34)), closes [#660](https://github.com/skbkontur/retail-ui/issues/660)
1718
- - **Hint:** позиционирование с блочным элементом ([6430b6f](https://github.com/skbkontur/retail-ui/commit/6430b6f)), closes [#637](https://github.com/skbkontur/retail-ui/issues/637)
1719
-
1720
- ### Features
1721
-
1722
- - **retail-ui Calendar:** открывается ближайший доступный месяц ([a8e4858](https://github.com/skbkontur/retail-ui/commit/a8e4858)), closes [#658](https://github.com/skbkontur/retail-ui/issues/658)
1723
-
1724
- <a name="0.20.2"></a>
1725
-
1726
- ## [0.20.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.1...retail-ui@0.20.2) (2018-08-06)
1727
-
1728
- ### Bug Fixes
1729
-
1730
- - **datepicker:** disable values which are not between min/max date ([1a2a507](https://github.com/skbkontur/retail-ui/commit/1a2a507))
1731
- - **datepicker:** select works correct with january ([e2f3eac](https://github.com/skbkontur/retail-ui/commit/e2f3eac))
1732
- - **datepicker:** select works correct with january, added test ([682c35a](https://github.com/skbkontur/retail-ui/commit/682c35a))
1733
- - **Input:** flat-стили по гайдам ([1f51a19](https://github.com/skbkontur/retail-ui/commit/1f51a19))
1734
- - **Input:** стили по гайдам ([da6c464](https://github.com/skbkontur/retail-ui/commit/da6c464)), closes [#627](https://github.com/skbkontur/retail-ui/issues/627)
1735
- - **tabs:** added default export ([aad57fd](https://github.com/skbkontur/retail-ui/commit/aad57fd))
1736
- - **Textarea:** flat-стили ([829874d](https://github.com/skbkontur/retail-ui/commit/829874d))
1737
- - **tooltip:** dont show tail if render returns null ([dc82b86](https://github.com/skbkontur/retail-ui/commit/dc82b86))
1738
-
1739
- <a name="0.20.1"></a>
1740
-
1741
- ## [0.20.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.0...retail-ui@0.20.1) (2018-07-31)
1742
-
1743
- ### Bug Fixes
1744
-
1745
- - **Modal:** фокус внутри Modal ([59e3d82](https://github.com/skbkontur/retail-ui/commit/59e3d82)), closes [#645](https://github.com/skbkontur/retail-ui/issues/645)
1746
-
1747
- <a name="0.20.0"></a>
1748
-
1749
- # [0.20.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.19.1...retail-ui@0.20.0) (2018-07-26)
1750
-
1751
- ### Bug Fixes
1752
-
1753
- - **Calendar:** Починен скролл около последнего доступного месяца ([aa0d6a7](https://github.com/skbkontur/retail-ui/commit/aa0d6a7)), closes [#619](https://github.com/skbkontur/retail-ui/issues/619)
1754
- - **Dropdown:** починен интерфейс пропсов ([ec37a07](https://github.com/skbkontur/retail-ui/commit/ec37a07)), closes [#633](https://github.com/skbkontur/retail-ui/issues/633)
1755
- - **Hint:** fix [#624](https://github.com/skbkontur/retail-ui/issues/624) ([64fa5c5](https://github.com/skbkontur/retail-ui/commit/64fa5c5))
1756
- - **InternalMenu:** исправлены тайпинги ([dc6e9cc](https://github.com/skbkontur/retail-ui/commit/dc6e9cc))
1757
- - **Loader:** position after window resize ([ed7884d](https://github.com/skbkontur/retail-ui/commit/ed7884d))
1758
- - **logotype:** fixed widget button in safari ([eeecacd](https://github.com/skbkontur/retail-ui/commit/eeecacd))
1759
- - **Menu:** исправлены тайпинги ([8e79032](https://github.com/skbkontur/retail-ui/commit/8e79032))
1760
- - **Modal:** fix top padding if no Header ([3c8d696](https://github.com/skbkontur/retail-ui/commit/3c8d696))
1761
- - **Popup:** fix \_updateLocation method ([b14740d](https://github.com/skbkontur/retail-ui/commit/b14740d))
1762
- - **textarea:** fixes [#564](https://github.com/skbkontur/retail-ui/issues/564) ([cb0cf4f](https://github.com/skbkontur/retail-ui/commit/cb0cf4f))
1763
- - **textarea:** fixes [#564](https://github.com/skbkontur/retail-ui/issues/564) ([b265343](https://github.com/skbkontur/retail-ui/commit/b265343))
1764
-
1765
- ### Features
1766
-
1767
- - **CurrencyInput:** добавлен публичный метод focus ([5454a60](https://github.com/skbkontur/retail-ui/commit/5454a60))
1768
- - **FxInput:** возможность получить инстанс инпута через innerProp ([52b3072](https://github.com/skbkontur/retail-ui/commit/52b3072))
1769
- - **FxInput:** публичный метод focus ([25ebb0d](https://github.com/skbkontur/retail-ui/commit/25ebb0d))
1770
- - **input:** pass html attributes to input ([31311fe](https://github.com/skbkontur/retail-ui/commit/31311fe)), closes [#530](https://github.com/skbkontur/retail-ui/issues/530)
1771
- - **input:** pass html attributes to input ([332d376](https://github.com/skbkontur/retail-ui/commit/332d376)), closes [#530](https://github.com/skbkontur/retail-ui/issues/530)
1772
- - **MenuItem:** принимает Link из react-router-dom ([eab8056](https://github.com/skbkontur/retail-ui/commit/eab8056)), closes [#602](https://github.com/skbkontur/retail-ui/issues/602)
1773
- - **Modal:** фокус внутри модалки ([201cb8e](https://github.com/skbkontur/retail-ui/commit/201cb8e))
1774
- - **PopupMenu:** закрытие попапа ([97f399e](https://github.com/skbkontur/retail-ui/commit/97f399e))
1775
-
1776
- ### Reverts
1777
-
1778
- - refactor(autocomplete): ChangeEvent in onChange ([4a01ff4](https://github.com/skbkontur/retail-ui/commit/4a01ff4))
1779
-
1780
- <a name="0.19.1"></a>
1781
-
1782
- ## [0.19.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.19.0...retail-ui@0.19.1) (2018-07-19)
1783
-
1784
- ### Bug Fixes
1785
-
1786
- - **ComboBox:** fixed onUnexpectedInput return type ([8ed6f1c](https://github.com/skbkontur/retail-ui/commit/8ed6f1c))
1787
- - **Modal:** fixed always enabled mobile styles ([741a719](https://github.com/skbkontur/retail-ui/commit/741a719))
1788
- - **RadioGroup:** value is no longer accepts only primitive ([a283d47](https://github.com/skbkontur/retail-ui/commit/a283d47))
1789
-
1790
- <a name="0.19.0"></a>
1791
-
1792
- # [0.19.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.14...retail-ui@0.19.0) (2018-07-19)
1793
-
1794
- ### Bug Fixes
1795
-
1796
- - **adapters:** fixed all adapters ([9d8252b](https://github.com/skbkontur/retail-ui/commit/9d8252b))
1797
- - **Button:** change Button border-radius ([bfa5db8](https://github.com/skbkontur/retail-ui/commit/bfa5db8)), closes [#546](https://github.com/skbkontur/retail-ui/issues/546)
1798
- - **Calendar:** пофикшен скролл к максимальному месяцу ([326a2cc](https://github.com/skbkontur/retail-ui/commit/326a2cc))
1799
- - **datepicker:** correct keyboard and mouse events in date select ([b8694fb](https://github.com/skbkontur/retail-ui/commit/b8694fb))
1800
- - **datepicker:** removed add-event-listener, onmouseleave handler ([aaf620f](https://github.com/skbkontur/retail-ui/commit/aaf620f))
1801
- - **Hint:** принудительный перенос длинных слов ([7d5e171](https://github.com/skbkontur/retail-ui/commit/7d5e171)), closes [#596](https://github.com/skbkontur/retail-ui/issues/596)
1802
- - **scripts\_\_build:** fixed wrong import ([da2d951](https://github.com/skbkontur/retail-ui/commit/da2d951))
1803
- - **scripts\_\_build:** исправлено неверное определение TS файлов ([efd0032](https://github.com/skbkontur/retail-ui/commit/efd0032))
1804
- - **Tab:** исправлено попадание лишнего пропа в разметку ([4c03b09](https://github.com/skbkontur/retail-ui/commit/4c03b09)), closes [#605](https://github.com/skbkontur/retail-ui/issues/605)
1805
-
1806
- ### Features
1807
-
1808
- - **modal:** адаптивная модалка ([bf76868](https://github.com/skbkontur/retail-ui/commit/bf76868))
1809
-
1810
- <a name="0.18.14"></a>
1811
-
1812
- ## [0.18.14](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.13...retail-ui@0.18.14) (2018-07-15)
1813
-
1814
- ### Bug Fixes
1815
-
1816
- - **combobox:** no focus on placeholder click if flat ([579d765](https://github.com/skbkontur/retail-ui/commit/579d765)), closes [#552](https://github.com/skbkontur/retail-ui/issues/552)
1817
- - loader behavior with long content ([a6a14cc](https://github.com/skbkontur/retail-ui/commit/a6a14cc))
1818
- - **combobox:** call onBlur if menu is opened ([c5ebde4](https://github.com/skbkontur/retail-ui/commit/c5ebde4))
1819
- - **date-picker:** fix [#595](https://github.com/skbkontur/retail-ui/issues/595) ([6880cd6](https://github.com/skbkontur/retail-ui/commit/6880cd6))
1820
- - **date-picker-old:** returned missed ts-declaration files ([97c8235](https://github.com/skbkontur/retail-ui/commit/97c8235))
1821
- - **datepicker-old:** first date changing shows correctly ([f6d2a10](https://github.com/skbkontur/retail-ui/commit/f6d2a10))
1822
- - **input:** fixed placeholder polyfill in flat ([e65ad6c](https://github.com/skbkontur/retail-ui/commit/e65ad6c))
1823
- - **link:** fixed props ts-type ([0996fc4](https://github.com/skbkontur/retail-ui/commit/0996fc4))
1824
- - **loader:** added Nullable type reference ([20c1da3](https://github.com/skbkontur/retail-ui/commit/20c1da3))
1825
- - **loader:** codestyle ([fe57238](https://github.com/skbkontur/retail-ui/commit/fe57238))
1826
- - **loader:** component and suffix are no longer required props ([5b9f625](https://github.com/skbkontur/retail-ui/commit/5b9f625))
1827
- - **loader:** fixed generating `import` types ([696ec64](https://github.com/skbkontur/retail-ui/commit/696ec64))
1828
- - **loader:** horizontal scroll content ([03dfdc8](https://github.com/skbkontur/retail-ui/commit/03dfdc8))
1829
- - **logotype:** component is no longer required prop ([520c2d2](https://github.com/skbkontur/retail-ui/commit/520c2d2))
1830
- - **password-input:** fixed generating `import` types ([d05f88e](https://github.com/skbkontur/retail-ui/commit/d05f88e))
1831
- - **select:** better definitions ([489f1cb](https://github.com/skbkontur/retail-ui/commit/489f1cb))
1832
- - **tab:** support [@types](https://github.com/types)/react@15 definitions ([5b120bb](https://github.com/skbkontur/retail-ui/commit/5b120bb))
1833
- - **top-bar:** better definitions ([e7fcb6e](https://github.com/skbkontur/retail-ui/commit/e7fcb6e))
1834
-
1835
- <a name="0.18.13"></a>
1836
-
1837
- ## [0.18.13](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.12...retail-ui@0.18.13) (2018-07-09)
1838
-
1839
- ### Bug Fixes
1840
-
1841
- - **ts-definitions:** replaced global types with local types ([bbda3c0](https://github.com/skbkontur/retail-ui/commit/bbda3c0))
1842
-
1843
- <a name="0.18.12"></a>
1844
-
1845
- ## 0.18.12 (2018-07-09)
1846
-
1847
- ### Bug Fixes
1848
-
1849
- - **lookup:** allow correctly work with recompose ([80ebb97](https://github.com/skbkontur/retail-ui/commit/80ebb97))
1850
- - **modal:** fixed paddings and close button ([e55e763](https://github.com/skbkontur/retail-ui/commit/e55e763))
1851
- - **popup:** fixed recursive updates for older react ([9309748](https://github.com/skbkontur/retail-ui/commit/9309748))
1852
- - **сurrency-input:** починка ввода циферок на андроиде и под selenium ([d3f0286](https://github.com/skbkontur/retail-ui/commit/d3f0286))
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
+ ## [4.0.4](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.0.3...@skbkontur/react-ui@4.0.4) (2022-04-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **Tooltip:** do not call onOpen after close ([#2848](https://github.com/skbkontur/retail-ui/issues/2848)) ([a3e0772](https://github.com/skbkontur/retail-ui/commit/a3e07728e9ed25b48afcc5a995acfbb7f5d7c93a))
12
+ * corrected ThemeFactory.overrideDefaultTheme ([#2845](https://github.com/skbkontur/retail-ui/issues/2845)) ([2cc964f](https://github.com/skbkontur/retail-ui/commit/2cc964f5a7f052a442893e1312de1cf9115e131f))
13
+
14
+
15
+
16
+
17
+
18
+ ## [4.0.3](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.0.2...@skbkontur/react-ui@4.0.3) (2022-03-22)
19
+
20
+
21
+ ### Bug Fixes
22
+
23
+ * **SidePage:** fix animation styles ([#2837](https://github.com/skbkontur/retail-ui/issues/2837)) ([2eeebb0](https://github.com/skbkontur/retail-ui/commit/2eeebb00fb651da8062d6b672f8bd71ae0fa7587))
24
+
25
+
26
+
27
+
28
+
29
+ ## [4.0.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.0.1...@skbkontur/react-ui@4.0.2) (2022-03-22)
30
+
31
+
32
+ ### Bug Fixes
33
+
34
+ * **Button:** use default prop when "use"={null} ([#2833](https://github.com/skbkontur/retail-ui/issues/2833)) ([#2834](https://github.com/skbkontur/retail-ui/issues/2834)) ([cc2b506](https://github.com/skbkontur/retail-ui/commit/cc2b506d976e678857cbeed1582b76e952b62169))
35
+ * **SidePage,Toast:** fix animation bugs ([#2835](https://github.com/skbkontur/retail-ui/issues/2835)) ([3c8e77d](https://github.com/skbkontur/retail-ui/commit/3c8e77dc67710b342d8df96043333f2cbf012c73))
36
+
37
+
38
+
39
+
40
+
41
+ ## [4.0.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@4.0.0...@skbkontur/react-ui@4.0.1) (2022-03-18)
42
+
43
+
44
+ ### Bug Fixes
45
+
46
+ * **DatePicker:** scroll to date ([#2829](https://github.com/skbkontur/retail-ui/issues/2829)) ([3f3366d](https://github.com/skbkontur/retail-ui/commit/3f3366dbf16b7348eef3981976cf2d07d0b54e2d))
47
+ * dropdownContainer position (master) ([#2827](https://github.com/skbkontur/retail-ui/issues/2827)) ([81467af](https://github.com/skbkontur/retail-ui/commit/81467af568ff519dd362b32dc8db360856f0ef7a))
48
+ * **Modal:** fix lodash import ([#2824](https://github.com/skbkontur/retail-ui/issues/2824)) ([0f15b5e](https://github.com/skbkontur/retail-ui/commit/0f15b5eb041337eda552d096a34914ed86aad79b))
49
+
50
+
51
+
52
+
53
+
54
+ # [4.0.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.12.0...@skbkontur/react-ui@4.0.0) (2022-03-01)
55
+
56
+
57
+ ### Bug Fixes
58
+
59
+ * **Button:** use shadows instead of borders ([d400c69](https://github.com/skbkontur/retail-ui/commit/d400c6925a0493b0f8b5300dc77625ac4b3810f6)), closes [#2559](https://github.com/skbkontur/retail-ui/issues/2559)
60
+ * **Checkbox:** fix baseline ([3571ee3](https://github.com/skbkontur/retail-ui/commit/3571ee3877fd554201b5e901a581207b513c2f20))
61
+ * **GlobalLoader:** Доработали поведение и поправили мелкие баги ([#2767](https://github.com/skbkontur/retail-ui/issues/2767)) ([17a666d](https://github.com/skbkontur/retail-ui/commit/17a666d94acbcebb41c69563a8b489ca0f43da45))
62
+ * **Popup:** correct DOM node extraction ([#2811](https://github.com/skbkontur/retail-ui/issues/2811)) ([#2796](https://github.com/skbkontur/retail-ui/issues/2796)) ([01f951d](https://github.com/skbkontur/retail-ui/commit/01f951d872e2b59a1b049509a9882b24990bbb0e))
63
+ * **Radio:** fix baseline ([fcb021d](https://github.com/skbkontur/retail-ui/commit/fcb021d1ee63df6a8fecc9d5757c072c6863df28))
64
+ * **react-ui:** call original refs while replacing them ([#2729](https://github.com/skbkontur/retail-ui/issues/2729)) ([cd75e9f](https://github.com/skbkontur/retail-ui/commit/cd75e9f8fb03b469b783171cb74c099841b5ab6f))
65
+ * **react-ui:** don't depend on global line-height ([98cb4dc](https://github.com/skbkontur/retail-ui/commit/98cb4dcb8f71417c89e1fc61b4f1f45ba3119943))
66
+ * **ResponsiveLayout:** fallback for ie11 ([956f723](https://github.com/skbkontur/retail-ui/commit/956f7239c08bdb08d86e6056b2f6b71b540eaf22))
67
+ * **Spinner:** add inline type ([f7a0f35](https://github.com/skbkontur/retail-ui/commit/f7a0f3505b90777424da60d137c32ea25500c81b))
68
+ * **Toggle:** add vars for font-size and line-height ([911f1df](https://github.com/skbkontur/retail-ui/commit/911f1dfd89495265baa6cac2df45a1c52281ac8e))
69
+ * **Toggle:** fix baseline ([1d3960b](https://github.com/skbkontur/retail-ui/commit/1d3960b496fbfec9796e3eb72614b79be7436374))
70
+ * **Tooltip:** add vars for font-size and line-height ([3f27477](https://github.com/skbkontur/retail-ui/commit/3f274776c89ef194383de84f9cd5dbda3c0f6c1b))
71
+
72
+
73
+ ### Features
74
+
75
+ * **FileUploader:** new component FileUploader ([#2542](https://github.com/skbkontur/retail-ui/issues/2542)) ([18d009a](https://github.com/skbkontur/retail-ui/commit/18d009a8ebeafa2379d5fb46a564ead97c3da6a5))
76
+ * **GlobalLoader:** new component GlobalLoader ([#2554](https://github.com/skbkontur/retail-ui/issues/2554)) ([dfeef98](https://github.com/skbkontur/retail-ui/commit/dfeef98098932ee12d8f3591536f51b5add811c6))
77
+ * **Hint,Tooltip,TooltipMenu,Dropdown,DropdownMenu:** add mobile version ([#2688](https://github.com/skbkontur/retail-ui/issues/2688)) ([1aa395b](https://github.com/skbkontur/retail-ui/commit/1aa395b493c65497c567c6d421eaa125a643e1e6))
78
+ * **Modal:** add mobile version ([#2682](https://github.com/skbkontur/retail-ui/issues/2682)) ([10324c6](https://github.com/skbkontur/retail-ui/commit/10324c69505e11c1638aab7f128e8d0537cd4289))
79
+ * **Radio, Switcher, Checkbox:** rename label to caption ([#2629](https://github.com/skbkontur/retail-ui/issues/2629)) ([bd1a7a7](https://github.com/skbkontur/retail-ui/commit/bd1a7a7f1ca8c6983b69e2044f182f34a627c194)), closes [#2196](https://github.com/skbkontur/retail-ui/issues/2196)
80
+ * **react-ui:** add lab grotesque compensation ([b1920bb](https://github.com/skbkontur/retail-ui/commit/b1920bbc5534161e686c2147979f47b7bc36b049))
81
+ * **react-ui:** add new theme ([#2592](https://github.com/skbkontur/retail-ui/issues/2592)) ([1aaaf17](https://github.com/skbkontur/retail-ui/commit/1aaaf17785bb624b730e26c525d019ae22acecd0))
82
+ * **react-ui:** dark theme ([#2698](https://github.com/skbkontur/retail-ui/issues/2698)) ([8047743](https://github.com/skbkontur/retail-ui/commit/8047743c1572e753b327a5323c9f4481b0c1db45))
83
+ * **react-ui:** use new theme by default ([#2707](https://github.com/skbkontur/retail-ui/issues/2707)) ([6de91d3](https://github.com/skbkontur/retail-ui/commit/6de91d3f6a44a86a8a9179f9718ab0b15256d91a))
84
+ * **ResponsiveLayout:** add useResponsiveLayout, a hook for getting current layout ([#2699](https://github.com/skbkontur/retail-ui/issues/2699)) ([1596e91](https://github.com/skbkontur/retail-ui/commit/1596e911ddad9d300038904baf1ed93597276c35))
85
+ * **Select,ComboBox,Autocomplete:** add responsive mobile layouts ([861f23a](https://github.com/skbkontur/retail-ui/commit/861f23affdc93e283a7dfdeaddd6b3af7cb27287))
86
+ * **SidePage:** add mobile version ([#2695](https://github.com/skbkontur/retail-ui/issues/2695)) ([46d469b](https://github.com/skbkontur/retail-ui/commit/46d469bcfa57ee2a85f9014f7fa8b56b10406062))
87
+
88
+
89
+ ### BREAKING CHANGES
90
+
91
+ * **react-ui:** update, rename and remove some themes, see #2592
92
+ * **Radio, Switcher, Checkbox:** rename label to caption
93
+
94
+
95
+
96
+
97
+
98
+ # [3.12.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.11.0...@skbkontur/react-ui@3.12.0) (2022-02-22)
99
+
100
+
101
+ ### Bug Fixes
102
+
103
+ * **Select:** fix menuAlign right ([#2693](https://github.com/skbkontur/retail-ui/issues/2693)) ([6428498](https://github.com/skbkontur/retail-ui/commit/6428498b8cb895f0bcfe853959b26caa41b53189))
104
+ * **SidePage:** Исправил ошибку `Maximum update`, когда скролишь второй SidePage ([74134d8](https://github.com/skbkontur/retail-ui/commit/74134d8bf5d8a4aaed5aa554e41bb50e44d3836d))
105
+ * **SidePage:** Исправил положение залипшего заголовка после закрытия второго SidePage ([76c6ff4](https://github.com/skbkontur/retail-ui/commit/76c6ff40eac3c76bb86e9118c4727b5bf6a442ae))
106
+
107
+
108
+ ### Features
109
+
110
+ * **Sticky:** Сделал метод `ref.reflow()` публичным ([bdfc991](https://github.com/skbkontur/retail-ui/commit/bdfc991e20317d6da68191357a9ecd554990ef9b))
111
+
112
+
113
+
114
+
115
+
116
+ # [3.11.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.10.0...@skbkontur/react-ui@3.11.0) (2022-02-04)
117
+
118
+
119
+ ### Bug Fixes
120
+
121
+ * **ScrollContainer:** consider scaling cases in browsers ([#2705](https://github.com/skbkontur/retail-ui/issues/2705)) ([e64d3de](https://github.com/skbkontur/retail-ui/commit/e64d3de80f12cdb7c2329d0b38d2531f84237f55))
122
+ * **SidePage:** change scroll behavior according to Guides ([#2756](https://github.com/skbkontur/retail-ui/issues/2756)) ([47dfb5a](https://github.com/skbkontur/retail-ui/commit/47dfb5ac895c26655edef2e08cf1f86f5b246390))
123
+ * **Spinner:** refactor animation for Safari ([#2748](https://github.com/skbkontur/retail-ui/issues/2748)) ([1698a4a](https://github.com/skbkontur/retail-ui/commit/1698a4a5542d9884f3e6deb833161a6219b9d72a))
124
+ * **Switcher:** restore border in error and checked state ([#2742](https://github.com/skbkontur/retail-ui/issues/2742)) ([6fbe8f5](https://github.com/skbkontur/retail-ui/commit/6fbe8f529cfe14f8338a79b354a1201f38b06ee2))
125
+
126
+
127
+ ### Features
128
+
129
+ * **Spinner:** add width and color props ([4ea170d](https://github.com/skbkontur/retail-ui/commit/4ea170d4f1cc30091c30e0ee637e38494ad79f0a))
130
+
131
+
132
+
133
+
134
+
135
+ # [3.10.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.9.4...@skbkontur/react-ui@3.10.0) (2022-01-27)
136
+
137
+
138
+ ### Bug Fixes
139
+
140
+ * **react-ui:** [StrictMode] give up findDomNode ([#2518](https://github.com/skbkontur/retail-ui/issues/2518)) ([8028cdd](https://github.com/skbkontur/retail-ui/commit/8028cdd3c2289fd48816bdaf92da6a28892f40a7))
141
+ * **react-ui:** [StrictMode] give up legacy context ([#2694](https://github.com/skbkontur/retail-ui/issues/2694)) ([d0253cc](https://github.com/skbkontur/retail-ui/commit/d0253ccc089764a317ccaa79aa00cc96fbb7aa0a))
142
+ * **react-ui:** [StrictMode] give up unsafe methods ([#2514](https://github.com/skbkontur/retail-ui/issues/2514)) ([6cc2201](https://github.com/skbkontur/retail-ui/commit/6cc2201f0e8f711441e6c63229b703c03d4b6953))
143
+ * **react-ui:** call original refs while replacing them ([#2736](https://github.com/skbkontur/retail-ui/issues/2736)) ([01ff2ab](https://github.com/skbkontur/retail-ui/commit/01ff2ab3243082c9347d20e844368ac775e54449))
144
+ * **TokenInput:** handle Enter for TokenInputType.WithoutReference ([#2738](https://github.com/skbkontur/retail-ui/issues/2738)) ([2ee48cc](https://github.com/skbkontur/retail-ui/commit/2ee48cc31342dc13fd4596020d73e352311bdb82))
145
+
146
+
147
+ ### Features
148
+
149
+ * support React.StrictMode ([04a4bc9](https://github.com/skbkontur/retail-ui/commit/04a4bc9f2dd35fa98ea4d9526ddd775dd1017b71))
150
+ * **react-ui:** prepend styles to the head instead of appending ([#2696](https://github.com/skbkontur/retail-ui/issues/2696)) ([212ee04](https://github.com/skbkontur/retail-ui/commit/212ee047ae806a073316596c2ff696b5d08c80d2))
151
+
152
+
153
+
154
+
155
+
156
+ ## [3.9.4](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.9.3...@skbkontur/react-ui@3.9.4) (2021-12-27)
157
+
158
+
159
+ ### Bug Fixes
160
+
161
+ * **Gapped:** correctly filter falsy childs ([#2692](https://github.com/skbkontur/retail-ui/issues/2692)) ([8e21e60](https://github.com/skbkontur/retail-ui/commit/8e21e60a7b7899945c2c101e48ede1a6e3360406))
162
+ * **Loader:** use `forEach` from `Array` ([#2702](https://github.com/skbkontur/retail-ui/issues/2702)) ([167a07a](https://github.com/skbkontur/retail-ui/commit/167a07ac3b8057396ce292d79f5bb21b9f1c7bd6))
163
+ * **RadioGroup:** fix types inference ([#2703](https://github.com/skbkontur/retail-ui/issues/2703)) ([4d410ab](https://github.com/skbkontur/retail-ui/commit/4d410ab8cf9d6d8b56f927e3b7efd698abf83920))
164
+
165
+
166
+
167
+
168
+
169
+ ## [3.9.3](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.9.2...@skbkontur/react-ui@3.9.3) (2021-12-03)
170
+
171
+
172
+ ### Bug Fixes
173
+
174
+ * **Button:** disable focus in loading state ([#2661](https://github.com/skbkontur/retail-ui/issues/2661)) ([1c910c1](https://github.com/skbkontur/retail-ui/commit/1c910c16a11ba81b6799d74106c74bc2afc1fd57))
175
+ * **Checkbox,Radio:** firing events onChange manually for Firefox ([6c19412](https://github.com/skbkontur/retail-ui/commit/6c19412b1c348666c802191ca851e4670df8edcc))
176
+ * **CurrencyInput:** refactor Input scroll on cursor is moving ([4e2e8d1](https://github.com/skbkontur/retail-ui/commit/4e2e8d135a05025454a213b77697b419bf7e1aca))
177
+ * **select:** add handleKey to search div ([#2660](https://github.com/skbkontur/retail-ui/issues/2660)) ([310b963](https://github.com/skbkontur/retail-ui/commit/310b963a510b134b391f6cae773a7b4940986623))
178
+ * **SidePage:** use `isTestEnv` by default for `disableAnimations` ([b4035e8](https://github.com/skbkontur/retail-ui/commit/b4035e8d2beb0a1886ba0b6590838ac363c79210))
179
+
180
+
181
+
182
+
183
+
184
+ ## [3.9.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.9.1...@skbkontur/react-ui@3.9.2) (2021-11-26)
185
+
186
+
187
+ ### Bug Fixes
188
+
189
+ * **TokenInput:** non-null assertion operator replaced with optional chaining ([#2670](https://github.com/skbkontur/retail-ui/issues/2670)) ([b7532d0](https://github.com/skbkontur/retail-ui/commit/b7532d03cea7e06277fdd2b1d827c53b1c4eaa49))
190
+
191
+
192
+
193
+
194
+
195
+ ## [3.9.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.9.0...@skbkontur/react-ui@3.9.1) (2021-11-19)
196
+
197
+
198
+ ### Bug Fixes
199
+
200
+ * **ComboBox:** fix blur in Chrome ([#2665](https://github.com/skbkontur/retail-ui/issues/2665)) ([dab2ef0](https://github.com/skbkontur/retail-ui/commit/dab2ef0a16f878e179dd1ae98cebc3d69a6b7987))
201
+ * **react-ui:** fix disabled and error state ([#2663](https://github.com/skbkontur/retail-ui/issues/2663)) ([4c2d542](https://github.com/skbkontur/retail-ui/commit/4c2d5420797b26cdeabd892bc87473c446d59bef))
202
+ * **SidePage:** add offset prop ([#2626](https://github.com/skbkontur/retail-ui/issues/2626)) ([59b0257](https://github.com/skbkontur/retail-ui/commit/59b0257634a82bde15bca415e4f803076c89cf7a))
203
+
204
+
205
+
206
+
207
+
208
+ # [3.9.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.8.5...@skbkontur/react-ui@3.9.0) (2021-11-16)
209
+
210
+
211
+ ### Bug Fixes
212
+
213
+ * **Link:** disable interactions on link with disabled and loading states ([#2621](https://github.com/skbkontur/retail-ui/issues/2621)) ([e78401e](https://github.com/skbkontur/retail-ui/commit/e78401e5c92e39e0d83f64664bdcd7e61fb9747c))
214
+
215
+
216
+ ### Features
217
+
218
+ * **Popup/TokenInput/Kebab/DropdownMenu/TooltipMenu:** adjust position to fit viewport automatically ([#2638](https://github.com/skbkontur/retail-ui/issues/2638)) ([3f8d530](https://github.com/skbkontur/retail-ui/commit/3f8d530a06a22bc06c4294f4b509d4e9e6907a58))
219
+
220
+
221
+
222
+
223
+
224
+ ## [3.8.5](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.8.4...@skbkontur/react-ui@3.8.5) (2021-11-15)
225
+
226
+
227
+ ### Bug Fixes
228
+
229
+ * **popup:** respect zero values for margin prop ([#2615](https://github.com/skbkontur/retail-ui/issues/2615)) ([416cc68](https://github.com/skbkontur/retail-ui/commit/416cc68d3ecbb9fcea8b2943326baef7f6028580))
230
+ * **Popup:** fix shadow in Safari ([#2636](https://github.com/skbkontur/retail-ui/issues/2636)) ([bddf178](https://github.com/skbkontur/retail-ui/commit/bddf1785eba5cb2a40875a568249f590a09a209b)), closes [#2459](https://github.com/skbkontur/retail-ui/issues/2459) [#1677](https://github.com/skbkontur/retail-ui/issues/1677) [#1495](https://github.com/skbkontur/retail-ui/issues/1495)
231
+ * **SidePage:** body takes 100% of available height ([#2567](https://github.com/skbkontur/retail-ui/issues/2567)) ([4dc607a](https://github.com/skbkontur/retail-ui/commit/4dc607abf33aa953ab1602fe68df39373c8c6481))
232
+
233
+
234
+
235
+
236
+
237
+ ## [3.8.4](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.8.3...@skbkontur/react-ui@3.8.4) (2021-11-03)
238
+
239
+
240
+ ### Bug Fixes
241
+
242
+ * **DatePicker:** width for different sizes with empty value ([#2614](https://github.com/skbkontur/retail-ui/issues/2614)) ([cb5254f](https://github.com/skbkontur/retail-ui/commit/cb5254f10d92456018b1ead3790f8bbade0f34e0))
243
+ * **RadioGroup:** problem with value type inference ([#2607](https://github.com/skbkontur/retail-ui/issues/2607)) ([d6136e4](https://github.com/skbkontur/retail-ui/commit/d6136e45a311b00f39bc5c741cef07aacf8d2f4f))
244
+ * **Select:** add vars for disabled state ([#2610](https://github.com/skbkontur/retail-ui/issues/2610)) ([7300141](https://github.com/skbkontur/retail-ui/commit/73001417ba004754c8f52da377ceff1fff0b6027))
245
+
246
+
247
+
248
+
249
+
250
+ ## [3.8.3](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.8.2...@skbkontur/react-ui@3.8.3) (2021-11-02)
251
+
252
+
253
+ ### Bug Fixes
254
+
255
+ * **ComboBox:** render placeholder instead of empty string values ([#2601](https://github.com/skbkontur/retail-ui/issues/2601)) ([3b4ed5a](https://github.com/skbkontur/retail-ui/commit/3b4ed5a419c794e5c9648a3b8ddc160065dbee1d))
256
+ * **DatePicker:** adjust the width depending on the size ([#2602](https://github.com/skbkontur/retail-ui/issues/2602)) ([14098c2](https://github.com/skbkontur/retail-ui/commit/14098c2badba30c430fb1ccef57771c6fc672f92)), closes [#2025](https://github.com/skbkontur/retail-ui/issues/2025)
257
+
258
+
259
+
260
+
261
+
262
+ ## [3.8.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.8.1...@skbkontur/react-ui@3.8.2) (2021-10-29)
263
+
264
+
265
+ ### Bug Fixes
266
+
267
+ * **CurrencyLabel:** revert color, inherit it from page ([#2595](https://github.com/skbkontur/retail-ui/issues/2595)) ([bb7b20c](https://github.com/skbkontur/retail-ui/commit/bb7b20c610ab07a03938dfa7c17589878a088f99))
268
+ * **Toggle:** add id prop ([#2597](https://github.com/skbkontur/retail-ui/issues/2597)) ([82846db](https://github.com/skbkontur/retail-ui/commit/82846dbacff71a844867b88f7acb1c33eaef8bb9))
269
+ * **Toggle:** remove interaction in checked disabled mode ([#2596](https://github.com/skbkontur/retail-ui/issues/2596)) ([513240f](https://github.com/skbkontur/retail-ui/commit/513240fd43a03f4b8334dded086212199fc89a99))
270
+
271
+
272
+
273
+
274
+
275
+ ## [3.8.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.8.0...@skbkontur/react-ui@3.8.1) (2021-10-28)
276
+
277
+
278
+ ### Bug Fixes
279
+
280
+ * **Checkbox:** remove user-select:none ([#2586](https://github.com/skbkontur/retail-ui/issues/2586)) ([4da5f0c](https://github.com/skbkontur/retail-ui/commit/4da5f0cdc09d8e01f7d4ab7a7b01e58fdbad56b3))
281
+ * **Kebab:** restore menuMaxHeight prop ([#2588](https://github.com/skbkontur/retail-ui/issues/2588)) ([20b82ce](https://github.com/skbkontur/retail-ui/commit/20b82ce8a4e7a411e42f6b2c848de1308617cbdb))
282
+ * **Textarea:** fix autoResize on rows/maxRows change ([#2562](https://github.com/skbkontur/retail-ui/issues/2562)) ([a0c06f8](https://github.com/skbkontur/retail-ui/commit/a0c06f839ebe8de9fcbddfe7e8cf0568d3921e72))
283
+ * **Toggle:** recover disabled caption styles ([#2582](https://github.com/skbkontur/retail-ui/issues/2582)) ([ef9fe96](https://github.com/skbkontur/retail-ui/commit/ef9fe969e0b59afe5ebe5c22827aa5bcdbd653f1))
284
+
285
+
286
+
287
+
288
+
289
+ # [3.8.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.7.2...@skbkontur/react-ui@3.8.0) (2021-10-27)
290
+
291
+
292
+ ### Bug Fixes
293
+
294
+ * **ComboBox:** handle falsy values correctly ([#2563](https://github.com/skbkontur/retail-ui/issues/2563)) ([2df7e09](https://github.com/skbkontur/retail-ui/commit/2df7e09ec6fd8f4ab9e999654263acbe8d989803))
295
+ * **ModalClose:** don't s show focus outline if it's not focus by Tab ([#2565](https://github.com/skbkontur/retail-ui/issues/2565)) ([b589014](https://github.com/skbkontur/retail-ui/commit/b58901428b7bfdf52727de1345e44d1d0cd35b8e))
296
+ * **ThemePlayground:** computed vars are visible in the ThemeEditor ([62f191e](https://github.com/skbkontur/retail-ui/commit/62f191efa0234cc72175e05dcb543284fada7d7e))
297
+ * **Toggle:** add toggleBgDisabledChecked, toggleBorderColorDisabled, toggleBorderColorDisabledChecked theme variables ([#2584](https://github.com/skbkontur/retail-ui/issues/2584)) ([b953719](https://github.com/skbkontur/retail-ui/commit/b953719e4cd5b0d89babe1b72f5ae497a9567889))
298
+
299
+
300
+ ### Features
301
+
302
+ * **Upgrades:** abillity to customize classNames prefix ([#2561](https://github.com/skbkontur/retail-ui/issues/2561)) ([fbc9ced](https://github.com/skbkontur/retail-ui/commit/fbc9ceda8d9cb9c2be7d69a7fa199cf7c9745cee))
303
+
304
+
305
+
306
+
307
+
308
+ ## [3.7.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.7.1...@skbkontur/react-ui@3.7.2) (2021-10-25)
309
+
310
+
311
+ ### Bug Fixes
312
+
313
+ * **Button:** add btnBackgroundClip theme var ([72708f9](https://github.com/skbkontur/retail-ui/commit/72708f9c1f58f248bf53dd0f2e75088a100711d4))
314
+ * **Button:** add title prop ([#2569](https://github.com/skbkontur/retail-ui/issues/2569)) ([5140e96](https://github.com/skbkontur/retail-ui/commit/5140e96fbd33c57aa15a720935f6904e02b1f315))
315
+ * **Paging:** use default cursor style for disabled paging link ([788f70a](https://github.com/skbkontur/retail-ui/commit/788f70a3dd3385165f3ffa0de0eb02cca887e584))
316
+ * **TokenInput:** add public focus/blur methods ([0137266](https://github.com/skbkontur/retail-ui/commit/0137266810f09f139974a3480650587bb4b69d15))
317
+
318
+
319
+
320
+
321
+
322
+ ## [3.7.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.7.0...@skbkontur/react-ui@3.7.1) (2021-10-06)
323
+
324
+
325
+ ### Bug Fixes
326
+
327
+ * **Checkbox:** revert to old focus behavior ([d0f80f7](https://github.com/skbkontur/retail-ui/commit/d0f80f73f44114ae9ed217729d6864e2f3f63d21)), closes [#2550](https://github.com/skbkontur/retail-ui/issues/2550)
328
+ * **FxInput:** remove refInput prop from spread ([c5f403d](https://github.com/skbkontur/retail-ui/commit/c5f403dec7342b8ce29bdb9571fba0569eefc6a6))
329
+ * **HideBodyVerticalScroll:** now scrollbar hiding always ([#2540](https://github.com/skbkontur/retail-ui/issues/2540)) ([c93db68](https://github.com/skbkontur/retail-ui/commit/c93db684f2954b075794c2ac26db761b72953614))
330
+ * **PopupMenu:** move width property from internalMenu to Popup ([20643a4](https://github.com/skbkontur/retail-ui/commit/20643a437cf302a3f017822c54320827f869932d))
331
+ * **SidePage:** replace icon close tag from link to button ([4458332](https://github.com/skbkontur/retail-ui/commit/4458332a79a143295e42ec9388ea27d0b94a7b21))
332
+ * **theme:** text color of components link to `textColorDefault` ([#2543](https://github.com/skbkontur/retail-ui/issues/2543)) ([b3a92c5](https://github.com/skbkontur/retail-ui/commit/b3a92c5e61eec509322194f419386839393da709))
333
+ * **TokenInput:** add delimiter comma support for IE ([#2539](https://github.com/skbkontur/retail-ui/issues/2539)) ([2bbf54a](https://github.com/skbkontur/retail-ui/commit/2bbf54a830de8966a7b2594bb6ac6fc9e185422d))
334
+
335
+
336
+
337
+
338
+
339
+ # [3.7.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.6.0...@skbkontur/react-ui@3.7.0) (2021-09-16)
340
+
341
+
342
+ ### Bug Fixes
343
+
344
+ * **checkbox:** add `!important` for focus styles ([#2528](https://github.com/skbkontur/retail-ui/issues/2528)) ([35c6a69](https://github.com/skbkontur/retail-ui/commit/35c6a6905a6722ca0b99cb86aadee4731effc0ff)), closes [#2517](https://github.com/skbkontur/retail-ui/issues/2517)
345
+ * **Loader:** fix focus disabling ([fcc5e1e](https://github.com/skbkontur/retail-ui/commit/fcc5e1e42dcacffcb5d0abcb79998c3e0a107e2e))
346
+ * **radio:** remove focus styles on mouse click ([876a1b8](https://github.com/skbkontur/retail-ui/commit/876a1b87ce5b0a16fe212b5a74680be7e20e1b3b))
347
+ * **theme:** fix disabled style of 4 controls* ([#2524](https://github.com/skbkontur/retail-ui/issues/2524)) ([6783532](https://github.com/skbkontur/retail-ui/commit/6783532cedde0c09ff1bcaaddc712c41cf9dbc9e))
348
+ * **theme:** remove color variables from 8px theme ([c86ed5d](https://github.com/skbkontur/retail-ui/commit/c86ed5dd754affd93e1727305eb1f34189a5d98d))
349
+ * **theme:** to correct disabled style of Input ([#2521](https://github.com/skbkontur/retail-ui/issues/2521)) ([d91fedd](https://github.com/skbkontur/retail-ui/commit/d91feddf0fbccc9d0129552c465e7fc29f4dbdff))
350
+
351
+
352
+ ### Features
353
+
354
+ * **ScrollContainer:** horizontal scroll ([#2473](https://github.com/skbkontur/retail-ui/issues/2473)) ([1df7613](https://github.com/skbkontur/retail-ui/commit/1df7613b9d16c490bb110c3f872ee03152f5f45b)), closes [#1931](https://github.com/skbkontur/retail-ui/issues/1931)
355
+
356
+
357
+
358
+
359
+
360
+ # [3.6.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.5.0...@skbkontur/react-ui@3.6.0) (2021-08-26)
361
+
362
+
363
+ ### Bug Fixes
364
+
365
+ * **FlatTheme:** set white bg for Radio, Checkbox and Toggle ([#2486](https://github.com/skbkontur/retail-ui/issues/2486)) ([07fac23](https://github.com/skbkontur/retail-ui/commit/07fac23f0089704db6a71e9561f0c5761df2d7dd))
366
+ * **Loader:** disable focus children events while page is loading ([#2494](https://github.com/skbkontur/retail-ui/issues/2494)) ([1d46f96](https://github.com/skbkontur/retail-ui/commit/1d46f9667d5e1d3cfb55a131687210c4ca0948a8)), closes [#1732](https://github.com/skbkontur/retail-ui/issues/1732)
367
+
368
+
369
+ ### Features
370
+
371
+ * **Button:** add `btnWarningSecondary` theme var and * ([#2512](https://github.com/skbkontur/retail-ui/issues/2512)) ([8a75266](https://github.com/skbkontur/retail-ui/commit/8a75266d65b73f159461313b7ec35f014ce02b37))
372
+ * **Loader:** add props for show loader without spinner ([#2445](https://github.com/skbkontur/retail-ui/issues/2445)) ([2ffa70b](https://github.com/skbkontur/retail-ui/commit/2ffa70b165af3d31f2e6da06214d91b07c031563)), closes [#2266](https://github.com/skbkontur/retail-ui/issues/2266)
373
+
374
+
375
+
376
+
377
+
378
+ # [3.5.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.4.0...@skbkontur/react-ui@3.5.0) (2021-08-17)
379
+
380
+
381
+ ### Bug Fixes
382
+
383
+ * **DateInput:** open keyboard on mobile devices ([#2474](https://github.com/skbkontur/retail-ui/issues/2474)) ([0a68e1c](https://github.com/skbkontur/retail-ui/commit/0a68e1c5479c95df96ad17afc2617e9444e37bf2))
384
+ * **Input:** fix disabled border on error ([#2510](https://github.com/skbkontur/retail-ui/issues/2510)) ([97619a1](https://github.com/skbkontur/retail-ui/commit/97619a18f08df130700439b503b0b29e1ec703b1))
385
+
386
+
387
+ ### Features
388
+
389
+ * **DatePicker:** support mobile devices ([#2447](https://github.com/skbkontur/retail-ui/issues/2447)) ([2ed9868](https://github.com/skbkontur/retail-ui/commit/2ed98684c46ac243bc29ec4cadd2026bd14f8ce9)), closes [#1619](https://github.com/skbkontur/retail-ui/issues/1619)
390
+
391
+
392
+
393
+
394
+
395
+ # [3.4.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.3.1...@skbkontur/react-ui@3.4.0) (2021-08-10)
396
+
397
+
398
+ ### Bug Fixes
399
+
400
+ * **CurrencyInput:** fix delimiter for Safari ([#2495](https://github.com/skbkontur/retail-ui/issues/2495)) ([1b8789e](https://github.com/skbkontur/retail-ui/commit/1b8789ec9447fb775fb409d219105145280b05e7))
401
+ * **Tab:** fix low height artefact ([20cdc0b](https://github.com/skbkontur/retail-ui/commit/20cdc0bbbd792b6be53bb123d1f8442d3840c2d6)), closes [#2500](https://github.com/skbkontur/retail-ui/issues/2500)
402
+ * **Tooltip:** add closure workaround for Firefox and IE11 ([1236b0b](https://github.com/skbkontur/retail-ui/commit/1236b0ba35c6bff6a73b439e17db75ec91d5db6b))
403
+
404
+
405
+ ### Features
406
+
407
+ * **react-ui:** fix unstable styles ([#2488](https://github.com/skbkontur/retail-ui/issues/2488)) ([b01898d](https://github.com/skbkontur/retail-ui/commit/b01898de589e6d146618867f476fb8803a78e91c))
408
+ * **Tabs:** add generic for `value` prop ([#2471](https://github.com/skbkontur/retail-ui/issues/2471)) ([49ce216](https://github.com/skbkontur/retail-ui/commit/49ce2169174111e8021b989359f492de9b44e69d)), closes [#1953](https://github.com/skbkontur/retail-ui/issues/1953)
409
+ * **TokenInput:** add `menuWidth` and `menuAlign` props ([#2479](https://github.com/skbkontur/retail-ui/issues/2479)) ([c3f6404](https://github.com/skbkontur/retail-ui/commit/c3f64045f0da12561840a1ac8134c03d4dc92623)), closes [#1834](https://github.com/skbkontur/retail-ui/issues/1834)
410
+
411
+
412
+
413
+
414
+
415
+ ## [3.3.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.3.0...@skbkontur/react-ui@3.3.1) (2021-07-23)
416
+
417
+
418
+ ### Bug Fixes
419
+
420
+ * **Select:** fix highlighting of selected item ([#2483](https://github.com/skbkontur/retail-ui/issues/2483)) ([6b5412b](https://github.com/skbkontur/retail-ui/commit/6b5412bf74bd0d9651aa0ea064c9dea7389a2b21))
421
+
422
+
423
+
424
+
425
+
426
+ # [3.3.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.2.1...@skbkontur/react-ui@3.3.0) (2021-07-14)
427
+
428
+
429
+ ### Bug Fixes
430
+
431
+ * **Button:** update background and border color* ([ee617bb](https://github.com/skbkontur/retail-ui/commit/ee617bb8bb2285e9ba863a7768fd666c4d0a936a))
432
+ * **Combobox:** counting the number of found items ([#2465](https://github.com/skbkontur/retail-ui/issues/2465)) ([b2d5e67](https://github.com/skbkontur/retail-ui/commit/b2d5e67a648236ad6fdfa34973ebb2bb09f61c02))
433
+ * **HBVS:** fix styles restoration ([89eed10](https://github.com/skbkontur/retail-ui/commit/89eed10a3efa7b049ebed87de9b634137634a0bb))
434
+ * **hint:** add hintBgColor var ([#2457](https://github.com/skbkontur/retail-ui/issues/2457)) ([3f828e6](https://github.com/skbkontur/retail-ui/commit/3f828e60d0708da94f66d1b65409e330100126d7))
435
+
436
+
437
+ ### Features
438
+
439
+ * **Modal:** allow use header/body/footer on any level ([f052f85](https://github.com/skbkontur/retail-ui/commit/f052f8557d677e51863a6feb0bde1ad37c52cb85)), closes [#2449](https://github.com/skbkontur/retail-ui/issues/2449)
440
+ * **SidePage:** add FocusLock ([#2467](https://github.com/skbkontur/retail-ui/issues/2467)) ([fe6ca6a](https://github.com/skbkontur/retail-ui/commit/fe6ca6af4da4b39e3973fa937fdbf09b6731d033))
441
+ * **SidePage:** allow use header/body/footer on any level ([9fe4264](https://github.com/skbkontur/retail-ui/commit/9fe4264fa17ba43f40f18f58d50a527177b93aa5)), closes [#2455](https://github.com/skbkontur/retail-ui/issues/2455)
442
+
443
+
444
+
445
+
446
+
447
+ ## [3.2.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.2.0...@skbkontur/react-ui@3.2.1) (2021-06-29)
448
+
449
+
450
+ ### Bug Fixes
451
+
452
+ * **Modal,SidePage,HideBodyVerticalScroll:** fix performance issue ([7bd9ce6](https://github.com/skbkontur/retail-ui/commit/7bd9ce6974c2eea18537b15c6a6ee1a6e6a0a351))
453
+ * **react-ui:** add new env vars for animation disabling ([9840822](https://github.com/skbkontur/retail-ui/commit/98408221c0d80ce24cf8da8a5cdbc96fee365519))
454
+
455
+
456
+
457
+
458
+
459
+ # [3.2.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.1.0...@skbkontur/react-ui@3.2.0) (2021-06-22)
460
+
461
+
462
+ ### Bug Fixes
463
+
464
+ * **CurrencyInput:** double click and deselection by click ([#2366](https://github.com/skbkontur/retail-ui/issues/2366)) ([6346d85](https://github.com/skbkontur/retail-ui/commit/6346d850b7cda6926470eb9d01841f2ffb86b5e1))
465
+ * **Modal:** fix shadows and footer color ([#2442](https://github.com/skbkontur/retail-ui/issues/2442)) ([94064bc](https://github.com/skbkontur/retail-ui/commit/94064bc8ea613f0caac806e25eb6584849ae7d95))
466
+ * **Popup:** don't squash content if it doesn't fit in the viewport ([#2433](https://github.com/skbkontur/retail-ui/issues/2433)) ([098a5bf](https://github.com/skbkontur/retail-ui/commit/098a5bff2de098f584dd9c5e48c1e3f3a7e5f746))
467
+ * **SidePage:** fix shadows and footer color ([#2446](https://github.com/skbkontur/retail-ui/issues/2446)) ([6b925e6](https://github.com/skbkontur/retail-ui/commit/6b925e6464f01323172e27b692dbc2278efa902d))
468
+
469
+
470
+ ### Features
471
+
472
+ * **Kebab:** add custom icon ([da3a23c](https://github.com/skbkontur/retail-ui/commit/da3a23c9f2863565120d98cb43bbad5e57303e85))
473
+ * **react-ui:** support webpack 5 ([3b20af0](https://github.com/skbkontur/retail-ui/commit/3b20af0a0b9b9455fd7f7594b27f6bf41c09eb80))
474
+
475
+
476
+
477
+
478
+
479
+ # [3.1.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@3.0.0...@skbkontur/react-ui@3.1.0) (2021-06-09)
480
+
481
+
482
+ ### Bug Fixes
483
+
484
+ * **Button:** remove middle line on arrows ([51f9395](https://github.com/skbkontur/retail-ui/commit/51f93953ff3f1e9a9afaecf866184e8c7e704dda))
485
+ * **Checkbox:** fix not triggered onFocus handler ([c8b1247](https://github.com/skbkontur/retail-ui/commit/c8b12479ce9f74c26a936bf05b2a5a65bc87453d))
486
+ * **Input,Textarea,Toggle,Checkbox:** fix regress after 3.0 ([#2397](https://github.com/skbkontur/retail-ui/issues/2397)) ([0905743](https://github.com/skbkontur/retail-ui/commit/09057434064423f97f0c99a5ad12714a120f2b8b))
487
+ * **Radio, Checkbox:** remove borders in flat theme ([a927027](https://github.com/skbkontur/retail-ui/commit/a927027d3482f60c2e18ab38cfb269b0dc79bff6))
488
+ * **Tabs:** add resize detector in tab for updating indicator place ([347e672](https://github.com/skbkontur/retail-ui/commit/347e672e9cd964541ec0d6d1c2da5fbaef2a6b21))
489
+ * **Textarea:** skip tab focus on iframe ([6f5aa39](https://github.com/skbkontur/retail-ui/commit/6f5aa39c77eb47e21654284c106c104bdf49e0d5))
490
+
491
+
492
+ ### Features
493
+
494
+ * **Combobox:** add right icon ([#2431](https://github.com/skbkontur/retail-ui/issues/2431)) ([2c0d2c9](https://github.com/skbkontur/retail-ui/commit/2c0d2c9c990c1200d52e521434495e91f34bd9b0))
495
+
496
+
497
+
498
+
499
+
500
+ # [3.0.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.17.0...@skbkontur/react-ui@3.0.0) (2021-05-12)
501
+
502
+
503
+ ### Bug Fixes
504
+
505
+ * **react-ui:** update default text color ([57189e6](https://github.com/skbkontur/retail-ui/commit/57189e6bebbfa63e293844c77c43b52153d13ea6))
506
+ * **ThemeFactory:** create themes based on 8px by default ([141cf24](https://github.com/skbkontur/retail-ui/commit/141cf24b91a084c11fa641df0b3faf8dd3ea1612))
507
+ * change the text color of disabled controls ([#2304](https://github.com/skbkontur/retail-ui/issues/2304)) ([09e27e9](https://github.com/skbkontur/retail-ui/commit/09e27e9a6aadefdf23b2ad801923f840f03f6828)), closes [#2207](https://github.com/skbkontur/retail-ui/issues/2207)
508
+ * focus border color and menu items bg color changed to `[#1](https://github.com/skbkontur/retail-ui/issues/1)D85D0` ([35c325d](https://github.com/skbkontur/retail-ui/commit/35c325dd1cdf96c58d5bc680a9c93bfa025d5365)), closes [#1D85D0](https://github.com/skbkontur/retail-ui/issues/1D85D0) [#2330](https://github.com/skbkontur/retail-ui/issues/2330)
509
+ * **Button:** add white-space: nowrap for linkbutton ([b5ceeed](https://github.com/skbkontur/retail-ui/commit/b5ceeedeb2216281f86e1c34a85a6ecbb16fd666))
510
+ * **Button:** fix icon padding with empty children ([476a05d](https://github.com/skbkontur/retail-ui/commit/476a05de13f7276905bf4ac0081bf34d4dde32eb))
511
+ * **Button:** remove transparent bg on hover from Flat theme ([#2253](https://github.com/skbkontur/retail-ui/issues/2253)) ([af72fe7](https://github.com/skbkontur/retail-ui/commit/af72fe716b135717531b1b5c7293e3f921246ba2))
512
+ * **Theme:** improve themes markers, no need to replicate them anymore ([f635939](https://github.com/skbkontur/retail-ui/commit/f6359395fb7a20129c24ad8bb17f424368094fe7))
513
+ * **ThemePlayground:** restore tests that was deleted by mistake ([1ea04c6](https://github.com/skbkontur/retail-ui/commit/1ea04c66462ad4c0f44ef52586787fef30aa753e)), closes [#2319](https://github.com/skbkontur/retail-ui/issues/2319)
514
+ * **Tooltip,Hint:** change popup margin ([7c32369](https://github.com/skbkontur/retail-ui/commit/7c32369f12cb73fc0c77a46a10db2313e1dbfc43))
515
+
516
+
517
+ ### Features
518
+
519
+ * **Button:** implement strokes via borders, add inner shadow for error/warning states ([#2285](https://github.com/skbkontur/retail-ui/issues/2285)) ([5bca212](https://github.com/skbkontur/retail-ui/commit/5bca212ebbcb75dba814a414dab94c4999f1e7cc))
520
+ * **Button:** new loading state ([#2256](https://github.com/skbkontur/retail-ui/issues/2256)) ([c4d6537](https://github.com/skbkontur/retail-ui/commit/c4d65379f382c6fe5ddd4293ff9974443a3cae76))
521
+ * **Fias:** remove component ([cd3ecdf](https://github.com/skbkontur/retail-ui/commit/cd3ecdf7d8c2bc3b7a1ce583efc786773db606d4))
522
+ * **LocaleContext:** allow usage with any component ([cb074f6](https://github.com/skbkontur/retail-ui/commit/cb074f6231748b9a54d382c78561a00fb0c16a68))
523
+ * **LocaleProvider:** remove component ([906b485](https://github.com/skbkontur/retail-ui/commit/906b48532150409b96643460d02265315caeb84b))
524
+ * **Logotype:** remove component ([9455ffa](https://github.com/skbkontur/retail-ui/commit/9455ffad8d528ec312c0879622ec2c2e8032880a))
525
+ * **MenuItem:** remove alkoLink prop ([a69ae24](https://github.com/skbkontur/retail-ui/commit/a69ae24c215ac17c1e3dd914b8c623f86553258c))
526
+ * **react-ui:** new arrow icons ([#2331](https://github.com/skbkontur/retail-ui/issues/2331)) ([cf9e76f](https://github.com/skbkontur/retail-ui/commit/cf9e76ff124f4286d4b1bffe242807537c10d578))
527
+ * **react-ui:** rename themes ([#2391](https://github.com/skbkontur/retail-ui/issues/2391)) ([ed2bd19](https://github.com/skbkontur/retail-ui/commit/ed2bd1959b488a97aa9d3ab96cbf40c504ca0a8a))
528
+ * **react-ui:** turn on 8px theme by default ([b2e0087](https://github.com/skbkontur/retail-ui/commit/b2e00876762bf7ec4d40a3424110aee713ef33d6))
529
+ * **Select, Dropdown:** remove diadocLinkIcon prop ([0374bad](https://github.com/skbkontur/retail-ui/commit/0374badf35daabae1984167a2a41751af2c18524))
530
+ * **Spinner, Loader:** remove cloud prop ([923a57c](https://github.com/skbkontur/retail-ui/commit/923a57c9aac9aa1dff1775dca29f6dc548c5d358))
531
+ * **SpinnerOld:** remove component ([8c76fac](https://github.com/skbkontur/retail-ui/commit/8c76fac129e503eb9e0a49f5f09e3adb90dec8a1))
532
+ * **ThemeConsumer:** remove component ([9c01ab9](https://github.com/skbkontur/retail-ui/commit/9c01ab9e0e117fdaac03b12d49adc03db05ddba7))
533
+ * **ThemeProvider:** remove component ([c932bb7](https://github.com/skbkontur/retail-ui/commit/c932bb75f5b2ba14238aa363e2f7756bae38adda))
534
+ * **Toggle:** deprecate 'color' prop ([f7b9b22](https://github.com/skbkontur/retail-ui/commit/f7b9b22d154b5cdf9225a62815f94a05cc9dec77))
535
+ * **Toggle:** implement error and warning states via shadows ([c67f8a5](https://github.com/skbkontur/retail-ui/commit/c67f8a5b81b1d5a11f0637e49ee565485effe4aa))
536
+ * **Tooltip,Hint:** set useWrapper prop to false by default ([74bdb29](https://github.com/skbkontur/retail-ui/commit/74bdb299c19744f2c46052c3ed98b438bf1a221d))
537
+ * **TopBar:** remove component ([5a67478](https://github.com/skbkontur/retail-ui/commit/5a67478751145fcd2445e283762ab48b729ddc23))
538
+
539
+
540
+ ### Reverts
541
+
542
+ * Revert "test(Button): change size of screenshot" ([25887e6](https://github.com/skbkontur/retail-ui/commit/25887e688fb7c1a4d203baaf020c78e56d24486b))
543
+
544
+
545
+ ### BREAKING CHANGES
546
+
547
+ * **react-ui:** default text color has been changed to #333333
548
+ * **react-ui:** themes have been renamed (see migration.md)
549
+ * **react-ui:** default theme has changed
550
+ * Color of focus border and background of active menu items changed from `#5199db` to `#1D85D0`
551
+ * **Tooltip,Hint:** It may affect position of Tooltips and Hints over your element due default wrapper removal. Also default offsets were changed.
552
+ * **ThemeProvider:** component `ThemeProvider` was removed please use `ThemeContext` instead. See [ThemeContext](https://tech.skbkontur.ru/react-ui/#/Customization/ThemeContext).
553
+ * **ThemeConsumer:** component `ThemeConsumer` was deprecated and removed please use `ThemeContext` instead
554
+ * **Select, Dropdown:** Prop `diadocLinkIcon` was deprecated use prop `_renderButton` instead
555
+ * **MenuItem:** Prop `alkoLink` was deprecated please use `link` instead
556
+ * **LocaleProvider:** Component `LocaleProvider` has been removed, please use `LocaleContext` instead
557
+ * **Spinner, Loader:** Cloud prop in `Spinner` and `Loader` components has been removed, behavior moved to `@skbkontur/react-ui-addons` see [migration](https://github.com/skbkontur/retail-ui/blob/master/packages/react-ui/MIGRATION.md).
558
+ * **SpinnerOld:** Component `SpinnerOld` has been removed, please use component from @skbkontur/react-ui-addons
559
+ * **Logotype:** Component `Logotype` has been removed, please use component from @skbkontur/react-ui-addons
560
+ * **Fias:** Component `Fias` has been removed, please use component from @skbkontur/react-ui-addons
561
+ * **TopBar:** Component `TopBar` has been removed, please use component from `@skbkontur/react-ui-addons`
562
+
563
+
564
+
565
+
566
+
567
+ # [2.17.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.16.2...@skbkontur/react-ui@2.17.0) (2021-05-12)
568
+
569
+
570
+ ### Features
571
+
572
+ * support React 17 ([#2360](https://github.com/skbkontur/retail-ui/issues/2360)) ([066ff68](https://github.com/skbkontur/retail-ui/commit/066ff681477d415177a6312c218e49ed5baa4c44))
573
+ * **DropdownMenu:** add prop width ([b49e8c0](https://github.com/skbkontur/retail-ui/commit/b49e8c0d05d085ac7e175899ec064d5cc7192507))
574
+
575
+
576
+
577
+
578
+
579
+ ## [2.16.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.16.1...@skbkontur/react-ui@2.16.2) (2021-04-30)
580
+
581
+
582
+ ### Bug Fixes
583
+
584
+ * **Hint:** clear opening timer ([0a03c36](https://github.com/skbkontur/retail-ui/commit/0a03c36eef19dbaff51a774cee066a3255db5d3d))
585
+ * **locale:** add check that 'name' field is configurable ([b895bc2](https://github.com/skbkontur/retail-ui/commit/b895bc237bb6c4de115d08f61749175cb0e314a0)), closes [#2370](https://github.com/skbkontur/retail-ui/issues/2370)
586
+
587
+
588
+
589
+
590
+
591
+ ## [2.16.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.16.0...@skbkontur/react-ui@2.16.1) (2021-04-28)
592
+
593
+
594
+ ### Bug Fixes
595
+
596
+ * **SidePage:** fix sidepage counting for adding margins and shadows ([bb24bf6](https://github.com/skbkontur/retail-ui/commit/bb24bf6f08d953ba0cd935bbf17f88c125fcef8a))
597
+
598
+
599
+
600
+
601
+
602
+ # [2.16.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.15.0...@skbkontur/react-ui@2.16.0) (2021-04-12)
603
+
604
+
605
+ ### Bug Fixes
606
+
607
+ * **CurrencyInput:** set default inputMode as "decimal" ([2a8154c](https://github.com/skbkontur/retail-ui/commit/2a8154c7c9b869457817978c8b1f3422e7be1da1)), closes [#1678](https://github.com/skbkontur/retail-ui/issues/1678)
608
+ * **Toast:** increase z-index to always render on top of everything ([23d5178](https://github.com/skbkontur/retail-ui/commit/23d5178b96013768df751a2936bb1d81046747c1))
609
+
610
+
611
+ ### Features
612
+
613
+ * **ComboBox:** support "inputMode" prop ([259ea32](https://github.com/skbkontur/retail-ui/commit/259ea32c2e3107d6f81bbd0da57969a1a49ca307))
614
+ * **react-ui:** complete 8px theme ([#2322](https://github.com/skbkontur/retail-ui/issues/2322)) ([f6ac143](https://github.com/skbkontur/retail-ui/commit/f6ac1431c49191b6b151eace72b81eba0f23a6ff))
615
+ * **TokenInput:** support "inputMode" prop ([452eb0c](https://github.com/skbkontur/retail-ui/commit/452eb0c995e80858467e235c480d04f54e685320))
616
+
617
+
618
+
619
+
620
+
621
+ # [2.15.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.14.1...@skbkontur/react-ui@2.15.0) (2021-03-18)
622
+
623
+
624
+ ### Bug Fixes
625
+
626
+ * **Autocomplete:** use prop `active` from `RenderLayer` ([031940a](https://github.com/skbkontur/retail-ui/commit/031940ad30cbe84547741313017bfe04de52cfc3))
627
+ * **Checkbox:** fix indeterminate state in IE11/Edge ([ff62f26](https://github.com/skbkontur/retail-ui/commit/ff62f2655e45ce20e1b151cdb08e570ab5d3c40d))
628
+
629
+
630
+ ### Features
631
+
632
+ * **Textarea:** add `disableAnimation` and `extraRow` props ([#2317](https://github.com/skbkontur/retail-ui/issues/2317)) ([8351a7d](https://github.com/skbkontur/retail-ui/commit/8351a7d9cca38d4bb064829a516ac03b9a360d72)), closes [#2120](https://github.com/skbkontur/retail-ui/issues/2120)
633
+
634
+
635
+
636
+
637
+
638
+ ## [2.14.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.14.0...@skbkontur/react-ui@2.14.1) (2021-03-15)
639
+
640
+
641
+ ### Bug Fixes
642
+
643
+ * **Toast,Center:** fix className forwarding ([#2313](https://github.com/skbkontur/retail-ui/issues/2313)) ([d643cc2](https://github.com/skbkontur/retail-ui/commit/d643cc2a52a9c3d11b5662e297dff8016ee92983)), closes [#2312](https://github.com/skbkontur/retail-ui/issues/2312)
644
+
645
+
646
+
647
+
648
+
649
+ # [2.14.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.13.0...@skbkontur/react-ui@2.14.0) (2021-03-05)
650
+
651
+
652
+ ### Bug Fixes
653
+
654
+ * **Sticky:** avoid margins collapsing ([a39f3fc](https://github.com/skbkontur/retail-ui/commit/a39f3fcd24e2ffb2f163d86c6dbda4320f681f79))
655
+ * **TokenInput:** don't call onBlur until focus is really lost ([7a6c856](https://github.com/skbkontur/retail-ui/commit/7a6c8563dd991d63511fe06561ee61a62d804c5e))
656
+
657
+
658
+ ### Features
659
+
660
+ * **Loader:** add component prop ([40ea9b2](https://github.com/skbkontur/retail-ui/commit/40ea9b2b6e050927e503763e7ec33436dfa704df))
661
+ * forward common props (className, style, data-*) ([#2257](https://github.com/skbkontur/retail-ui/issues/2257)) ([626ac07](https://github.com/skbkontur/retail-ui/commit/626ac07178e4d2139b03e6a6cb3e04a8e69475de))
662
+ * **TokenInput:** onUnexpectedInput prop added ([cba1d76](https://github.com/skbkontur/retail-ui/commit/cba1d769a37620b25061b1e60541b67cf4fbb701))
663
+
664
+
665
+
666
+
667
+
668
+ # [2.13.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.12.1...@skbkontur/react-ui@2.13.0) (2021-01-27)
669
+
670
+
671
+ ### Bug Fixes
672
+
673
+ * **Select:** fix typo in placeholder ([#2275](https://github.com/skbkontur/retail-ui/issues/2275)) ([bf1beb8](https://github.com/skbkontur/retail-ui/commit/bf1beb8288dd0376f43edf487c96267ef19e723a))
674
+ * **Select:** reset search query on close ([#2265](https://github.com/skbkontur/retail-ui/issues/2265)) ([c168c50](https://github.com/skbkontur/retail-ui/commit/c168c508c97cfdb8c52267695e664d7b8fcff200)), closes [#2264](https://github.com/skbkontur/retail-ui/issues/2264)
675
+ * **Textarea:** fix line breaks inside Gapped in IE; add story ([2cec37c](https://github.com/skbkontur/retail-ui/commit/2cec37cccb9c0b3c02e0436d28cbd4d361f07e6d))
676
+
677
+
678
+ ### Features
679
+
680
+ * **Link:** new loading state ([#2271](https://github.com/skbkontur/retail-ui/issues/2271)) ([f494fd8](https://github.com/skbkontur/retail-ui/commit/f494fd844b50eeed0cbf60a1da27e213976c143f))
681
+
682
+
683
+
684
+
685
+
686
+ ## [2.12.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.12.0...@skbkontur/react-ui@2.12.1) (2020-12-25)
687
+
688
+
689
+ ### Bug Fixes
690
+
691
+ * **ScrollContainer:** add onScroll prop & dont block window scroll if inner scroll isnt active ([#2252](https://github.com/skbkontur/retail-ui/issues/2252)) ([df069ab](https://github.com/skbkontur/retail-ui/commit/df069ab0cee3cedd322c5a29b04887ab2ca1cf97))
692
+
693
+
694
+
695
+
696
+
697
+ # [2.12.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.11.0...@skbkontur/react-ui@2.12.0) (2020-12-23)
698
+
699
+
700
+ ### Features
701
+
702
+ * ssr support ([#2103](https://github.com/skbkontur/retail-ui/issues/2103)) ([506a7f6](https://github.com/skbkontur/retail-ui/commit/506a7f63337cc4ca2567581495959b1656fedd18))
703
+
704
+
705
+
706
+
707
+
708
+ # [2.11.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.10.0...@skbkontur/react-ui@2.11.0) (2020-12-17)
709
+
710
+
711
+ ### Bug Fixes
712
+
713
+ * **ComboBox:** add an explicit call to focus on the Input ([89c71c3](https://github.com/skbkontur/retail-ui/commit/89c71c3cff0b5b88c79d3c24abd1edbaf84533b2)), closes [#1862](https://github.com/skbkontur/retail-ui/issues/1862)
714
+ * **Modal.Header:** fix right padding with noClose ([50115db](https://github.com/skbkontur/retail-ui/commit/50115db98f4bf2ca70398b20504ce7ef04d71510))
715
+ * **RadioGroup:** fix gaps between radios for 8px theme ([ef95117](https://github.com/skbkontur/retail-ui/commit/ef9511755a8869d75c52633148f5ef8d90ddad2b))
716
+ * **ScrollContainer:** properly handle scroll's state change ([e61d825](https://github.com/skbkontur/retail-ui/commit/e61d825dcac36460fa56a7cb33907c277f32b78f))
717
+
718
+
719
+ ### Features
720
+
721
+ * **Textarea:** add chars counter ([5580592](https://github.com/skbkontur/retail-ui/commit/558059275c6a563b5f9348570b7193b400ec3c00)), closes [#2208](https://github.com/skbkontur/retail-ui/issues/2208)
722
+
723
+
724
+
725
+
726
+
727
+ # [2.10.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.9.0...@skbkontur/react-ui@2.10.0) (2020-12-03)
728
+
729
+
730
+ ### Bug Fixes
731
+
732
+ * **Icon20px,TopBar:** replace iconic font with svg icons ([67981e1](https://github.com/skbkontur/retail-ui/commit/67981e125a4e5fc93eb4f5e03c0ebcdfb638b6ed)), closes [#2223](https://github.com/skbkontur/retail-ui/issues/2223)
733
+ * **Input:** fix disabled color in Safari ([5b35688](https://github.com/skbkontur/retail-ui/commit/5b356880aea96fbe716eaf3cb8d0cedf72f51542))
734
+ * **Kebab:** use svg icon for large size ([c3d5b13](https://github.com/skbkontur/retail-ui/commit/c3d5b138ddcf1da45f487616fa940f7ac2d7e921)), closes [#2223](https://github.com/skbkontur/retail-ui/issues/2223)
735
+ * **Modal:** fix cross's box-sizing ([e734022](https://github.com/skbkontur/retail-ui/commit/e7340220f6bfabaed5c5b74fd094767a47c8c4e0))
736
+ * **Spinner,SpinnerOld:** remake fallback animation using SVG ([#2203](https://github.com/skbkontur/retail-ui/issues/2203)) ([fe32192](https://github.com/skbkontur/retail-ui/commit/fe321928785a464dd2c631266ab18ae508436caf)), closes [#2182](https://github.com/skbkontur/retail-ui/issues/2182)
737
+ * **Textarea:** correct onCut and onPaste handlers ([ee04b65](https://github.com/skbkontur/retail-ui/commit/ee04b65f6b0421df06f08014de6a226c428cb49c))
738
+
739
+
740
+ ### Features
741
+
742
+ * **ComboBox:** add leftIcon prop ([d7a4904](https://github.com/skbkontur/retail-ui/commit/d7a49047717a2a5acefdc2136e3edccc0a56a703))
743
+ * **TopBarItem:** accept ReactElement as icon ([4fa4609](https://github.com/skbkontur/retail-ui/commit/4fa460994a0e1043cddfbb1f485cb761b801f3e2))
744
+
745
+
746
+
747
+
748
+
749
+ # [2.9.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.8.0...@skbkontur/react-ui@2.9.0) (2020-11-19)
750
+
751
+
752
+ ### Features
753
+
754
+ * **TokenInput:** ability to edit tokens ([#2189](https://github.com/skbkontur/retail-ui/issues/2189)) ([7ae8ea6](https://github.com/skbkontur/retail-ui/commit/7ae8ea6f1625600f3935ccd15b0fa797813f4f7b)), closes [#2112](https://github.com/skbkontur/retail-ui/issues/2112)
755
+
756
+
757
+
758
+
759
+
760
+ # [2.8.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.7.0...@skbkontur/react-ui@2.8.0) (2020-11-09)
761
+
762
+
763
+ ### Bug Fixes
764
+
765
+ * **Input:** allow to scroll and select text while disabled ([63f5176](https://github.com/skbkontur/retail-ui/commit/63f5176c0804758f5acdd8d21c1d9c5d1eb17250)), closes [#2192](https://github.com/skbkontur/retail-ui/issues/2192) [#2054](https://github.com/skbkontur/retail-ui/issues/2054)
766
+ * **ModalStack:** add fallback for `fbemitter` from old versions ([c1ece9c](https://github.com/skbkontur/retail-ui/commit/c1ece9ce279a113c82fa325a3001d0067db18436))
767
+ * **ScrollContainer:** don't hide horizontal scrollbars ([d8f734f](https://github.com/skbkontur/retail-ui/commit/d8f734fe7e050b929c76d5ecd4ef636cc6c3ed3e)), closes [#2190](https://github.com/skbkontur/retail-ui/issues/2190)
768
+ * **ScrollContainer:** fix scroll state calculation ([4eb0142](https://github.com/skbkontur/retail-ui/commit/4eb0142844ca9145da1aae4c5a9a1b3cd5045310)), closes [#2190](https://github.com/skbkontur/retail-ui/issues/2190)
769
+ * **Textarea:** fix placeholder's color for FF ([9eb31d5](https://github.com/skbkontur/retail-ui/commit/9eb31d58105a475ec0ecac28c24181d4526d730b)), closes [#2186](https://github.com/skbkontur/retail-ui/issues/2186)
770
+ * **TokenInput:** deselect active tokens after edit ([c40f067](https://github.com/skbkontur/retail-ui/commit/c40f06748590f5cb208e139811ff525295c800c4)), closes [#1879](https://github.com/skbkontur/retail-ui/issues/1879)
771
+ * **TokenInput:** refresh items after paste from clipboard ([fcf09c6](https://github.com/skbkontur/retail-ui/commit/fcf09c6000da720a3f585b288edc8157a92d8de7))
772
+ * **TokenInput:** select first item ([2ff4df2](https://github.com/skbkontur/retail-ui/commit/2ff4df23ecfb20601a674b11f3c324aa1fa87d01)), closes [#1878](https://github.com/skbkontur/retail-ui/issues/1878) [#1187](https://github.com/skbkontur/retail-ui/issues/1187)
773
+
774
+
775
+ ### Features
776
+
777
+ * **DateInput:** add prop `autoFocus` ([2960ab9](https://github.com/skbkontur/retail-ui/commit/2960ab9af4fc2519e15caf5782418999efcb9270))
778
+
779
+
780
+
781
+
782
+
783
+ # [2.7.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.6.0...@skbkontur/react-ui@2.7.0) (2020-10-29)
784
+
785
+
786
+ ### Bug Fixes
787
+
788
+ * **Autocomplete:** support relative width ([#2104](https://github.com/skbkontur/retail-ui/issues/2104)) ([3bd9a13](https://github.com/skbkontur/retail-ui/commit/3bd9a13b2309b9051054c419500786d98196e6c9))
789
+ * **ComboBox:** support () => null in renderNotFound ([bb7a01a](https://github.com/skbkontur/retail-ui/commit/bb7a01ae96436baca900651378545adb6138a4c1))
790
+ * **modal:** fix crossicon into svg ([996dc90](https://github.com/skbkontur/retail-ui/commit/996dc90a15d45d13ff7d98129a863579a05ec915))
791
+ * **modal:** fix modal blackout if sidepage have bigger z-index ([24c9e1d](https://github.com/skbkontur/retail-ui/commit/24c9e1df487b953e77fa968794d429bb781ef378)), closes [#2175](https://github.com/skbkontur/retail-ui/issues/2175)
792
+ * **modalclose:** up in Zindex, now upper than ModalHeader ([de8d81c](https://github.com/skbkontur/retail-ui/commit/de8d81cc343d31a4a6c49b6cc065086f817a216b))
793
+
794
+
795
+ ### Features
796
+
797
+ * **modalbody:** add prop noPadding ([7163909](https://github.com/skbkontur/retail-ui/commit/71639091d9fa2e96fe4bd803245fd22a09045e8d))
798
+
799
+
800
+
801
+
802
+
803
+
804
+ # [2.6.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.5.0...@skbkontur/react-ui@2.6.0) (2020-10-13)
805
+
806
+
807
+ ### Bug Fixes
808
+
809
+ * **customization:** replace textareaHeight with textareaMinHeight ([42e3d4f](https://github.com/skbkontur/retail-ui/commit/42e3d4f04956235572c967f1891615bf409b5ed8))
810
+ * **DatePicker:** return TodayLink's border ([9206bee](https://github.com/skbkontur/retail-ui/commit/9206bee72389bfa00885c8ab5d0d7431e11e0d1a))
811
+ * **Textarea:** fix background color regress ([#2170](https://github.com/skbkontur/retail-ui/issues/2170)) ([d206ff2](https://github.com/skbkontur/retail-ui/commit/d206ff2bbfb174e7799241fabcac9123a607950b))
812
+ * **Textarea:** fix min height ([2777ac5](https://github.com/skbkontur/retail-ui/commit/2777ac5fd57370256f44606f7baa12373cf1b5a5)), closes [#2120](https://github.com/skbkontur/retail-ui/issues/2120) [#2160](https://github.com/skbkontur/retail-ui/issues/2160)
813
+
814
+
815
+ ### Features
816
+
817
+ * **Toggle:** add use 'children' ([33e725c](https://github.com/skbkontur/retail-ui/commit/33e725c69373cd44dc7a2ec6fd2d4c1855b456fb)), closes [#1723](https://github.com/skbkontur/retail-ui/issues/1723)
818
+ * **Tooltip:** add manual control ([ad0d0a2](https://github.com/skbkontur/retail-ui/commit/ad0d0a29da1f13628cc54c92b36b38dfb45156a6)), closes [#914](https://github.com/skbkontur/retail-ui/issues/914)
819
+
820
+
821
+
822
+
823
+
824
+
825
+ # [2.5.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.4.3...@skbkontur/react-ui@2.5.0) (2020-09-23)
826
+
827
+
828
+ ### Bug Fixes
829
+
830
+ * **Button:** checked + disabled кнопка сдвигает текст на 1 px ([da2e822](https://github.com/skbkontur/retail-ui/commit/da2e822df3d12c2afb743e941120bc52f910efe5))
831
+ * **spinner:** fix spinner fallback mini ([9a766e3](https://github.com/skbkontur/retail-ui/commit/9a766e3b9110dfa19babf3446555f5d8da68b182))
832
+ * **Tab:** return operability with links from react-router-dom ([8da96a9](https://github.com/skbkontur/retail-ui/commit/8da96a97511459f8164862a1dc61d4a591fff466))
833
+
834
+
835
+ ### Features
836
+
837
+ * **Switcher:** Добавляет disabled состояние ([d5b13a8](https://github.com/skbkontur/retail-ui/commit/d5b13a8d0c345fc5bba97f6b407b9b2df0f78d2c))
838
+
839
+
840
+
841
+
842
+
843
+ ## [2.4.3](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.4.2...@skbkontur/react-ui@2.4.3) (2020-09-16)
844
+
845
+
846
+ ### Bug Fixes
847
+
848
+ * **Fias:** add "version" param to all requests ([6c1f200](https://github.com/skbkontur/retail-ui/commit/6c1f200f5eb1b04f753eeb0860340049bfd16a16)), closes [#2126](https://github.com/skbkontur/retail-ui/issues/2126)
849
+ * **Input:** fixed wrong right mask position ([88116d6](https://github.com/skbkontur/retail-ui/commit/88116d6994c58ebea5dacfa1e0ffa498fe2f1963)), closes [#1379](https://github.com/skbkontur/retail-ui/issues/1379)
850
+ * **PasswordInput:** change eye icon ([e36c1ba](https://github.com/skbkontur/retail-ui/commit/e36c1baa647993450e9f88e7e48f2f6f24066745)), closes [#2111](https://github.com/skbkontur/retail-ui/issues/2111)
851
+ * **Popup:** prevent wrong styles order ([08c7c4c](https://github.com/skbkontur/retail-ui/commit/08c7c4ce45238f72357b1ab2210dccda337f5f45)), closes [#2005](https://github.com/skbkontur/retail-ui/issues/2005)
852
+ * **Select.styles:** fix span width with left icon ([e2dceec](https://github.com/skbkontur/retail-ui/commit/e2dceec963c9c2b038abc13e8012666635b18098))
853
+ * **theme:** add var 'tokenInputTextColor' ([cbad454](https://github.com/skbkontur/retail-ui/commit/cbad454a701f31fb97f33da423c0317e8340f429)), closes [#2099](https://github.com/skbkontur/retail-ui/issues/2099)
854
+
855
+
856
+
857
+
858
+
859
+ ## [2.4.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.4.1...@skbkontur/react-ui@2.4.2) (2020-08-31)
860
+
861
+
862
+ ### Bug Fixes
863
+
864
+ * **Link, Button:** use hover styles from theme ([e23b3e1](https://github.com/skbkontur/retail-ui/commit/e23b3e186890a5b02072a142c54eab0df3b743df)), closes [#2072](https://github.com/skbkontur/retail-ui/issues/2072)
865
+ * **Loader:** обновление позиции лоадера при переключении active на true ([acb5bbe](https://github.com/skbkontur/retail-ui/commit/acb5bbe31a9d2d1132d88862a6be94bb8ef227c1)), closes [#2092](https://github.com/skbkontur/retail-ui/issues/2092)
866
+ * **MenuItem:** pass state into custom component ([073f1fa](https://github.com/skbkontur/retail-ui/commit/073f1fa6e542e06cc4f830e418118ace8cb4648f))
867
+
868
+
869
+
870
+
871
+
872
+ ## [2.4.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.4.0...@skbkontur/react-ui@2.4.1) (2020-08-07)
873
+
874
+
875
+ ### Bug Fixes
876
+
877
+ * **Input:** fix disabled bg color for 8px theme ([a4c8b28](https://github.com/skbkontur/retail-ui/commit/a4c8b286ebbf732a8c919527243beb76674647db))
878
+ * **react-ui:** fix controlHeight vars for non-8px themes ([db08994](https://github.com/skbkontur/retail-ui/commit/db089943e6e342551bcc1e4ae3b1a31e10e99a1c))
879
+ * **Switcher:** add button vars ([2b932df](https://github.com/skbkontur/retail-ui/commit/2b932df248da61bee182af96c208ec6626338cdb))
880
+ * **Switcher:** add variables for label ([fe0f8d1](https://github.com/skbkontur/retail-ui/commit/fe0f8d16c76f4cc636c9729ba71c66021e885291))
881
+ * **Switcher:** adjust button's paddings for 8px theme ([3d4ad29](https://github.com/skbkontur/retail-ui/commit/3d4ad29975cc0aa11c1a057e438f956513fceee7))
882
+ * **Tab:** fix Indicator position for 8px theme ([19b5b7f](https://github.com/skbkontur/retail-ui/commit/19b5b7fc71b02f3030ac4aac9e251f418a611955))
883
+ * **Tab:** use large size values in 8px theme ([a2a1f0d](https://github.com/skbkontur/retail-ui/commit/a2a1f0d28195c0bbd1f2cde585c99f66a26935ab))
884
+ * **TokenInput:** fix styles issue ([5ce5578](https://github.com/skbkontur/retail-ui/commit/5ce55783b10ae676afe47ccfea5f0d952f1c7981)), closes [#1952](https://github.com/skbkontur/retail-ui/issues/1952)
885
+ * **TokenInput:** use font-size and line-height vars; align tokens ([8a9dc0b](https://github.com/skbkontur/retail-ui/commit/8a9dc0b9bdd3d2fc42279035935f34a11f404bb6))
886
+
887
+
888
+
889
+
890
+
891
+ # [2.4.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.3.2...@skbkontur/react-ui@2.4.0) (2020-07-17)
892
+
893
+
894
+ ### Bug Fixes
895
+
896
+ * **ThemeEditor:** restore scroll to variable by link click ([0454ae6](https://github.com/skbkontur/retail-ui/commit/0454ae6d2b92cd61935fc2ded857b79aef86e9bc))
897
+ * **ThemeFactory:** don't ignore computed properties in factory methods ([9eb6cd8](https://github.com/skbkontur/retail-ui/commit/9eb6cd844a38ed182d35dde58bb443abcb1ffd23))
898
+ * **ThemePlayground:** fix ThemeEditor's styles ([0ab8225](https://github.com/skbkontur/retail-ui/commit/0ab82253bfa26f65a4998a51cbf0742a1d0f90a5))
899
+
900
+
901
+ ### Features
902
+
903
+ * **react-ui:** add 8px theme ([652f193](https://github.com/skbkontur/retail-ui/commit/652f193c244fcf6bc82afe324c46ccec1f63bff1))
904
+ * **ThemePlayground:** add 8px toggle ([7cd6681](https://github.com/skbkontur/retail-ui/commit/7cd668178b5a65bd5564e86254bf8c4f5faf8839))
905
+
906
+
907
+
908
+
909
+
910
+ ## [2.3.2](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.3.1...@skbkontur/react-ui@2.3.2) (2020-07-08)
911
+
912
+
913
+ ### Bug Fixes
914
+
915
+ * **Button:** fix styles order ([d372600](https://github.com/skbkontur/retail-ui/commit/d3726009a420143222e562eb9a035835b46ce38c)), closes [#2061](https://github.com/skbkontur/retail-ui/issues/2061) [#1952](https://github.com/skbkontur/retail-ui/issues/1952)
916
+ * **InputLikeText:** add class for icon on right side ([6235e21](https://github.com/skbkontur/retail-ui/commit/6235e21a504c09799c601d35b64465df02374f05)), closes [#2025](https://github.com/skbkontur/retail-ui/issues/2025)
917
+
918
+
919
+
920
+
921
+
922
+ ## [2.3.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.3.0...@skbkontur/react-ui@2.3.1) (2020-06-09)
923
+
924
+
925
+ ### Bug Fixes
926
+
927
+ * **FxInput:** add prop `disabled` to button `restore` ([f4b3723](https://github.com/skbkontur/retail-ui/commit/f4b372386b1d7fa9a9ae761e6d20d3ad0d097386)), closes [#2050](https://github.com/skbkontur/retail-ui/issues/2050)
928
+ * **Gapped:** fix left margin for single child ([7bf690a](https://github.com/skbkontur/retail-ui/commit/7bf690afabfff99095e2b1d183c9744e886d7917))
929
+ * **react-ui:** use NODE_ENV=test for animations disabling ([d1fda47](https://github.com/skbkontur/retail-ui/commit/d1fda4755e3b38248aa51d9e06a4a068c13b770e))
930
+
931
+
932
+
933
+
934
+
935
+ # [2.3.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.2.0...@skbkontur/react-ui@2.3.0) (2020-05-27)
936
+
937
+
938
+ ### Bug Fixes
939
+
940
+ * **[combobox]:** fix DebounsedSearch bug and several bugs in test wrap ([507c189](https://github.com/skbkontur/retail-ui/commit/507c189c91a3ecdbfcf965fc41ee6a712c81bd51)), closes [#2031](https://github.com/skbkontur/retail-ui/issues/2031)
941
+ * **Checkbox:** change variable theme `chbCheckedActiveBg` ([7fd2464](https://github.com/skbkontur/retail-ui/commit/7fd2464d4f63bc2ef0bea7561146ab7907e0255e)), closes [#1935](https://github.com/skbkontur/retail-ui/issues/1935)
942
+ * **Input:** recovery of event trigger: onChange, onKeyDown, onKeyPress ([4aebf7a](https://github.com/skbkontur/retail-ui/commit/4aebf7afbbe1995383db739fa4f98fdbcd452462)), closes [#1938](https://github.com/skbkontur/retail-ui/issues/1938)
943
+ * **MaskedInput:** add specific property of the IE/EDGE ([271a4c2](https://github.com/skbkontur/retail-ui/commit/271a4c2d330562a63a1753fee93ea8ddde6aa28b)), closes [#1911](https://github.com/skbkontur/retail-ui/issues/1911)
944
+ * **react-ui:** fix tree-shaking that isn't working ([9545add](https://github.com/skbkontur/retail-ui/commit/9545add7748119fcb252e45188ebab953c47bf8e))
945
+ * **SidePage:** add ignore mousedown on window scrollbar ([0aa3eec](https://github.com/skbkontur/retail-ui/commit/0aa3eec296cd38400870fb9d6503e8bd71c5882c)), closes [#1934](https://github.com/skbkontur/retail-ui/issues/1934)
946
+ * **tooltip:** fix active props to RenderLayer ([347004e](https://github.com/skbkontur/retail-ui/commit/347004eb52ef52cd637379062ea8ca6c0cab7849))
947
+ * **tooltip:** only hover&focus ([b61fb3b](https://github.com/skbkontur/retail-ui/commit/b61fb3bbadb2dca467ac42d5aef773f1f293a4ff))
948
+
949
+
950
+ ### Features
951
+
952
+ * **Checkbox:** add variable theme `chbCheckedActiveShadow` ([183d198](https://github.com/skbkontur/retail-ui/commit/183d198bfc4885eb0fbcd7dcda34f6245f22d2f7))
953
+ * **Link:** fill rel attr with 'noopener noreferrer' ([8f3b79b](https://github.com/skbkontur/retail-ui/commit/8f3b79b82e3a0c5f63761f7f25b02914735808ac))
954
+
955
+
956
+
957
+
958
+
959
+ # [2.2.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.1.1...@skbkontur/react-ui@2.2.0) (2020-04-29)
960
+
961
+
962
+ ### Bug Fixes
963
+
964
+ * **Input:** add setTimeout for cases with autoFocus ([e90ebbc](https://github.com/skbkontur/retail-ui/commit/e90ebbcf57e33553bb7d05b44a61f76b50c0ef58)), closes [#1995](https://github.com/skbkontur/retail-ui/issues/1995)
965
+ * **Select:** add support any types value to filterItem ([d63a4d6](https://github.com/skbkontur/retail-ui/commit/d63a4d61a267a6de9389999cdd5c8cb1d27e8233)), closes [#1996](https://github.com/skbkontur/retail-ui/issues/1996)
966
+ * **Select:** re-fix commit with hash "e90ebbc" ([125d11b](https://github.com/skbkontur/retail-ui/commit/125d11b855c6a3fc99eaa9b38b181ac86be62be4)), closes [#1995](https://github.com/skbkontur/retail-ui/issues/1995)
967
+ * **Select:** set width to 100% ([b924d00](https://github.com/skbkontur/retail-ui/commit/b924d00aa6d01ffbe528f2223ffa2f4c7128ae3d)), closes [#1994](https://github.com/skbkontur/retail-ui/issues/1994)
968
+ * **SidePage:** make sidepage to not overlap the rest of the page ([e180c31](https://github.com/skbkontur/retail-ui/commit/e180c3148048b452e1b3b67f9ed0f4b667334ebb)), closes [#1949](https://github.com/skbkontur/retail-ui/issues/1949)
969
+ * **Tooltip:** set default value for `box-sizing`, due to `reset.css` ([5afa08d](https://github.com/skbkontur/retail-ui/commit/5afa08df20a459bde885f26cb4dafb06c296413d)), closes [#2008](https://github.com/skbkontur/retail-ui/issues/2008)
970
+ * **TopBar:** fix noShadow prop ([4ba47af](https://github.com/skbkontur/retail-ui/commit/4ba47af14eb2baf05383bf9270ae99a6195e0e4f)), closes [#1997](https://github.com/skbkontur/retail-ui/issues/1997)
971
+
972
+
973
+ ### Features
974
+
975
+ * **TokenInput:** new parameter 'onAddItem' in 'renderAddButton' prop ([6bcfcc6](https://github.com/skbkontur/retail-ui/commit/6bcfcc6a1a2c32592d361b657b0888402219681e))
976
+
977
+
978
+
979
+
980
+
981
+ ## [2.1.1](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.1.0...@skbkontur/react-ui@2.1.1) (2020-04-14)
982
+
983
+
984
+ ### Bug Fixes
985
+
986
+ * **Radio:** add styles for `checked:hover` ([1e99755](https://github.com/skbkontur/retail-ui/commit/1e9975532cc8e4edf15da2572c7914b03037d12a)), closes [#1979](https://github.com/skbkontur/retail-ui/issues/1979)
987
+ * **Toggle:** add custom boxShadow for toggle ([1922285](https://github.com/skbkontur/retail-ui/commit/1922285bd65cca03b79047f8b09f484ec433bba2))
988
+
989
+
990
+
991
+
992
+
993
+ # [2.1.0](https://github.com/skbkontur/retail-ui/compare/@skbkontur/react-ui@2.0.0...@skbkontur/react-ui@2.1.0) (2020-04-07)
994
+
995
+
996
+ ### Bug Fixes
997
+
998
+ * **logotype:** paddings, icon with figma ([6a84800](https://github.com/skbkontur/retail-ui/commit/6a848008b7f431b7294786f5e36155be5b433565))
999
+ * **textarea:** fix react warning ([647f9f4](https://github.com/skbkontur/retail-ui/commit/647f9f4ca0fa7484d974a4ea7a11a0b49d087bd0))
1000
+
1001
+
1002
+ ### Features
1003
+
1004
+ * **Modal:** add 'disableFocusLock' prop ([c046c38](https://github.com/skbkontur/retail-ui/commit/c046c386d1439044ba7ee869e9ce57b203841b90))
1005
+ * **ThemeFactory:** accept a base theme as a second arg of create method ([b92b20b](https://github.com/skbkontur/retail-ui/commit/b92b20bcac53face9280dd5951e0cb467b34d4a4))
1006
+ * **TokenInput:** new prop 'renderAddButton' ([06a2010](https://github.com/skbkontur/retail-ui/commit/06a201064db9f929aa8b7ff8e35f291457f328c8))
1007
+ * **TokenInput:** new prop "onInputValueChange" ([b621c8d](https://github.com/skbkontur/retail-ui/commit/b621c8d8eadbdbb88a7d6fcfd88522fc5ed879a4))
1008
+ * **TokenInput:** new public api method 'reset' ([14df810](https://github.com/skbkontur/retail-ui/commit/14df810b1b53896c62c18d16dc0a1d1aef94ee2f))
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+ # 2.0.0 (2020-03-24)
1015
+
1016
+
1017
+ ### Bug Fixes
1018
+
1019
+ * button/checkbox theme styles actualize ([10ddc66](https://github.com/skbkontur/retail-ui/commit/10ddc668e84bc997a0a332dedace75982d5ba9bf))
1020
+ * **checkbox:** sync styles between defalt and flat themes ([e0dcc7b](https://github.com/skbkontur/retail-ui/commit/e0dcc7bc02c281df74e0b7bf841d66065156ea14))
1021
+ * **fias:** warning throw exeption ([bb5aa2c](https://github.com/skbkontur/retail-ui/commit/bb5aa2cce8ae33f42fa9fc80b5708b9b5be211df))
1022
+ * **TopBar:** add typings for topbar dropdown props ([0c4d88c](https://github.com/skbkontur/retail-ui/commit/0c4d88c38742b1c07d758673e98d4cc09066564e)), closes [#1497](https://github.com/skbkontur/retail-ui/issues/1497)
1023
+
1024
+
1025
+ ### Code Refactoring
1026
+
1027
+ * **Modal:** rename Header/Footer/Body classes ([c373982](https://github.com/skbkontur/retail-ui/commit/c3739827c93e83b5080fbd177711ab7d0f2e0f6f)), closes [#1883](https://github.com/skbkontur/retail-ui/issues/1883)
1028
+ * **SidePage:** use latest Context API instead of HOC ([819cdf7](https://github.com/skbkontur/retail-ui/commit/819cdf7d44952f73d59a6a1044bf3cd94d7ca06d)), closes [#1883](https://github.com/skbkontur/retail-ui/issues/1883)
1029
+ * **Tab:** use latest Context API instead of HOC ([10e6c32](https://github.com/skbkontur/retail-ui/commit/10e6c3213d039bc18251af0b38e20a263b00019b))
1030
+ * **TopBar:** rename inner classes ([ff974b4](https://github.com/skbkontur/retail-ui/commit/ff974b46879d8f8e27a0e3679699db4863eaecc3)), closes [#1883](https://github.com/skbkontur/retail-ui/issues/1883)
1031
+
1032
+
1033
+ ### Features
1034
+
1035
+ * move all theme variables inside js, remove less support ([e219505](https://github.com/skbkontur/retail-ui/commit/e2195058c70424dc7e097cc8d174afbb05a9fd7d))
1036
+ * **localecontext:** add to export ([ad7bb41](https://github.com/skbkontur/retail-ui/commit/ad7bb41316378fe37af8cc6ad9efe15537804f7a))
1037
+ * **ThemeContext:** add to export ([bdeb112](https://github.com/skbkontur/retail-ui/commit/bdeb1123e6eb393b56c27c50ddff2f6721d54850))
1038
+
1039
+
1040
+ ### Performance Improvements
1041
+
1042
+ * **Button:** memoize css-in-js styles ([a7934d0](https://github.com/skbkontur/retail-ui/commit/a7934d0a00fe68a1d8fea55737669394730f6fe2))
1043
+ * **calendar:** memoize css-in-js styles ([7865514](https://github.com/skbkontur/retail-ui/commit/7865514f6849088aa4665ff85bfec4825d932147))
1044
+ * **center:** memoize css-in-js styles ([275593a](https://github.com/skbkontur/retail-ui/commit/275593ab15eaa84b75412163956b45c7203a91ce))
1045
+ * **checkbox:** memoize css-in-js styles ([d808cd0](https://github.com/skbkontur/retail-ui/commit/d808cd02dae9ba9a46efb01033b203f33b3259c8))
1046
+ * **customcombobox:** memoize css-in-js styles ([984d565](https://github.com/skbkontur/retail-ui/commit/984d565adb51588f1d8ff0fbd50197a51064f169))
1047
+ * **DateFragmentsView:** memoize css-in-js styles ([49c8897](https://github.com/skbkontur/retail-ui/commit/49c8897437b79987f2b0c78b8f4ec331d74c7fb9))
1048
+ * **datepicker:** memoize css-in-js styles ([364d49e](https://github.com/skbkontur/retail-ui/commit/364d49eb8a836423ab1e4df5c69af14deb0c1187))
1049
+ * **dateselect:** memoize css-in-js styles ([7d4c1ac](https://github.com/skbkontur/retail-ui/commit/7d4c1ac3587568a6ffd5b1e32b55eb7b8db8f4c5))
1050
+ * **Fias:** memoize css-in-js styles ([02a3d4e](https://github.com/skbkontur/retail-ui/commit/02a3d4e6639fffee9302ef6791e6d3185bd18037))
1051
+ * **group:** memoize css-in-js styles ([b68f50b](https://github.com/skbkontur/retail-ui/commit/b68f50bdfa427abea6b1860dbcf4753670a02c83))
1052
+ * **hint:** memoize css-in-js styles ([c3117bb](https://github.com/skbkontur/retail-ui/commit/c3117bb1ec60ee350c28d74a957c37e8cbdafe06))
1053
+ * **icon16px:** memoize css-in-js styles ([a2e5ae5](https://github.com/skbkontur/retail-ui/commit/a2e5ae5072769c4805cf4b3ced90b9eccd047079))
1054
+ * **icon20px:** memoize css-in-js styles ([83fa890](https://github.com/skbkontur/retail-ui/commit/83fa8909ada6927bcb4dc26c65d9b9d1fbc1a143))
1055
+ * **Input:** memoize css-in-js styles ([05c8344](https://github.com/skbkontur/retail-ui/commit/05c8344489f6929b1246c08c498b49304229080a))
1056
+ * **InputLikeText:** memoize css-in-js styles ([fb5527d](https://github.com/skbkontur/retail-ui/commit/fb5527dacf63545004387d4d8f194cd2efc60485))
1057
+ * **internalmenu:** memoize css-in-js styles ([5ca5d8f](https://github.com/skbkontur/retail-ui/commit/5ca5d8f5693da7bbfd2f2b53b96eb50e0cdb25f2))
1058
+ * **kebab:** memoize css-in-js styles ([c95a77a](https://github.com/skbkontur/retail-ui/commit/c95a77a5a1b2ac172d54b9c67e93bb32fb96ed66))
1059
+ * **link:** memoize css-in-js styles ([e204263](https://github.com/skbkontur/retail-ui/commit/e2042636ac17b988c098a8ca7f0a26fdd99d7506))
1060
+ * **loader:** memoize css-in-js styles ([0fcab14](https://github.com/skbkontur/retail-ui/commit/0fcab14f19dcfa87aff058e1470efe1c69bc5559))
1061
+ * **logotype:** memoize css-in-js styles ([16449a1](https://github.com/skbkontur/retail-ui/commit/16449a154cd090ad367caeffb49df23dc50a6b88))
1062
+ * **MaskedInput:** memoize css-in-js styles ([7cd3695](https://github.com/skbkontur/retail-ui/commit/7cd3695162faa7b5d2ebdf5f7b40c6586aeeaf60))
1063
+ * **menu:** memoize css-in-js styles ([ad46309](https://github.com/skbkontur/retail-ui/commit/ad46309ccf6e47946be7f087402d289d6c1a1274))
1064
+ * **menuheader:** memoize css-in-js styles ([eff22b1](https://github.com/skbkontur/retail-ui/commit/eff22b16114d5e030ec258c29a6032f9ba9604bd))
1065
+ * **menuitem:** memoize css-in-js styles ([02a2275](https://github.com/skbkontur/retail-ui/commit/02a227505fc55b6b16c9429ae70d29b8407d8739))
1066
+ * **menuseparator:** memoize css-in-js styles ([e9ac810](https://github.com/skbkontur/retail-ui/commit/e9ac8102b814aa3377dec2c011d66f1e2aa43882))
1067
+ * **modal:** memoize css-in-js styles ([f51e7bf](https://github.com/skbkontur/retail-ui/commit/f51e7bf87d5b66b0c5038b893369beb6b0b7dc41))
1068
+ * **paging:** memoize css-in-js styles ([56f247c](https://github.com/skbkontur/retail-ui/commit/56f247c5f367f3576f1443b8647516a1af873f37))
1069
+ * **PasswordInput:** memoize css-in-js styles ([f09a61e](https://github.com/skbkontur/retail-ui/commit/f09a61e0c7e23452425ce7abb89dc698aded8946))
1070
+ * **popup:** memoize css-in-js styles ([da09c09](https://github.com/skbkontur/retail-ui/commit/da09c098264afe2780b927cd8811a9fba9835703))
1071
+ * **radio:** memoize css-in-js styles ([ca776fa](https://github.com/skbkontur/retail-ui/commit/ca776fa9bc1a42fd501d87a17a90e21170f0b8d8))
1072
+ * **radiogroup:** memoize css-in-js styles ([c3dcc1d](https://github.com/skbkontur/retail-ui/commit/c3dcc1dbee94759806636e54bfda31f073862405))
1073
+ * **resizedetector:** memoize css-in-js styles ([1c72573](https://github.com/skbkontur/retail-ui/commit/1c72573622c541d599a7ce9611dd382d26bed595))
1074
+ * **scrollcontainer:** memoize css-in-js styles ([3e0e58f](https://github.com/skbkontur/retail-ui/commit/3e0e58f46df6ca42affaadbedda18f94ad80b237))
1075
+ * **Select:** memoize css-in-js styles ([1424478](https://github.com/skbkontur/retail-ui/commit/142447824bf212d4b44cac09fe5e791ee9d96139))
1076
+ * **sidepage:** memoize css-in-js styles ([4dd2a2a](https://github.com/skbkontur/retail-ui/commit/4dd2a2a269cb1759ba45b1134f32bbbfc488ef9a))
1077
+ * **spinner:** memoize css-in-js styles ([edb1835](https://github.com/skbkontur/retail-ui/commit/edb1835821ceb2e8f103484cf705f443e1d7400f))
1078
+ * **spinnericon:** memoize css-in-js styles ([7802c51](https://github.com/skbkontur/retail-ui/commit/7802c510f212b5eff44aa10ceaddecd5690fea45))
1079
+ * **sticky:** memoize css-in-js styles ([9882179](https://github.com/skbkontur/retail-ui/commit/988217911bcc3ebe39af440d23549eeed10e5d3b))
1080
+ * **switcher:** memoize css-in-js styles ([f93bf4c](https://github.com/skbkontur/retail-ui/commit/f93bf4c5674b530237c792a44ba067750626c7db))
1081
+ * **tabs:** memoize css-in-js styles ([5a7b13a](https://github.com/skbkontur/retail-ui/commit/5a7b13a995122d2d5f203f0baeed026f211b74a8))
1082
+ * **textarea:** memoize css-in-js styles ([b4dec2b](https://github.com/skbkontur/retail-ui/commit/b4dec2be3a080bcf20592013557b4873361a4f34))
1083
+ * **themeplayground:** memoize css-in-js styles ([c522503](https://github.com/skbkontur/retail-ui/commit/c52250362fe6a434e9ccbca8e66b22107741a397))
1084
+ * **themeshowcase:** memoize css-in-js styles ([89bd313](https://github.com/skbkontur/retail-ui/commit/89bd313fe8292d2854d46b1239adbc1325b454ec))
1085
+ * **toast:** memoize css-in-js styles ([20538cf](https://github.com/skbkontur/retail-ui/commit/20538cf272435401f0965904fc3dca37fc479a7f))
1086
+ * **toggle:** memoize css-in-js styles ([af43674](https://github.com/skbkontur/retail-ui/commit/af4367448c4f8c62362de50afb4f130324ca7f03))
1087
+ * **Token:** memoize css-in-js styles ([426a7fb](https://github.com/skbkontur/retail-ui/commit/426a7fb76f0b4fc31ec2c261e84ee32c5fb90608))
1088
+ * **TokenInput:** memoize css-in-js styles ([26f97b5](https://github.com/skbkontur/retail-ui/commit/26f97b5550224b10755020dada2b4bd84d0bee4d))
1089
+ * **tooltip:** memoize css-in-js styles ([84d5966](https://github.com/skbkontur/retail-ui/commit/84d59663e910c649bfe4631ba263f0d7d3916404))
1090
+ * **TopBar:** memoize css-in-js styles ([291e395](https://github.com/skbkontur/retail-ui/commit/291e39515608ab6f76f5970a4551a53b6b8d73dd))
1091
+
1092
+
1093
+ ### BREAKING CHANGES
1094
+
1095
+ * **TopBar:** Item/ButtonItem/Devider/Logout/Organizations/User have been renamed with 'TopBar'-prefix, e.g.: TopBarItem, etc.
1096
+ * **Tab:** use Context API from react@16.6
1097
+ * **SidePage:** use Context API from react@16.6
1098
+ * **Modal:** Header/Footer/Body classes and props inside Modal have been renamed, e.g.: Header
1099
+ -> ModalHeader, HeaderProps -> ModalHeaderProps, etc.
1100
+
1101
+
1102
+
1103
+
1104
+
1105
+ # [1.11.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.10.0...retail-ui@1.11.0) (2020-03-24)
1106
+
1107
+
1108
+ ### Bug Fixes
1109
+
1110
+ * **DatePicker:** fix autoFocus behavior ([f4bbce5](https://github.com/skbkontur/retail-ui/commit/f4bbce5))
1111
+
1112
+
1113
+ ### Features
1114
+
1115
+ * **TokenInput:** new prop 'maxMenuHeight' ([ea1da66](https://github.com/skbkontur/retail-ui/commit/ea1da66))
1116
+
1117
+
1118
+
1119
+
1120
+
1121
+ # [1.10.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.9.0...retail-ui@1.10.0) (2020-03-11)
1122
+
1123
+
1124
+ ### Bug Fixes
1125
+
1126
+ * **Input:** disable user select mask [#1917](https://github.com/skbkontur/retail-ui/issues/1917) ([ef7038f](https://github.com/skbkontur/retail-ui/commit/ef7038f))
1127
+ * **SidePage:** make non-blocking SidePage responsive ([#1904](https://github.com/skbkontur/retail-ui/issues/1904)) ([1c6e71a](https://github.com/skbkontur/retail-ui/commit/1c6e71a))
1128
+ * **TopBar:** add typings for topbar dropdown props ([784ae38](https://github.com/skbkontur/retail-ui/commit/784ae38)), closes [#1497](https://github.com/skbkontur/retail-ui/issues/1497)
1129
+
1130
+
1131
+ ### Features
1132
+
1133
+ * **TopBar:** remove header in user dropdown ([5853cb6](https://github.com/skbkontur/retail-ui/commit/5853cb6)), closes [#1726](https://github.com/skbkontur/retail-ui/issues/1726)
1134
+
1135
+
1136
+
1137
+
1138
+
1139
+ # [1.9.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.8.1...retail-ui@1.9.0) (2020-02-13)
1140
+
1141
+
1142
+ ### Features
1143
+
1144
+ * **CurrencyInput:** new prop 'hideTrailingZeros' ([#1869](https://github.com/skbkontur/retail-ui/issues/1869)) ([1823370](https://github.com/skbkontur/retail-ui/commit/1823370))
1145
+
1146
+
1147
+
1148
+
1149
+
1150
+ ## [1.8.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.8.0...retail-ui@1.8.1) (2020-02-06)
1151
+
1152
+
1153
+ ### Bug Fixes
1154
+
1155
+ * **Loader:** пофиксил высоту дочерних компонентов по родителю ([25d45e2](https://github.com/skbkontur/retail-ui/commit/25d45e2)), closes [#1855](https://github.com/skbkontur/retail-ui/issues/1855)
1156
+
1157
+
1158
+ ### Reverts
1159
+
1160
+ * inline 'stylis-plugin-extra-scope' ([79f0399](https://github.com/skbkontur/retail-ui/commit/79f0399)), closes [#1873](https://github.com/skbkontur/retail-ui/issues/1873)
1161
+ * test(react-ui): render component with specificityLevel on ([5335325](https://github.com/skbkontur/retail-ui/commit/5335325)), closes [#1874](https://github.com/skbkontur/retail-ui/issues/1874)
1162
+
1163
+
1164
+
1165
+
1166
+
1167
+ # [1.8.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.7.0...retail-ui@1.8.0) (2020-01-20)
1168
+
1169
+
1170
+ ### Bug Fixes
1171
+
1172
+ * remove jquery downloading ([687ad9d](https://github.com/skbkontur/retail-ui/commit/687ad9d))
1173
+
1174
+
1175
+ ### Features
1176
+
1177
+ * **telemetry:** add field for identifying components ([b7fec03](https://github.com/skbkontur/retail-ui/commit/b7fec03)), closes [#1838](https://github.com/skbkontur/retail-ui/issues/1838)
1178
+ * **Tooltip:** add onOpen prop ([90b89d7](https://github.com/skbkontur/retail-ui/commit/90b89d7)), closes [#1832](https://github.com/skbkontur/retail-ui/issues/1832)
1179
+
1180
+
1181
+
1182
+
1183
+
1184
+ # [1.7.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.9...retail-ui@1.7.0) (2019-12-27)
1185
+
1186
+
1187
+ ### Bug Fixes
1188
+
1189
+ * **Modal:** don't create stacking context inside Footer ([3b314a8](https://github.com/skbkontur/retail-ui/commit/3b314a8))
1190
+
1191
+
1192
+ ### Features
1193
+
1194
+ * **Gapped:** add `wrap` prop, change default prop values ([2ac9e8b](https://github.com/skbkontur/retail-ui/commit/2ac9e8b))
1195
+
1196
+
1197
+ ### Reverts
1198
+
1199
+ * **Gapped:** don't cover other elements with horizontal layout ([652983d](https://github.com/skbkontur/retail-ui/commit/652983d))
1200
+
1201
+
1202
+
1203
+
1204
+
1205
+ ## [1.6.9](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.8...retail-ui@1.6.9) (2019-12-24)
1206
+
1207
+
1208
+ ### Bug Fixes
1209
+
1210
+ * **Checkbox:** adjust baseline if row is high ([52a71b0](https://github.com/skbkontur/retail-ui/commit/52a71b0))
1211
+ * **ComboBoxOld:** close tooltip on blur ([94a5630](https://github.com/skbkontur/retail-ui/commit/94a5630)), closes [#1669](https://github.com/skbkontur/retail-ui/issues/1669)
1212
+ * **Gapped:** don't cover other elements with horizontal layout ([e622933](https://github.com/skbkontur/retail-ui/commit/e622933))
1213
+ * **Modal:** fix issue with cross ([e599455](https://github.com/skbkontur/retail-ui/commit/e599455)), closes [#180](https://github.com/skbkontur/retail-ui/issues/180)
1214
+
1215
+
1216
+
1217
+
1218
+
1219
+ ## [1.6.8](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.7...retail-ui@1.6.8) (2019-12-16)
1220
+
1221
+
1222
+ ### Bug Fixes
1223
+
1224
+ * **SidePageHeader:** fix maximum update depth ([548b894](https://github.com/skbkontur/retail-ui/commit/548b894))
1225
+
1226
+
1227
+
1228
+
1229
+
1230
+ ## [1.6.7](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.6...retail-ui@1.6.7) (2019-12-10)
1231
+
1232
+
1233
+ ### Bug Fixes
1234
+
1235
+ * **TokenInput:** fix module import ([440d199](https://github.com/skbkontur/retail-ui/commit/440d199))
1236
+
1237
+
1238
+
1239
+
1240
+
1241
+ ## [1.6.6](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.5...retail-ui@1.6.6) (2019-12-02)
1242
+
1243
+
1244
+ ### Bug Fixes
1245
+
1246
+ * **Loader:** correctly work with Sticky ([493cd18](https://github.com/skbkontur/retail-ui/commit/493cd18))
1247
+ * **Modal:** added word-break: break-word to Modal.Header ([#1754](https://github.com/skbkontur/retail-ui/issues/1754)) ([96f5bc5](https://github.com/skbkontur/retail-ui/commit/96f5bc5))
1248
+ * **Sticky:** correct work with other ZIndex components ([d198ee1](https://github.com/skbkontur/retail-ui/commit/d198ee1)), closes [#1750](https://github.com/skbkontur/retail-ui/issues/1750) [#1764](https://github.com/skbkontur/retail-ui/issues/1764)
1249
+ * **ZIndex:** don't call remount children components ([5db3a29](https://github.com/skbkontur/retail-ui/commit/5db3a29)), closes [#1761](https://github.com/skbkontur/retail-ui/issues/1761)
1250
+
1251
+
1252
+
1253
+
1254
+
1255
+ ## [1.6.5](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.4...retail-ui@1.6.5) (2019-11-26)
1256
+
1257
+
1258
+ ### Bug Fixes
1259
+
1260
+ * **Popup:** disable call findDOMNode when location is null ([da7cd1c](https://github.com/skbkontur/retail-ui/commit/da7cd1c))
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+ ## [1.6.4](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.3...retail-ui@1.6.4) (2019-11-25)
1267
+
1268
+
1269
+ ### Bug Fixes
1270
+
1271
+ * **Loader:** don't apply zIndex context in inactive state ([b170cd2](https://github.com/skbkontur/retail-ui/commit/b170cd2)), closes [#1746](https://github.com/skbkontur/retail-ui/issues/1746)
1272
+ * **Popup:** don't render portal container on closed state ([bee3a28](https://github.com/skbkontur/retail-ui/commit/bee3a28))
1273
+
1274
+
1275
+
1276
+
1277
+
1278
+ ## [1.6.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.2...retail-ui@1.6.3) (2019-11-18)
1279
+
1280
+
1281
+ ### Bug Fixes
1282
+
1283
+ * **Loader:** reset z-index only in active state ([8f1d936](https://github.com/skbkontur/retail-ui/commit/8f1d936)), closes [#1716](https://github.com/skbkontur/retail-ui/issues/1716) [#1722](https://github.com/skbkontur/retail-ui/issues/1722)
1284
+ * **SidePage:** shadow always cover loader content ([eea3782](https://github.com/skbkontur/retail-ui/commit/eea3782)), closes [#1718](https://github.com/skbkontur/retail-ui/issues/1718)
1285
+ * **Toggle:** checked and focused view ([#1727](https://github.com/skbkontur/retail-ui/issues/1727)) ([945d3cb](https://github.com/skbkontur/retail-ui/commit/945d3cb)), closes [#1682](https://github.com/skbkontur/retail-ui/issues/1682)
1286
+ * **Tooltip:** added clear timeout to unmount method ([37fb81a](https://github.com/skbkontur/retail-ui/commit/37fb81a))
1287
+
1288
+
1289
+
1290
+
1291
+
1292
+ ## [1.6.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.1...retail-ui@1.6.2) (2019-11-06)
1293
+
1294
+
1295
+ ### Bug Fixes
1296
+
1297
+ * **Sticky:** move fixed element on horizontal scroll ([85882e3](https://github.com/skbkontur/retail-ui/commit/85882e3)), closes [#1705](https://github.com/skbkontur/retail-ui/issues/1705)
1298
+ * **Toast:** show above Loader ([5b6ccf7](https://github.com/skbkontur/retail-ui/commit/5b6ccf7)), closes [#1706](https://github.com/skbkontur/retail-ui/issues/1706)
1299
+
1300
+
1301
+
1302
+
1303
+
1304
+ ## [1.6.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.6.0...retail-ui@1.6.1) (2019-10-30)
1305
+
1306
+
1307
+ ### Bug Fixes
1308
+
1309
+ * **MonthView:** wrong import colorFunctions ([24eeb1e](https://github.com/skbkontur/retail-ui/commit/24eeb1e))
1310
+
1311
+
1312
+
1313
+
1314
+
1315
+ # [1.6.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.5.0...retail-ui@1.6.0) (2019-10-30)
1316
+
1317
+
1318
+ ### Bug Fixes
1319
+
1320
+ * **Checkbox:** add calling onBlur in handleBlur ([47791d9](https://github.com/skbkontur/retail-ui/commit/47791d9)), closes [#1565](https://github.com/skbkontur/retail-ui/issues/1565)
1321
+ * **ColorObject:** fix returning string from hsl color ([3d83c48](https://github.com/skbkontur/retail-ui/commit/3d83c48)), closes [#1695](https://github.com/skbkontur/retail-ui/issues/1695)
1322
+ * **DatePicker:** fix color border-bottom of month ([89e69cf](https://github.com/skbkontur/retail-ui/commit/89e69cf)), closes [#1605](https://github.com/skbkontur/retail-ui/issues/1605)
1323
+ * **MenuItem:** call onMouseEnter/Leave in cloned element ([ff397c9](https://github.com/skbkontur/retail-ui/commit/ff397c9))
1324
+ * **RadioGroup:** pass onBlur into Radio ([20f9dcb](https://github.com/skbkontur/retail-ui/commit/20f9dcb)), closes [#1670](https://github.com/skbkontur/retail-ui/issues/1670)
1325
+ * **Select:** add missing comment type ([bf89513](https://github.com/skbkontur/retail-ui/commit/bf89513))
1326
+ * **Select:** fix color placeholder ([5e35c59](https://github.com/skbkontur/retail-ui/commit/5e35c59))
1327
+ * **Sticky:** infinity render loop in IE ([85180dd](https://github.com/skbkontur/retail-ui/commit/85180dd))
1328
+ * **Sticky:** maximum update depth exceeded ([75fb581](https://github.com/skbkontur/retail-ui/commit/75fb581)), closes [#1485](https://github.com/skbkontur/retail-ui/issues/1485)
1329
+ * **Tooltip:** reset position on close ([4d03a22](https://github.com/skbkontur/retail-ui/commit/4d03a22)), closes [#1673](https://github.com/skbkontur/retail-ui/issues/1673)
1330
+ * **TopBar:** fix noShadow prop ([1af4648](https://github.com/skbkontur/retail-ui/commit/1af4648)), closes [#1672](https://github.com/skbkontur/retail-ui/issues/1672)
1331
+
1332
+
1333
+ ### Features
1334
+
1335
+ * **ColorFunctions:** add fade function ([a10dcb9](https://github.com/skbkontur/retail-ui/commit/a10dcb9))
1336
+ * **DefaultTheme:** add variable 'chbCheckedShadow' ([b2531b3](https://github.com/skbkontur/retail-ui/commit/b2531b3))
1337
+ * **Emotion:** add 'prefixer' for classes ([6043228](https://github.com/skbkontur/retail-ui/commit/6043228))
1338
+ * **FlatTheme:** add variables 'chbCheckedShadow' and 'chbBorderRadius' ([e3424e7](https://github.com/skbkontur/retail-ui/commit/e3424e7))
1339
+ * **FlatTheme:** add vars 'chbShadowHover' and 'chbCheckedHoverShadow' ([62dad9c](https://github.com/skbkontur/retail-ui/commit/62dad9c))
1340
+ * **FocusTrap:** add component FocusTrap ([1baf0c3](https://github.com/skbkontur/retail-ui/commit/1baf0c3))
1341
+ * **Theme:** remove calendarMonthTitleBorderBottom ([3dcfb6f](https://github.com/skbkontur/retail-ui/commit/3dcfb6f))
1342
+ * **ZIndex:** add layers priority ([68ea45b](https://github.com/skbkontur/retail-ui/commit/68ea45b)), closes [#776](https://github.com/skbkontur/retail-ui/issues/776)
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+ # [1.5.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.4.0...retail-ui@1.5.0) (2019-10-09)
1349
+
1350
+
1351
+ ### Bug Fixes
1352
+
1353
+ * **ComboBox:** add offsetX for DropDownContainer ([6cbea25](https://github.com/skbkontur/retail-ui/commit/6cbea25)), closes [#1005](https://github.com/skbkontur/retail-ui/issues/1005)
1354
+ * **CurrencyLabel:** fix defaultProps definition ([2794e1a](https://github.com/skbkontur/retail-ui/commit/2794e1a))
1355
+ * **customization:** change 'blinkColor' ([03fd81f](https://github.com/skbkontur/retail-ui/commit/03fd81f)), closes [#1646](https://github.com/skbkontur/retail-ui/issues/1646)
1356
+ * **Select:** fix calls prop onKeyDown ([6720eff](https://github.com/skbkontur/retail-ui/commit/6720eff)), closes [#1665](https://github.com/skbkontur/retail-ui/issues/1665)
1357
+ * **TopBarDropDown:** make 'use' prop required ([fcea8b1](https://github.com/skbkontur/retail-ui/commit/fcea8b1))
1358
+
1359
+
1360
+ ### Features
1361
+
1362
+ * **Paging:** deprecate 'strings' prop ([6c84288](https://github.com/skbkontur/retail-ui/commit/6c84288))
1363
+ * **Paging:** remove 'strings' prop ([58cabb7](https://github.com/skbkontur/retail-ui/commit/58cabb7)), closes [#1232](https://github.com/skbkontur/retail-ui/issues/1232)
1364
+ * **ThemeContext:** exports ThemeContext ([ef0579b](https://github.com/skbkontur/retail-ui/commit/ef0579b)), closes [#1656](https://github.com/skbkontur/retail-ui/issues/1656)
1365
+ * **TopBarDropDown:** added "default" "use" option ([74ef3b3](https://github.com/skbkontur/retail-ui/commit/74ef3b3))
1366
+ * **TopBarDropDown:** added flow types ([f3909be](https://github.com/skbkontur/retail-ui/commit/f3909be))
1367
+
1368
+
1369
+
1370
+
1371
+
1372
+ # [1.4.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.3.1...retail-ui@1.4.0) (2019-10-02)
1373
+
1374
+
1375
+ ### Bug Fixes
1376
+
1377
+ * **Button:** isButton is undefined when use adapter ([0e41da9](https://github.com/skbkontur/retail-ui/commit/0e41da9))
1378
+ * **CurrencyInput:** don't throw error if fractionDigits is zero/float ([3c70c20](https://github.com/skbkontur/retail-ui/commit/3c70c20)), closes [#1558](https://github.com/skbkontur/retail-ui/issues/1558)
1379
+ * **DatePicker:** prepare PR to fork ([832fb7b](https://github.com/skbkontur/retail-ui/commit/832fb7b))
1380
+ * **DatePicker:** remove console.log ([67951d7](https://github.com/skbkontur/retail-ui/commit/67951d7))
1381
+ * **DatePicker:** simplify fallback structure for ie ([f9e27ed](https://github.com/skbkontur/retail-ui/commit/f9e27ed))
1382
+ * **DatePicker:** Баг с кликом на день календаря в Edge [#1557](https://github.com/skbkontur/retail-ui/issues/1557) ([7b24f69](https://github.com/skbkontur/retail-ui/commit/7b24f69))
1383
+ * **DatePicker:** Привел в порядок типизацию в DateInputFallback [#1557](https://github.com/skbkontur/retail-ui/issues/1557) ([dcebd76](https://github.com/skbkontur/retail-ui/commit/dcebd76))
1384
+ * **docs:** fix code formatter of the ThemeShowcase ([42b99c2](https://github.com/skbkontur/retail-ui/commit/42b99c2))
1385
+ * **Fias:** escape regexp spec chars ([cace4b6](https://github.com/skbkontur/retail-ui/commit/cace4b6)), closes [#1636](https://github.com/skbkontur/retail-ui/issues/1636)
1386
+ * **Radio:** show label as disabled if context.disabled is true ([de64b32](https://github.com/skbkontur/retail-ui/commit/de64b32)), closes [#1275](https://github.com/skbkontur/retail-ui/issues/1275)
1387
+ * **Toggle:** show tooltip on disabled toggle in ie ([3db9565](https://github.com/skbkontur/retail-ui/commit/3db9565)), closes [#1630](https://github.com/skbkontur/retail-ui/issues/1630)
1388
+
1389
+
1390
+ ### Features
1391
+
1392
+ * **Combobox:** add prop onInputKeyDown ([b804b84](https://github.com/skbkontur/retail-ui/commit/b804b84))
1393
+ * **lib:** add key identification tools ([73479fe](https://github.com/skbkontur/retail-ui/commit/73479fe)), closes [#1429](https://github.com/skbkontur/retail-ui/issues/1429)
1394
+ * **Select:** add prop onKeyDown ([ba41e73](https://github.com/skbkontur/retail-ui/commit/ba41e73))
1395
+
1396
+
1397
+
1398
+
1399
+
1400
+ ## [1.3.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.3.0...retail-ui@1.3.1) (2019-09-24)
1401
+
1402
+
1403
+ ### Bug Fixes
1404
+
1405
+ * **Dropdown:** sync type of `width` prop type with proptypes checks ([47a5612](https://github.com/skbkontur/retail-ui/commit/47a5612))
1406
+ * **Input:** avoid bug with transition in IE ([45f45d5](https://github.com/skbkontur/retail-ui/commit/45f45d5)), closes [#1614](https://github.com/skbkontur/retail-ui/issues/1614)
1407
+ * **Popup:** deterministic open/close animation ([0415fa4](https://github.com/skbkontur/retail-ui/commit/0415fa4)), closes [#1372](https://github.com/skbkontur/retail-ui/issues/1372)
1408
+ * **RenderContainer:** getRootId changed ([b0ce223](https://github.com/skbkontur/retail-ui/commit/b0ce223))
1409
+ * **TokenInput:** make height equal to the Input ([92e9d8b](https://github.com/skbkontur/retail-ui/commit/92e9d8b)), closes [#1589](https://github.com/skbkontur/retail-ui/issues/1589)
1410
+
1411
+
1412
+
1413
+
1414
+
1415
+ # [1.3.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.2.0...retail-ui@1.3.0) (2019-09-11)
1416
+
1417
+
1418
+ ### Bug Fixes
1419
+
1420
+ * **Button:** change disabled bg & shadow for the FlatTheme ([765e9d4](https://github.com/skbkontur/retail-ui/commit/765e9d4))
1421
+ * **Button:** fix emotion className interpolation warning ([ad5d2a2](https://github.com/skbkontur/retail-ui/commit/ad5d2a2))
1422
+ * **Checkbox:** prevent styles reset, caused by code-splitting ([2161a4d](https://github.com/skbkontur/retail-ui/commit/2161a4d)), closes [#1556](https://github.com/skbkontur/retail-ui/issues/1556)
1423
+ * **Select:** prevent arrow color reset, caused by code-splitting ([e7a6dc3](https://github.com/skbkontur/retail-ui/commit/e7a6dc3)), closes [#1568](https://github.com/skbkontur/retail-ui/issues/1568)
1424
+
1425
+
1426
+ ### Features
1427
+
1428
+ * **Logotype:** add props size and onArrowClick ([94fc027](https://github.com/skbkontur/retail-ui/commit/94fc027))
1429
+
1430
+
1431
+
1432
+
1433
+
1434
+ # [1.2.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.2...retail-ui@1.2.0) (2019-09-03)
1435
+
1436
+
1437
+ ### Bug Fixes
1438
+
1439
+ * **Button:** add disabled color to the "link" use ([20c002b](https://github.com/skbkontur/retail-ui/commit/20c002b)), closes [#1563](https://github.com/skbkontur/retail-ui/issues/1563)
1440
+ * **Button:** fix arrow error/warning outline ([6a18b05](https://github.com/skbkontur/retail-ui/commit/6a18b05)), closes [#1531](https://github.com/skbkontur/retail-ui/issues/1531)
1441
+ * **ComboBox:** spinner position by baseline ([5f144e8](https://github.com/skbkontur/retail-ui/commit/5f144e8)), closes [#1333](https://github.com/skbkontur/retail-ui/issues/1333)
1442
+ * **DatePicker:** change year limits for better limit date validations ([1b552f3](https://github.com/skbkontur/retail-ui/commit/1b552f3)), closes [#1573](https://github.com/skbkontur/retail-ui/issues/1573)
1443
+ * **Icon20px:** prevent from selecting ([763b5b8](https://github.com/skbkontur/retail-ui/commit/763b5b8))
1444
+ * **react-ui:** support CRA css-modules convention: components ([c1d687a](https://github.com/skbkontur/retail-ui/commit/c1d687a)), closes [#1477](https://github.com/skbkontur/retail-ui/issues/1477)
1445
+ * **react-ui:** support CRA css-modules convention: variables ([aace330](https://github.com/skbkontur/retail-ui/commit/aace330))
1446
+ * **Token:** import react as namespace ([8b10014](https://github.com/skbkontur/retail-ui/commit/8b10014)), closes [#1519](https://github.com/skbkontur/retail-ui/issues/1519)
1447
+
1448
+
1449
+ ### Features
1450
+
1451
+ * **Fias:** render additional fields in the search results ([37fa2db](https://github.com/skbkontur/retail-ui/commit/37fa2db))
1452
+ * **Fias:** search streets through not only direct parent ([7729fd7](https://github.com/skbkontur/retail-ui/commit/7729fd7))
1453
+ * **ScrollContainer:** add scrollBehaviour prop ([ad4c7c9](https://github.com/skbkontur/retail-ui/commit/ad4c7c9))
1454
+
1455
+
1456
+
1457
+
1458
+
1459
+ ## [1.1.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.1...retail-ui@1.1.2) (2019-08-07)
1460
+
1461
+
1462
+ ### Bug Fixes
1463
+
1464
+ * **ComboBox:** keep focus after Enter key press on the list item ([a9b62dd](https://github.com/skbkontur/retail-ui/commit/a9b62dd)), closes [#1532](https://github.com/skbkontur/retail-ui/issues/1532)
1465
+ * **Group:** removed vertical-align ([2f8cad6](https://github.com/skbkontur/retail-ui/commit/2f8cad6))
1466
+
1467
+
1468
+
1469
+
1470
+
1471
+ ## [1.1.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.1.0...retail-ui@1.1.1) (2019-07-31)
1472
+
1473
+
1474
+ ### Bug Fixes
1475
+
1476
+ * **Button:** changed style 'color' for disabled button to '#a0a0a0' ([521a4e8](https://github.com/skbkontur/retail-ui/commit/521a4e8)), closes [#a0a0a0](https://github.com/skbkontur/retail-ui/issues/a0a0a0) [#1415](https://github.com/skbkontur/retail-ui/issues/1415)
1477
+ * **customization:** prevent js-styles from overriding by css-resets ([2a9c4ac](https://github.com/skbkontur/retail-ui/commit/2a9c4ac)), closes [#1514](https://github.com/skbkontur/retail-ui/issues/1514)
1478
+ * **Radio:** decrease types checking time ([f18c74b](https://github.com/skbkontur/retail-ui/commit/f18c74b)), closes [#1518](https://github.com/skbkontur/retail-ui/issues/1518)
1479
+
1480
+
1481
+
1482
+
1483
+
1484
+ # [1.1.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.0.1...retail-ui@1.1.0) (2019-07-23)
1485
+
1486
+
1487
+ ### Bug Fixes
1488
+
1489
+ * **Button:** change 'background-color' and 'border-color' when hovering ([627b1e6](https://github.com/skbkontur/retail-ui/commit/627b1e6)), closes [#1416](https://github.com/skbkontur/retail-ui/issues/1416)
1490
+ * **TokenInput:** add input's box-shadow ([6f0789f](https://github.com/skbkontur/retail-ui/commit/6f0789f))
1491
+ * **TokenInput:** fix flat styles ([0fa0d52](https://github.com/skbkontur/retail-ui/commit/0fa0d52)), closes [#1493](https://github.com/skbkontur/retail-ui/issues/1493)
1492
+ * **TokenInput:** remove hardcoded dataTid ([9e5151f](https://github.com/skbkontur/retail-ui/commit/9e5151f))
1493
+
1494
+
1495
+ ### Features
1496
+
1497
+ * **Switcher:** add prop 'size' ([a5e16ae](https://github.com/skbkontur/retail-ui/commit/a5e16ae)), closes [#1492](https://github.com/skbkontur/retail-ui/issues/1492)
1498
+
1499
+
1500
+
1501
+
1502
+
1503
+ ## [1.0.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@1.0.0...retail-ui@1.0.1) (2019-07-16)
1504
+
1505
+
1506
+ ### Bug Fixes
1507
+
1508
+ * **Input:** add calling 'selectAll' via 'raf' ([#1496](https://github.com/skbkontur/retail-ui/issues/1496)) ([37b866d](https://github.com/skbkontur/retail-ui/commit/37b866d)), closes [#1413](https://github.com/skbkontur/retail-ui/issues/1413)
1509
+ * **Tab:** add error/warning/primary hover borders to vertical tabs ([29f4bc2](https://github.com/skbkontur/retail-ui/commit/29f4bc2))
1510
+ * **Tab:** remove hover border from disabled tabs ([2f98438](https://github.com/skbkontur/retail-ui/commit/2f98438)), closes [#1504](https://github.com/skbkontur/retail-ui/issues/1504)
1511
+ * **Textarea:** add blocking Enter after reaching 'maxLength' ([2a862f5](https://github.com/skbkontur/retail-ui/commit/2a862f5))
1512
+ * **ThemeShowcase:** make it fit enough to squize into styleguidist ([12f184b](https://github.com/skbkontur/retail-ui/commit/12f184b))
1513
+ * **ThemeShowcase:** source code tooltip contents in production mode ([89c5183](https://github.com/skbkontur/retail-ui/commit/89c5183))
1514
+
1515
+
1516
+
1517
+
1518
+
1519
+ # [1.0.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.53.0...retail-ui@1.0.0) (2019-07-02)
1520
+
1521
+
1522
+ ### Features
1523
+
1524
+ * Customization ([#1333](https://github.com/skbkontur/retail-ui/issues/1333)) ([15e9e8f](https://github.com/skbkontur/retail-ui/commit/15e9e8f))
1525
+
1526
+
1527
+ ### BREAKING CHANGES
1528
+
1529
+ * Upgrades.enableSizeMedium16px is no longer working: redefine fontSizeMedium
1530
+ variable via ThemeProvider or by calling ThemeFactory.overrideDefaultTheme()
1531
+
1532
+ * refactor(ColorObject): remove require call
1533
+
1534
+ * style(Upgrades): fix lint error
1535
+
1536
+ * chore(storybook): use ThemeProvider instead of overrideDefaultTheme
1537
+
1538
+ * refactor(ThemeFactory): remove ThemesCache
1539
+
1540
+ * refactor(ThemeEditor): clear timeout on unmount
1541
+
1542
+ * refactor(variables.less): prepare for Date* controls convertion
1543
+
1544
+ * feat(DateSelect): customize with css-in-js
1545
+
1546
+ * refactor(DatePickerOld): rename less file to prevent confusion
1547
+
1548
+ * feat(DatePicker): customize with css-in-js
1549
+
1550
+ * refactor(DateInput): properly separate styles between components
1551
+
1552
+ * feat(DateInput): customize with css-in-js
1553
+
1554
+ * feat(Calendar): customize with css-in-js
1555
+
1556
+ * refactor(TokenInput): add -webkit-text-fill-color
1557
+
1558
+ * refactor(styles): remove rt-ie8, rt-ie9
1559
+
1560
+ * refactor(Calendar): rename classnames to cx
1561
+
1562
+ * refactor(variables.less): move mixins into separate file
1563
+
1564
+ * style(CustomComboBox): specify px for padding-bottom
1565
+
1566
+ * style(SidePage): fix variable typo
1567
+
1568
+ * refactor(styles): remove unnecessary imports
1569
+
1570
+ * refactor(FormatSourceCode): rewrite code in more readable way
1571
+
1572
+ * test(ComboBoxView): approve screens with new spinner gray color
1573
+
1574
+ * fix(Button): fix sizeMedium baseline regress
1575
+
1576
+ * test(Button): approve screenshots with 14px medium font-size
1577
+
1578
+ * test(ComboBox): approve darker spinner color while loading items
1579
+
1580
+ * refactor(TokenInput): simplify styles
1581
+
1582
+ * refactor(TokenInput): fix firefox placeholder opacity
1583
+
1584
+ * refactor(DateSelect): make active prevail over selected
1585
+
1586
+ * refactor(DatePicker): fix red color bug
1587
+
1588
+ * refactor(DatePicker): make weekend prevail over today
1589
+
1590
+ * refactor(DateFragmentsView): fix .delimiter.filled combination style
1591
+
1592
+ * style(AnotherInputsPlayground): remove underscores from private methods
1593
+
1594
+ * test(AnotherInputsPlayground): stable date for screenshots
1595
+
1596
+ * test(Customization): approve actual screenshots
1597
+
1598
+ * refactor(customization): separate ThemeProviderPlayground component
1599
+
1600
+ * docs(ThemeProviderPlayground ): add README
1601
+
1602
+ * docs(customization): add core README
1603
+
1604
+ # copied from PR
1605
+
1606
+ * build(styleguide): add customization section to config
1607
+
1608
+ * chore(ThemeProviderPlayground): fix import
1609
+
1610
+ * test(Button): approve 14px font-size for medium size in flat theme
1611
+
1612
+ * refactor(customization): introduce derived font sizes for button/input
1613
+
1614
+ * refactor(Button): use fontSize=16px for size=medium in flat theme
1615
+
1616
+ * test(Button): approve 16px font-size for medium size in flat theme
1617
+
1618
+ * test(Customization): approve 16px font-size in flat theme
1619
+
1620
+ * refactor(DateInput): remove isSizeMedium16pxEnabled() in favor of theme
1621
+
1622
+ * refactor(Upgrades): cleanup deprecated methods
1623
+
1624
+ * docs(customization): fix styleguide's components and sections
1625
+
1626
+ * docs(customization): hack-fix ordered lists
1627
+
1628
+ * docs(customization): remove broken links
1629
+
1630
+ * docs(customization): fix less formatting
1631
+
1632
+ * docs(customization): add some line-breaks
1633
+
1634
+ * docs(customization): emphasize inline <code> the way it's done at github
1635
+
1636
+ * docs(customization): switch 'jsx static' to 'typescript' for some blocks
1637
+
1638
+ * docs(customization): use monospace font for inline <code>
1639
+
1640
+ * chore(Button): fix baseline of flat medium Button
1641
+
1642
+ * docs(customization): fix typo
1643
+
1644
+ * style: format with prettier
1645
+
1646
+ * style: make stylelint ignore *.ts
1647
+
1648
+
1649
+
1650
+
1651
+
1652
+ # [0.53.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.52.1...retail-ui@0.53.0) (2019-07-02)
1653
+
1654
+
1655
+ ### Bug Fixes
1656
+
1657
+ * **CurrencyInput:** add 15-digit limit and warning about it ([b523ddf](https://github.com/skbkontur/retail-ui/commit/b523ddf))
1658
+ * **CurrencyLabel:** add warning about 15-digit limit for fractionDigits ([adba185](https://github.com/skbkontur/retail-ui/commit/adba185))
1659
+ * **DateInputFallback:** remove unnecessary call 'emitChange' ([cf28a56](https://github.com/skbkontur/retail-ui/commit/cf28a56)), closes [#1466](https://github.com/skbkontur/retail-ui/issues/1466)
1660
+ * **DropdownContainer:** change calculations for positioning up ([0e9460e](https://github.com/skbkontur/retail-ui/commit/0e9460e)), closes [#1471](https://github.com/skbkontur/retail-ui/issues/1471)
1661
+ * **Modal:** don't close by click on scrollbar ([d69fca6](https://github.com/skbkontur/retail-ui/commit/d69fca6)), closes [#757](https://github.com/skbkontur/retail-ui/issues/757) [#810](https://github.com/skbkontur/retail-ui/issues/810) [#1352](https://github.com/skbkontur/retail-ui/issues/1352) [#1456](https://github.com/skbkontur/retail-ui/issues/1456)
1662
+
1663
+
1664
+ ### Features
1665
+
1666
+ * **Fias:** expose FiasSearch ([075bd36](https://github.com/skbkontur/retail-ui/commit/075bd36))
1667
+
1668
+
1669
+
1670
+
1671
+
1672
+ ## [0.52.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.52.0...retail-ui@0.52.1) (2019-06-18)
1673
+
1674
+ **Note:** Version bump only for package retail-ui
1675
+
1676
+
1677
+
1678
+
1679
+
1680
+ # [0.52.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.51.1...retail-ui@0.52.0) (2019-06-13)
1681
+
1682
+
1683
+ ### Bug Fixes
1684
+
1685
+ * **Button:** fix paddings for medium size in flat theme ([3f99560](https://github.com/skbkontur/retail-ui/commit/3f99560)), closes [#1309](https://github.com/skbkontur/retail-ui/issues/1309) [#1451](https://github.com/skbkontur/retail-ui/issues/1451)
1686
+ * **DropdownMenu:** added missing flow types props ([#1462](https://github.com/skbkontur/retail-ui/issues/1462)) ([eb1bc3e](https://github.com/skbkontur/retail-ui/commit/eb1bc3e))
1687
+ * **MaskedInput:** add support prop 'defaultValue' ([e8b9436](https://github.com/skbkontur/retail-ui/commit/e8b9436))
1688
+ * **RenderLayer:** add touchstart handling ([567f80b](https://github.com/skbkontur/retail-ui/commit/567f80b)), closes [#1439](https://github.com/skbkontur/retail-ui/issues/1439)
1689
+ * **SidePage:** allow pass string to width prop ([#1447](https://github.com/skbkontur/retail-ui/issues/1447)) ([eff4f78](https://github.com/skbkontur/retail-ui/commit/eff4f78))
1690
+ * **Spinner:** baseline and height are equal to icons ([996c365](https://github.com/skbkontur/retail-ui/commit/996c365))
1691
+
1692
+
1693
+ ### Features
1694
+
1695
+ * **DatePicker:** add localization ([10d30d0](https://github.com/skbkontur/retail-ui/commit/10d30d0))
1696
+ * **DateSelect:** add localization ([00a5ea7](https://github.com/skbkontur/retail-ui/commit/00a5ea7))
1697
+ * **Fias:** add localization ([cc5a7ef](https://github.com/skbkontur/retail-ui/commit/cc5a7ef))
1698
+ * **lib:** add lib `MouseDrag` ([9e7d329](https://github.com/skbkontur/retail-ui/commit/9e7d329))
1699
+ * **lib:** add tools for internationalizing dates ([aac2c0d](https://github.com/skbkontur/retail-ui/commit/aac2c0d))
1700
+ * **LocaleHelper:** add getting locale with default langCode ([d25d2a3](https://github.com/skbkontur/retail-ui/commit/d25d2a3))
1701
+ * **Tooltip:** add trigger type hover&focus ([422915e](https://github.com/skbkontur/retail-ui/commit/422915e))
1702
+
1703
+
1704
+
1705
+
1706
+
1707
+ ## [0.51.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.51.0...retail-ui@0.51.1) (2019-06-04)
1708
+
1709
+
1710
+ ### Bug Fixes
1711
+
1712
+ * **Fias:** prevent the verification api from returning wrong fields ([d77dc2c](https://github.com/skbkontur/retail-ui/commit/d77dc2c)), closes [#1436](https://github.com/skbkontur/retail-ui/issues/1436)
1713
+
1714
+
1715
+
1716
+
1717
+
1718
+ # [0.51.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.50.0...retail-ui@0.51.0) (2019-05-28)
1719
+
1720
+
1721
+ ### Bug Fixes
1722
+
1723
+ * **DatePicker:** fix icon style ([3e092ef](https://github.com/skbkontur/retail-ui/commit/3e092ef))
1724
+ * **MenuItem:** fix triggered `MouseEnter` from disabled button ([1c88969](https://github.com/skbkontur/retail-ui/commit/1c88969))
1725
+ * **Tabs:** replace check on existence `focus` ([87e0443](https://github.com/skbkontur/retail-ui/commit/87e0443))
1726
+
1727
+
1728
+ ### Features
1729
+
1730
+ * **CurrencyInput:** add support prop `integerDigits` ([#1404](https://github.com/skbkontur/retail-ui/issues/1404)) ([165e822](https://github.com/skbkontur/retail-ui/commit/165e822)), closes [#685](https://github.com/skbkontur/retail-ui/issues/685)
1731
+
1732
+
1733
+
1734
+
1735
+
1736
+ # [0.50.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.49.1...retail-ui@0.50.0) (2019-05-22)
1737
+
1738
+
1739
+ ### Bug Fixes
1740
+
1741
+ * **Button:** add dropping `isTabPressed` by mouseDown ([#1400](https://github.com/skbkontur/retail-ui/issues/1400)) ([2d2b870](https://github.com/skbkontur/retail-ui/commit/2d2b870)), closes [#1013](https://github.com/skbkontur/retail-ui/issues/1013)
1742
+
1743
+
1744
+ ### Features
1745
+
1746
+ * **Toast:** toast is testable ([#1403](https://github.com/skbkontur/retail-ui/issues/1403)) ([5dcdf32](https://github.com/skbkontur/retail-ui/commit/5dcdf32))
1747
+
1748
+
1749
+
1750
+
1751
+
1752
+ ## [0.49.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.49.0...retail-ui@0.49.1) (2019-05-16)
1753
+
1754
+
1755
+ ### Bug Fixes
1756
+
1757
+ * **Select:** bind public focus function to component instance ([5909b9e](https://github.com/skbkontur/retail-ui/commit/5909b9e))
1758
+ * **Toggle:** fix overflow issue in Safari ([#1411](https://github.com/skbkontur/retail-ui/issues/1411)) ([7073cb5](https://github.com/skbkontur/retail-ui/commit/7073cb5))
1759
+
1760
+
1761
+
1762
+
1763
+
1764
+ # [0.49.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.48.0...retail-ui@0.49.0) (2019-05-14)
1765
+
1766
+
1767
+ ### Bug Fixes
1768
+
1769
+ * **flow:** update props ([c652880](https://github.com/skbkontur/retail-ui/commit/c652880))
1770
+ * **Paging:** add autofocus for IE11 ([e434d80](https://github.com/skbkontur/retail-ui/commit/e434d80)), closes [#1358](https://github.com/skbkontur/retail-ui/issues/1358)
1771
+ * **TokenInput:** add mapping `renderValue` before copying to clipboard ([79c76c0](https://github.com/skbkontur/retail-ui/commit/79c76c0)), closes [#1336](https://github.com/skbkontur/retail-ui/issues/1336)
1772
+
1773
+
1774
+ ### Features
1775
+
1776
+ * **TokenInput:** add prop `valueToString` ([9e7bf50](https://github.com/skbkontur/retail-ui/commit/9e7bf50))
1777
+
1778
+
1779
+
1780
+
1781
+
1782
+ # [0.48.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.47.0...retail-ui@0.48.0) (2019-04-30)
1783
+
1784
+
1785
+ ### Bug Fixes
1786
+
1787
+ * **ComboBox:** fix input text with single item behavior ([#1360](https://github.com/skbkontur/retail-ui/issues/1360)) ([c6fa7a5](https://github.com/skbkontur/retail-ui/commit/c6fa7a5)), closes [#992](https://github.com/skbkontur/retail-ui/issues/992)
1788
+ * **Fias:** search postal Code through all fields ([7433d12](https://github.com/skbkontur/retail-ui/commit/7433d12))
1789
+ * **Fias:** validate all fields ([8d126f9](https://github.com/skbkontur/retail-ui/commit/8d126f9))
1790
+ * **flow:** add children to Modal props ([1e7e420](https://github.com/skbkontur/retail-ui/commit/1e7e420))
1791
+ * **flow:** add missed props ([5538a61](https://github.com/skbkontur/retail-ui/commit/5538a61))
1792
+ * **Modal:** change modal position according to the guides ([0e7e053](https://github.com/skbkontur/retail-ui/commit/0e7e053)), closes [#1331](https://github.com/skbkontur/retail-ui/issues/1331)
1793
+ * **Modal:** fix closing on background click ([089bad0](https://github.com/skbkontur/retail-ui/commit/089bad0)), closes [#810](https://github.com/skbkontur/retail-ui/issues/810) [#1352](https://github.com/skbkontur/retail-ui/issues/1352)
1794
+ * **Popup:** remove hardcoded maxWidth ([721b751](https://github.com/skbkontur/retail-ui/commit/721b751)), closes [#1343](https://github.com/skbkontur/retail-ui/issues/1343)
1795
+ * **ScrollContainer:** do not access the DOM until it is surely ready ([2b59064](https://github.com/skbkontur/retail-ui/commit/2b59064)), closes [#1371](https://github.com/skbkontur/retail-ui/issues/1371)
1796
+
1797
+
1798
+ ### Features
1799
+
1800
+ * **ComboBox:** add prop `renderAddButton` ([#1365](https://github.com/skbkontur/retail-ui/issues/1365)) ([55345e1](https://github.com/skbkontur/retail-ui/commit/55345e1))
1801
+ * **DropdownMenu:** add positions prop ([7fc607d](https://github.com/skbkontur/retail-ui/commit/7fc607d))
1802
+ * **MenuItem:** add `link` prop ([d705f19](https://github.com/skbkontur/retail-ui/commit/d705f19))
1803
+
1804
+
1805
+
1806
+
1807
+
1808
+ # [0.47.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.2...retail-ui@0.47.0) (2019-04-22)
1809
+
1810
+
1811
+ ### Bug Fixes
1812
+
1813
+ * **Button:** add border radius & background styles in flat theme ([59486e3](https://github.com/skbkontur/retail-ui/commit/59486e3))
1814
+ * **Button:** fix arrow position in flat version for small button ([2ce7b42](https://github.com/skbkontur/retail-ui/commit/2ce7b42))
1815
+ * **Button:** fix border color at checked + focused state on hover ([bad4f08](https://github.com/skbkontur/retail-ui/commit/bad4f08))
1816
+ * **Button:** fix border overlap in visually focused state with error/warning ([72d2787](https://github.com/skbkontur/retail-ui/commit/72d2787))
1817
+ * **Button:** fix stylelint `eol-whitespace` error ([461850f](https://github.com/skbkontur/retail-ui/commit/461850f))
1818
+ * **Button:** fixed disabled state shadow styles at flat version ([ad5db6f](https://github.com/skbkontur/retail-ui/commit/ad5db6f))
1819
+ * **Button:** fixed flat styles in IE ([ad3f558](https://github.com/skbkontur/retail-ui/commit/ad3f558))
1820
+ * **Input:** add background & border color styles in flat theme ([b106eb2](https://github.com/skbkontur/retail-ui/commit/b106eb2))
1821
+ * **Paging:** changed detecting of pressed key ([f7b5f24](https://github.com/skbkontur/retail-ui/commit/f7b5f24))
1822
+ * **Radio:** fixed outline padding in flat styles ([0baf333](https://github.com/skbkontur/retail-ui/commit/0baf333))
1823
+ * **Textarea:** add background & border color styles in flat theme ([003c268](https://github.com/skbkontur/retail-ui/commit/003c268))
1824
+ * **Toggle:** add white outline to focused box-shadow ([7b7a3c9](https://github.com/skbkontur/retail-ui/commit/7b7a3c9))
1825
+
1826
+
1827
+ ### Features
1828
+
1829
+ * **Button:** add arrow styles in flat version ([8e1d268](https://github.com/skbkontur/retail-ui/commit/8e1d268))
1830
+ * **Button:** add arrows shadow & border styles in flat theme ([1889232](https://github.com/skbkontur/retail-ui/commit/1889232))
1831
+ * **Button, Checkbox, Radio, Toggle:** add common outline color variable ([58fac79](https://github.com/skbkontur/retail-ui/commit/58fac79))
1832
+
1833
+
1834
+
1835
+
1836
+
1837
+ ## [0.46.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.1...retail-ui@0.46.2) (2019-04-17)
1838
+
1839
+
1840
+ ### Bug Fixes
1841
+
1842
+ * **Tabs:** context provider render children for reac@15 ([f0df170](https://github.com/skbkontur/retail-ui/commit/f0df170))
1843
+
1844
+
1845
+
1846
+
1847
+
1848
+ ## [0.46.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.46.0...retail-ui@0.46.1) (2019-04-16)
1849
+
1850
+
1851
+ ### Bug Fixes
1852
+
1853
+ * **Autocomplete:** restore lost focus in IE ([a232110](https://github.com/skbkontur/retail-ui/commit/a232110)), closes [#1075](https://github.com/skbkontur/retail-ui/issues/1075)
1854
+ * **ComboBox:** add missing callbacks ([fab3ff6](https://github.com/skbkontur/retail-ui/commit/fab3ff6))
1855
+ * **ComboBox:** restore lost focus to outer element on clickOutside in IE ([702f60c](https://github.com/skbkontur/retail-ui/commit/702f60c)), closes [#1075](https://github.com/skbkontur/retail-ui/issues/1075)
1856
+ * **ComboBoxOld:** restore lost focus in IE ([dff471b](https://github.com/skbkontur/retail-ui/commit/dff471b)), closes [#1075](https://github.com/skbkontur/retail-ui/issues/1075)
1857
+ * **Hint:** render popup even if no text provided ([cf4a473](https://github.com/skbkontur/retail-ui/commit/cf4a473))
1858
+ * **Tabs:** correct work with FunctionalComponents ([93163db](https://github.com/skbkontur/retail-ui/commit/93163db)), closes [#1337](https://github.com/skbkontur/retail-ui/issues/1337)
1859
+ * **Tabs:** error findDOMNode on unmounted active tab component ([90142cb](https://github.com/skbkontur/retail-ui/commit/90142cb))
1860
+ * **TopBarDropdown:** added methods open & close ([9e7ddcc](https://github.com/skbkontur/retail-ui/commit/9e7ddcc))
1861
+
1862
+
1863
+
1864
+
1865
+
1866
+ # [0.46.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.45.0...retail-ui@0.46.0) (2019-04-08)
1867
+
1868
+
1869
+ ### Bug Fixes
1870
+
1871
+ * **Button:** compare elements reliable way ([0d7843e](https://github.com/skbkontur/retail-ui/commit/0d7843e)), closes [#1267](https://github.com/skbkontur/retail-ui/issues/1267)
1872
+ * preventDefault inside passive event listener ([055eb48](https://github.com/skbkontur/retail-ui/commit/055eb48)), closes [#1326](https://github.com/skbkontur/retail-ui/issues/1326)
1873
+ * safe components usage for SSR ([#1312](https://github.com/skbkontur/retail-ui/issues/1312)) ([0c8c91e](https://github.com/skbkontur/retail-ui/commit/0c8c91e))
1874
+ * **ComboBoxOld:** args types for renderTotalCount and onInputChange ([4ddd480](https://github.com/skbkontur/retail-ui/commit/4ddd480))
1875
+ * **Fias:** allow to fill stead and house without street ([9c728e5](https://github.com/skbkontur/retail-ui/commit/9c728e5)), closes [#1314](https://github.com/skbkontur/retail-ui/issues/1314)
1876
+ * **Menu,InternalMenu:** compare elements reliable way ([4c60cb4](https://github.com/skbkontur/retail-ui/commit/4c60cb4)), closes [#1267](https://github.com/skbkontur/retail-ui/issues/1267)
1877
+ * **Modal:** compare elements reliable way ([fdba164](https://github.com/skbkontur/retail-ui/commit/fdba164)), closes [#1267](https://github.com/skbkontur/retail-ui/issues/1267)
1878
+
1879
+
1880
+ ### Features
1881
+
1882
+ * **Fias:** add rooms search ([10843e1](https://github.com/skbkontur/retail-ui/commit/10843e1))
1883
+
1884
+
1885
+
1886
+
1887
+
1888
+ # [0.45.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.3...retail-ui@0.45.0) (2019-04-01)
1889
+
1890
+
1891
+ ### Bug Fixes
1892
+
1893
+ * **Autocomplete:** handle concurrent requests ([dd07ef4](https://github.com/skbkontur/retail-ui/commit/dd07ef4)), closes [#1299](https://github.com/skbkontur/retail-ui/issues/1299)
1894
+ * **Logotype:** async load products widget script ([85312d9](https://github.com/skbkontur/retail-ui/commit/85312d9))
1895
+ * **Popup:** children is not required by prop-types ([c976312](https://github.com/skbkontur/retail-ui/commit/c976312)), closes [#1292](https://github.com/skbkontur/retail-ui/issues/1292)
1896
+ * **ScrollContainer:** multiple scrollbars on OSX ([#827](https://github.com/skbkontur/retail-ui/issues/827)) ([118b347](https://github.com/skbkontur/retail-ui/commit/118b347))
1897
+ * **Tooltip:** deactivate RenderLayer by default ([0818973](https://github.com/skbkontur/retail-ui/commit/0818973)), closes [#1304](https://github.com/skbkontur/retail-ui/issues/1304)
1898
+
1899
+
1900
+ ### Features
1901
+
1902
+ * **flow:** add typings ([42f8fed](https://github.com/skbkontur/retail-ui/commit/42f8fed))
1903
+
1904
+
1905
+ ### Reverts
1906
+
1907
+ * **Popup:** fix regress with dynamically changing callbacks ([1b3bd4e](https://github.com/skbkontur/retail-ui/commit/1b3bd4e)), closes [#1297](https://github.com/skbkontur/retail-ui/issues/1297)
1908
+ * **RenderLayer): "perf(RenderLayer:** less event subscriptions" ([8e492e8](https://github.com/skbkontur/retail-ui/commit/8e492e8)), closes [#1304](https://github.com/skbkontur/retail-ui/issues/1304)
1909
+
1910
+
1911
+
1912
+
1913
+
1914
+ ## [0.44.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.2...retail-ui@0.44.3) (2019-03-27)
1915
+
1916
+
1917
+ ### Bug Fixes
1918
+
1919
+ * **Input:** don't show placeholder if mask is visible ([1c40f1d](https://github.com/skbkontur/retail-ui/commit/1c40f1d))
1920
+ * **Input:** fix placeholder width for masked input ([8696f40](https://github.com/skbkontur/retail-ui/commit/8696f40)), closes [#1272](https://github.com/skbkontur/retail-ui/issues/1272)
1921
+
1922
+
1923
+
1924
+
1925
+
1926
+ ## [0.44.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.1...retail-ui@0.44.2) (2019-03-26)
1927
+
1928
+
1929
+ ### Bug Fixes
1930
+
1931
+ * **ComboBoxOld:** bring typings back ([65d26cd](https://github.com/skbkontur/retail-ui/commit/65d26cd))
1932
+ * **hint:** add pin offset ([9c68d44](https://github.com/skbkontur/retail-ui/commit/9c68d44)), closes [#1265](https://github.com/skbkontur/retail-ui/issues/1265)
1933
+ * **Input:** fix input outlines in IE ([2594500](https://github.com/skbkontur/retail-ui/commit/2594500)), closes [#1197](https://github.com/skbkontur/retail-ui/issues/1197)
1934
+ * **Popup:** call `onOpen` prop in right moment for react@15 ([07d98e7](https://github.com/skbkontur/retail-ui/commit/07d98e7)), closes [#1257](https://github.com/skbkontur/retail-ui/issues/1257)
1935
+ * **Tooltip:** correct render invalid react element ([d49b9fd](https://github.com/skbkontur/retail-ui/commit/d49b9fd))
1936
+ * **Tooltip:** loosing focus on show/hide content ([83b86f7](https://github.com/skbkontur/retail-ui/commit/83b86f7))
1937
+
1938
+
1939
+ ### Performance Improvements
1940
+
1941
+ * **Popup:** bind instead of field initializer ([e1bfba1](https://github.com/skbkontur/retail-ui/commit/e1bfba1))
1942
+ * **Popup:** do not renderContent if closed ([49b03a6](https://github.com/skbkontur/retail-ui/commit/49b03a6))
1943
+ * **Popup:** less event subscriptions ([eb30481](https://github.com/skbkontur/retail-ui/commit/eb30481))
1944
+ * **Popup:** remove RenderLayer/onCloseRequest ([1763036](https://github.com/skbkontur/retail-ui/commit/1763036))
1945
+ * **RenderContainer:** lazy domContainer ([7a193fe](https://github.com/skbkontur/retail-ui/commit/7a193fe))
1946
+ * **RenderLayer:** bind instead of field initializer ([a7a940b](https://github.com/skbkontur/retail-ui/commit/a7a940b))
1947
+ * **RenderLayer:** less event subscriptions ([f095eca](https://github.com/skbkontur/retail-ui/commit/f095eca))
1948
+ * **Tooltip:** bind instead of field initializer ([e4a1ef5](https://github.com/skbkontur/retail-ui/commit/e4a1ef5))
1949
+ * **Tooltip:** skip RenderLayer if unneeded ([9719e45](https://github.com/skbkontur/retail-ui/commit/9719e45))
1950
+
1951
+
1952
+
1953
+
1954
+
1955
+ ## [0.44.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.44.0...retail-ui@0.44.1) (2019-03-19)
1956
+
1957
+
1958
+ ### Bug Fixes
1959
+
1960
+ * **retail-ui:** fix some imports for `[@skbkontur](https://github.com/skbkontur)/react-ui` ([d4c19a8](https://github.com/skbkontur/retail-ui/commit/d4c19a8))
1961
+
1962
+
1963
+
1964
+
1965
+
1966
+ # [0.44.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.43.0...retail-ui@0.44.0) (2019-03-19)
1967
+
1968
+
1969
+ ### Bug Fixes
1970
+
1971
+ * **ComboBox:** typings issues ([d51d66d](https://github.com/skbkontur/retail-ui/commit/d51d66d))
1972
+ * **Group:** fix flexbox width bug in IE ([6b9dd7a](https://github.com/skbkontur/retail-ui/commit/6b9dd7a)), closes [#1199](https://github.com/skbkontur/retail-ui/issues/1199) [#1234](https://github.com/skbkontur/retail-ui/issues/1234)
1973
+ * **Group:** pass "corners" prop only for Button ([54b9d13](https://github.com/skbkontur/retail-ui/commit/54b9d13)), closes [#1225](https://github.com/skbkontur/retail-ui/issues/1225)
1974
+ * **retail-ui:** add optional for some props and default for generic ([07003a4](https://github.com/skbkontur/retail-ui/commit/07003a4))
1975
+ * **SidePage:** change header paddings according to the guides ([722d00f](https://github.com/skbkontur/retail-ui/commit/722d00f))
1976
+ * **SidePage:** fix scrollbar overlapping by the footer with wrong width ([f3468b1](https://github.com/skbkontur/retail-ui/commit/f3468b1))
1977
+ * **SidePage:** remove empty space from the fixed header ([48a53f9](https://github.com/skbkontur/retail-ui/commit/48a53f9)), closes [#971](https://github.com/skbkontur/retail-ui/issues/971)
1978
+
1979
+
1980
+ ### Features
1981
+
1982
+ * **ComboBox:** add props `searchOnFocus` and `drawArrow` ([a605c22](https://github.com/skbkontur/retail-ui/commit/a605c22))
1983
+
1984
+
1985
+
1986
+
1987
+
1988
+ # [0.43.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.42.0...retail-ui@0.43.0) (2019-03-12)
1989
+
1990
+
1991
+ ### Bug Fixes
1992
+
1993
+ * **Button:** fix disabled link background ([9c2cdae](https://github.com/skbkontur/retail-ui/commit/9c2cdae)), closes [#1213](https://github.com/skbkontur/retail-ui/issues/1213)
1994
+ * **ComboBox:** correct import specific icon, not all ([9f0fcbf](https://github.com/skbkontur/retail-ui/commit/9f0fcbf))
1995
+ * **ComboBox:** repair blur when menu is not open ([0861a90](https://github.com/skbkontur/retail-ui/commit/0861a90))
1996
+ * **ComboBoxMenu:** unique keys warning ([7ead9fc](https://github.com/skbkontur/retail-ui/commit/7ead9fc))
1997
+ * **Modal:** enable adaptive style by default ([284ad95](https://github.com/skbkontur/retail-ui/commit/284ad95)), closes [#1164](https://github.com/skbkontur/retail-ui/issues/1164)
1998
+ * **Tooltip:** fix svg icons click in ie11 ([d99676d](https://github.com/skbkontur/retail-ui/commit/d99676d)), closes [#1107](https://github.com/skbkontur/retail-ui/issues/1107)
1999
+ * **Tooltip:** handleClickOutside detects content ([c69773b](https://github.com/skbkontur/retail-ui/commit/c69773b)), closes [#1210](https://github.com/skbkontur/retail-ui/issues/1210)
2000
+
2001
+
2002
+ ### Features
2003
+
2004
+ * **ComboBox:** add localization ([2bc0300](https://github.com/skbkontur/retail-ui/commit/2bc0300))
2005
+ * **LocaleContext:** localization controls ([4d5a412](https://github.com/skbkontur/retail-ui/commit/4d5a412))
2006
+ * **Logotype:** add localization ([47fa21e](https://github.com/skbkontur/retail-ui/commit/47fa21e))
2007
+ * **Paging:** add localization ([ef982db](https://github.com/skbkontur/retail-ui/commit/ef982db))
2008
+ * **Select:** add localization ([8a539be](https://github.com/skbkontur/retail-ui/commit/8a539be))
2009
+ * **Spinner:** add localization ([265deee](https://github.com/skbkontur/retail-ui/commit/265deee))
2010
+ * **TokenInput:** add localization ([49d7742](https://github.com/skbkontur/retail-ui/commit/49d7742))
2011
+ * **TopBar:** add `TopBar.Logout` for localization ([18533e9](https://github.com/skbkontur/retail-ui/commit/18533e9))
2012
+ * **TopBar:** add localization ([50accaf](https://github.com/skbkontur/retail-ui/commit/50accaf))
2013
+
2014
+
2015
+
2016
+
2017
+
2018
+ # [0.42.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.41.1...retail-ui@0.42.0) (2019-03-05)
2019
+
2020
+ ### Bug Fixes
2021
+
2022
+ - **DatePicker:** fix clear selection on IE11 ([fe61312](https://github.com/skbkontur/retail-ui/commit/fe61312)), closes [#1205](https://github.com/skbkontur/retail-ui/issues/1205)
2023
+ - **Fias:** fix textarea import ([2a1dd51](https://github.com/skbkontur/retail-ui/commit/2a1dd51))
2024
+ - **retail-ui:** fix placeholders color according to the guides ([f29f9ac](https://github.com/skbkontur/retail-ui/commit/f29f9ac)), closes [#1166](https://github.com/skbkontur/retail-ui/issues/1166)
2025
+ - **Tooltip:** reposition changed content ([39b641f](https://github.com/skbkontur/retail-ui/commit/39b641f)), closes [#962](https://github.com/skbkontur/retail-ui/issues/962)
2026
+
2027
+ ### Features
2028
+
2029
+ - **DropdownMenu:** add header and footer props ([db8a428](https://github.com/skbkontur/retail-ui/commit/db8a428))
2030
+ - **ScrollContainer:** add `onScrollStateChange` prop ([18366b7](https://github.com/skbkontur/retail-ui/commit/18366b7))
2031
+ - **TooltipMenu:** add header and footer props ([578125d](https://github.com/skbkontur/retail-ui/commit/578125d))
2032
+
2033
+ ## [0.41.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.41.0...retail-ui@0.41.1) (2019-02-27)
2034
+
2035
+ ### Bug Fixes
2036
+
2037
+ - **Popup:** remove ambient types ([72fb736](https://github.com/skbkontur/retail-ui/commit/72fb736))
2038
+
2039
+ # [0.41.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.40.1...retail-ui@0.41.0) (2019-02-26)
2040
+
2041
+ ### Bug Fixes
2042
+
2043
+ - **ComboBox:** fix `focusNextElement` call condition ([da8e007](https://github.com/skbkontur/retail-ui/commit/da8e007))
2044
+ - **ComboBox:** fix open if blured ([6a63937](https://github.com/skbkontur/retail-ui/commit/6a63937))
2045
+ - **ComboBox:** fixed menu item highlight on focus([#1100](https://github.com/skbkontur/retail-ui/issues/1100)) ([212cf2d](https://github.com/skbkontur/retail-ui/commit/212cf2d))
2046
+ - **ComboBox:** use requestStatus and repeatRequest to highlight menu item properly ([c5dfd8f](https://github.com/skbkontur/retail-ui/commit/c5dfd8f))
2047
+ - **DateInput:** add handle action `separator` ([c532008](https://github.com/skbkontur/retail-ui/commit/c532008)), closes [#1059](https://github.com/skbkontur/retail-ui/issues/1059)
2048
+ - **Hint:** don't render Popup if text is empty ([f4b2e03](https://github.com/skbkontur/retail-ui/commit/f4b2e03))
2049
+ - **PasswordInput:** remove not DOM prop `detectCapsLock` ([7d49446](https://github.com/skbkontur/retail-ui/commit/7d49446))
2050
+ - **Popup:** closing 'hover' after dropdown selection ([c021e04](https://github.com/skbkontur/retail-ui/commit/c021e04))
2051
+ - **Popup:** possible memory leak fix ([bd1bca4](https://github.com/skbkontur/retail-ui/commit/bd1bca4))
2052
+ - **retail-ui:** fix input and button baseline (according to the guides) ([085d6af](https://github.com/skbkontur/retail-ui/commit/085d6af))
2053
+ - **Token:** fix align text and icon ([#1182](https://github.com/skbkontur/retail-ui/issues/1182)) ([fe49699](https://github.com/skbkontur/retail-ui/commit/fe49699)), closes [#1158](https://github.com/skbkontur/retail-ui/issues/1158)
2054
+ - **Tooltip:** don't render Popup without content ([a9fbdb5](https://github.com/skbkontur/retail-ui/commit/a9fbdb5))
2055
+
2056
+ ### Features
2057
+
2058
+ - **ComboBox:** add `cancelSearch` public method ([dcafb27](https://github.com/skbkontur/retail-ui/commit/dcafb27))
2059
+ - **ComboBox:** public blur method ([e3e3a8e](https://github.com/skbkontur/retail-ui/commit/e3e3a8e))
2060
+ - **Fias:** support foreign addresses ([2641ca2](https://github.com/skbkontur/retail-ui/commit/2641ca2))
2061
+
2062
+ ## [0.40.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.40.0...retail-ui@0.40.1) (2019-02-19)
2063
+
2064
+ ### Bug Fixes
2065
+
2066
+ - **SidePage:** dynamic resolved types `Body` and `Footer` with context ([4ec286b](https://github.com/skbkontur/retail-ui/commit/4ec286b))
2067
+
2068
+ # [0.40.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.39.0...retail-ui@0.40.0) (2019-02-19)
2069
+
2070
+ ### Bug Fixes
2071
+
2072
+ - **RenderContainer:** unique keys warning ([b2279b3](https://github.com/skbkontur/retail-ui/commit/b2279b3)), closes [#1149](https://github.com/skbkontur/retail-ui/issues/1149)
2073
+ - **Tooltip:** fixed closing for `hoverAnchor` ([fd932f2](https://github.com/skbkontur/retail-ui/commit/fd932f2)), closes [#973](https://github.com/skbkontur/retail-ui/issues/973)
2074
+
2075
+ ### Features
2076
+
2077
+ - **flow:** add typings ([#1160](https://github.com/skbkontur/retail-ui/issues/1160)) ([55d79c9](https://github.com/skbkontur/retail-ui/commit/55d79c9))
2078
+ - **PasswordInput:** add support blur event ([#1162](https://github.com/skbkontur/retail-ui/issues/1162)) ([ddd8195](https://github.com/skbkontur/retail-ui/commit/ddd8195)), closes [#889](https://github.com/skbkontur/retail-ui/issues/889)
2079
+ - **Popup:** add `ignoreHover` prop ([869f556](https://github.com/skbkontur/retail-ui/commit/869f556))
2080
+ - **TokenInput:** add ability to directly render token component ([#1148](https://github.com/skbkontur/retail-ui/issues/1148)) ([6354b2a](https://github.com/skbkontur/retail-ui/commit/6354b2a))
2081
+
2082
+ <a name="0.39.0"></a>
2083
+
2084
+ # [0.39.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.38.0...retail-ui@0.39.0) (2019-02-12)
2085
+
2086
+ ### Bug Fixes
2087
+
2088
+ - **DropdownContainer:** fixed initial position ([8eed80e](https://github.com/skbkontur/retail-ui/commit/8eed80e))
2089
+ - **Menu:** not call `setState` after unmount ([dfd5152](https://github.com/skbkontur/retail-ui/commit/dfd5152))
2090
+
2091
+ ### Features
2092
+
2093
+ - **ComboBox:** минимальное время показа лоадера ([279afac](https://github.com/skbkontur/retail-ui/commit/279afac))
2094
+ - **Fias:** add fields settings ([31ea3d3](https://github.com/skbkontur/retail-ui/commit/31ea3d3))
2095
+ - **Fias:** add postalCode field ([02f1498](https://github.com/skbkontur/retail-ui/commit/02f1498))
2096
+ - **Fias:** move fields labels to the locale ([0bae0fd](https://github.com/skbkontur/retail-ui/commit/0bae0fd))
2097
+ - **retail-ui:** add more flow typings ([#1137](https://github.com/skbkontur/retail-ui/issues/1137)) ([e72b3eb](https://github.com/skbkontur/retail-ui/commit/e72b3eb))
2098
+
2099
+ <a name="0.38.0"></a>
2100
+
2101
+ # [0.38.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.37.0...retail-ui@0.38.0) (2019-02-05)
2102
+
2103
+ ### Bug Fixes
2104
+
2105
+ - **Button:** reset text styles ([0b7eec5](https://github.com/skbkontur/retail-ui/commit/0b7eec5)), closes [#1108](https://github.com/skbkontur/retail-ui/issues/1108)
2106
+ - **Button:** text align center with custom width ([2150cc6](https://github.com/skbkontur/retail-ui/commit/2150cc6)), closes [#1121](https://github.com/skbkontur/retail-ui/issues/1121)
2107
+ - **Combobox:** fix non-closing menu with disablePortal prop ([c5b5288](https://github.com/skbkontur/retail-ui/commit/c5b5288))
2108
+ - **DateInput:** remove unecessary wrapper element ([908941e](https://github.com/skbkontur/retail-ui/commit/908941e)), closes [#1119](https://github.com/skbkontur/retail-ui/issues/1119)
2109
+ - **Input:** reset text styles ([b7bd90b](https://github.com/skbkontur/retail-ui/commit/b7bd90b)), closes [#1108](https://github.com/skbkontur/retail-ui/issues/1108)
2110
+ - **InputLikeText:** fix overflow inside flex container ([91f5c8a](https://github.com/skbkontur/retail-ui/commit/91f5c8a)), closes [#1116](https://github.com/skbkontur/retail-ui/issues/1116)
2111
+ - **Kladr:** recover TypeScript typings ([948212d](https://github.com/skbkontur/retail-ui/commit/948212d)), closes [#1058](https://github.com/skbkontur/retail-ui/issues/1058)
2112
+ - **RenderLayer:** disable catch events ([#1127](https://github.com/skbkontur/retail-ui/issues/1127)) ([f0a447c](https://github.com/skbkontur/retail-ui/commit/f0a447c))
2113
+ - **Textarea:** define min-height, close [#1072](https://github.com/skbkontur/retail-ui/issues/1072) ([#1082](https://github.com/skbkontur/retail-ui/issues/1082)) ([01cf7d3](https://github.com/skbkontur/retail-ui/commit/01cf7d3))
2114
+
2115
+ ### Features
2116
+
2117
+ - add flow typings ([9577790](https://github.com/skbkontur/retail-ui/commit/9577790))
2118
+ - **Logotype:** add locale prop ([e39c7f7](https://github.com/skbkontur/retail-ui/commit/e39c7f7))
2119
+
2120
+ <a name="0.37.0"></a>
2121
+
2122
+ # [0.37.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.36.0...retail-ui@0.37.0) (2019-01-30)
2123
+
2124
+ ### Bug Fixes
2125
+
2126
+ - **Fias:** allow to search for houses in planning structures ([3eeec85](https://github.com/skbkontur/retail-ui/commit/3eeec85)), closes [#1098](https://github.com/skbkontur/retail-ui/issues/1098)
2127
+
2128
+ ### Features
2129
+
2130
+ - **Input:** поддержка префикса и суффикса ([fe9a1d8](https://github.com/skbkontur/retail-ui/commit/fe9a1d8))
2131
+ - **Input:** флекс-верска инпута ([64deabc](https://github.com/skbkontur/retail-ui/commit/64deabc))
2132
+ - **InputLikeText:** интерфейс пропсов наследуется от InputProps ([b4b7dce](https://github.com/skbkontur/retail-ui/commit/b4b7dce))
2133
+
2134
+ <a name="0.36.0"></a>
2135
+
2136
+ # [0.36.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.35.0...retail-ui@0.36.0) (2019-01-21)
2137
+
2138
+ ### Bug Fixes
2139
+
2140
+ - **Hint:** fix unnecessary re-render ([c9160d4](https://github.com/skbkontur/retail-ui/commit/c9160d4)), closes [#1053](https://github.com/skbkontur/retail-ui/issues/1053)
2141
+ - **SidePage:** update layout when the Body has been updated ([4477546](https://github.com/skbkontur/retail-ui/commit/4477546)), closes [#961](https://github.com/skbkontur/retail-ui/issues/961)
2142
+ - **TopBar.Item:** при onlyIcon={true} не рендерятся дети, fix [#1019](https://github.com/skbkontur/retail-ui/issues/1019) ([49f52d2](https://github.com/skbkontur/retail-ui/commit/49f52d2))
2143
+
2144
+ ### Features
2145
+
2146
+ - **Kebab:** add size medium ([9ea2d17](https://github.com/skbkontur/retail-ui/commit/9ea2d17))
2147
+ - **Select:** add public focus method ([8f317e1](https://github.com/skbkontur/retail-ui/commit/8f317e1)), closes [#1063](https://github.com/skbkontur/retail-ui/issues/1063)
2148
+ - **Select:** компонент принимает пропсы onFocus/onBlur ([2d4ba50](https://github.com/skbkontur/retail-ui/commit/2d4ba50))
2149
+ - **SidePage:** add updateLayout method ([7fe9290](https://github.com/skbkontur/retail-ui/commit/7fe9290))
2150
+
2151
+ <a name="0.35.0"></a>
2152
+
2153
+ # [0.35.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.34.0...retail-ui@0.35.0) (2019-01-14)
2154
+
2155
+ ### Bug Fixes
2156
+
2157
+ - **Calendar:** set box-sizing ([f3e7432](https://github.com/skbkontur/retail-ui/commit/f3e7432)), closes [#525](https://github.com/skbkontur/retail-ui/issues/525) [#762](https://github.com/skbkontur/retail-ui/issues/762)
2158
+ - **ComboBox:** keep focus after click on refresh ([2effb7c](https://github.com/skbkontur/retail-ui/commit/2effb7c)), closes [#1012](https://github.com/skbkontur/retail-ui/issues/1012)
2159
+ - **ComboBoxOld:** fix click on disabled arrow ([031281b](https://github.com/skbkontur/retail-ui/commit/031281b))
2160
+ - **DropdownContainer:** remove listeners in disablePortal mode too ([51a611f](https://github.com/skbkontur/retail-ui/commit/51a611f)), closes [#1064](https://github.com/skbkontur/retail-ui/issues/1064)
2161
+ - **Input:** pass formatChars to ReactInputMask ([747badf](https://github.com/skbkontur/retail-ui/commit/747badf))
2162
+ - **Modal:** скрыта нативная рамка фокуса в ff ([f9fecb2](https://github.com/skbkontur/retail-ui/commit/f9fecb2))
2163
+ - **Radio:** fix cursor in flat-theme, fix [#990](https://github.com/skbkontur/retail-ui/issues/990) ([0b21a21](https://github.com/skbkontur/retail-ui/commit/0b21a21))
2164
+
2165
+ ### Features
2166
+
2167
+ - **Icon:** remove component ([cd229d3](https://github.com/skbkontur/retail-ui/commit/cd229d3)), closes [#1037](https://github.com/skbkontur/retail-ui/issues/1037)
2168
+ - **retail-ui:** add brand color variables ([072f2f5](https://github.com/skbkontur/retail-ui/commit/072f2f5))
2169
+ - **retail-ui:** add TokenInput component ([402c9bc](https://github.com/skbkontur/retail-ui/commit/402c9bc)), closes [#650](https://github.com/skbkontur/retail-ui/issues/650)
2170
+
2171
+ ### BREAKING CHANGES
2172
+
2173
+ - **Icon:** Component `Icon` has been removed, please use icons from `@skbkontur/react-icons`
2174
+
2175
+ <a name="0.34.0"></a>
2176
+
2177
+ # [0.34.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.33.0...retail-ui@0.34.0) (2018-12-26)
2178
+
2179
+ ### Bug Fixes
2180
+
2181
+ - **Autocomplete:** исправлен многократный вызов `source` ([6a73bc5](https://github.com/skbkontur/retail-ui/commit/6a73bc5)), closes [#937](https://github.com/skbkontur/retail-ui/issues/937)
2182
+ - **ComboBox:** always close on clickOutside ([1715695](https://github.com/skbkontur/retail-ui/commit/1715695))
2183
+ - **ComboBox:** run empty search on input click if closed ([75670b4](https://github.com/skbkontur/retail-ui/commit/75670b4))
2184
+ - **CurrencyInput:** починено поведение фокуса ([ce3e1e9](https://github.com/skbkontur/retail-ui/commit/ce3e1e9)), closes [#932](https://github.com/skbkontur/retail-ui/issues/932)
2185
+ - **DatePicker:** close if picker became disabled ([2b98084](https://github.com/skbkontur/retail-ui/commit/2b98084))
2186
+ - **DatePicker:** do not open on focus if disabled ([03fb67d](https://github.com/skbkontur/retail-ui/commit/03fb67d))
2187
+ - **DatePickerOld:** can't blur in ie11 ([f515c56](https://github.com/skbkontur/retail-ui/commit/f515c56)), closes [#1030](https://github.com/skbkontur/retail-ui/issues/1030)
2188
+ - **DatePickerOld:** can't blur in safari ([194adca](https://github.com/skbkontur/retail-ui/commit/194adca))
2189
+ - **DropdownContainer:** align dropdown in disablePortal mode ([ca8561f](https://github.com/skbkontur/retail-ui/commit/ca8561f)), closes [#590](https://github.com/skbkontur/retail-ui/issues/590)
2190
+ - **Fias:** [FiasComboBox] update searchText on value change ([55cb808](https://github.com/skbkontur/retail-ui/commit/55cb808))
2191
+ - **Fias:** disallow search through all parents for Street and lower ([09966ec](https://github.com/skbkontur/retail-ui/commit/09966ec))
2192
+ - **Fias:** invalidate House if it wasn't chosen from the list ([2389155](https://github.com/skbkontur/retail-ui/commit/2389155)), closes [#905](https://github.com/skbkontur/retail-ui/issues/905)
2193
+ - **Fias:** open list on focus after validation (if has items) ([7972960](https://github.com/skbkontur/retail-ui/commit/7972960))
2194
+ - **InternalMenu:** focus on menu without scrollTo ([263091d](https://github.com/skbkontur/retail-ui/commit/263091d)), closes [#996](https://github.com/skbkontur/retail-ui/issues/996)
2195
+ - **Logotype:** always render dropdown container ([dfc26cb](https://github.com/skbkontur/retail-ui/commit/dfc26cb)), closes [#631](https://github.com/skbkontur/retail-ui/issues/631)
2196
+ - **Logotype:** display root as inline element when there is no widget ([b0f316f](https://github.com/skbkontur/retail-ui/commit/b0f316f))
2197
+ - **Logotype:** init widget on props update ([109f562](https://github.com/skbkontur/retail-ui/commit/109f562))
2198
+ - **Sticky:** infinity update loop in safari ([7c26f85](https://github.com/skbkontur/retail-ui/commit/7c26f85)), closes [#1033](https://github.com/skbkontur/retail-ui/issues/1033)
2199
+ - **Textarea:** don't pass placeholder prop if it is polyfilled ([54d16bb](https://github.com/skbkontur/retail-ui/commit/54d16bb)), closes [#955](https://github.com/skbkontur/retail-ui/issues/955)
2200
+ - **TopBar:** update User's links to cabinet.kontur.ru ([53d1024](https://github.com/skbkontur/retail-ui/commit/53d1024))
2201
+
2202
+ ### Features
2203
+
2204
+ - **Fias:** show "select from list" message on validation if has items ([91dd8ba](https://github.com/skbkontur/retail-ui/commit/91dd8ba))
2205
+ - **Popup:** add `onOpen` prop ([af52795](https://github.com/skbkontur/retail-ui/commit/af52795))
2206
+ - **Spinner:** поддержка ReactNode в caption ([b0ba0cd](https://github.com/skbkontur/retail-ui/commit/b0ba0cd))
2207
+ - **Textarea:** шрифт и отсутпы по гайдам ([ca61be6](https://github.com/skbkontur/retail-ui/commit/ca61be6))
2208
+
2209
+ <a name="0.33.0"></a>
2210
+
2211
+ # [0.33.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.32.1...retail-ui@0.33.0) (2018-12-17)
2212
+
2213
+ ### Bug Fixes
2214
+
2215
+ - **ComboBox:** always keep textValue in sync with value, if not editing ([f9e6531](https://github.com/skbkontur/retail-ui/commit/f9e6531))
2216
+ - **ComboBox:** fix getValueString function ([50accf1](https://github.com/skbkontur/retail-ui/commit/50accf1))
2217
+ - **CustomComboBox:** made some props required ([dd1f90a](https://github.com/skbkontur/retail-ui/commit/dd1f90a))
2218
+ - **MenuItem:** remove 'white-space: nowrap' property ([b4fb9e7](https://github.com/skbkontur/retail-ui/commit/b4fb9e7)), closes [#590](https://github.com/skbkontur/retail-ui/issues/590) [#959](https://github.com/skbkontur/retail-ui/issues/959)
2219
+ - **paging:** починено поведение глобального листенера ([fddcc74](https://github.com/skbkontur/retail-ui/commit/fddcc74)), closes [#998](https://github.com/skbkontur/retail-ui/issues/998) [#976](https://github.com/skbkontur/retail-ui/issues/976)
2220
+
2221
+ ### Features
2222
+
2223
+ - **ComboBox:** add search method ([bb3fa2e](https://github.com/skbkontur/retail-ui/commit/bb3fa2e)), closes [#991](https://github.com/skbkontur/retail-ui/issues/991)
2224
+ - **ComboBox:** allow to open combobox with search ([c3b8965](https://github.com/skbkontur/retail-ui/commit/c3b8965))
2225
+
2226
+ <a name="0.32.1"></a>
2227
+
2228
+ ## [0.32.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.32.0...retail-ui@0.32.1) (2018-12-11)
2229
+
2230
+ ### Bug Fixes
2231
+
2232
+ - **DateSelect:** fix varialble name in styles ([542ab98](https://github.com/skbkontur/retail-ui/commit/542ab98)), closes [#975](https://github.com/skbkontur/retail-ui/issues/975)
2233
+ - **Input:** fix regression around medium font-size ([a900f6e](https://github.com/skbkontur/retail-ui/commit/a900f6e))
2234
+
2235
+ <a name="0.32.0"></a>
2236
+
2237
+ # [0.32.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.31.0...retail-ui@0.32.0) (2018-12-10)
2238
+
2239
+ ### Bug Fixes
2240
+
2241
+ - **ComboBox:** keep focus after item click and focus next after Enter ([50e5ef0](https://github.com/skbkontur/retail-ui/commit/50e5ef0)), closes [#907](https://github.com/skbkontur/retail-ui/issues/907)
2242
+ - **Popup:** remove unwanted pin border in IE ([b9f3b90](https://github.com/skbkontur/retail-ui/commit/b9f3b90)), closes [#786](https://github.com/skbkontur/retail-ui/issues/786) [#943](https://github.com/skbkontur/retail-ui/issues/943)
2243
+ - **RenderContainer:** correct store ids in data-attribute ([0dc7089](https://github.com/skbkontur/retail-ui/commit/0dc7089))
2244
+ - **Tooltip:** reset opened state by trigger prop ([83d0132](https://github.com/skbkontur/retail-ui/commit/83d0132)), closes [#896](https://github.com/skbkontur/retail-ui/issues/896)
2245
+
2246
+ ### Features
2247
+
2248
+ - **ComboBox:** add open/close methods ([7bbd941](https://github.com/skbkontur/retail-ui/commit/7bbd941)), closes [#957](https://github.com/skbkontur/retail-ui/issues/957)
2249
+ - **Input:** blink on unexpected input ([7162ffa](https://github.com/skbkontur/retail-ui/commit/7162ffa))
2250
+ - **lib:** add functions for getting focusable elements ([6ff8b71](https://github.com/skbkontur/retail-ui/commit/6ff8b71))
2251
+
2252
+ ### Performance Improvements
2253
+
2254
+ - **ComboBox:** optimize focusNextElement method ([f8946f4](https://github.com/skbkontur/retail-ui/commit/f8946f4))
2255
+
2256
+ <a name="0.31.0"></a>
2257
+
2258
+ # [0.31.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.30.0...retail-ui@0.31.0) (2018-12-04)
2259
+
2260
+ ### Bug Fixes
2261
+
2262
+ - **ComboBox:** don't do search on focus in autocomplete mode ([241195d](https://github.com/skbkontur/retail-ui/commit/241195d)), closes [#601](https://github.com/skbkontur/retail-ui/issues/601)
2263
+ - **DatePickerOld:** fix firefox specific bug ([737262d](https://github.com/skbkontur/retail-ui/commit/737262d))
2264
+ - **Modal:** generated docs use helper function as component ([ac0f9f3](https://github.com/skbkontur/retail-ui/commit/ac0f9f3))
2265
+ - **Popup:** fix render child for react@15 ([b2364a6](https://github.com/skbkontur/retail-ui/commit/b2364a6))
2266
+ - **Select:** fix text-overflow color ([4b100bd](https://github.com/skbkontur/retail-ui/commit/4b100bd)), closes [#543](https://github.com/skbkontur/retail-ui/issues/543)
2267
+ - **Select:** less offset of arrow-icon ([d2e1183](https://github.com/skbkontur/retail-ui/commit/d2e1183)), closes [#542](https://github.com/skbkontur/retail-ui/issues/542)
2268
+
2269
+ ### Features
2270
+
2271
+ - **Input:** improve masked input ([#900](https://github.com/skbkontur/retail-ui/issues/900)) ([f03fd28](https://github.com/skbkontur/retail-ui/commit/f03fd28)), closes [#463](https://github.com/skbkontur/retail-ui/issues/463) [#449](https://github.com/skbkontur/retail-ui/issues/449) [#499](https://github.com/skbkontur/retail-ui/issues/499) [#463](https://github.com/skbkontur/retail-ui/issues/463) [#449](https://github.com/skbkontur/retail-ui/issues/449) [#499](https://github.com/skbkontur/retail-ui/issues/499)
2272
+ - **Modal:** add alignTop prop ([618b88b](https://github.com/skbkontur/retail-ui/commit/618b88b)), closes [#715](https://github.com/skbkontur/retail-ui/issues/715)
2273
+
2274
+ <a name="0.30.0"></a>
2275
+
2276
+ # [0.30.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.29.0...retail-ui@0.30.0) (2018-11-20)
2277
+
2278
+ ### Bug Fixes
2279
+
2280
+ - **ComboBox:** fix blinking test by mocking lodash.debounce ([fef6e3e](https://github.com/skbkontur/retail-ui/commit/fef6e3e))
2281
+ - **ComboBox:** prevent searching items after blur ([0a6153d](https://github.com/skbkontur/retail-ui/commit/0a6153d))
2282
+ - **ComboBox:** show editing input text on focus instead of value ([6e0e8d4](https://github.com/skbkontur/retail-ui/commit/6e0e8d4))
2283
+ - **Menu:** scroll till the container edges while moving through items ([32a6f94](https://github.com/skbkontur/retail-ui/commit/32a6f94)), closes [#860](https://github.com/skbkontur/retail-ui/issues/860)
2284
+ - **Tooltip:** add shallow equal on shouldComponentUpdate ([647fd5b](https://github.com/skbkontur/retail-ui/commit/647fd5b)), closes [#899](https://github.com/skbkontur/retail-ui/issues/899)
2285
+ - **TopBar:** pass href instead of logoHref prop to Logotype ([04b2d54](https://github.com/skbkontur/retail-ui/commit/04b2d54)), closes [#923](https://github.com/skbkontur/retail-ui/issues/923)
2286
+
2287
+ ### Features
2288
+
2289
+ - **DatePicker:** поддержка праздничных дней ([#904](https://github.com/skbkontur/retail-ui/issues/904)) ([d1f4213](https://github.com/skbkontur/retail-ui/commit/d1f4213)), closes [#423](https://github.com/skbkontur/retail-ui/issues/423)
2290
+ - **Hint:** add `useWrapper` prop ([142f684](https://github.com/skbkontur/retail-ui/commit/142f684))
2291
+ - **Modal:** опциональное залипание шапки и футера ([#911](https://github.com/skbkontur/retail-ui/issues/911)) ([1e763cf](https://github.com/skbkontur/retail-ui/commit/1e763cf))
2292
+ - **Popup:** allow use react component as anchorElement ([7b0b373](https://github.com/skbkontur/retail-ui/commit/7b0b373))
2293
+ - **Tooltip:** add `useWrapper` prop ([71d803a](https://github.com/skbkontur/retail-ui/commit/71d803a)), closes [#721](https://github.com/skbkontur/retail-ui/issues/721)
2294
+
2295
+ <a name="0.29.0"></a>
2296
+
2297
+ # [0.29.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.28.0...retail-ui@0.29.0) (2018-11-13)
2298
+
2299
+ ### Bug Fixes
2300
+
2301
+ - **ComboBox:** update textValue even if empty (autocomplete mode) ([#875](https://github.com/skbkontur/retail-ui/issues/875)) ([6981973](https://github.com/skbkontur/retail-ui/commit/6981973))
2302
+
2303
+ ### Features
2304
+
2305
+ - **Button:** Новые стили для кнопок-стрелок ([#839](https://github.com/skbkontur/retail-ui/issues/839)) ([bcfe9c9](https://github.com/skbkontur/retail-ui/commit/bcfe9c9))
2306
+ - **ComboBox:** allow use hover state in renderItem ([eacebc3](https://github.com/skbkontur/retail-ui/commit/eacebc3))
2307
+ - **Fias:** новый компонент ФИАС, [#779](https://github.com/skbkontur/retail-ui/issues/779) ([74e7e04](https://github.com/skbkontur/retail-ui/commit/74e7e04))
2308
+ - **FxInput:** add public method blur ([b4e167d](https://github.com/skbkontur/retail-ui/commit/b4e167d)), closes [#888](https://github.com/skbkontur/retail-ui/issues/888)
2309
+
2310
+ ### BREAKING CHANGES
2311
+
2312
+ - **ComboBox:** second argument of renderItem not used and replaced by MenuItemState
2313
+
2314
+ <a name="0.28.0"></a>
2315
+
2316
+ # [0.28.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.27.0...retail-ui@0.28.0) (2018-11-08)
2317
+
2318
+ ### Bug Fixes
2319
+
2320
+ - **CurrencyInput:** починено поведение плэйсхолдера ([84d2486](https://github.com/skbkontur/retail-ui/commit/84d2486))
2321
+ - **FxInput:** mainInGroup works again ([9bfca93](https://github.com/skbkontur/retail-ui/commit/9bfca93))
2322
+ - **HBVS:** only root component can update styles ([e12d32f](https://github.com/skbkontur/retail-ui/commit/e12d32f))
2323
+ - **Hint:** remove inline-block style [#829](https://github.com/skbkontur/retail-ui/issues/829) ([c9fbdfb](https://github.com/skbkontur/retail-ui/commit/c9fbdfb))
2324
+ - **Popup:** make disableAnimations working again ([c85db13](https://github.com/skbkontur/retail-ui/commit/c85db13))
2325
+ - **SidePage:** work with react@15 ([9e811bd](https://github.com/skbkontur/retail-ui/commit/9e811bd))
2326
+ - **Textarea:** поправлен интерфейс и пропсов, исправлена пара багов ([715d162](https://github.com/skbkontur/retail-ui/commit/715d162))
2327
+ - **Tooltip:** click on svg in tooltip [#877](https://github.com/skbkontur/retail-ui/issues/877) ([3fa07e7](https://github.com/skbkontur/retail-ui/commit/3fa07e7))
2328
+
2329
+ ### Features
2330
+
2331
+ - **Checkbox:** новое состояние WIP ([b443d5d](https://github.com/skbkontur/retail-ui/commit/b443d5d))
2332
+ - **Hint:** add disableAnimations prop ([cd548a6](https://github.com/skbkontur/retail-ui/commit/cd548a6))
2333
+ - **Paging:** global keydown listener ([b10df5d](https://github.com/skbkontur/retail-ui/commit/b10df5d))
2334
+ - **Paging:** show navigation hints by condition ([232a5c2](https://github.com/skbkontur/retail-ui/commit/232a5c2))
2335
+ - **PopupMenu:** add disableAnimation prop in PopupMenu-based components ([6602986](https://github.com/skbkontur/retail-ui/commit/6602986))
2336
+
2337
+ <a name="0.27.0"></a>
2338
+
2339
+ # [0.27.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.1...retail-ui@0.27.0) (2018-10-29)
2340
+
2341
+ ### Bug Fixes
2342
+
2343
+ - **Button:** fix flat styles ([5ba5980](https://github.com/skbkontur/retail-ui/commit/5ba5980)), closes [#856](https://github.com/skbkontur/retail-ui/issues/856)
2344
+ - **ComboBox:** public refs input/menu/inputLikeText ([f28b418](https://github.com/skbkontur/retail-ui/commit/f28b418))
2345
+ - **FxInput:** fix warning from 'mainInGroup' prop ([2ad6e4e](https://github.com/skbkontur/retail-ui/commit/2ad6e4e))
2346
+ - **Input:** filter props for HTMLInputElement, fix [#831](https://github.com/skbkontur/retail-ui/issues/831) ([fa94219](https://github.com/skbkontur/retail-ui/commit/fa94219))
2347
+ - **Input:** filter props for HTMLInputElement, fix [#831](https://github.com/skbkontur/retail-ui/issues/831) ([b0f04af](https://github.com/skbkontur/retail-ui/commit/b0f04af))
2348
+ - **Input:** input icons inside modal header [#861](https://github.com/skbkontur/retail-ui/issues/861) ([b69f0ab](https://github.com/skbkontur/retail-ui/commit/b69f0ab))
2349
+ - **Input:** update typings ([34adf0a](https://github.com/skbkontur/retail-ui/commit/34adf0a)), closes [#845](https://github.com/skbkontur/retail-ui/issues/845)
2350
+ - **Link:** fix types, fix [#841](https://github.com/skbkontur/retail-ui/issues/841) ([4a1e2b8](https://github.com/skbkontur/retail-ui/commit/4a1e2b8))
2351
+ - **Modal:** fix after Sticky hotfix ([b354149](https://github.com/skbkontur/retail-ui/commit/b354149))
2352
+ - **Modal:** not adaptive ([96178bd](https://github.com/skbkontur/retail-ui/commit/96178bd)), closes [#847](https://github.com/skbkontur/retail-ui/issues/847)
2353
+ - **SidePage:** fix blockBackground=false ([4a78d94](https://github.com/skbkontur/retail-ui/commit/4a78d94))
2354
+ - **SidePage:** fix blockBackground=false ([15a1763](https://github.com/skbkontur/retail-ui/commit/15a1763))
2355
+ - **Sticky:** вернули старое поведение с бесконечной рекурсией ([c04f3f1](https://github.com/skbkontur/retail-ui/commit/c04f3f1))
2356
+ - **Sticky:** вернули старое поведение с бесконечной рекурсией ([7cf7ebc](https://github.com/skbkontur/retail-ui/commit/7cf7ebc))
2357
+ - **Sticky:** fix default value of allowChildWithMargins ([3e5856e](https://github.com/skbkontur/retail-ui/commit/3e5856e))
2358
+ - **Sticky:** fix default value of allowChildWithMargins ([0ff54c6](https://github.com/skbkontur/retail-ui/commit/0ff54c6))
2359
+
2360
+ ### Features
2361
+
2362
+ - **CustomComboBox:** добавил ref для InputLikeText ([c5cd653](https://github.com/skbkontur/retail-ui/commit/c5cd653))
2363
+ - **Tooltip:** новое значение `trigger` ([391f715](https://github.com/skbkontur/retail-ui/commit/391f715)), closes [#818](https://github.com/skbkontur/retail-ui/issues/818)
2364
+
2365
+ <a name="0.26.3"></a>
2366
+
2367
+ ## [0.26.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.1...retail-ui@0.26.3) (2018-10-25)
2368
+
2369
+ ### Bug Fixes
2370
+
2371
+ - **Modal:** Modal.Footer и Modal.Header ипользуют Sticky с `allowChildWithMargins === true` ([8fee4c1](https://github.com/skbkontur/retail-ui/commit/8fee4c1bd5133e5b7419cb8951c08b46605a3985))
2372
+
2373
+ <a name="0.26.2"></a>
2374
+
2375
+ ## [0.26.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.0...retail-ui@0.26.2) (2018-10-25)
2376
+
2377
+ ### Bug Fixes
2378
+
2379
+ - **Sticky:** fix default value of allowChildWithMargins ([fffbea0](https://github.com/skbkontur/retail-ui/commit/fffbea0))
2380
+ - **Sticky:** вернули старое поведение с бесконечной рекурсией ([ebbbeec](https://github.com/skbkontur/retail-ui/commit/ebbbeec))
2381
+
2382
+ <a name="0.26.1"></a>
2383
+
2384
+ ## [0.26.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.26.0...retail-ui@0.26.1) (2018-10-24)
2385
+
2386
+ **Note:** Version bump only for package retail-ui
2387
+
2388
+ <a name="0.26.0"></a>
2389
+
2390
+ # [0.26.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.25.0...retail-ui@0.26.0) (2018-10-23)
2391
+
2392
+ ### Bug Fixes
2393
+
2394
+ - **Button:** fix subpixel bug in chrome ([a757350](https://github.com/skbkontur/retail-ui/commit/a757350))
2395
+ - **FxInput:** fix warning from 'mainInGroup' prop ([d24390c](https://github.com/skbkontur/retail-ui/commit/d24390c))
2396
+ - **HBVS:** окончательно отремонтирован ([c8df8a5](https://github.com/skbkontur/retail-ui/commit/c8df8a5))
2397
+ - **Modal:** fix modalClickTrap height, close [#810](https://github.com/skbkontur/retail-ui/issues/810) ([01497b5](https://github.com/skbkontur/retail-ui/commit/01497b5))
2398
+
2399
+ ### Features
2400
+
2401
+ - **combobox:** accept onUnexpectedInput handler return value ([e6c1d37](https://github.com/skbkontur/retail-ui/commit/e6c1d37))
2402
+ - **Icon:** use svg icons ([0690828](https://github.com/skbkontur/retail-ui/commit/0690828))
2403
+
2404
+ <a name="0.25.0"></a>
2405
+
2406
+ # [0.25.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.24.1...retail-ui@0.25.0) (2018-10-15)
2407
+
2408
+ ### Bug Fixes
2409
+
2410
+ - **ComboBox:** onChange при потере фокуса ([c3353b0](https://github.com/skbkontur/retail-ui/commit/c3353b0)), closes [#680](https://github.com/skbkontur/retail-ui/issues/680)
2411
+ - **HBVS:** пересчет размеров окна в каждом didUpdate, Closed [#717](https://github.com/skbkontur/retail-ui/issues/717) ([a162a03](https://github.com/skbkontur/retail-ui/commit/a162a03))
2412
+ - **Input:** fix console.log warning in group ([2bd4287](https://github.com/skbkontur/retail-ui/commit/2bd4287))
2413
+ - **Input:** повыщенный z-index при фокусе ([cf7f423](https://github.com/skbkontur/retail-ui/commit/cf7f423))
2414
+ - **Kebab:** react warning of unitless number ([66c6f21](https://github.com/skbkontur/retail-ui/commit/66c6f21))
2415
+ - **Modal:** fix click-handler ([cf84fd9](https://github.com/skbkontur/retail-ui/commit/cf84fd9)), closes [#757](https://github.com/skbkontur/retail-ui/issues/757)
2416
+ - **Modal:** focusLock отключен в ie, fix [#784](https://github.com/skbkontur/retail-ui/issues/784) ([839c7fa](https://github.com/skbkontur/retail-ui/commit/839c7fa))
2417
+ - **Popup:** change min-width to fix [#799](https://github.com/skbkontur/retail-ui/issues/799) ([4fb60a6](https://github.com/skbkontur/retail-ui/commit/4fb60a6))
2418
+ - **ResizeDetector:** удален `removeEventListener` :green_apple: ([ab586f7](https://github.com/skbkontur/retail-ui/commit/ab586f7))
2419
+ - **Tabs:** fix setState after unmount in Indicator component ([7444784](https://github.com/skbkontur/retail-ui/commit/7444784)), closes [#735](https://github.com/skbkontur/retail-ui/issues/735)
2420
+
2421
+ ### Features
2422
+
2423
+ - **Calendar:** больше переменных в стилях ([212bd1f](https://github.com/skbkontur/retail-ui/commit/212bd1f)), closes [#755](https://github.com/skbkontur/retail-ui/issues/755)
2424
+ - **Group:** added Group tests and Stories ([a669d7f](https://github.com/skbkontur/retail-ui/commit/a669d7f))
2425
+ - **Input:** выделение значения ([1b68c7a](https://github.com/skbkontur/retail-ui/commit/1b68c7a))
2426
+ - **Textarea:** выделение значения ([8282b37](https://github.com/skbkontur/retail-ui/commit/8282b37))
2427
+
2428
+ <a name="0.24.1"></a>
2429
+
2430
+ ## [0.24.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.24.0...retail-ui@0.24.1) (2018-10-10)
2431
+
2432
+ ### Bug Fixes
2433
+
2434
+ - **ComboBox:** PureComponent заменен на shouldComponentUpdate ([38d34fc](https://github.com/skbkontur/retail-ui/commit/38d34fc))
2435
+ - **SidePage:** fix zIndex of footer, fixed [#714](https://github.com/skbkontur/retail-ui/issues/714) ([63a2b5d](https://github.com/skbkontur/retail-ui/commit/63a2b5d))
2436
+
2437
+ <a name="0.24.0"></a>
2438
+
2439
+ # [0.24.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.3...retail-ui@0.24.0) (2018-10-08)
2440
+
2441
+ ### Bug Fixes
2442
+
2443
+ - **Button:** fix type link in flat mode ([dc1d505](https://github.com/skbkontur/retail-ui/commit/dc1d505))
2444
+ - **ComboBox:** изменение значения после unexpectedInput ([c5379be](https://github.com/skbkontur/retail-ui/commit/c5379be)), closes [#730](https://github.com/skbkontur/retail-ui/issues/730)
2445
+ - **Hint:** pin color for ie11 ([7361e20](https://github.com/skbkontur/retail-ui/commit/7361e20))
2446
+ - **Input:** fix flat styles ([cbb4e55](https://github.com/skbkontur/retail-ui/commit/cbb4e55)), closes [#731](https://github.com/skbkontur/retail-ui/issues/731)
2447
+ - **Tooltip:** allow customize color ([26af1d5](https://github.com/skbkontur/retail-ui/commit/26af1d5))
2448
+
2449
+ ### Features
2450
+
2451
+ - **ComboBox:** add 'reset' method ([4ff05fa](https://github.com/skbkontur/retail-ui/commit/4ff05fa))
2452
+ - onOpen & onClose props for DropDown Menu ([#771](https://github.com/skbkontur/retail-ui/issues/771)) ([9ae4bf0](https://github.com/skbkontur/retail-ui/commit/9ae4bf0)), closes [#769](https://github.com/skbkontur/retail-ui/issues/769) [#733](https://github.com/skbkontur/retail-ui/issues/733)
2453
+
2454
+ <a name="0.23.3"></a>
2455
+
2456
+ ## [0.23.3](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.2...retail-ui@0.23.3) (2018-09-27)
2457
+
2458
+ **Note:** Version bump only for package retail-ui
2459
+
2460
+ <a name="0.23.2"></a>
2461
+
2462
+ ## [0.23.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.1...retail-ui@0.23.2) (2018-09-26)
2463
+
2464
+ ### Bug Fixes
2465
+
2466
+ - **Textarea:** fix % width ([d4dab33](https://github.com/skbkontur/retail-ui/commit/d4dab33))
2467
+
2468
+ <a name="0.23.1"></a>
2469
+
2470
+ ## [0.23.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.23.0...retail-ui@0.23.1) (2018-09-24)
2471
+
2472
+ ### Bug Fixes
2473
+
2474
+ - **Hint:** render method ([585d0b8](https://github.com/skbkontur/retail-ui/commit/585d0b8))
2475
+ - **Input:** fix sizes in flat theme :lipstick:, fixed [#732](https://github.com/skbkontur/retail-ui/issues/732) ([2e35605](https://github.com/skbkontur/retail-ui/commit/2e35605))
2476
+ - **Textarea:** pass width prop to wrapper, fixed [#724](https://github.com/skbkontur/retail-ui/issues/724) ([52611bd](https://github.com/skbkontur/retail-ui/commit/52611bd))
2477
+ - **Tooltip:** fix positioning with inline-block caption, fix [#721](https://github.com/skbkontur/retail-ui/issues/721) ([6ba920e](https://github.com/skbkontur/retail-ui/commit/6ba920e))
2478
+
2479
+ <a name="0.23.0"></a>
2480
+
2481
+ # [0.23.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.22.0...retail-ui@0.23.0) (2018-09-17)
2482
+
2483
+ ### Bug Fixes
2484
+
2485
+ - **Button:** removed z-index ([02ce734](https://github.com/skbkontur/retail-ui/commit/02ce734))
2486
+ - **ComboBox:** clear textValue ([c66342c](https://github.com/skbkontur/retail-ui/commit/c66342c))
2487
+ - **ComboBox:** don't focus if props.value changed with error ([1ce1235](https://github.com/skbkontur/retail-ui/commit/1ce1235))
2488
+ - **ComboBox:** test replace `is` to `exists` ([0c6247a](https://github.com/skbkontur/retail-ui/commit/0c6247a))
2489
+ - **CurrencyInput:** missing blur method ([60edcdc](https://github.com/skbkontur/retail-ui/commit/60edcdc))
2490
+ - **DatePicker:** fixed icon line-height, close [#493](https://github.com/skbkontur/retail-ui/issues/493) ([3c990e0](https://github.com/skbkontur/retail-ui/commit/3c990e0))
2491
+ - **HBVS:** восстановление скролла контейнера при unmount ([faebf8f](https://github.com/skbkontur/retail-ui/commit/faebf8f))
2492
+ - **Input:** remove `z-index` from styles ([1abcc3e](https://github.com/skbkontur/retail-ui/commit/1abcc3e))
2493
+ - **MenuItem:** fix bounds ([34f879f](https://github.com/skbkontur/retail-ui/commit/34f879f)), closes [#662](https://github.com/skbkontur/retail-ui/issues/662)
2494
+ - **Modal:** починено позиционирование футера ([aabdca6](https://github.com/skbkontur/retail-ui/commit/aabdca6)), closes [#683](https://github.com/skbkontur/retail-ui/issues/683) [#66](https://github.com/skbkontur/retail-ui/issues/66)
2495
+ - **OldComboBox:** use placeholder color from variables ([3ac585b](https://github.com/skbkontur/retail-ui/commit/3ac585b))
2496
+ - **retail-ui:** добавил fallback-анимацию для серого спиннера ([5bff386](https://github.com/skbkontur/retail-ui/commit/5bff386)), closes [#9b9b9](https://github.com/skbkontur/retail-ui/issues/9b9b9) [#671](https://github.com/skbkontur/retail-ui/issues/671)
2497
+ - **Textarea:** fix adapter ([08e5104](https://github.com/skbkontur/retail-ui/commit/08e5104))
2498
+ - **Toggle:** controlled/uncontrolled ([d0a7df1](https://github.com/skbkontur/retail-ui/commit/d0a7df1)), closes [#699](https://github.com/skbkontur/retail-ui/issues/699)
2499
+ - **Toggle:** удален console.log, fixed [#689](https://github.com/skbkontur/retail-ui/issues/689) ([7169baf](https://github.com/skbkontur/retail-ui/commit/7169baf))
2500
+ - **Tooltip:** порядок позиций по гайду ([af61858](https://github.com/skbkontur/retail-ui/commit/af61858)), closes [/guides.kontur.ru/controls/tooltip/#09](https://github.com//guides.kontur.ru/controls/tooltip//issues/09) [#178](https://github.com/skbkontur/retail-ui/issues/178)
2501
+ - **TopBar:** дропдауны на основе Popup ([c38f520](https://github.com/skbkontur/retail-ui/commit/c38f520)), closes [#655](https://github.com/skbkontur/retail-ui/issues/655)
2502
+
2503
+ ### Features
2504
+
2505
+ - **Modal:** `425px` теперь живет в `variables.less` ([21b7192](https://github.com/skbkontur/retail-ui/commit/21b7192))
2506
+ - **PopupMenu:** функция в caption ([7dbea4e](https://github.com/skbkontur/retail-ui/commit/7dbea4e))
2507
+ - **ResizeDetecter:** компонент для отслеживания ресайза элемента ([d9fc862](https://github.com/skbkontur/retail-ui/commit/d9fc862))
2508
+
2509
+ <a name="0.22.0"></a>
2510
+
2511
+ # [0.22.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.21.2...retail-ui@0.22.0) (2018-08-21)
2512
+
2513
+ ### Bug Fixes
2514
+
2515
+ - **Kebab:** восстановление фокуса на кнопке после закрытия ([b3a4002](https://github.com/skbkontur/retail-ui/commit/b3a4002))
2516
+
2517
+ ### Features
2518
+
2519
+ - **Button:** состояние error у button-link ([eb8d3ac](https://github.com/skbkontur/retail-ui/commit/eb8d3ac))
2520
+ - **Toggle:** переделан компонент ([1a93003](https://github.com/skbkontur/retail-ui/commit/1a93003))
2521
+
2522
+ <a name="0.21.2"></a>
2523
+
2524
+ ## [0.21.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.21.0...retail-ui@0.21.2) (2018-08-17)
2525
+
2526
+ ### Bug Fixes
2527
+
2528
+ - **retail-ui:** fix confused publishing ([4d3051b](https://github.com/skbkontur/retail-ui/commit/4d3051b))
2529
+
2530
+ <a name="0.21.0"></a>
2531
+
2532
+ # [0.21.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.2...retail-ui@0.21.0) (2018-08-16)
2533
+
2534
+ ### Bug Fixes
2535
+
2536
+ - **Combobox:** disabled в плоской теме вновь работает ([c083b34](https://github.com/skbkontur/retail-ui/commit/c083b34)), closes [#660](https://github.com/skbkontur/retail-ui/issues/660)
2537
+ - **Hint:** позиционирование с блочным элементом ([6430b6f](https://github.com/skbkontur/retail-ui/commit/6430b6f)), closes [#637](https://github.com/skbkontur/retail-ui/issues/637)
2538
+
2539
+ ### Features
2540
+
2541
+ - **retail-ui Calendar:** открывается ближайший доступный месяц ([a8e4858](https://github.com/skbkontur/retail-ui/commit/a8e4858)), closes [#658](https://github.com/skbkontur/retail-ui/issues/658)
2542
+
2543
+ <a name="0.20.2"></a>
2544
+
2545
+ ## [0.20.2](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.1...retail-ui@0.20.2) (2018-08-06)
2546
+
2547
+ ### Bug Fixes
2548
+
2549
+ - **datepicker:** disable values which are not between min/max date ([1a2a507](https://github.com/skbkontur/retail-ui/commit/1a2a507))
2550
+ - **datepicker:** select works correct with january ([e2f3eac](https://github.com/skbkontur/retail-ui/commit/e2f3eac))
2551
+ - **datepicker:** select works correct with january, added test ([682c35a](https://github.com/skbkontur/retail-ui/commit/682c35a))
2552
+ - **Input:** flat-стили по гайдам ([1f51a19](https://github.com/skbkontur/retail-ui/commit/1f51a19))
2553
+ - **Input:** стили по гайдам ([da6c464](https://github.com/skbkontur/retail-ui/commit/da6c464)), closes [#627](https://github.com/skbkontur/retail-ui/issues/627)
2554
+ - **tabs:** added default export ([aad57fd](https://github.com/skbkontur/retail-ui/commit/aad57fd))
2555
+ - **Textarea:** flat-стили ([829874d](https://github.com/skbkontur/retail-ui/commit/829874d))
2556
+ - **tooltip:** dont show tail if render returns null ([dc82b86](https://github.com/skbkontur/retail-ui/commit/dc82b86))
2557
+
2558
+ <a name="0.20.1"></a>
2559
+
2560
+ ## [0.20.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.20.0...retail-ui@0.20.1) (2018-07-31)
2561
+
2562
+ ### Bug Fixes
2563
+
2564
+ - **Modal:** фокус внутри Modal ([59e3d82](https://github.com/skbkontur/retail-ui/commit/59e3d82)), closes [#645](https://github.com/skbkontur/retail-ui/issues/645)
2565
+
2566
+ <a name="0.20.0"></a>
2567
+
2568
+ # [0.20.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.19.1...retail-ui@0.20.0) (2018-07-26)
2569
+
2570
+ ### Bug Fixes
2571
+
2572
+ - **Calendar:** Починен скролл около последнего доступного месяца ([aa0d6a7](https://github.com/skbkontur/retail-ui/commit/aa0d6a7)), closes [#619](https://github.com/skbkontur/retail-ui/issues/619)
2573
+ - **Dropdown:** починен интерфейс пропсов ([ec37a07](https://github.com/skbkontur/retail-ui/commit/ec37a07)), closes [#633](https://github.com/skbkontur/retail-ui/issues/633)
2574
+ - **Hint:** fix [#624](https://github.com/skbkontur/retail-ui/issues/624) ([64fa5c5](https://github.com/skbkontur/retail-ui/commit/64fa5c5))
2575
+ - **InternalMenu:** исправлены тайпинги ([dc6e9cc](https://github.com/skbkontur/retail-ui/commit/dc6e9cc))
2576
+ - **Loader:** position after window resize ([ed7884d](https://github.com/skbkontur/retail-ui/commit/ed7884d))
2577
+ - **logotype:** fixed widget button in safari ([eeecacd](https://github.com/skbkontur/retail-ui/commit/eeecacd))
2578
+ - **Menu:** исправлены тайпинги ([8e79032](https://github.com/skbkontur/retail-ui/commit/8e79032))
2579
+ - **Modal:** fix top padding if no Header ([3c8d696](https://github.com/skbkontur/retail-ui/commit/3c8d696))
2580
+ - **Popup:** fix \_updateLocation method ([b14740d](https://github.com/skbkontur/retail-ui/commit/b14740d))
2581
+ - **textarea:** fixes [#564](https://github.com/skbkontur/retail-ui/issues/564) ([cb0cf4f](https://github.com/skbkontur/retail-ui/commit/cb0cf4f))
2582
+ - **textarea:** fixes [#564](https://github.com/skbkontur/retail-ui/issues/564) ([b265343](https://github.com/skbkontur/retail-ui/commit/b265343))
2583
+
2584
+ ### Features
2585
+
2586
+ - **CurrencyInput:** добавлен публичный метод focus ([5454a60](https://github.com/skbkontur/retail-ui/commit/5454a60))
2587
+ - **FxInput:** возможность получить инстанс инпута через innerProp ([52b3072](https://github.com/skbkontur/retail-ui/commit/52b3072))
2588
+ - **FxInput:** публичный метод focus ([25ebb0d](https://github.com/skbkontur/retail-ui/commit/25ebb0d))
2589
+ - **input:** pass html attributes to input ([31311fe](https://github.com/skbkontur/retail-ui/commit/31311fe)), closes [#530](https://github.com/skbkontur/retail-ui/issues/530)
2590
+ - **input:** pass html attributes to input ([332d376](https://github.com/skbkontur/retail-ui/commit/332d376)), closes [#530](https://github.com/skbkontur/retail-ui/issues/530)
2591
+ - **MenuItem:** принимает Link из react-router-dom ([eab8056](https://github.com/skbkontur/retail-ui/commit/eab8056)), closes [#602](https://github.com/skbkontur/retail-ui/issues/602)
2592
+ - **Modal:** фокус внутри модалки ([201cb8e](https://github.com/skbkontur/retail-ui/commit/201cb8e))
2593
+ - **PopupMenu:** закрытие попапа ([97f399e](https://github.com/skbkontur/retail-ui/commit/97f399e))
2594
+
2595
+ ### Reverts
2596
+
2597
+ - refactor(autocomplete): ChangeEvent in onChange ([4a01ff4](https://github.com/skbkontur/retail-ui/commit/4a01ff4))
2598
+
2599
+ <a name="0.19.1"></a>
2600
+
2601
+ ## [0.19.1](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.19.0...retail-ui@0.19.1) (2018-07-19)
2602
+
2603
+ ### Bug Fixes
2604
+
2605
+ - **ComboBox:** fixed onUnexpectedInput return type ([8ed6f1c](https://github.com/skbkontur/retail-ui/commit/8ed6f1c))
2606
+ - **Modal:** fixed always enabled mobile styles ([741a719](https://github.com/skbkontur/retail-ui/commit/741a719))
2607
+ - **RadioGroup:** value is no longer accepts only primitive ([a283d47](https://github.com/skbkontur/retail-ui/commit/a283d47))
2608
+
2609
+ <a name="0.19.0"></a>
2610
+
2611
+ # [0.19.0](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.14...retail-ui@0.19.0) (2018-07-19)
2612
+
2613
+ ### Bug Fixes
2614
+
2615
+ - **adapters:** fixed all adapters ([9d8252b](https://github.com/skbkontur/retail-ui/commit/9d8252b))
2616
+ - **Button:** change Button border-radius ([bfa5db8](https://github.com/skbkontur/retail-ui/commit/bfa5db8)), closes [#546](https://github.com/skbkontur/retail-ui/issues/546)
2617
+ - **Calendar:** пофикшен скролл к максимальному месяцу ([326a2cc](https://github.com/skbkontur/retail-ui/commit/326a2cc))
2618
+ - **datepicker:** correct keyboard and mouse events in date select ([b8694fb](https://github.com/skbkontur/retail-ui/commit/b8694fb))
2619
+ - **datepicker:** removed add-event-listener, onmouseleave handler ([aaf620f](https://github.com/skbkontur/retail-ui/commit/aaf620f))
2620
+ - **Hint:** принудительный перенос длинных слов ([7d5e171](https://github.com/skbkontur/retail-ui/commit/7d5e171)), closes [#596](https://github.com/skbkontur/retail-ui/issues/596)
2621
+ - **scripts\_\_build:** fixed wrong import ([da2d951](https://github.com/skbkontur/retail-ui/commit/da2d951))
2622
+ - **scripts\_\_build:** исправлено неверное определение TS файлов ([efd0032](https://github.com/skbkontur/retail-ui/commit/efd0032))
2623
+ - **Tab:** исправлено попадание лишнего пропа в разметку ([4c03b09](https://github.com/skbkontur/retail-ui/commit/4c03b09)), closes [#605](https://github.com/skbkontur/retail-ui/issues/605)
2624
+
2625
+ ### Features
2626
+
2627
+ - **modal:** адаптивная модалка ([bf76868](https://github.com/skbkontur/retail-ui/commit/bf76868))
2628
+
2629
+ <a name="0.18.14"></a>
2630
+
2631
+ ## [0.18.14](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.13...retail-ui@0.18.14) (2018-07-15)
2632
+
2633
+ ### Bug Fixes
2634
+
2635
+ - **combobox:** no focus on placeholder click if flat ([579d765](https://github.com/skbkontur/retail-ui/commit/579d765)), closes [#552](https://github.com/skbkontur/retail-ui/issues/552)
2636
+ - loader behavior with long content ([a6a14cc](https://github.com/skbkontur/retail-ui/commit/a6a14cc))
2637
+ - **combobox:** call onBlur if menu is opened ([c5ebde4](https://github.com/skbkontur/retail-ui/commit/c5ebde4))
2638
+ - **date-picker:** fix [#595](https://github.com/skbkontur/retail-ui/issues/595) ([6880cd6](https://github.com/skbkontur/retail-ui/commit/6880cd6))
2639
+ - **date-picker-old:** returned missed ts-declaration files ([97c8235](https://github.com/skbkontur/retail-ui/commit/97c8235))
2640
+ - **datepicker-old:** first date changing shows correctly ([f6d2a10](https://github.com/skbkontur/retail-ui/commit/f6d2a10))
2641
+ - **input:** fixed placeholder polyfill in flat ([e65ad6c](https://github.com/skbkontur/retail-ui/commit/e65ad6c))
2642
+ - **link:** fixed props ts-type ([0996fc4](https://github.com/skbkontur/retail-ui/commit/0996fc4))
2643
+ - **loader:** added Nullable type reference ([20c1da3](https://github.com/skbkontur/retail-ui/commit/20c1da3))
2644
+ - **loader:** codestyle ([fe57238](https://github.com/skbkontur/retail-ui/commit/fe57238))
2645
+ - **loader:** component and suffix are no longer required props ([5b9f625](https://github.com/skbkontur/retail-ui/commit/5b9f625))
2646
+ - **loader:** fixed generating `import` types ([696ec64](https://github.com/skbkontur/retail-ui/commit/696ec64))
2647
+ - **loader:** horizontal scroll content ([03dfdc8](https://github.com/skbkontur/retail-ui/commit/03dfdc8))
2648
+ - **logotype:** component is no longer required prop ([520c2d2](https://github.com/skbkontur/retail-ui/commit/520c2d2))
2649
+ - **password-input:** fixed generating `import` types ([d05f88e](https://github.com/skbkontur/retail-ui/commit/d05f88e))
2650
+ - **select:** better definitions ([489f1cb](https://github.com/skbkontur/retail-ui/commit/489f1cb))
2651
+ - **tab:** support [@types](https://github.com/types)/react@15 definitions ([5b120bb](https://github.com/skbkontur/retail-ui/commit/5b120bb))
2652
+ - **top-bar:** better definitions ([e7fcb6e](https://github.com/skbkontur/retail-ui/commit/e7fcb6e))
2653
+
2654
+ <a name="0.18.13"></a>
2655
+
2656
+ ## [0.18.13](https://github.com/skbkontur/retail-ui/compare/retail-ui@0.18.12...retail-ui@0.18.13) (2018-07-09)
2657
+
2658
+ ### Bug Fixes
2659
+
2660
+ - **ts-definitions:** replaced global types with local types ([bbda3c0](https://github.com/skbkontur/retail-ui/commit/bbda3c0))
2661
+
2662
+ <a name="0.18.12"></a>
2663
+
2664
+ ## 0.18.12 (2018-07-09)
2665
+
2666
+ ### Bug Fixes
2667
+
2668
+ - **lookup:** allow correctly work with recompose ([80ebb97](https://github.com/skbkontur/retail-ui/commit/80ebb97))
2669
+ - **modal:** fixed paddings and close button ([e55e763](https://github.com/skbkontur/retail-ui/commit/e55e763))
2670
+ - **popup:** fixed recursive updates for older react ([9309748](https://github.com/skbkontur/retail-ui/commit/9309748))
2671
+ - **сurrency-input:** починка ввода циферок на андроиде и под selenium ([d3f0286](https://github.com/skbkontur/retail-ui/commit/d3f0286))